@charset "utf-8";
*{
	margin:0;
	padding:0;	
}
html{
	padding:0;
	margin:0;	
}

body{
	background-color:#ddd;
	background-image:url(img/kindajean.png);
}

#container{
	font-family: 'Open Sans', sans-serif;
	margin:20px auto;
	width:1140px;	
	min-height:500px;
	background:#fff;
}

#topbar ul{
	padding:20px 0 8px 20px;
}
#topbar li{
	font-size:18px;
	font-weight:700;
	font-variant:small-caps;
	display:inline;
	border-right:1px solid #ddd;
	padding:0 10px 0 4px;

}
#topbar a{
	text-decoration:none;	
	color:#666;
}
#topbar a:hover{
	text-decoration:underline;
}	


#header{
	height:310px;
	background-image:url(img/headr.png);

	position:relative;
	z-index:200;
}




#content{
	background:#f4f4f4;
}


#thewords{
	float:left;	
	width:680px;

	padding:20px 76px 40px 60px;
	background:#fff;
	border-right:4px solid #b8c7d4;	
}
h1.entry-title{
	font-size:36px;	
	padding:20px 0 0 0;
}
h1.entry-title a{
	color:#333;
	text-decoration:none;	
}
h1.entry-title a:hover{
	color:#b8c7d4;
	text-decoration:underline;	
}
#thewords h2{
	color:#333;
	font-size:30px;	
}
#thewords h3{
	color:#555;
	font-size:24px;	
}
#thewords h4{
	font-size:18px;	
	color:#777;
}
#thewords h2,h3,h4{
	margin:20px 0 8px 0;
}
#thewords h2{
	border-bottom:4px solid #b8c7d4;		
}
#thewords h3{
	border-bottom:1px solid #b8c7d4;		
}
#thewords p, #thewords ul, #thewords ol{
	color:#444;
	font-size:14px;
	line-height:190%;	
	margin:0 0 20px 0;
}
#thewords ul, #thewords ol{
	margin:0 0 20px 40px;	
}
#thewords li{
	margin:0 0 10px 0;	
}

.entry-content a{
	color: #396aac;	
}
.entry-content a:hover{
	color:#009;
	text-decoration:none;	
}

.entry-content>p:first-child:first-letter {
	color:#003;
	font-size: 80px; 
	float: left; 
	margin:0  10px 0 0; 
	line-height: 0.8;
	text-shadow: 4px 4px 0 #566074, 7px 7px 0 #fff;
}
.entry-content>p:first-child:first-line{
	color:#003;
	font-weight:700;
}

blockquote p:first-child:first-letter{
	display:none!important;	
}




.post{
	margin-bottom:50px;	

}
.post-divider{
	margin:20px -77px 0 -60px;
	height:8px;
	background-color:#b8c7d4;
	border-bottom:3px solid #ddd; 
}

.entry-content{
	padding:6px 0 20px 0;
	
}

/*
.entry-meta{
	font-size:12px;
	padding:5px;
	background-color:#eeeeee;
	border:1px solid #b8c7d4;	
	margin-bottom:20px;
}
*/

.entry-meta{
	color:#666;
	font-size:12px;	
}
.entry-meta a{
	color:#666;
	text-decoration:none;	
}
.entry-date{
	text-transform:uppercase;	
}
.byline{
	font-style:oblique;	
}
.entry-meta a:hover{
	text-decoration:underline;	
}



/* ###################### 
      Social buttons 
######################## */

#horizontalsocial{
	width:100%;
	border-bottom: 3px solid #bbb;
	
	padding: 30px 0 10px 0;
	margin: 20px 0 20px 0;
	float: left;
/*	max-height: 50px !important;*/
	
}
.horizontalsocial .sharertitle{
	
	float: left;

	padding: 3px 10px 2px 0px;
	margin: 0 10px 0 0;
}
#horizontalsocial .sharertitle .title{
	margin:0;
	font-weight:bold;
	font-style:italic;
	font-size:32px;
	letter-spacing:-1px;
	color: #b8c7d4;
	text-transform: uppercase;
	line-height: 25px;
	vertical-align: middle;
}
.horizontalsocial .sharertitle .text{
	font-size:14px;
	color:#999;	
}

.horizontalsocial .fb-like {
	clear:left;
	width: 60px;
	height:90px;
	float: left;
	border-right: 1px solid #d2d2d2;
	padding: 3px 0 2px;
}
.horizontalsocial .sharergplus {
	float: left;
	width: 60px;
	height:90px;
	margin: 0 15px 0 15px;
	padding: 3px 0 2px;
	border-right: 1px solid #d2d2d2;
}
.horizontalsocial .sharertwitter {
	float: left;
	width: 70px;
	height:90px;	
	border-right: 1px solid #d2d2d2;
	margin: 0 15px 0 0;
	padding: 3px 0 2px;

}
.horizontalsocial .sharerbubble {
	background: url(img/comment-bubble.png) no-repeat;
	height: 64px;
	min-width: 64px;
	float: left;
	margin: 0;
	line-height: 18px;
	vertical-align: top;

}
.horizontalsocial .sharerbubble a{
	position:relative;
	display:block;
	margin:8px 0 0 0 ;
	text-align:center;
	font-size:22px;

}

#social_row{
	display:block;
	width:100%;
	height:42px;
	border-top:1px solid #b8c7d4;
	border-bottom:1px solid #b8c7d4;	
	margin:10px 0;
}
.social_row_item{
	padding:8px 20px 0 0;
	float:left;
}




#subscribebox {
	min-height:200px;
	padding:20px 10px;	
	margin:-22px 0 0 -2px;
	border-left:2px solid #221f26;
	border-bottom:2px solid #221f26;	
	position:relative;
	z-index:2;
}

#subscribebox img:hover {
	opacity: 0.8;
}




#sidebar{
	float:right;	
	width:320px;
}
#sidebar a{
	color:#396aac;	
}
#sidebar a:hover{
	color:#333333;
}


.widget{
	padding:20px 10px 20px 20px;	
}

.widget-title{
	font-size:16px;	
}

.widget ul{
	padding:0 20px 0 0;
	margin:0 0 0 10px;
	list-style:none;	
	
}
.widget li{
	font-size:12px;
	text-transform:uppercase;
	padding:10px 0;
	border-bottom:1px dashed #bbb;
}







.gradient-grey{
	background: #c6c6c6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2YzZjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NDg0ODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #c6c6c6 0%, #848484 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(100%,#848484)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c6c6c6 0%,#848484 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c6c6c6 0%,#848484 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c6c6c6 0%,#848484 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c6c6c6 0%,#848484 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#848484',GradientType=0 ); /* IE6-8 */

}












blockquote{
	padding:0 0 0 20px;
	color:#555;
	border-left:3px solid #ddd;

}
.clearing{
	clear:both;
	height:1px;
	width:100%;	
}
.box_shadow {
  -webkit-box-shadow: 1px 1px 4px 0px #222;
          box-shadow: 1px 1px 4px 0px #222;
}



.nav-previous, .nav-next{
	font-size:12px;	
}
.nav-previous{
	display:block;
	float:left;
}
.nav-next{
	display:block;
	float:right;	
	clear:both;
}



#comments{
	margin-top:60px;	
}











































