/*  
Theme Name: WhyHire.me Blog
Theme URI: http://blog.whyhire.me
Description:  WhyHire.me Blog
Version: 1.0.0
Author: WhyHire.me
Author URI: http://www.whyhire.me


*/ 

/* STANDARD STYLING */

	body {		
		font-size-adjust:none;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:18px;		
		font-size:12px;
		background: none repeat-x scroll left top #CBE86B;
		color:#493D38;
		border-top: 1px solid #FFFFFF;
	}
	
	/* DEFAULT FONT */
	body {font-family: Arial,Verdana,sans-serif;}
	/*PRIMARY HEADERS FONT */
	h1, h2, #feature .fheading{ font-family: Arial,Verdana,sans-serif;}
	/*SECONDARY HEADERS FONT */
	h3, h4, h5 { font-family: Arial,Verdana,sans-serif;}
	
	a {text-decoration: none;} /* LINK COLOR */
	a:hover {color: #97300d;}
	p,.p {margin-bottom: 20px; color: #493D38; line-height: 1.75em; font-size:14px;}
	.spacing {margin: 25px 0;}
	img {border: none;}
	ul li {	margin: 0px;}
	.hentry ul {list-style-type: disc;margin: 5px 0px 15px;padding-left: 40px; font-size: 13px;}
	ol {list-style-type: decimal;margin: 5px 0px 15px;padding-left: 20px;}
	.hentry.page li, .hentry.post li {padding: 3px 0;}
	form {margin: 0px;padding: 0px;}
	small {	font-size: 85%; color:#666666;}
	hr{border: none; border-top: 1px solid #fff; border-bottom: 1px solid #ddd;margin-bottom: 1.5em;}
	blockquote{background: #f7f7f7; padding: 10px 15px;margin: 0 0 1em 2.5em;font-size:.9em;border: 1px solid #ddd;clear: both}

a, #blogtitle a:hover, h2.posttitle a:hover, .tags a:hover, .commentlist cite, .commentlist cite a, #morefoot a:hover, #sidebar ul li ul li a, #wp-calendar caption, #subnav .current_page_item a, #subnav .current_page_ancestor a,	#subnav li a:hover,	#subnav li.current-cat a, #sidebar #grandchildnav .current_page_item a, #feature-footer .twitter a {font-weight: 700; color: #F04E35; text-decoration: none;}
.postdata a:hover {font-weight: 700; color: #F04E35;}
.textcontent a {font-weight: 700; color: #F04E35; text-decoration: underline;}
.textcontent a:hover {font-weight: 700; color: #97300d; text-decoration: none;}

/* @ rounded corners in mozilla and apple browsers */
	#footer .content, .page-nav, .fboxes, .hentry, .postwrap, #highlight, .widget, #sidebar #accordion, #content .wp-pagenavi, #content .wp-pagenavi a, #content .wp-pagenavi .current, #featurenav a,#featurenav span.playpause, #featurenav.thumb_nav a span{
	/*	-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px; */
	}
	#featurenav.thumb_nav a, #featurenav.thumb_nav a span{
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	#drag_drop_sidebar h3, #accordion .drawer-handle:first-child:hover,#accordion .drawer-handle:first-child {
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-khtml-border-top-left-radius: 5px;
		-khtml-border-top-right-radius: 5px;
	}

	.post-footer, #drag_drop_sidebar .drawer-content, #feature-footer {
	/*	-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-khtml-border-bottom-left-radius: 5px;
		-khtml-border-bottom-right-radius: 5px; */
	}
	

/* LAYOUT SECTION - EDIT THESE TO ADJUST LAYOUT */
	#wrapper {
		width: 960px; /* width of content */
		margin: 0px auto;
		position: relative;
		padding-bottom: 3em;
	}
	#content {margin-bottom: 0;}
	#nav {
		position:relative;
		z-index:4;
	}
	#header { 
		padding: 15px 0 10px;
		position:relative;
	} /* height of the header */

	#maincontent {
		width: 590px; /* width of left column */
		float: left;
	    border-color: #dedede;
		border-style: solid;
		border-width: 1px;
	}
	
	#sidebar{ 
		width: 350px;
		float: right;
	}
	
	.sidebar_left #maincontent {float: right;}
	.sidebar_left #sidebar {float: left;}
	
	.hentry .title {
		width: 540px; /* width of title area for posts & pages */
		float: left;
		margin-left: 10px;
	}

.icons {
	/*position:absolute;
	right:0;
	bottom:5px;
	height: 50px;*/
}

.icon_backlink{
	float: right;
}

