/* common */
* {
padding: 0;
margin: 0;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-size: 1em;
}
body {
font-size: 62.50%;
background: #fff url('../images/backgrounds/body.png') repeat-x 0 0;
position: relative;
}
img {
outline: none;
border: 0;
}
ul {
list-style-type: none;
}
a {
color: #358693;
text-decoration: none;
}
a:hover {
color: #4c4c4c;
}
.clr {
clear: both;
}
/* header */
#header {
width: 100%;
height: 259px;
background: transparent url('../images/backgrounds/header.png') no-repeat 50% 0;
z-index: 1000;
overflow: visible;
}
#header .inner {
width: 994px;
margin: 0 auto;
height: 259px;
overflow: visible;
background: transparent url('../images/backgrounds/header.png') no-repeat -103px 0;
}
/* logo and search */
a#logo {
float: left;
display: block;
text-indent: -5000px;
width: 206px;
height: 164px;
margin-top: 25px;
background: transparent url('../images/logo.png') no-repeat 0 0;
}
form#search {
float: right;
margin-top: 125px;
}
form#search p {
text-align: right;
font-size: 1.3em;
color: #fff;
}
form#search p input {
color: #4c4c4c;
width: 193px;
height: 18px;
padding: 7px 5px 7px 5px;
border: 2px solid #345962;
}
form#search p label {
font-family: Georgia, serif;
text-transform: uppercase;
padding-right: 3px;
line-height: 1.5em;
}
/* navigation */
#navigation {
clear: both;
padding: 0 44px 0 45px;
width: 905px;
}
#navigation ul {
width: 905px;
padding: 28px 0 0 0;
}
#navigation li {
width: 179px;
height: 26px;
padding: 8px 0 0 0;
float: left;
text-align: center;
border-left: 2px solid #e2f2c7;
position: relative;
}
#navigation li.first {
border: 0;
}
#navigation li a {
display: block;
position: absolute;
top: 8px;
left: 0;
width: 179px;
height: 26px;
z-index: 1000;
font-size: 1.7em;
font-weight: bold;
font-family: Georgia, serif;
color: #231f20;
text-transform: uppercase;
}
#navigation li a:hover {
color: #398997;
}
#navigation li.active b {
display: block;
position: absolute;
background: transparent url('../images/backgrounds/active.png') no-repeat 0 0;
width: 217px;
height: 86px;
top: -9px;
left: -20px;
z-index: 0;
}
/* site */
#site {
margin: 0 auto;
width: 946px;
padding: 0 24px;
background: transparent url('../images/backgrounds/shadow.png') repeat-y 24px 0;
z-index: -1;
}
#site p {
font-size: 1.4em;
line-height: 1.3em;
color: #4c4c4c;
padding-bottom: 9px;
}
#site ul li {
font-size: 1.4em;
line-height: 1.3em;
color: #4c4c4c;
}
#site a.more {
font-weight: bold;
}
#shadow {
padding-top: 57px;
background: transparent url('../images/backgrounds/top_shadow.png') repeat-x 0 0;
margin: 0 0 0 20px;
width: 904px;
}
#wrapper {
margin: 0 21px 0 21px;
width: 904px;
background: transparent url('../images/backgrounds/dotted.gif') repeat-y 0 0;
padding-top: 10px;
}
/* main */
#main {
width: 557px;
float: left;
}
#main h2 {
font-size: 1.8em;
color: #358693;
font-family: Georgia, serif;
text-transform: uppercase;
width: 430px;
margin: 0 auto 7px auto;
}
#main p {
width: 430px;
margin-left: auto;
margin-right: auto;
}
#main_image {
display: block;
margin-bottom: 12px;
}
#date {
position: absolute;
width: 156px;
height: 43px;
background: transparent url('../images/backgrounds/bubble.gif') no-repeat 0 0;
top: -40px;
left: 361px;
text-align: center;
padding-top: 18px;
}
#date strong {
font-size: 1.7em;
line-height: 1em;
font-family: Georgia, serif;
text-transform: uppercase;
color: #4c4c4c;
}
/* box1 */
.box1_top {
margin: 0 auto;
width: 507px;
height: 30px;
background: transparent url('../images/backgrounds/box1_top.png') no-repeat 0 0;
}
.box1 {
position: relative;
margin: 0 auto;
width: 433px;
background: transparent url('../images/backgrounds/box1_middle.png') repeat-y 0 0;
padding: 4px 37px 0 37px;
}
.box1_bottom {
margin: 0 auto 25px auto;
width: 507px;
height: 30px;
background: transparent url('../images/backgrounds/box1_bottom.png') no-repeat 0 0;
}
/* sidebar */
#sidebar {
width: 347px;
float: right;
}
#sidebar h3 {
font-size: 1.7em;
line-height: 1em;
font-family: Georgia, serif;
font-weight: bold;
text-transform: uppercase;
color: #4c4c4c;
}
#sidebar .top {
border-top: 0;
margin-top: 0;
}
/* box2 */
.box2 h3 {
width: 237px;
height: 27px;
background: transparent url('../images/backgrounds/box2_top.png') no-repeat 0 0;
padding: 26px 35px 0 35px;
}
.box2 {
width: 307px;
background: transparent url('../images/backgrounds/box2_middle.png') repeat-y 0 100%;
margin: 23px 23px 0 17px;
}
.box2_bottom {
width: 307px;
height: 30px;
background: transparent url('../images/backgrounds/box2_bottom.png') no-repeat 0 0;
margin: 0 23px 17px 17px;
}
.box2 ul {
margin: 15px 29px 0 29px;
}
.box2 ul li {
border-top: 1px dashed #bebebe;
padding: 9px 10px 8px 10px;
}
.box2 ul li a {
color: #636363;
}
.box2 ul li a span {
color: #358693;
}
.box2 ul li a:hover {
color: #358693;
}
/* sign up form */
form#signup {
text-align: right;
padding-right: 41px;
}
form#signup p {
text-align: right;
color: #404040;
}
form#signup p input {
color: #4c4c4c;
width: 227px;
height: 20px;
padding: 11px 5px 12px 5px;
border: 1px solid #918f90;
}
form#signup p label {
font-family: Georgia, serif;
text-transform: uppercase;
font-weight: bold;
padding-right: 3px;
font-size: .85em;
line-height: 1.7em;
}
/* footer */
#footer {
clear: both;
padding-top: 50px;
}
#footer p {
color: #999;
font-size: 1.2em;
border-top: 1px dashed #acacac;
text-align: center;
padding: 30px 0;
margin: 0 60px 0 80px;
}