/*
  Created by Felix Rodriguez on 2009-12-19.
  www.CodeMyConcept.com
*/

/*- Reset Styles -----------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
    cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,
    ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline; }
 
ol, ul { list-style: none; }
 
h1, h2, h3, h4, h5, h6, li { line-height: 100%; }
 
blockquote, q { quotes: none; }
 
table {
    border-collapse: collapse;
    border-spacing: 0; }
 
:focus { outline: 0; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
 
/*- End Reset Styles -------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

/*- General Styles -----------------------------------------------------------*/
*{}
html{}
body{
	background: #FFF;
	font-size: 12px;
	font-family: verdana;
}
a{ color:#007CC3; text-decoration: none;}
a img{border: none}
button{cursor: pointer;}
form{}
img{}
h1{}
h2{
	color: #007cc3;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0;
}
h3{
	color: #63605f;
	font-family: times;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 0;
}
p{
	line-height: 1.5em;
	padding: 3px 0;
}
select{}
table{}

textarea { width:460px; }

/*- End General Styles -------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
#wrapper {
	background: url('../img/bg/bg.jpg') no-repeat top left #c2c1c1;
	border-left:1px solid #72706f;
	border-right:1px solid #72706f;
	margin: 0 auto;
	overflow: hidden;
	width:980px !important;
	width: 980px;
}
/*- left -----------------------------------------------------------*/
#left {
	float: left;
	margin: 0px 0px 0px 40px !important;
	margin: 0px 0px 0px 35px;
	width: 527px;
}
/*------------------------------*/
/*	header				*/
/*------------------------------*/
#header {
	margin: 20px 0 0 0;
}
	#header h1 {}
		#header h1 a {
			background: url('../img/bg/logo.png') no-repeat top left;
			display: block;
			height: 122px;
			text-indent: -99999em;
			width: 289px;
		}
/*------------------------------*/
/*	Nav				*/
/*------------------------------*/
#nav {
	background: url('../img/bg/nav.png') no-repeat top left;
	height:47px;
	margin:10px 0 0;
	overflow:hidden;
	width:537px;
}
	#nav ul {
		
		margin: 18px 0px 0px 20px;
	}
		#nav ul li {
			color: #f2f2f2;
			display: inline;
			font-size: 13px;
		}
			#nav ul li a {
				color: #f2f2f2;
				padding: 0px 10px 0px 10px;
			}
/*------------------------------*/
/*	main				*/
/*------------------------------*/
#main {
	background: url('../img/bg-main-top.png') no-repeat top left;
	overflow: hidden;
	margin: 10px 0 20px 0;
	padding-top:25px;
}

#container {
	background: url('../img/bg-main-middle.png') repeat-y left top;
	overflow:hidden;
	padding:0 15px 0 10px;
}

#bottom {
	background: url('../img/bg-main-bottom.png') no-repeat left top;
	clear:both;
	height:34px;
}

.single #main {
	padding-top:25px;
}

/*------------------------------*/
/*	top stories				*/
/*------------------------------*/
#topStories {
	margin: 20px 0 0 0;
	overflow: hidden;
}
	#topStories div.box {
		border: 1px solid #e5e5e5;
		float: left;
		margin: 0px 5px 0 0;
		width:160px;
        -moz-border-radius:6px;
    	-webkit-border-radius:6px;
    	-ms-border-radius:6px;
    	-khtml-border-radius:6px;
	}
		#topStories div.box img {
			height: 95px;
			width: 160px;
		}
		#topStories div.box p a{
			color: #383431;
			padding: 10px;
			display: block;
			text-align: center;
			text-transform: uppercase;
		}
/*------------------------------*/
/*	Banner Ad				*/
/*------------------------------*/
#main div.banner {
	margin: 10px 0;
}
	#main div.banner img {

	}
	
#wrapper .banner {
	text-align: center;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: -20px;
}
/*------------------------------*/
/*	post				*/
/*------------------------------*/
#main div.post {
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #C5C4C4;
}
	#main div.post div.entry {  }
		#main div.post div.entry img {
                     float: left;
                     margin: 5px 5px 5px 0;
		}
		#main div.post div.entry h2, div.post small.aligncenter { color:#007CC3; }
			#main div.post div.entry h2 small {
				font-size:10px;
				margin:0 0 0 0px;
				overflow:hidden;

			}
				#main div.post div.entry h2 a {
					color: #007cc3;
				}
		#main div.post div.entry p { 
			padding:0px 10px 10px 0;