/* site title */
	div.cat_details{
		margin-left:20px;
	}

	#blogtitle {
		font-size: 39px; /* blog title size */
		float:left;
		line-height: 47px;
		position:relative;
	} 
	#blogtitle .sheen {
		position: absolute; 
		z-index: 5;
		background-color: transparent;
		background-image: url(images/sheen.png);
		background-position: 0 0;
		background-repeat: repeat-x;
		display: block;
		width:100%;
		height: 25px;
		float: left;
	}
	#blogtitle a{color: #000;}
	#blogtitle a:hover{text-decoration: none;}
	
	#blogdescription { 
		float: left;
		margin-top: 19px; 	/* description distance from top of screen */
		margin-left: 10px;
	}
	.nav-icon {float: right;margin:13px 0 0 8px;}


/* HEADERS */
	h1, h2, h3, h4, h5, h6{color: #4C3F37;font-weight: normal;margin:0;padding: 0;}
	h1 a, h2 a, h3 a, h4 a, h5 a{color: #E13333;}

	h1{font-size: 36px; line-height: 1; margin-bottom: 10px; text-shadow: 1px 1px white;}
	h2{font-size: 36px; line-height: 1; padding-top: 2px; margin-bottom: 10px; text-shadow: 1px 1px white;}
	h3{font-size: 30px; padding-bottom: 5px;}
	h4{font-size: 20px; padding-bottom:10px; padding-top:5px; padding-left:5px;}
	h5{font-size: 16px;}
	h6{font-size: 12px;}



/*  SEARCH BAR STYLING */
	.searchform {
		width: 200px;
		float: right;
		font-size: 10px;
		padding:0;
		margin:3px 5px 0 0 ;
		position: relative;
	}
	.center .searchform {
		float:none;
		
	}
	#morefoot .searchform{float:left}
	.searchform .s{
		background:transparent url(images/search-bar-trans.png) no-repeat scroll center top;
		margin:0;
		border: none;
		padding:8px 0;
		height: 15px;
		position:absolute;
		right:13px;
		top:0;
		width:163px;
		color: #333;
		overflow: hidden;
	}
	
	.searchform .s:focus { outline: 0; border: none;}

	.searchform .left{
		background:transparent url(images/search-leftcap-trans.png) no-repeat scroll left top;
		display:block;
		height:29px;
		left:0;
		position:absolute;
		top:0;
		width:33px;
	}
	.searchform .right{
	
		background:transparent url(images/search-rightcap-trans.png) no-repeat scroll right top;
		display:block;
		height:29px;
		position:absolute;
		right:0;
		top:0;
		width:14px;
	}
	.searchform .searchsubmit { 
		color: transparent;
		text-shadow: none;
		height: 24px;
		width: 24px;
		border: none;
		cursor: pointer;
		text-indent: -999em;
		line-height: 1px;
		margin:0;
		background: transparent;
	}

/* @ welcome */
#welcome{/*margin: 1em .5em;*/}
#welcome .greeting {font-size: 1.2em;font-weight: bold;}
#welcome p {
font-size: .95em;
color: #555;
}
#welcome p a{text-decoration: underline;}
#welcome p a:hover{color: #3399cc;}

.twitter {
	font-size: 10px;

	background: url(images/twitter-bubble.png) no-repeat 0 0;
	padding-left: 27px;
}
#footer .twitter a{font-weight:bold;color: #777;}

.widget_twitter .twitter {background:none;padding-left: 0px;}
#sidebar .twitter {	margin:1em 0;}

/* MAIN NAVIGATION */
	#nav {
		font-size: 13px;	
		/*background: transparent url(images/nav-bg.png) no-repeat 0px -1px;*/
		margin-bottom: 7px;
		background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
		border-bottom: 1px solid rgba(255, 255, 255, 0.6);
		border-top: 1px solid rgba(0, 0, 0, 0.15);
		height: 36px;
		 -moz-border-radius-bottomleft: 9px;
		-moz-border-radius-topleft: 9px;
		 -moz-border-radius-bottomright: 9px;
		-moz-border-radius-topright: 9px;
		-webkit-border-top-left-radius: 9px; /* top left corner */
		-webkit-border-top-right-radius: 9px; /* top right corner */
		-webkit-border-bottom-left-radius: 9px; /* bottom left corner */
		-webkit-border-bottom-right-radius: 9px; /* bottom right corner */
	}

	#nav ul{
		list-style: none;
		display: block;
		margin: 0;
		padding: 0px;
		width: 750px;
		float: left;
	}
	#nav ul li{
		font-weight: normal;
		margin:0;
		padding: 0px;
		float: left;
		/*background: url(images/navdivider.png) no-repeat right top;*/
		 border-right: 1px solid rgba(0, 0, 0, 0.1);
		 border-bottom: 1px solid rgba(255, 255, 255, 0.8);
		 border-left: 1px solid rgba(255, 255, 255, 0.5);
		 -moz-border-radius-bottomleft: 9px;
		-moz-border-radius-topleft: 9px;
		-webkit-border-top-left-radius:9px;
		-webkit-border-bottom-left-radius:9px;
	}
	
	#wrapper #nav ul.dropdown li a.home, #wrapper #nav ul.dropdown li a.home:hover{
			background-color: transparent;
			background-position:  17px 5px;
			background-repeat: no-repeat;
			text-indent: -300em;
			width: 25px;
			border-left: none;	
			position:relative;
			z-index: 10;
			padding: 9px 22px 9px 20px;			
		}
		
	#nav ul.dropdown li a.home:hover, #nav ul li a.home:active{
		cursor: pointer;
		margin:0;
		border:none;
		
	}
	#nav ul li a{
		padding: 9px 22px 9px 15px;
		text-decoration: none;
	    color: #3F3F38;
		font-size: 13px;
		font-weight: 700;
		display: block;
		text-shadow: 1px 1px 0 #FFFFFF;
	}
	

	#nav ul li a small{display: none;}

	#nav .current_page_item a, #nav .current_page_item a:hover, #nav li a:hover, #nav li a:active, 	#nav .current_page_ancestor a, #nav .current_page_ancestor a:hover{
		margin-left: -1px;margin-right: 1px;
		padding: 9px 21px 9px 21px;
	}
	
	#nav .current_page_item a, #nav .current_page_item a:hover, #nav .current_page_ancestor a, #nav .current_page_ancestor a:hover{
		text-decoration: none;	
		background: #2a2a2a url(images/nav-sprite-default.png) repeat-x 0 -72px;
		color: #fff;
	}
	 #nav li a:hover{
		border-top: 0 solid rgba(0, 0, 0, 0.1);
		background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
	}
	 #nav li a:active{
		color: #fff;
		background: none repeat scroll 0 0 #FFFFFF !important;;
	}
	
	/* Drop Down*/
	#nav li{position:relative;}
	
	#nav ul ul {display: none;} 


