/*  
Theme Name: Evolution Shift second
Description: Evolution Shift second Blog
Version: 4.0
Author: Adam
Author URI: http://www.bluelinermarketing.com/
*/

/*************************************
 +Containers
 *************************************/
body{
	background:#000000 url(images/pgbg.png) repeat-y center top;
	color:#555;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.5em;
	margin:0px;
	padding:0px;
	text-align:center;
	height: 100%;
}
#wrap{
	margin:0px auto;
	text-align:left;
	width:778px;
	background-image: url(images/pgbg.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	border-top: 1px solid #FFCC33;
	border-right: 1px solid #FFCC33;
	border-left: 1px solid #FFCC33;
	background-color: #FFFFFF;
	height: 100%;
	display: table;
}

#header{
	padding:0px;
	background-color: #000000;
	background-image: url(images/logo-blog.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	margin: 0px;
	display: block;
}
#topnavigation {
	background-color: #000000;
	display: block;
	clear: both;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 19px;
	}
/* CSS Tabs */
.topnavContainer {
	padding: 0px;
	margin: 0px;
	background: #000000;
	display: block;
	float: left;
	width: 550px;
}
/* links */
a {
	color:#BE9826;
	text-decoration:none;
}
a:hover{
	color:#666666;
}
/* square */

#topnavSquare {
        margin: 0;
        padding: 0 0 16px 10px;
}

#topnavSquare li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#topnavSquare a:link, #topnavSquare a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 5px;
        text-decoration: none;
        color: #FFCC33;
}

#topnavSquare a:hover {
        color: #FFFFFF;
        background: url(images/square.gif) no-repeat bottom center;
}
	


#wrapContentSidebar {
	display: block;
	clear: both;
}
#content{
	font-size:1.2em;
	float:left;
	padding:20px 15px;
	width:545px;
	margin: 0px;
}
#sidebar{
	width:190px;
	color: #000000;
	display: block;
	margin: 0px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
}	
#footer{
	color:#888;
	clear:both;
	padding:0px;
	display: table;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px auto;
	width: 778px;
	border-right: 1px solid #FFCC33;
	border-bottom: 1px solid #FFCC33;
	border-left: 1px solid #FFCC33;
	height: 50px;
	background-color: #000000;
}
/*************************************
 footer styles
 *************************************/
 
 #shiftInfo {
	float: left;
	width: 125px;
	display: block;
	text-align: left;
	padding: 10px 5px 5px;
}
#shiftInfo h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.6em;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
}
#footer a{
	color:#FFCC33;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:hover{
	color:#FFFFFF;
}
#shiftInfo p{
	color:#999999;
	margin:5px 0 0;
	padding: 0px;
}
#shiftInfo p.description{
	color: #FFFFFF;
	clear: both;
	
}
#acknowledgements {
	display: block;
	float: right;
	width: 170px;
	padding: 5px;
	text-align: right;
	margin: 0px;
}
 #byblueliner {
	background-image: url(images/blueliner_by.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	clear: both;
	float: right;
	white-space: nowrap;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 16px;
}
 #bylogo {
	display: block;
	clear: both;
	float: right;
	white-space: normal;
	margin: 0px;
	padding: 0px;
	width: 150px;
}
 #byresearch {
	float: right;
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: right;
	white-space: nowrap;
	width: 150px;
}
 
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	display: block;
}
.entrytitle h2{
	font-size:1.4em;
	padding: 0px;
	margin-top: 1em;
}
.entrytitle h2 a
{
	color:#000000;
}
.entrytitle h2 a:hover{
	color:#FFCC33;
}

.entrytitle h3{
	font-size:1em;
	color:#6F6F6F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h3.entrydate{
	margin-bottom:1em;
	color: #BE9826;
	text-align: right;
	padding: 3px;
	border-top: 1px solid #BE9826;
}
#sidebar h2{
	color:#FFFFFF;
	margin:15px 0px 5px;
	font-size: 1.2em;
	padding: 0px 0px 0px 5px;
	line-height: 18px;
	background-color: #000000;
}
#sidebar a{
	color:#000000;

}
/*************************************
 +Entry
 *************************************/
.entry{
	margin: 1em 1em 3em;
}

.entrymeta{
	font-size:0.9em;
	padding: 0px;
	margin: 1em 0em;
	text-align: right;
	display: block;
}
.postedby{
	background:#fff url(images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(images/comments.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
#postinfo {
	text-align: left;
	display: block;
}
/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul li{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#sidebar ul li a{
	color: #000000;
	text-decoration: none;
	background-image: url(images/mylinks_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	
}
#sidebar ul li a:hover{
	text-decoration: underline;
	color: #666666;	
}

#sidebar .sem_subscribe_me ul li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	border: none;
}
#sidebar .sem_subscribe_me ul li a{
	list-style: none;
	margin: 2px 0px;
	padding: 0px;
	border: none;
}
.sem_subscribe_me img{
	border: none;
	margin-top: 4px;
}
#mylinkslist {
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
}

