body{
margin: 0px auto;
padding: 0px;
font-size: 95%;
font-family: Optima, "Trebuchet MS", arial, verdana, serif;
line-height: 1.5em;
background-image: url(images/content_back.gif);
background-repeat: repeat-x;
background-position: 60px 0px;
}
a{
color: #3d40ac;
text-decoration: none;
border-bottom: 1px dashed #3d40ac;
}
a:HOVER{
color: #ecb803;
border-bottom: 1px solid #ecb803;
}
a:VISITED{
color: purple;
}
h1{ font-size: 1.6em; margin-bottom: 25px; }
h2{ font-size: 1.3em; }
h3{ font-size: 1.1em; }
h1, h2, h3{
color: #20500f;
font-family: Optima,Georgia,arial,sans-serif;
}
h2 a{
color: #20500f;
font-family: Optima,Georgia,arial,sans-serif;
border-bottom: 0;
}
h2 a:HOVER{ color: #20500f; border-bottom: 1px solid #20500f; }
h2 a:VISITED{
color: #20500f;
}
blockquote{
font-style: italic;
font-size: 0.9em;
background-color: #f7f7f1;
background-image: url(images/quotes.gif);
background-repeat: no-repeat;
margin: 0px;
padding: 5px 5px 5px 35px;
border: 1px solid #ddd;
}
blockquote a{
color: gray;
}
code{
display: block;
padding: 10px;
border: 1px solid #ddd;
background-color: #f7f7f1;
white-space: pre;
line-height: 0.9em;
font-size: 0.9em;
}
ul{
margin: 8px 3px 8px 3px;
padding: 0px;
list-style-type: none;
}
ul li{
padding: 2px 3px 2px 33px;
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 15px 5px;
}
img{
border: 0;
}
#Header{
position: fixed;
height: 60px;
width: 100%;
background-image: url(images/header_back.gif);
background-repeat: repeat-x;
font-family: Optima, Arial, Tahoma, Sans-Serif;
border-bottom: 5px solid #ecb803;
border-top: 2px solid #ecb803;
text-align: right;
}
#Header h1{
display: none;
}
#Header a img{
padding: 20px 8px 0px 0px;
}
#Menu{
float: left;
padding-left: 45px;
background-image: url(images/header_leaf.gif);
background-repeat: no-repeat;
background-position: 5px 7px;
}
#Menu ul{
margin: 0px;
padding: 0px;
list-style-type: none;
}
#Menu li{
float: left;
background-image: none;
padding: 0px;
}
#Menu a{
float: left;
color: #f0e68c;
height: 52px !important;
height: 47px;
padding: 5px 7px 0px 7px;
font-size: 1.1em;
font-weight: bold;
text-decoration: none;
border: 0;
}
#Menu a:HOVER{
color: #ffffff;
border-bottom: 8px solid #ffffff;
}
#ContentWrapper{
padding-top: 80px !important;
padding: 30px 10px 15px 25px;
background-image: url(images/header_drop.gif);
background-repeat: repeat-x;
background-position: 0px 60px !important;
background-position: 0 -4px;
background-attachment: fixed;
}
#Content{
float: left;
width: 70%;
padding: 0px 30px 0px 0px;
background-color: transparent;
}
#Subnav{
float: right;
width: 20%;
margin: 10px 10px 10px 30px;
}
#Subnav h3{
font-size: 1.1em;
}
.contentTitle{
display: none;
}
.entry{
margin-bottom: 40px;
width: 100%;
}
.postmetadata{
font-style: italic;
font-size: 0.95em;
margin-bottom: 30px;
}
.entry h3{
font-size: 1.1em;
}
.most_recent{
background-repeat: no-repeat;
background-position: top right;
background-image: url(images/fresh.gif);
}
.clear{
clear: both;
}
#Footer{
text-align: center;
clear: both;
}
input{
font-size: 0.8em;
border: 1px solid #dddddd;
}