/* Created by Igor Penjivrag (www.colorlightstudio.com) - 12.11.2006 */
body {
margin: 0px;
background: url(templates/Truly%20Simple/resources/common/images/top_bg.gif);
background-repeat: repeat-x;
color : #7F7772;
font-family : Verdana, Arial, sans-serif;
font-size : 12px;
}
#wrap {
margin-left: auto;
margin-right: auto;
width: 730px;
}
/**** Top ***/
#top {
width: 100%;
color: #fff;
background: #000 url(templates/Truly%20Simple/resources/common/images/top_bg.gif);
overflow:hidden;
}
#top h2 {
color: White;
letter-spacing: 3px;
font-size: 2.4em;
font-weight: normal;
position: relative;
margin: 0px;
top:33px;
display:block;
float:left;
background: url(templates/Truly%20Simple/resources/common/images/logo.jpg) no-repeat;
padding-left: 40px;
}
#top h2 a {
color: white;
text-decoration: none;
}
#top h2 a:hover {
color: #FF5938;
}
/**** Main Menu ***/
#menu {
font-family: Verdana, Arial, sans-serif;
font-size: .7em;
display: block;
float:right;
}
#menu ul {
margin: 0;
list-style: none;
}
#menu li {
display: block;
float: left;
white-space: nowrap;
}
#menu li a {
display: block;
padding: 55px 20px 12px 20px;
text-decoration: none;
color: #fff;
}
* html #menu a {width:1%;}
#menu li a:hover {
color: #FF5938;
}
#menu li a.current {
letter-spacing: 1px;
color: #FF5938;
}
#menu li a.current:hover {
color: #fff;
}
/**** Content Container ***/
#content {
width: 100%;
margin-top:30px;
}
/**** Content ***/
#footer {
font-family: Verdana, Arial, sans-serif;
font-size: .7em; margin: 40px auto 0 auto;
text-align: center;
border-top: dotted 1px gray;
padding: 20px 0 20px 0;
width: 70%;
}
#footer p {
margin: 0px;
padding: 0;
}
#footer p a{
color: #8B0000;
}