/* CONTAINER
----------------------------------------------------------------------------------------------------*/

#container {
}


/* TOP NAV
----------------------------------------------------------------------------------------------------*/

#topnav {
	height: 35px;
}



#nav {
	margin-left: -5px;
}


#nav ul {
	padding-top: 5px;
	
}

#nav li {
	display: inline;
}


#nav a{
	font-size: .6em;
	color: #dce9e9;
	text-decoration: none;
	padding: 4px;
	text-transform: uppercase;
}

#nav a:hover {
	background-color: #dce9e9;
	color: #333333;

}

#rss {
	text-align: right;
}


#rss ul {
	padding-top: 8px;
	
}

#rss li {
	display: inline;
}


#rss a{
	font-size: .7em;
	color: #fff;
	text-decoration: none;
	padding: 2px;
	text-decoration: none;
}

#rss a:hover {
	color: #999;	
}

#rss h6 {
	display:  inline;
	font-size: .7em;
	color: #fff;	
}



/* HEADER
----------------------------------------------------------------------------------------------------*/

#header {
	height: 120px;

}

#header h1 img{
	margin-top: 10px;
	width: 275px;
	float: left;
}

.tagline {
	float: left;
	width: 540px;
	font-size: .85em;
	font-family:Georgia,Times,serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #82A6B3;
	padding: 10px;
	margin-top: 35px;
	margin-left: 75px;
	background-image: url("images/transparent_bkrd.png");
	text-align: center;
	}


.search {
	float: right;
	width: 315px;
	height: 45px;
	margin-top: 25px;
}

.search { 
	color: #fff;

}


/* RECENT
----------------------------------------------------------------------------------------------------*/


#recent {
	margin-top: 25px;
	height: 75px;
	background-color: #dce9e9;
	text-align: center;
}

#recent h6{
	color: #444;
	font-size: .7em;
	font-weight: bold;
	padding: 10px;
	padding-left: 25px;
	text-transform: uppercase; 
	text-align: left;
}

#recent img {
	padding-top: 10px;
	padding-bottom: 10px;
}


#recent a {
	font-size: .65em;
	text-decoration: none;
}

#recent a:hover {
	text-decoration: underline;
}


/* MAIN
----------------------------------------------------------------------------------------------------*/


#main {
	color: #333;

}

#main h2{
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dce9e9;
	margin-top: 30px;
	padding: 20px;
	background-image: url("images/main_h1_bkrd.gif");
	background-repeat: no-repeat;
}



#main h3{
	font-size: 1.5em;
	background-color: #eee;
	margin-top: 30px;
	padding: 20px;
}


#main h4{
	font-size: 1.25em;
	background-color: #eee;
	padding: 20px;
	padding-bottom: 0px;
}

#main h5{
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eee;
	padding: 20px;
	padding-bottom: 0px;
}

#main h6{
	font-size: .95em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eee;
	padding: 20px;
	padding-bottom: 0px;
}




#main p{
	font-size: .8em;
	line-height: 1.6em;
	background-color: #eee;
	padding: 20px;
}

#main h2 a{
	color: #012e4d;
	width: 580px;
}

#main h2 a:hover{
	color: #444;
	text-decoration: none;
}

#main a:hover{
	text-decoration: underline;
}

#main ul {
	font-size: .75em;
	line-height: 1.55em;	
	background-color: #eee;
	padding: 20px;
}

#main li {
	margin-left: 15px;
}

.post_data {
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	background-color: #eee;
	float: left;
	font-size: .8em;
	width: 575px;
}

.post_data ul{
}

.post_data li{
	display: inline;
	border-right: 1px solid #444;
	padding-right: 15px;
}

.first {
	color: #012e4d;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #f49f9f;
	padding: 5px;
	padding-left: 15px;
}

.post {
	margin-top:20px;
	font-family:Georgia,Times,serif;
}


.post img {
	display: block;
	padding-bottom: 5px;
}

.readmore {
	text-align: right;

}

.readmore a{
	font-size: 1em;
	color: #fff;
	padding: 7px;
	background-color: #007698;
}

.readmore a:hover{
	color: #fff;
	text-decoration: none;
}

.navigation {
	display: block;
	text-align: left;
	margin-top: 25px;
	padding-bottom: 25px;
	}

.alignleft {
	float: left
	}	
	
	
.alignright {
	float: right;
	}

.alignleft, .alignright a{
	font-size: .8em;
}



/* COMMENT FORMS
----------------------------------------------------------------------------------------------------*/

.navigation {
}

#commentsback {
	background-color: #eee;

}

#commentform textarea {
	width: 600px;
	}
	
	
.commentlist {
	background-color: #eee;
	margin-left: 25px;
}
	

.commentlist li, #commentform input, #commentform textarea {
	font: 0.8em Arial, Helvetica, sans-serif;
	}
	
.commentlist li ul li {
	font-size: .9em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding-right: 10px;
	background: #eee;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}


/* SIDEBAR
----------------------------------------------------------------------------------------------------*/



#side {
	margin-top: 30px;
}

#side h2{
	font-size: .85em;
	color: #444;
	padding: 10px;
	padding-left: 25px;
	background-image: url("images/sidebar_h2_bkrd.gif");
	background-repeat: no-repeat;
	background-color: #E1E8E2;
	margin-top: 20px;
}

#side p{
	font-size: .8em;
	padding: 10px;


}

#side ul{
	list-style: none;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-image: url("images/sidebar-bkrd.gif");
}

#side li {
	width: 220px;
	padding-bottom: 10px;
	line-height: .9em;
}


#side a{
	font-size: .7em;
	color: #007698;
	text-decoration: none;
}

#side a:hover{
	text-decoration: underline;
}

.side_categories {
	width: 260px;
}

#search ul li{
	font-size: .5em;
}

.search {
	width: 240px;
}

#sidebar_icons{
	height: 150px;
	background-image: url("images/clouds.png");
	padding-left: 15px;
	padding-top: 10px;
	line-height: .85em;
	}

#sidebar_icons a {
	font-size: .85em;
	padding-top: 5px;
	text-decoration: none;
	font-weight: bold;
}

#sidebar_icons a:hover {
	text-decoration: none;
	color: #333;
}


.twitter {
	float: left;
	width: 120px;
}

.rss {
	float: left;
	width: 80px;

}


.ad {
	text-align: center;
}


/* FOOTER
----------------------------------------------------------------------------------------------------*/


#footer {
	background-image: url("images/footer_bkrd.gif");
	background-repeat: repeat-x;
	height: 50px;
	margin-top: 50px;
	padding:20px;
}

#footer h6{
	font-size: 1.25em;
	font-weight: normal;
	color: #fff;
}
