#content a{
color: white;
}

#container{
width: 900px;
}

#content{
color: white;
}

div#main-nav{
background-image: url(../img/layout/home/menu-bg.jpg);
height: 54px;
}

div#main-nav ul{
padding-top: 33px;
}

#left-col{
width: 188px;
float: left;
}

#center-col{
width: 425px;
float: left;
margin-left: 14px;
margin-right: 15px;
}

#right-col{
width: 258px;
float: right;
}

#right-col a{
color: #bbb;
}

.module{
margin-bottom: 7px;
}

.module .mod-link{
border-top: 1px solid #bbb;
text-align: right;
padding: 5px 0px;
margin-top: 7px;
}

.module h1{
font-size: 12px;
padding: 10px 0px 5px;
border-bottom: 1px solid #fff;
margin-bottom: 10px;
}

#email-signup input{

}

#email-signup input.text{ 
background: none;
padding: 3px;
border: 1px solid #ccc;
color: white;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
width: 192px;
}

#email-signup input.submit{
font-size: 8px;
color: #CCCCCC;
font-weight: bold;
padding: 3px;
background-color: #666666;
border: 1px solid #ccc;
}

.error_message{
color:#FF3399;
margin: 4px 0px;
font-weight: bold;
}

#email-signup p{
margin-top: 5px;
font-size: 95%;
}
/***** LATEST POSTS ******/
.posts{
padding-bottom: 20px;
margin-bottom: 25px;
border-bottom: 1px solid #ccc;
}

.posts a{
color: white;
}

.posts .title{
margin-bottom: 5px;
}

.posts .title a{
color: white;
text-decoration: none;
font-size: 18px;
font-family: Arial;
font-weight: bold;
}

.posts .title a:hover{
text-decoration: underline;
}

.posts p{
padding: 3px 0px 5px;
line-height: 17px;
}

.posts .body{
margin-bottom: 20px;
}

.posts .post-details{
font-size: 10px;
width: 35%;
float: left;
}

.posts .post-comments{
width: 60%;
float: right;
text-align: right;
}

#featured-posts .post{
padding: 6px 0px;
}

#featured-posts a{

}

#featured-posts a:hover{
text-decoration: none;
}

#featured-posts .title{
float: left;
width: 190px;
font-size: 12px;
font-weight: bold;

}

#featured-posts .date{
float: right;
font-weight: bold;
}

#journals .journal{
padding: 7px 0px;
}

#journals .title{
float: left;
font-size: 12px;
}

#journals .body{
padding-top: 10px;
line-height: 18px;
}

#journals .date{
float: right;
margin-left: 10px;
font-weight: bold;
}

/******** UPCOMING EVENTS ********/
.module#upcoming-events .mod-link{

}
.event-listing{
padding: 4px 0px;
font-size: 10px;
}

.event-listing a{
font-weight: bold;
}

.event-listing a:hover{
text-decoration: none;
}

.event-listing .event-info{
float: left;
}

.event-listing .date{
font-weight: bold;
float: right;
}

/************ PHOTOS **************/

#thumbs a.thumb{
display: block;
float: left;
}

#thumbs img.thumb{

}

#thumbs a.thumb img{
border: 1px solid #bbb;
}

#thumbs a.thumb:hover img{
border: 1px solid #fff;
}
#thumbs img#col_1{
margin: 0px 1px;
}

/******* STORE ITEM **********/

.module#products .product .image{
width: 102px;
float: left;
}

.module#products .product .image img{
border: 1px solid #aaa;
}

.module#products .product .details{
float: right;
width: 151px;
}

.module#products .product .details .name{
font-size: 16px;
font-weight: bold;
margin-bottom: 4px;
}

.module#products .product .details .price{
font-size: 13px;
}