/* SUB NAVIGATION (ONLY ON PAGES) */
	#subnav { margin-top: 8px; font-size: 12px;}

	#subnav ul {
		margin: 0px;
		padding: 0px 0px 0px 5px;
		list-style: none;
	}
	#subnav li {
		padding: 2px 7px 4px;
		margin: 0px;
		float: left;
	}
	#subnav ul li a {
		color:#555;
		float:left !important;
		margin:5px 10px 0px 0px;
		padding:0;
		text-decoration:none;
	}
	#subnav ul li ul li{display: none;}
	#subnav li a, #subnav li a:visited, #subnav .page_item {
		text-decoration: none;
		color: #222;
	}
	#subnav li a:hover {
		text-decoration: none;
	}
	#sidebar #grandchildnav ul li{
		padding:0;
		margin:0;
		border:none;
	}
	#sidebar #grandchildnav ul li ul li{
		font-size:.9em;
	}
	#sidebar #grandchildnav a {display:block;padding: 5px 10px;border: 1px solid transparent;margin-top:-1px;}
	#sidebar #grandchildnav .current_page_item a, 
	#sidebar #grandchildnav a:hover, 
	#sidebar #grandchildnav .current_page_item ul li a:hover{
		text-decoration:none;background:#f7f7f7;border: 1px solid #eee;
	}
	#sidebar #grandchildnav ul li ul li a{display:block;padding: 5px 23px; color:#555;}
	#sidebar #grandchildnav .current_page_item ul li a{background:transparent; color:#555;border: 1px solid transparent;}
	
/* CONTENT */
#content { clear: both;	overflow: hidden; background: #F9F9F7;}

.hentry, .hcopy{	
	background: #F9F9F7;
	clear: both;
	/*border: 1px solid #fff;*/
	border-bottom: none;
}

.copy {padding: 25px 25px 0 35px;}

.postwrap{
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	margin:0;
	padding:0;
}

#respond p{margin-left: 23px;}
.hentry .billboard {
	text-align: center;
	padding: 100px 30px;
}
/*=== Post ===*/
/*- Post Title -*/
.thumb.left img {
	border: 1px solid #444444;
    margin-right: 15px;
}
.thumb img {
	display:block;
	margin:0 0 15px;

}

.post-header {
	width: 377px;
	float: left;
	display: inline;; /* IE HACK */
}
	.post-header.post-nothumb{
		width: 100%;
	}