text-align:justify; }
		/*------------------------------*/
		/*	post meta				*/
		/*------------------------------*/
		
		#main div.post div.entry div.post-meta { 
			clear:both;
			margin:0 0 0 0px; }
			#main div.post div.entry div.post-meta ul {
				padding: 0px 15px 0 0;
			}
			
			.single #main div.post div.entry div.post-meta ul { margin:2em 0; }
			
				#main div.post div.entry div.post-meta ul li {
					text-align: right;
                                        list-style: none;
				}
					#main div.post div.entry div.post-meta ul li a {
						color: #514d4c;
						
					}
						#main div.post div.entry div.post-meta ul li a img {
							
						}
/*- End left  -------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

#right {
	float: left;
	margin: 50px 0px 0px 20px;
	width: 350px;
}
	#right form {  }
		#right form p {  }
/*------------------------------*/
/*	search				*/
/*------------------------------*/
#right form{
	overflow: hidden;
}
#search {
	background: url('../img/bg/input.png') no-repeat top left;
	border: none;
	display:block;
	float:left;
	height:23px;
	padding:5px 7px 0;
	width:155px;
}
#search-button {
	color: #000;
	font-size: 14px;
	float: left;
	padding:0 0 0 8px;
}
/*------------------------------*/
/*	Sidebar				*/
/*------------------------------*/

#sidebar {
	background:url('../img/bg-sidebar-top.png') no-repeat left top;
	margin: 10px 0 0 0;
	padding:40px 0 0;
	overflow: hidden;
}
#sidebar-content {
	background:url('../img/bg-sidebar-middle.png') repeat-y left top;
}

	#sidebar div.box {
		clear:both;
		margin:0 8px 0 17px;
		overflow:hidden;
		padding:8px 10px;
	}
	#sidebar div.box ul.socials{
		margin:0 0 0 20px;
		overflow:hidden;
	}
		#sidebar div.box ul.socials li {
			list-style: none;
			float: left;
			margin: 0px 5px 0 0;
		}
		#sidebar div.box h3.vertical {
			float: left;
		}
			#sidebar div.box h3.vertical img {  }
		#sidebar div.box img {  }
		#sidebar div.box ul {
			color: #72706f;
			margin: 10px 10px 10px 40px;
		}
			#sidebar div.box ul li {
				list-style: disc outside;
				padding: 3px 0;
			}
		#sidebar div.box ul.grey {
			background: #383431;
			border:1px solid #c9c8c7;
			color: #72706f;
			margin: 10px 0px 0px 20px;
			padding: 10px 10px 10px 30px;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			-ms-border-radius:6px;
			-khtml-border-radius:6px;
				}
			#sidebar div.box ul.grey li {
				color: #fff;
				list-style: disc outside;
				padding: 3px 0;
			}
			#sidebar div.box ul.grey li a{
				color: #fff;
			}

#sidebar-bottom {
	background: #C2C1C1	url('../img/bg-sidebar-bottom.png') no-repeat left top;
	height:43px;
}			

/*------------------------------*/
/*	meet the writters				*/
/*------------------------------*/

#meet-writers {
	background: #383431;
	border:1px solid #c9c8c7;
	color: #fff;
	margin: 0px 0px 0px 20px;
	padding: 5px;
    -moz-border-radius:6px;
	-webkit-border-radius:6px;
	-ms-border-radius:6px;
	-khtml-border-radius:6px;
}
	#meet-writers div.meet {
		overflow: hidden;
		margin: 0px;	
	}
		#meet-writers div.meet img {
			float:left;
			margin:3px 7px 10px 0;
		}
		#meet-writers div.meet p {
			line-height:14px;
			padding:0;
		}
			#meet-writers div.meet p span.writer {
				font-size: 12px;
				font-weight: bold;
				text-transform: uppercase;
			}
			#meet-writers div.meet p br {  }
			#meet-writers div.meet ul.writer-info {
				margin:7px 0 0;
				padding:0;
		}
			#meet-writers div.meet ul.writer-info li {
				color: #fff;
				display: inline;
				list-style: none;
			}
				#meet-writers div.meet ul.writer-info li a {
					color: #fff;
					font-size: 10px;
					padding: 0 3px 0 1px;
				}
				
.aligncenter { text-align:center; display:block }

#main div.post div.entry img.aligncenter { display:block; margin:2em 0; }
#respond { clear:both; }
#commentform {
	background: #e7e7e7;
	margin:0 5px 0 0;
	padding:15px;
}

ol.commentlist {
	margin: 0;
	padding:0 10px;
}

#commentform h3 {
	font-family:"Arial", Helvetica, sans-serif;
	margin:0 0 1em 0;
}
img.avatar { float:right; }
#commentform label { color:#38538f; }

.comment-author { line-height:1.6em; }
.comment-meta { margin:0 0 1em 0; }

