/* MAIN BODY STYLES */

*{
	padding:0;
	margin:0;
}

body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #f6f7f1;
	font-family: Verdana, Arial, "Century Gothic";
	font-size: 12px;
	color: #878787;
}

a:link {
	color: #309DCF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #309DCF;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #309DCF;
}

#container {
	margin: auto;
	width: 900px;
}


/* TOP BAR STYLES */

#top-bar {
	float: left;
	height: 24px;
	width: 900px;
	padding-top: 8px;
}

#top-bar a{
	color: #FFFFFF;
	text-decoration: none;
}

#top-bar a:hover{
	color: #323232;
	text-decoration: none;
}

.nav1 li {
	display: inline;
	list-style-type: none;
	margin-right: 20px;
	color: #FFFFFF;
	float: left;
}

.nav2 li{
	display: inline;
	list-style-type: none;
	color: #FFFFFF;
	float: right;
	margin-left: 20px;
}


/* HEADER STYLES */

#header {
	float: left;
	height: 125px;
	width: 900px;
}

#site-title{
	height: 80px;
	float: left;
	padding-top: 5px;
	width: 450px;
}

#site-title h1{
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}

.blue-title {
	color: #309dcf
}

.slogan {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}


/* HEADER SEARCH FORM STYLES */

#search {
	float: right;
	padding-top: 45px;
}

.search-field {
	margin-right: 10px;
	padding: 4px;
	background-color: #494949;
	border: 1px solid #666666;
	color: #FFFFFF;
}

.search-button {
	background-color: #494949;
	border: 1px solid #666666;
	color: #FFFFFF;
	padding: 2px;
}

.search-button:hover {
	background-color: #707070;
}


/* NAVIGATION STYLES */

#navigation {
	height: 42px;
	float: left;
	width: 900px;
}

.nav_links ul {
	margin: 0px;
	padding: 0px;
}

.nav_links li {
	list-style:none;
	display:block;
	float: left;
}

.nav_links a {
	text-decoration: none;
	color: #5f5f5f;
	display: block;
	height: 27px;
	padding-right: 17px;
	padding-left: 17px;
	padding-top: 15px;
}

.withdiv {
	background-image: url(../images/nav_divider.png);
	background-repeat: no-repeat;
}

.nav_links a:hover {
	color: #FFFFFF;
	background-image: url(../images/nav_hover.png);
	background-repeat: repeat-x;
}


/* CONTENT CONTAINER STYLES */

#content {
	float: left;
	width: 900px;
	margin-top: 20px;
	padding-bottom: 40px;
}

#content-left {
	float: left;
	width: 602px;
	margin-right:10px;
}


/* POST STYLES */

.a-post {
	background-color: #FFFFFF;
	background-image: url(../images/post_bg.png);
	background-repeat: no-repeat;
	border: 1px solid #bababa;
	width: 580px;
	padding: 10px;
	float: left;
	margin-bottom: 20px;
}

.a-post h1{
	color: #309DCF;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
}

.a-post img{
	border: 1px solid #d4d4d4;
	padding: 5px;
	float: left;
}

.post-img {
	float: left;
	height: 198px;
	width: 234px;
	margin-right: 10px;
}

.post-title {
	float: left;
	width: 336px;
	margin-bottom: 10px;
}

.post-title p{
	color: #FFFFFF;
	background-color: #90c6df;
	float: left;
}

.post-desc {
	float: left;
	width: 336px;
	text-align: justify;
	font-style: normal;
	line-height: 16px;
}




#right_column{
	display: inline;
	width: 345px;
	float: right;
	margin: 46px 0px 0px 231px;
}

#right_column ul.gallery {
	width: 300px;
	float: right;
}


#right_column ul.gallery li{
	display: block;
	width: 81px;
	height: 67px;
	float: left;
	margin: 15px 0px 10px 10px;
	background: url(images/gallery_thumb.jpg) no-repeat;
	border: none;
}


/* SIDEBAR STYLES */

#side-bar {
	background-color: #FFFFFF;
	border: 1px solid #bababa;
	float: left;
	width: 260px;
	background-image: url(../images/sidebar_bg.png);
	background-repeat: no-repeat;
	padding: 10px;
}

.side-bar-content {
	width: 260px;
	float: left;
	margin-bottom: 20px;
}

.side-bar-ads {
	margin-left: 3px;
	margin-bottom: 3px;
}

.side-bar h1{
	color: #309DCF;
	font-size: 20px;
	font-weight: bolder;
	line-height: 24px;
	padding-bottom: 5px;
}

.side-bar p {
	text-align: justify;
	line-height: 16px;
}

.side-bar li {
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	margin-left: 15px;
	margin-top: 10px;
	display: block;
}


/* FOOTER STYLES */

#footer {
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	clear: both;
	height: 147px;
}

#footer-topbar {
	height: 33px;
	width: 900px;
	margin: auto;
}

#footer-topbar h1 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	padding-top: 3px;
}

#footer-topbar span {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

#footer-content {
	height: 113px;
	width: 900px;
	margin: auto;
}

#footer-content p {
	color: #FFFFFF;
	padding-top: 45px;
	text-align: right;
}