.post-title h1 {
	color: #333333;
	font-size: 18px;

}
.post-title h1 span {
	color: #33707e;
}
.post-title h1.author {
	color: #888888;
	font-size: 14px;
	padding-top: 2px;
}
.post-title h2 a  { color: #4C3F37; font-weight: bold; }

.post-title a:hover{
	text-decoration: none;
	color: #97300d;
}
/*- Post Date -*/
.metabar {
	margin: 13px 0 13px 0;
}
.metabar a {
	color: #444;
}
.metabar em {
	/*background: #eee;*/
	color: #A19288;
	font-size: .93em;
	padding: 5px 40px 5px 5px;
	line-height: 1.25em;
	font-style: normal;
	
	font-size: 11px;

text-shadow: 1px 1px white;
	
}
/*- Post Excerpt -*/
.post-excerpt {
	font-size: 12px;
	margin-left: 7px;
	margin-top: 0px;
	
}

/*- Post Blockquote -*/
.hentry blockquote {
	border-left: 3px solid #cfcfcf;
	font-size: 13px;
	font-style: italic;
	margin: 0 0 1.5em;
	padding: 5px 0 0 10px;
}

/*- Post Author -*/
.author-info {
	
}
.post-author {
	margin: 0 0 1em;
}
.author-details {
	font-size: 1em;
}
.author-descr {
	display: table;
	height: 1%;
}

/*- Social Links -*/
.post-footer {
	/*background: url(images/box-bgr2.gif) #eee repeat-x top;*/
	background: url("images/hl-dot.gif") repeat-x scroll 35px 100% #EEEEEE;
    border-bottom: 1px solid #FFFFFF;
    height: 44px;
    padding-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
	}

.post-footer a{color: #444;}
.post-footer .left {
	line-height: 42px;
}
.post-footer .left span {
	background: url(images/comment_count_bg.png) no-repeat center left;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width: 33px;
	margin-right: 6px;
	display: inline-block;
	line-height: 32px;
}
.post-footer .right {
	padding: 9px 0 0;
}
.post-footer .right span {
	line-height: 21px;
}
.post-footer img {
	margin: 0 0 0 2px;
}


.mini-add-comment {
	padding-left: 12px;
	float: right;
}
.page .textcontent {
	padding-top: 2em;
	clear: both;
	line-height: 1.6em;
	margin-bottom: 1em;
}
.textcontent {text-align: left; padding: 5px 20px 10px 5px; line-height: 1.75em;}

/* POST TITLE STYLING */

.tags {
	float: right;
	color: #333333;
	margin: 6px 10px 13px 20px;
}
.tags a{font-weight: normal; color: #888888;}
.tags a:hover{text-decoration: none;}

/* next & previous page navigation */

.page-nav, .wp-pagenavi{
	clear: both;
	padding: 9px;
	margin-bottom: 0px;
	background: #959595 url(images/nav-sprite-default.png) repeat-x 0 -144px;
	border-top: 1px solid #ccc;
}
.page-nav a{
	font-weight: bold;
	color: #555;
	text-decoration: none;
}
.page-nav a:hover {
	color: #000;
	text-decoration: none;
}
.previous-entries a {


	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(images/navigation-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(images/navigation-right.gif) no-repeat right center;
}

#content .wp-pagenavi span.pages {
	border:none;
	background: transparent;
	color: #666;
		font-weight: bold;
}

#content .wp-pagenavi a,  #content .wp-pagenavi .current, #content .wp-pagenavi .extend{
	padding: 3px 7px;
	border: none;
	color: #000;
	background: #e5e5e5 url(images/nav-sprite-default.png) repeat-x 0 -108px;
	
}
#content .wp-pagenavi a:hover, #content .wp-pagenavi .current{
	color: #F9F9F7;
	border:none;
	background: #e5e5e5 url(images/nav-sprite-default.png) repeat-x 0 -72px;
} 

/* next & previous post navigation */
.post-nav {
	clear: both;
	padding-bottom: 35px;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 95%;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(images/post-nav-previous.png) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(images/post-nav-next.png) no-repeat right center;
}




/* ------------------------------------- cred area  */


#bottomnav {
	margin: 1em 3px .5em;
	clear: both;
	padding: 4px;
	font-size: .9em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#bottomnav .piped {width: 600px}



/* Before footer */

.fboxes {
  	background:#FFFFFF url(images/post-bg.png) repeat-x scroll left bottom;
	border-color:#ccc #aaa #aaa #ccc;
	border-style:solid;
	border-width:1px;
	margin-bottom:15px;
  }


.fboxdividers{
  	background:transparent url(images/morefootbg.gif) repeat-y scroll left bottom;
}

.fboxes .fbox {
	display: inline; /* IE thing */
	float: left;
	width: 318px;
}
.fboxcopy {
	padding: 18px 30px;
}


.fboxes p {
  margin-bottom: 10px;
  } 
.fboxes ul {
  list-style-type: none;
  margin-top: 5px;
  }
.fboxes ul li, #morefoot p {
  font-size: 11px;
  }