/*------------------------------*/
/*	Footer          		    */
/*------------------------------*/
#footer-bar {
border:1px solid #72706F;
background: #000;
height:50px;
margin: 0 auto;
width:980px;
}

#sidebar .widget-container {
		border-bottom:1px solid #D4D4D4;
		clear:both;
		margin:0 8px 0 20px;
		overflow:hidden;
		padding:8px 5px;
		list-style: none;
	}
	#sidebar .widget-container ul.socials{
		margin: 10px 0 0 30px;
		overflow: hidden;
	}
		#sidebar .widget-container ul.socials li {
			list-style: none;
			float: left;
			margin: 0px 5px 0 0;
		}
		#sidebar .widget-container h3.vertical {
			float: left;
		}
			#sidebar .widget-container h3.vertical img {  }
		#sidebar .widget-container img {  }
		#sidebar .widget-container ul {
			color: #72706f;
			margin: 0px 10px 10px 40px;
		}
			#sidebar .widget-container ul li {
				list-style: disc outside;
				padding: 3px 0;
			}
		#sidebar .widget-container ul.grey {
			background: #aaa9a9;
			color: #72706f;
			margin: 10px 0px 0px 20px;
			padding: 10px 10px 10px 30px;
		}
			#sidebar .widget-container ul.grey li {
				color: #fff;
				list-style: disc outside;
				padding: 3px 0;
			}
			#sidebar .widget-container ul.grey li a{
				color: #fff;
			}
			
#sidebar #recent-comments-5 {
	background: url('../img/titles/recent-comments.jpg') no-repeat top left;
	padding-top: 10px;
}

#sidebar #recent-comments-5 .widget-title{
	padding: 0px;
}

#sidebar #categories-4 {
	background: url('../img/titles/categories.jpg') no-repeat top left;
	padding-top: 0px;
}

#sidebar #categories-4 .widget-title{
	padding: 0px;
	padding-top: 10px;
}

#nav ul #navlinks li {
border-left: 1px solid white;
}

#postheader h2 {
	font-size: 20px;
}

#authorbar  h2 small{
	text-align: left;
}

h2.singletitle {
	font-size: 24px;
}

h3#comments {
	clear: both;
	border-top: 1px solid #C5C4C4;
}

#footer {
	width: 896px;
	height: 85px;
	clear: both;
	margin: 0 auto;
}

#footertop {
	background: transparent url('../img/bg-footer-top.png') no-repeat top left;
	height: 20px;
}

#footercontainer {
	background: transparent url('../img/bg-footer-mid.png') repeat-y top left;
	padding-bottom: 0px;
}

#footercontainer p {
	text-align: center;
	padding: 0px;
	padding-top: 10px;
}

#footerbottom {
	height: 20px;
	background: transparent url('../img/bg-footer-bottom.png') no-repeat top left;
}

#subfooter {
    text-align: center;
    margin: 0px auto;
    margin-bottom: 5px;
    color: #cccfb5;
	margin-top: 10px;
}

#subfooter p {
	color: #FFF;
}

#subfooter a:link {
    color: #007CC3;
}

#subfooter a:hover {
    color: #007CC3;
}

#subfooter a:visited {
    color: #0074BA;
}

.navigation {
border-bottom:1px solid #C5C4C4;
height:15px;
padding-bottom:5px;
}

.pagetitle {
text-align:center;
font-size: 20px;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

a {
text-decoration: underline;
}

h2 a {
text-decoration: none;
}

#authorbar h2 a {
text-decoration: underline;
}

#nav a {
text-decoration: none;
}

.comment {
border-bottom: 1px solid #C5C4C4;
padding: 10px 0px;
}

.meet img {
	float: left
}

.meet li {
	display: inline;
}

#meetlist {
	padding-left: 30px;
	padding-top: 5px;
	background: transparent url(../img/titles/writers.jpg) no-repeat scroll left top;
	margin-left: -5px;
}

.meet {
	padding-bottom: 2px;
}

.meet p {
padding: 3px 0;
position: relative;
left: 5px;
}

.writer-info {
position: relative;
left: 5px;
}

.entry ol {
list-style:decimal inside none;
margin-left:4%;
padding-bottom: 10px;
}

.entry ul {
list-style:disc inside none;
margin-left:4%;
padding-bottom: 10px;
}

.wp-caption {
border: 1px solid #CCC;
padding-top: 5px;
margin: 5px;
}

.alignleft, .alignright {
text-align: center !important;
}

#main div.post div.entry .wp-caption-text {
text-align: center;
padding: 2px;
}

#main div.post div.entry .wp-caption img {
float: none;
margin: 0;
}