#mylinkslist a{
	color: #000000;
	float: right;
	margin: 2px 0px 0px;
	padding: 0px 12px 0px 0px;
	clear: right;
}

#sidebar #recentposts h2{
	margin-bottom: 4px;
}

#sidebar #recentposts a{
	padding: 2px;
	color: #000000;
	border-bottom: 1px dotted #666666;
	display: block;
	margin: 0px;
	line-height: 20px;
}
#sidebar #recentposts a:hover{
	color: #FFFFFF;
}
#sidebar #recentposts ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidebar #recentposts ul li{
	padding-top: 2px;
	padding-bottom: 2px;
}
#sidebar #recentposts ul li a{
	color: #000000;
	text-decoration: none;
	background-image: url(images/mylinks_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	
}
#sidebar #recentposts ul li a:hover{
	text-decoration: underline;
	color: #666666;	
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:1em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#BE9826;
	text-decoration:none;
}
a:hover{
	color:#666666;
}
.clearboth {
	clear: both;
}

#bioPicthumb {}
#bioPicthumb  a{
	border: 2px solid #000000;
	cursor: help;
	background-image: url(images/davidhoule_thumb2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 180px;
	padding-top: 200px;
	display: block;
	text-align: center;
	padding-bottom: 4px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFCC33;
	background-color: #080808;
	margin-right: auto;
	margin-left: auto;
}
#bioPicthumb a:hover{
	border: 2px solid #FFFFFF;
	cursor: help;
	color: #FFFFFF;
}

/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/

#search{
	margin:0px 0px 2px;
	-moz-opacity:0.4;
	text-align:right;
	padding: 0px 0px 0px 15px;
	float: right;
	display: block;
	width: 175px;
	background-color: #000000;
	background-image: url(images/search.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#search:hover{
	-moz-opacity:1.0;
}


#search input:focus{
	background:#FFF;
}

form#searchform{
	margin:0em;
	padding: 0px;
}

#searchform #s{
	background:#222;
	width:160px;
	color:#666666;
	padding:0em;
	margin: 0px;
	border: 1px solid #666666;
	font-size: 11px;
	float: left;
}

/*-----------------------------------------------------------------------------------------------
  contact form
-----------------------------------------------------------------------------------------------*/
.contactform label {
line-height: 20px;
	margin-left: 20px;
}
.contactform input {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.contactform textarea {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

span.moretext {
	text-align: right;
	font: 1.2em Arial, Helvetica, sans-serif;
}
#headerimg {
	margin-bottom: 20px;
	background-color: #FFCC33;
	display: block;
}

img#davidmainpic {
	margin-right: 10px;
	margin-bottom: 10px;
}



#subscribeform {
	border: 1px solid #FFCC33;
	padding: 5px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#subscribeform form{
	padding: 0px;
	text-align: center;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
}
#subscribeform form input{
	
	line-height: 20px;
}
#subscribeform form input.subscribebutton{
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFCC33;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
} 




hr.clearboth {
	clear: both;
	border: #FFFFFF;
	width: 90%;
}
#syndicateBlock {
	display: block;
	text-align: center;
	padding: 20px 0px 0px;
	margin: 0px;
	width: 544px;
	height: 165px;
}
#syndicateText {
	display: inline;
	float: right;
	width: 310px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: left;
	margin-right: 30px;
}
#syndicateIcons {
	display: inline;
	float: right;
	width: 100px;
	margin-right: 15px;
}
#syndicateBlock .sem_subscribe_me h2{
	display: none;
}
#syndicateBlock ul{
	padding: 0px;
	list-style: none;
	display: inline;
	width: 110px;
	margin: 0px;
}
#copyright {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	line-height: 10px;
	padding-top: 35px;
	white-space: nowrap;
	display: block;
	text-align: center;
}
.entrybody {
font-size: 10pt;
line-height:1.5em;

}
.entrybody img {
	margin: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#LinksLists {
	padding: 20px;
	display: block;
	text-align: left;
}
#LinksLists h3{
	color: #666666;
	margin-top: 10px;
}
#LinksLists .divider{
	background-color: #FFCC33;
	height: 1px;
	clear: both;
	margin-bottom: 10px;
}
#LinksLists a{
	

	
}
#LinksLists ul{
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	display: block;
}
#LinksLists ul li{
	padding: 0px;
	list-style: none;
	margin-bottom: 4px;
	clear: both;
	vertical-align: middle;
	display: block;
}
#LinksLists ul li a{
	padding: 0px 5px 0px 0px;

}#LinksLists ul li a img{
	margin-right: 5px;
	border: none;
	margin-bottom: 2px;
	float: left;
}


.wpcf7-captcha-captcha-895 {
	float: left;
	margin-left: 20px;
}
.captchaInstruct {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	
	padding: 4px;
	height: 22px;
	
	border: 1px solid #000000;
	margin-left: 20px;
}