.fboxes ul a {
  text-decoration: underline;
  color: #333;
  }
.fboxes a:hover {
  text-decoration: underline;
  }
.fboxes h3 {
	font-size:1.25em;
	color: #222222;
	line-height:1.4;
	margin-bottom:0.3em;
	padding: 0 0 10px 0;
	font-weight: bold;
}
.fboxes #searchbox {
  padding: 1px;
  width: 160px;
  }

.fboxes li {
  margin-bottom: 5px;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }
#morefoot {margin-top: 5px;}
#morefoot .widget{margin-bottom: 1.6em;}
#morefoot p{font-size: .9em;}
#morefoot li {margin-left: 10px;}
#morefoot li a {text-decoration: none;}

.widget #s {width: 145px;}
/* @ FORMS */

	textarea:focus, input[type="text"]:focus {
		border: solid 1px #666;
	}
	
	
	.button, input[type="submit"], .submit, .cform input.sendbutton{
		margin-top:7px;
		cursor: pointer;		
		background: -webkit-gradient(linear, left top, left bottom, from(#F2E9E1), to(#F2E9E1));
		background: -moz-linear-gradient(top, #F2E9E1, #F2E9E1);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2E9E1', endColorstr='#F2E9E1');
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		font-size: 18px;
		color: #4C3F37;
		text-shadow: 1px 1px #dedede;
		font-family: "Museo Sans 300",'Helvetica Neue',Helvetica,Arial,sans-serif;
		padding: 6px 30px;
		font-weight: bold;
		text-align: left;
		border: 0px;
		}

	.button:hover, input[type="submit"]:hover{
		background: -webkit-gradient(linear, left top, left bottom, from(#988264), to(#F2E9E1));
		background: -moz-linear-gradient(top, #988264, #F2E9E1);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#988264', endColorstr='#F2E9E1');
		color: #4C3F37;
		text-shadow: 1px 1px #dedede;
		cursor: pointer;
		font-size: 18px;
		font-weight: bold;
		border: 0px;
	}
	.button:active, input[type="submit"]:active{
	cursor: pointer;
	}
	
	#cformsform ol {list-style-type: none;}
	
/* sidebar */
#sidebar {
	color: #444;
	margin:0;
	padding: 0;
	font-size: 13px;
}

#sidebar p { margin: 0px 0px 15px; }
#sidebar h2{ font-size: 20px; margin-bottom: 5px; }


#sidebar a {  }
#sidebar a:hover, #sidebar a:focus, #sidebar a:active { text-decoration:none; }

#sidebar ul { list-style: none; margin: 0;	padding: 0;}
#sidebar ul li, #sidebar li{	
	list-style:none;
	margin-left: 0;
	/*border-bottom: 1px solid #eee;*/
	padding: 11px 0 10px 10px;
	background: transparent url(images/side_hr.png) bottom left repeat-x;
	}

#sidebar #accordion ul.twitter li{margin-left:20px;}



#sidebar #grandchildnav ul li{margin-left: 0;}
#sidebar ul li ul li {
	padding: 4px 4px 4px 6px;

}

#drag_drop_sidebar h3{
	font-size: 13px;
	color: #333;
	font-weight: bold;
	padding: 8px 10px;
	background: #e5e5e5 url(images/nav-sprite-default.png) repeat-x 0 -144px;
}

#sidebar .ui-sortable h3:hover{
	cursor: move;
	background: #e5e5e5 url(images/nav-sprite-default.png) repeat-x 0 -108px;
	color: #fff;
	}

#sidebar #drag_drop_sidebar .drawer-content{
	padding: 10px 10px 20px 10px;
	background: #fff url(images/post-bg-short.png) repeat-x left bottom;
}
#sidebar #drag_drop_sidebar .widget {
	padding: 0;
}

#sidebar a{
 	color: #97300D;
}
#sidebar ul li a{
	padding: 3px 0;
}
#sidebar ul li a:hover {
	text-decoration:underline;
}
#sidebar ul li ul li{
	border: none;
}
#sidebar ul li ul li a{
	font-weight: normal;
	color:#777;
}
#content_sidebar {
	/*font-size: .9em;*/
}

#content_sidebar .wtitle {
	font-weight: bold;
}

#content_sidebar .wtitle28 {
	font-size: 28px;
}

#content_sidebar .widget, #fullwidth_bottom_widgets .widget{
	background: #F9F9F7 url(images/post-bg-short.png) repeat-x left bottom;
	margin: 2em 0;
	border: 1px solid #bbb;
	padding: 1em;
}

#fullwidth_bottom_widgets ul li {
	margin-left: 10px;
	padding: 7px 0;
}

#fullwidth_bottom_widgets ul li a{color:#666;}

.commentswrap .hentry {
	background: #f9f9f7;
}

.postwrap.commentswrap{margin: 20px 0 0;border:none;}
.nocommentform {display:none}
#content_sidebar .widget ul li{
	margin-left: 15px;
}


/* meta */
#meta .rss {
	background: url(images/icons/feed.png);
	background-repeat: no-repeat;
}
#meta .check {
	background-repeat: no-repeat;
}

#feedbox {margin-right: 8px;
	padding: 5px;
}

/* FOOTER */
#footer .content{
	font-size: .9em; 
	color: #888;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.75);
}

#footer  {
	padding: 10px 0 5em;
}
#fcolumns_container{
	width: 982px;
	float: right;
}


	.fcol{
		width: 152px;
		float: left;
		display:inline;
		padding: 0 20px;
	}
	.fcol_pad{
		padding: 25px 5px 25px 22px	;
	}

#footer_topline{padding: 8px;  border-bottom: 1px solid rgba(255, 255, 255, 0.8); background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);}

#footer h3{color: #666;margin-bottom: .5em;font-size: 1em;font-weight: bold; }
#footer a{color: #444; }
#footer ul {list-style-type:none;}
#footer ul li a{font-size: .9em;}
#footer ul li a:hover{text-decoration: underline;}


#footer .footer-site-title {
	font-size: 20px;
}
.terms {
	display: block;
	width: 235px;
}

/* Cred */

	#cred {
		position:absolute;
		bottom:15px;
		left:50%;
		margin-left:-225px;
		width: 150px;
	}
	#cred small{font-size:8px;}
	#cred a{margin-right:10px;}


	a.plimage {
		display: block;
		float: left;
		text-indent:-3330em;
		height: 46px;
		width:425px;
		font-size: 8px;
		color: #eee;
		background: url(images/pagelines.png) no-repeat center center;
	}

	#cred a:hover {
		text-decoration: underline;
	}


/* Widgets */
#sidebar .widget{
	margin-bottom: 1.5em;
	border-top: 0px solid #ccc;
	border-left: 0px solid #ccc;
	border-right: 0px solid #aaa;
	border-bottom: 0px solid #aaa;
	background:#F9F9F7;
	padding: 1px;
}
#sidebar .wtitle {
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 8px;
}

#sidebar .wtitle h3 {
	color: #333333;
}

#sidebar .winner{
	padding: 10px 24px 6px 10px;
}

#calendar-wrap {text-align:center;}
#wp-calendar {text-align:center; margin: 5px auto;}
#wp-calendar caption{text-transform:uppercase;letter-spacing:.1em; font-weight: bold;font-size: 1.2em;}
#wp-calendar td{ padding: 4px; }
#wp-calendar #today{font-weight: bold;border:1px solid #ccc;background:#f7f7f7;}



	/* PIPED LINKS */
		.piped { display: block; zoom: 1; padding: 0;margin:0;float: left;text-align: left}
		.piped:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
		.piped li { float: left; display: inline; }
		.piped a {padding: 0 0 0 0.5em; margin-left: 0.5em; }
		.piped .first { border-left: 0 !important; padding-left: 0; margin-left: 0 !important; }
		.piped small {display:none;}

/* highlight */
.hl, .hl2 {
	background: url(images/hl-dot.gif) repeat-x top;
	clear: both;
	height: 2px;
	overflow: hidden;
	width: 100%;
}
.hl2 {
	background: none;
	border-top: 1px solid #e7e7e7;
	height: 1px;
	margin: 0 0 .8em;
}

.lowlight {	/*background: url(images/post-bg.png) repeat-x left bottom;*/}
.lowlight2{/*background: url(images/post-bg-short.png) repeat-x left bottom;*/}
.toplight{ background: url(images/box-bgr.gif) repeat-x top left;}


.pad_small{padding: 8px;}
.pad_big {padding: 15px 20px;}

.facebook {margin-left: 11px; padding-top:5px;}

#content h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    text-shadow: 1px 1px white;
}
.pagetitlecat {
	border-bottom: 1px dashed #CCCCCC;
    margin: 15px 30px 15px 20px;
	font-family: "ChunkFiveRegular","Georgia",sans-serif;
    font-size: 42px;
    line-height: 1;
     text-shadow: 1px 1px white;
}

h7 {
font-size: 28px;
}
.pagetitleauthor {
	border-bottom: 1px dashed #CCCCCC;
    margin: 15px 30px 15px 20px;
	font-family: "ChunkFiveRegular","Georgia",sans-serif;
    font-size: 28px;
    line-height: 1;
     text-shadow: 1px 1px white;
}
/* Author page */
div#authorwrap {
	padding: 30px 20px;
	min-height: 555px;
}

div.authorposts {
line-height: 1.5em;
}

#float_tweetandlike {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 3px solid #f9f9f7;
	background-color: #f9f9f7;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 9px;
	width: 60px;
	float: left;
	position: absolute;
	left: -70px;
}

#float_tweetandlike  ul{
	list-style-type:none;
	padding: 0;
	margin: 0;
}

#float_tweetandlike  ul li{
	padding: 0;
	margin:0;
}

/* CTA Buttons */
.cta {
    float: left;
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
    font: bold 18px Helvetica, Arial, sans-serif;
    height: 50px;
    text-decoration: none;
    line-height: 50px;
	white-space: nowrap;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
    z-index: 10;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#333333')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#333333');
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	overflow: visible;
	outline: none;
}
.cta:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.cta:hover {
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}
.cta:active {
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}
.cta-red, .cta-green, .cta-blue, .cta-yellow {
	-webkit-transition: border-color .218s;
	-moz-transition: border .218s;
	-o-transition: border-color .218s;
	transition: border-color .218s;
}
.cta-red {
    border: solid 1px #b8473d;
    background: #f36c4d;
    background: -webkit-gradient(linear, left top, left bottom, from(#f36c4d), to(#ef3e29));
    background: -moz-linear-gradient(top, #f36c4d, #ef3e29);
    background: -ms-linear-gradient(top, #f36c4d, #ef3e29);
    background: -o-linear-gradient(top, #f36c4d, #ef3e29);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f36c4d', EndColorStr='#ef3e29');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f36c4d', EndColorStr='#ef3e29')";
}
.cta-red:before {
    border: solid 1px #f67b5f;
    border-color: rgba(255, 255, 255, 0.35);
}
.cta-red:hover {
    color: #fff;
    border: solid 1px #90332b;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb856a), to(#f7523f));
    background: -moz-linear-gradient(top, #fb856a, #f7523f);
    background: -ms-linear-gradient(top, #fb856a, #f7523f);
    background: -o-linear-gradient(top, #fb856a, #f7523f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#fb856a', EndColorStr='#f7523f');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fb856a', EndColorStr='#f7523f')";
}
.cta-red:active {
    color: #fff;
    border: solid 1px #90332b;
    background: -webkit-gradient(linear, left top, left bottom, from(#ef3e29), to(#f36c4d));
    background: -moz-linear-gradient(top, #ef3e29, #f36c4d);
    background: -ms-linear-gradient(top, #ef3e29, #f36c4d);
    background: -o-linear-gradient(top, #ef3e29, #f36c4d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ef3e29', EndColorStr='#f36c4d');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ef3e29', EndColorStr='#f36c4d')";
}
.cta-green {
    border: solid 1px #00922d;
    background: #00b638;
	text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#50de76), to(#00b638));
    background: -moz-linear-gradient(top, #50de76, #00b638);
    background: -ms-linear-gradient(top, #50de76, #00b638);
    background: -o-linear-gradient(top, #50de76, #00b638);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#50de76', EndColorStr='#00b638');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#50de76', EndColorStr='#00b638')";
}
.cta-green:before {
    border: solid 1px #78e695;
    border-color: rgba(255, 255, 255, 0.35);
	text-decoration: none;
}
.cta-green:hover {
    color: #fff;
    border: solid 1px #006e22;
    text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#5cec82), to(#00c43c));
    background: -moz-linear-gradient(top, #5cec82, #00c43c);
    background: -ms-linear-gradient(top, #5cec82, #00c43c);
    background: -o-linear-gradient(top, #5cec82, #00c43c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#5cec82', EndColorStr='#00c43c');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#5cec82', EndColorStr='#00c43c')";
}
.cta-green:active {
    color: #fff;
    border: solid 1px #006e22;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#00b638), to(#50de76));
    background: -moz-linear-gradient(top, #00b638, #50de76);
    background: -ms-linear-gradient(top, #00b638, #50de76);
    background: -o-linear-gradient(top, #00b638, #50de76);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#00b638', EndColorStr='#50de76');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00b638', EndColorStr='#50de76')";
}
.cta-blue {
    border: solid 1px #0870c0;
    background: #007bda;
    background: -webkit-gradient(linear, left top, left bottom, from(#00c6ff), to(#007bda));
    background: -moz-linear-gradient(top, #00c6ff, #007bda);
    background: -ms-linear-gradient(top, #00c6ff, #007bda);
    background: -o-linear-gradient(top, #00c6ff, #007bda);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#007bda');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#007bda')";
}
.cta-blue:before {
    border: solid 1px #3bb4ec;
    border-color: rgba(255, 255, 255, 0.35);
}
.cta-blue:hover {
    color: #fff;
    border: solid 1px #065491;
    background: -webkit-gradient(linear, left top, left bottom, from(#21cdff), to(#0387ec));
    background: -moz-linear-gradient(top, #21cdff, #0387ec);
    background: -ms-linear-gradient(top, #21cdff, #0387ec);
    background: -o-linear-gradient(top, #21cdff, #0387ec);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#21cdff', EndColorStr='#0387ec');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#21cdff', EndColorStr='#0387ec')";
}
.cta-blue:active {
    color: #fff;
    border: solid 1px #065491;
    background: -webkit-gradient(linear, left top, left bottom, from(#007bda), to(#00c6ff));
    background: -moz-linear-gradient(top, #007bda, #00c6ff);
    background: -ms-linear-gradient(top, #007bda, #00c6ff);
    background: -o-linear-gradient(top, #007bda, #00c6ff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#007bda', EndColorStr='#00c6ff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#007bda', EndColorStr='#00c6ff')";
}
.cta-yellow {
    border: solid 1px #db8300;
    background: #ff9900;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#ff9900));
    background: -moz-linear-gradient(top, #ffcc00, #ff9900);
    background: -ms-linear-gradient(top, #ffcc00, #ff9900);
    background: -o-linear-gradient(top, #ffcc00, #ff9900);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffcc00', EndColorStr='#ff9900');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffcc00', EndColorStr='#ff9900')";
}
.cta-yellow:before {
    border: solid 1px #ffc63b;
    border-color: rgba(255, 255, 255, 0.35);
}
.cta-yellow:hover {
    color: #fff;
    border: solid 1px #ad6800;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd322), to(#ffa51f));
    background: -moz-linear-gradient(top, #ffd322, #ffa51f);
    background: -ms-linear-gradient(top, #ffd322, #ffa51f);
    background: -o-linear-gradient(top, #ffd322, #ffa51f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffd322', EndColorStr='#ffa51f');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffd322', EndColorStr='#ffa51f')";
}
.cta-yellow:active {
    color: #fff;
    border: solid 1px #ad6800;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#ffcc00));
    background: -moz-linear-gradient(top, #ff9900, #ffcc00);
    background: -ms-linear-gradient(top, #ff9900, #ffcc00);
    background: -o-linear-gradient(top, #ff9900, #ffcc00);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff9900', EndColorStr='#ffcc00');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff9900', EndColorStr='#ffcc00')";
}
.icon-download, .icon-check {
	margin-left:-5px;
	padding-left:37px;
	display:block;
	height:50px;
	background:transparent url(sprite.png) no-repeat;
}
.icon-go, .icon-more {
	margin-right:-5px;
	padding-right:40px;
	display:block;
	height:50px;
	background:transparent url(sprite.png) no-repeat;
}
.icon-download {background-position:0 -141px;}
.icon-check {background-position:0 -66px;}
.icon-more {background-position:right 10px;}
.icon-go {background-position:right -212px;}
.cta-big {
	font-size: 22px;
	height: 60px;
	line-height: 60px;
}
.cta-big .icon-download {background-position:0 -136px; height:60px;}
.cta-big .icon-check {background-position:0 -61px; height:60px;}
.cta-big .icon-more {background-position:right 15px; height:60px;}
.cta-big .icon-go {background-position:right -207px; height:60px;}
.cta-huge {
	font-size: 26px;
	height: 76px;
	line-height: 76px;
	padding: 0 26px;
}
.cta-huge .icon-download {background-position:0 -128px; height:76px;}
.cta-huge .icon-check {background-position:0 -53px; height:76px;}
.cta-huge .icon-more {background-position:right 23px; height:76px;}
.cta-huge .icon-go {background-position:right -199px; height:76px;}

.cta-subhead {
    padding: 20px 30px;
	font-size: 26px;
    line-height: 26px;
}
.cta-subhead i {
	color: #000;
	color: rgba(0, 0, 0, 0.5);
	text-shadow: 0 0 0;
	font-weight: normal;
	font-style: normal;
	display: block;
	line-height: 26px;
	font-size: 14px;
}

a.more-link {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
}

/* Call out box */
.call-out {padding:20px; background:#fffec0; margin:0 30px 40px 30px; border:solid 1px #a8a87f; font-size:18px; clear:both; -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; line-height: 1.5em;}
.call-out a {text-decoration: underline;}
