/*LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL

	STRUCTURE STYLES
	
	This file will define all the structures for the theme.

LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL*/


/* Constants */

	body { 
		margin: 0px; 
		line-height: 18px;
		background: #f1f3f4 url(../images/bg.png);
		font-family: Helvetica, Arial, Sans-Serif; 
		color: #222;
		font-size: 14px;
	}
	
	#container { 
		width: 940px;
		margin: auto;
	}
	
	.left { 
		float: left;
	}
	
	.right { 
		float: right;
	}
	
	.clear { 
		clear: both;
	}
	
	li { 
		list-style-type: none;
	}
	
	a { 
		color: #5494b6;
	}
	
	a:hover { 
		color: #216d96;
 	}
 	
 	
 	/* Site-wide Box Shadow */
 	
 	article, footer .blocks li, aside .widget li, .socialBoxes div.box, #ebook_signup, .rightBlock .blockAd, div.authortop, .rightBlock .buttons a, .widget .box, div#show_book, div#extra  {
		box-shadow: 0px 0px 2px rgba(0,0,0,.2) !important;
	}
	
	article:hover, footer .blocks li:hover, aside .widget li:hover, .socialBoxes div.box:hover, .widget .box:hover, div.authortop:hover, #ebook_signup:hover, .rightBlock .blockAd:hover, a.ad_button:hover, .rightBlock .buttons a:hover, div#show_book:hover, div#extra:hover {
		box-shadow: 0px 0px 1px rgba(0,0,0,.5) !important;
	}
 	
 /*H1-6*/

	h1 { font-size: 18px; }
	h2 { font-size: 16px; }
	h3 { font-size: 14px; }
	h4 { font-size: 12px; }
	h5 {}
	h6 {}

/* Entry */
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	line-height: 30px;
	color: #444;
	margin: 10px 0 5px 0;
} 

.entry h1 {
	font-family: 'Novecentowide-DemiBold', "Open Sans Bold";
	font-size: 24px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 0;
}

.entry h2 {
	font-family: "Open Sans Bold", "Open Sans";
	font-weight: bold;
	font-size: 22px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}

.entry h3 {
	font-family: "Open Sans";
	font-size: 20px;
}

.entry h4 {
	font-family: "Open Sans";
	font-size: 18px;
}

.entry h5 {
	font-family: "Open Sans Bold", "Open Sans";
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.entry h5 {
	font-family: "Open Sans";
	font-size: 16px;
		text-transform: uppercase;
}

.entry img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.entry img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.entry .center {
	text-align: center;
	display: block;
}

.entry cite {
	padding-left: 20px;
	font-style: italic;
	margin-bottom: 5px;
	margin-top: -5px;
	display: block;
}

.entry blockquote{
	margin: 20px;
	padding: 10px;
	background-color: #ebedef;
	border-left: 5px solid #cfd0d1;
	clear: both;
}
	
.entry blockquote p{
	color: #555;
	font: 18px "Open Sans", "Myriad Pro", "Myriad Web Pro", Myriad, "Segoe UI", Ubuntu, Sans-Serif;

}

blockquote{
	margin: 20px;
	padding: 10px;
	background-color: #ebedef;
	border-left: 5px solid #cfd0d1;
	clear: both;
}
	
blockquote p{
	color: #555;
	font: 18px "Open Sans", "Myriad Pro", "Myriad Web Pro", Myriad, "Segoe UI", Ubuntu, Sans-Serif;

}

.entry ul, .entry ol  {
	margin: 5px 0 20px 0;
}

.entry ul li  {
list-style: disc outside;
position: relative;
left: 20px;
line-height: 24px;
padding: 5px 0;
padding-right: 20px;
}

.entry ol li  {
list-style: decimal outside;
position: relative;
left: 20px;
line-height: 24px;
padding: 5px 0;
padding-right: 20px;
}

.entry p {
	margin-bottom: 15px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

/* Nav */

	nav.primary {
		height: 34px;
		width: 100%;
		margin-bottom: -34px;
		text-align: right;
		position: relative;
		z-index: 1;
	}
	
	
	nav.primary li{
		display: inline;
		
	}
	
	nav.primary li a{
		display: inline;
		text-transform: uppercase;
		font-family: "Open Sans", "Myriad Pro", "Myriad Web Pro", Myriad, "Segoe UI", Ubuntu, Sans-Serif;
		text-decoration: none;
		color: #5b5b5b;
		padding: 0 15px;
		line-height: 30px;
		height: 30px;
	}

	nav.primary li a:hover {
		color: #000;
		text-shadow: 1px 1px 0px #FFF;
	}

	nav.primary li.current-menu-item a {
		font-weight: bold;
		color: #000;
	}


/* Banner */

	#banner {
	height: 145px;
	width: 941px;
	}
	
	#banner h1.logo a {
		text-indent: -9999em;
		display: block;
		height: 145px;
		width: 257px;
		background: url(../images/logo.png);
		float: left;
	}
	
	#banner hgroup h2 {
		display: none;
	}

/* Subscribe & Social Media Box */

	.socialBoxes {
		float: right;
		font-size: 0 ;
		text-align: right;
		position: relative;
		width: 600px;
		height: 145;
		overflow: hidden;
		display: block;
	}
	
	.socialBoxes div.follow {
		position: relative;
		left: 9px;
	}
	.socialBoxes div.box {
		text-align: left;
		font-size: 100%;
		display: -moz-inline-stack;
		display: inline-block;
		zoom: 1;
		*display: inline;
		width: 260px;
		padding: 5px 10px;
		height: 70px;
		overflow: hidden;
		background: #FFFFFF;
		margin: 61px 10px 0 10px;
	}
	
	
	.socialBoxes div.box h1 {
		font-family: "Open Sans Bold", "Open Sans", "Myriad Pro", "Myriad Web Pro", Myriad, "Segoe UI", Ubuntu, Sans-Serif;
		font-size: 16px;
		font-weight: bold;
		color: #333;
		text-transform: uppercase;
	}

	.socialBoxes div.box p {
		font-size: 12px;
		color: #666;
		line-height: 20px;
	}
	
	.socialBoxes li { 
		font-family: Helvetica, Arial, Sans-Serif; 
		text-align: center;
		font-size: 12px;
		color: #1b7eb2;
		display: -moz-inline-stack;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}
		
	.socialBoxes li strong { 
		color: #222;
		font-size: 14px;
		font-weight: bold;
		display: block;
	}
	
	.socialBoxes a {
			text-decoration: none;
		}
	
	/* Subscribe */
	
		.socialBoxes div.subscribe {
			position: absolute;
			left: 9px;
			display: block;
		}

		.socialBoxes div.subscribe form{
			position: relative;
			background: #666666;
			border: 1px solid #7b7d7e;
			width: 260px;
			padding: 0;
			height: 26px;
			line-height: 26px;
			overflow: hidden;
			border-radius: 3px;
			box-shadow: inset 0 0 5px rgba(56,75,86,.41);
		}

		.socialBoxes div.subscribe #input_email{
			background: #FFF;
			border-radius: 3px;
			position: absolute;
			top: -3px;
			bottom: -1px;
			left: -3px;;
			width: 172px;
			height: 26px;
			line-height: 26px;
			box-shadow: 0 0 5px rgba(0,0,0,.5);
			z-index: 1;
			padding: 0 5px;
		}

		.socialBoxes div.subscribe #submit{
			border-radius: 3px;
			background: transparent;
			text-align: center;
			width: 79px;
			float: right;
			border: 0;
			color: #fff;
			height: 28px;
			line-height: 28px;
			position: absolute;
			top: -1px;
			right: -1px;
			border: 1px solid transparent;
			cursor: pointer;
			padding-bottom: 4px;
		}

		.socialBoxes div.subscribe #submit:hover{
			background: #1798d4;
			border: 1px solid #3ca8da;
			box-shadow: inset 0 0 5px rgba(18,97,138,.41);
		}
		
		.socialBoxes div.subscribe form:hover{
			border: 1px solid #3ca8da;
		}
		
		.socialBoxes div.subscribe #input_email {
			font-size: 11px;
			color: #222;
			font-weight: bold;
		}
		
		.socialBoxes div.subscribe #input_email:-moz-placeholder {
			font-family: Helvetica, Arial, Sans-Serif; 
			font-size: 11px;
			color: #848484;
			font-style: italic;
			font-weight: normal;
			height: 26px;
			line-height: 26px;
		}
		
		.socialBoxes div.subscribe #input_email::-webkit-input-placeholder{
			font-family: Helvetica, Arial, Sans-Serif; 
			font-size: 11px;
			color: #848484;
			font-style: italic;
			font-weight: normal;
			height: 26px;
			line-height: 26px;
		}
		
		.socialBoxes div.subscribe #input_email:-ms-input-placeholder {
			font-family: Helvetica, Arial, Sans-Serif; 
			font-size: 11px;
			color: #848484;
			font-style: italic;
			font-weight: normal;
			height: 26px;
			line-height: 26px;
		}
		
		
	/* Social Media */
	
		.socialBoxes div.social {
			position: absolute;
			right: 0;
			display: block;
		}

	
		.social {
			position: relative;
			padding-top: 8px;
		}

		.socialBoxes .social li { 
			display: -moz-inline-stack;
			display: inline-block;
			zoom: 1;
			*display: inline;
			vertical-align: middle;
			width: 45px;
		}
		
		.socialBoxes .social li.twitter {
		    position: absolute;
		    left: 120px;
		}
		
		.socialBoxes ul.social:before {
			content: url(../images/arrow.png);
			margin-left: 25px;
		}
		
		.socialBoxes li.twitter:before {
			content: url(../images/twitter.png);
			float: left;
		    position: absolute;
			right: 50px;
		}

		.socialBoxes li.facebook {
			position: absolute;
    		left: 220px;
		}
		
		.socialBoxes li.facebook:before {
			content: url(../images/facebook.png);
			float: right;
			position: absolute;
			right: 50px;
		}


/* Content Area */

	div#slider/* uBillboard Slider */ {
		margin: 0 0 20px 0; 
	}

	.column.primary {
		width: 640px;
		float: left;
		margin: 10px 0 0 0;
	}
	
	/* Billboard */
	
	article.smaller{
		padding: 10px 50px 10px 10px;
		margin-bottom: 3px;
		background: url(../images/icon_arrow.png) no-repeat 98.3% 89% #FFF;
		position: relative;
		height: 67px;
	}
	
	article.smaller:hover{
		background: url(../images/icon_arrow_hover.png) no-repeat 98.3% 89%  #FFF;
	}
	
	article.smaller .attachment-smaller{
		float: left;
		padding-right: 10px;
	}
	
	.author .post-title-small a {
		width: 450px;
		text-transform: uppercase;
		font-weight: bold;
	}
		
	.post-title-small a{
		font-size: 15px;
		text-decoration: none;
		line-height: 20px;
		color: #000;
		font-family: "Open Sans Bold", "Open Sans", "Myriad Pro", "Myriad Web Pro", Myriad, "Segoe UI", Ubuntu, sans-serif;
		vertical-align: top;
		opacity: 0.75;
		height: 80px;
		display: -moz-inline-stack;
		display: inline-block;
		zoom: 1;
		*display: inline;
		width: 210px;
	}

	.post-title-small a:hover{
		opacity: 1.0;
	}
	
	
	/* Article */
	
	article.post{
		padding: 10px;
		background-color: #fff;
		margin: 0 0 20px 0;
		position: relative;
		overflow: hidden;
		padding-bottom: 10px;
	}
	
	article.post.home blockquote {
		display: none;
	}
	
	article.single, article.page, #show_book, #extra{
		padding: 20px;
		background-color: #fff;
		margin: 0 0 20px 0;
		position: relative;
	}
	
	.column>article.post.home:nth-of-type(1) {
		width: 200px;
		height: 400px;
		margin: 0 0 20px 0;
		line-height: 18px !important;
	}
	.column>article.post.home:nth-of-type(2) {
		width: 200px;
		height: 400px;
		margin: 0 0 20px 0;
		line-height: 18px !important;
	}
	
	.column>article.post.home:nth-of-type(1) p {
		line-height: 20px !important;
	}
	.column>article.post.home:nth-of-type(2) p {
		line-height: 20px !important;
	}
	
	/* Article Thumbnail */
	
		article.post.home img, article.post.catpage img {
			float: left;
			margin: 0 30px 0 0;
		}
		
		.column>article.post.home:nth-of-type(1) img, .column>article.post.home:nth-of-type(2) img {
			display: block;
			float: none;
			margin: 0;
		}
	
	/* Article Headline */
	
		.column>article.post.home:nth-of-type(1) .post-title a, .column>article.post.home:nth-of-type(2) .post-title a {
			text-transform: uppercase;
			font-family: "Open Sans Bold", "Open Sans", "Myriad Pro", "Myriad Web Pro", Myriad, "Segoe UI", Ubuntu, Sans-Serif;
			font-size: 15px;
			text-decoration: none;
			line-height: 18px !important;
		}
		
		.post-title, .page-title{
			
			text-transform: uppercase;
			font-family: "Open Sans Bold", "Open Sans", "Myriad Pro", "Myriad Web Pro", Myriad, "Segoe UI", Ubuntu, Sans-Serif;
			font-size: 24px;
			line-height: 20px;
			font-weight: bold;
		}

		.page-title {
			padding-bottom: 15px;
		}
	
		article:hover .post-title a { 
			color: #000;
		 }
		 
		 .post-title a { 
			color: #333;
			font-size: 18px;
			text-decoration: none;
			line-height: 20px;
		 }
	 
	 /* Article Meta */
	 
		 .meta {
			line-height: 30px;
			font-size: 12px;
			color: #8b9799;
		}
		
		.column>article.post.home:nth-of-type(1) .meta, .column>article.post.home:nth-of-type(2) .meta {
			line-height: 18px !important;
			font-size: 11px;
		}
		
		.count_comments{
			line-height: 30px;
			font-size: 12px;
			color: #222;
		}
		
	/* Article Entry */
	
		div.entry{
			font-size: 14px;
			line-height: 22px;
			color: #303136;
		}
		
		.column>article.post.home:nth-of-type(1) .home.wrap , .column>article.post.home:nth-of-type(2) .home.wrap { 
			height: 367px;
			overflow: hidden;
			text-overflow: ellipsis;
			line-height: 18px !important;
		}
		
	/* Article Styles */
	
	.arrow{
		position: relative;
		text-indent: -99999px;
		background-image: url('../images/share_arrow.jpg');
		width: 55px;
		height: 43px;
		margin-top: 20px;
	}
	
	.share{
		color: #3c6e4f;
		font: bold 22px "Open Sans Bold", "Open Sans", "Myriad Pro", "Myriad Web Pro", Myriad, "Segoe UI", Ubuntu, Sans-Serif;
		padding-top: 20px;
		margin-top: 20px;
		float: left;
	}
	
	/*Article About Author & Upselling*/
	
	.avatar{
		float: left;
		padding-right: 10px;
	}
	
	#author_information{
		margin-top: 20px;
		background-color: #f6f4f2;
		border: 1px solid #eeece9;
		padding: 10px;
		overflow: auto;
		color: #303136;
		font-size: 14px;
	}
	
	#author_information a{
		text-transform: none;
		text-decoration: none;
	}
	
	#show_book{
		overflow: auto;
	}

	#show_book div.left { 
		margin-right: 10px
	}
	
	#show_book h3, #extra{
		text-transform: uppercase;
		font: bold 15px "Open Sans Bold", "Open Sans", "Myriad Pro", "Myriad Web Pro", Myriad, "Segoe UI", Ubuntu, sans-serif;
		padding-bottom: 15px;	
	}
	
	#show_book p{
		font: 13px "Open Sans", "Myriad Pro", "Myriad Web Pro", Myriad, "Segoe UI", Ubuntu, sans-serif;
		color: #303136;
	}
	
	.book{
		position: relative;
		text-indent: -99999px;
		height: 275px;
		width: 222px;
		display: block;
		background: url('../images/howtoloveconsciously_cover-small.png') no-repeat;
	}
	
	.buy_now{
		position: relative;
		text-indent: -99999px;
		margin-left: 65px;
		margin-top: 10px;
		height: 32px;
		width: 128px;
		display: block;
		background: url('../images/sprite_buynow.png') no-repeat;
	}
	
	.buy_now:hover{
		background: url('../images/sprite_buynow.png') 0 -32px no-repeat;
	}
		
	/* Article Footer*/
	
		/* Comments */
		
			.column>article.post.home:nth-of-type(1) li.comments, .column>article.post.home:nth-of-type(2) li.comments {
				display: none;
			}
			
			article.post footer li.comments {
	 			float: left;
			}
			
		/* Read more / Continue Reading*/
	
			.column>article.post.home:nth-of-type(1) li.more a, .column>article.post.home:nth-of-type(2) li.more a {
				text-align: center;
				width: 200px;
				position: absolute;
				bottom: 10px;
				left: 10px;
				height: 30px;
				line-height: 30px;
				background: #FFF;
			}
	
			.column>article.post.home:nth-of-type(1) li.more a:hover, .column>article.post.home:nth-of-type(2) li.more a:hover {
				color: #235085;
				background: #dce6f2;
				text-shadow: 1px 1px 0 #FFF;
			}

			article.post footer li.more {
				float: right;
				font-weight: bold;
			}
	
			 article.post footer li a, a.ad_button{
			 	line-height: 30px;
				font-family: "Open Sans", "Myriad Pro", "Myriad Web Pro", Myriad, "Segoe UI", Ubuntu, Sans-Serif;
				text-transform: uppercase;
				color: #228c9b;
				font-size: 11px;
				letter-spacing: .1em;
				text-decoration: none;
			}

			 article.post footer li a:hover{
				color: #235085;
			}


	/* Homepage extra content block*/
	
		.rightBlock {
			height: 860px;
			width: 400px;
			float: right;
		}

		.rightBlock .blockAd {
			height: 140px;
			width: 200px;
			margin-right: 20px;
			background: #FFF;
			padding: 10px;
			margin-bottom: 10px;
		}
		
		.rightBlock .buttons a {
			display: block;
			background: #FFF;
			width: 160px;
			height: 93px;
			margin-bottom: 10px;
		}

		.rightBlock .buttons a:first-child {
			margin-bottom: 20px;
		}

		.rightBlock .buttons a img {
			opacity: .6;
		}

		.rightBlock .buttons a:hover img {
			opacity: 1;
		}
		
		
		.rightBlock h1 {
			text-transform: uppercase;
			margin-bottom: 5px;
			font-family: "Novecentowide-DemiBold";
			font-size: 24px;
			line-height: 24px;
		}
			
		.rightBlock h1 a {
			text-decoration: none;
			color: #222;
		}

		.rightBlock article h1 {
			font-weight: bold;
		}

		.rightBlock #mostpop, .rightBlock #simplepath  {
			margin-top: 23px;
		}
		
		div.buttons .submit{
			margin-bottom: 10px;
		}
		
		a.ad_button{
			display: block;
			text-align: center;
			width: 220px;
			height: 30px;
			line-height: 30px;
			margin-bottom: 20px;
		}
		
		a.ad_button:hover {
			color: #235085;
			background: #fff;
		}

	/* Pagination */
	
	.wp-pagenavi .pages{
		background-color: #FFF;
		border: 1px solid #c9d6d6;
		padding: 5px 10px;
		margin-right: 4px;
		color: #888;
	}
	
	.wp-pagenavi .current{
		font-weight: bold;
		padding: 5px 10px;
		margin-right: 4px;
	}
	
	.wp-pagenavi .page{
		background-color: #FFF;
		border: 1px solid #c9d6d6;
		padding: 5px 10px;
		text-decoration: none;
		margin-right: 4px;
	}
	
	.wp-pagenavi .page:hover{
		background-color: #bbe2f6;
		border: 1px solid #c9d6d6;
		color: #1781ad;
		text-decoration: none;
	}
	
	.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink{
		background-color: #FFF;
		border: 1px solid #c9d6d6;
		padding: 5px 10px;
		text-decoration: none;
		margin-right: 4px;
		color: #888;
	}

	.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover{
		color: #333;
	}
	
	.comments.pagination .page-numbers {
		background-color: #FFF;
		border: 1px solid #c9d6d6;
		padding: 5px 10px;
		text-decoration: none;
		margin-right: 4px;
	}
	
	.comments.pagination .page-numbers.prev, .comments.pagination .page-numbers.next{
		background-color: #FFF;
		border: 1px solid #c9d6d6;
		padding: 5px 10px;
		text-decoration: none;
		margin-right: 4px;
		color: #888;
	}
	
	.comments.pagination {
		padding: 20px 0;
	}
	
	.comments.pagination .page-numbers.current {
		font-weight: bold;
		padding: 5px 10px;
		margin-right: 4px;
		border: 0;
	}
	
	.comments.pagination .page-numbers:hover {
		background-color: #bbe2f6;
		border: 1px solid #c9d6d6;
		color: #1781ad;
		text-decoration: none;
	}
	
	.comments.pagination .page-numbers.current:hover {
		background: transparent;
		color: #000;
		border: 0;
	}
	
	
	/* Category Page */
	
	h1.category-title {
		font-family: "Novecentowide-DemiBold";
		font-size: 30px;
		display: block;
		color: #000;
		padding-bottom: 10px;
		white-space: nowrap;
		text-overflow: ellipsis;
		line-height: 40px;
	}
	
	/* Ask page */
	
	.ask p.comment-form-url { display: none;}
	
	.ask .comment-form-author label:before {
		content: 'First ';
	}
	
	.ask #respond p {
		padding: 10px;
		color: #666;
	}
	
	.ask #respond p a {
		color: #000;
		text-decoration: none;
		border-bottom: 1px dotted: #ccc;;
	}
	
	.ask .entry {
		margin-bottom: 20px;
	}
	
	.ask #respond h2 {
		font-family: "Novecentowide-DemiBold";
		font-size: 30px;
		display: block;
		color: #000;
		white-space: nowrap;
		text-overflow: ellipsis;
		line-height: 40px;
	}
	
	.ask #commentform input {
		border-radius: 3px;
		background: #FFF;
		line-height: 40px;
		height: 40px;
		border: 0;
		opacity: .8;
		box-shadow: 0px 0px 1px rgba(0,0,0,.50);
		color: 000;
		padding: 0 10px;
		display: block;
	}

	p.comment-form-comment label{
		display: none;
	}


	p.comment-form-comment:before {
		line-height: 25px;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: .04em;
		content: "Ask Here:"; 
	}
	
	.ask #commentform #submit {
		padding: 0 10px;
		text-transform: uppercase;
		font-weight: bold;
		text-align: center;
		height: 30px;
		line-height: 30px;
		background: #eee;
		cursor: pointer;
	}
		
	.ask #commentform #submit:hover {
		color: #235085;
		background: #dce6f2;
		text-shadow: 1px 1px 0 #FFF;
	}
	
	.ask #commentform textarea {
		font-family: Helvetica, Arial, Sans-Serif;
		border-radius: 3px;
		background: #FFF;
		line-height: 20px;
		border: 0;
		opacity: .8;
		box-shadow: 0px 0px 1px rgba(0,0,0,.50);
		color: 000;
		padding: 10px;
		display: block;
	}
	
	.ask #commentform label {

		line-height: 25px;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: .04em;
	}
	
	.ask #commentform label:after {
		content: ':';
	}
	
	.ask #commentform textarea:focus,
	.ask #commentform input:focus,
	.ask #commentform textarea:hover,
	.ask #commentform input:hover {
		opacity: 1;
		box-shadow: 0px 0px 2px rgba(0,0,0,.60);
	}
	
	
	/* Author Page */
	
	.author .authortop {
		padding: 10px;
		margin-bottom: 20px;
		background: #FFF;
	}
	
	.authortop h1 {
		text-transform: uppercase;
		font-weight: bold;
		line-height: 25px;
		font-family: "Open Sans Bold", "Open Sans", Sans-Serif;
		font-size: 22px;
		margin-bottom: 5px;
	}
	
	.author h2 {
		line-height: 30px;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	/* A Simple Path Category */
	
	div#simple-path {
		background: #FFF url(../images/simplepath_header.png) no-repeat;
		height: 111px;
		text-indent: -9999em;
		margin-bottom: 20px;
	}

	
	/* 404 */
	
	.page-404 h1 {
		margin-bottom: 10px;
	}
	
	.page-404 .entry p {
		margin-bottom: 5px;
	}
	
	.page-404 .entry a {
		text-decoration: none;
		line-height: 30px;
		text-align: center;
	}
	
	
	


	/* Sidebar */

		aside.sidebar {
			width: 280px;
			float: right;
			margin: 0 0 0 20px;
		}

		/* Widgets */
		
			.widget {
				margin: 10px 0;
			}
			
			.widget h1 {
				text-transform: uppercase;
				margin-bottom: 10px;
				font-family: "Novecentowide-DemiBold";
				font-size: 24px;
				line-height: 24px;
			}
			

			
			.widget li{
				color: #565656;
				font-family: "Open Sans", "Myriad Pro", "Myriad Web Pro", Myriad, "Segoe UI", Ubuntu, Sans-Serif;
				font-weight: 700;
				font-size: 14px;
				opacity: .8;
			}
				
				
			.widget a:hover {
				color: #000;	
			}
				
			.widget li:hover {
				box-shadow: 1px 0 2px rgba(0,0,0,.12);
				opacity: 1;
			}
			
		
			/* Widget Search */
		
				div.search_form input#s {
					border-radius: 3px;
					background: #FFF;
					height: 40px;
					border: 0;
					opacity: .8;
					box-shadow: 1px 1px 1px rgba(0,0,0,.10);
					color: 000;
					padding: 0 10px;
				}
			
				div.search_form input#s:hover {
					opacity: 1;
					box-shadow: 1px 1px 2px rgba(0,0,0,.17);
				}
				
				div.search_form input#s:focus {
					box-shadow: 1px 1px 2px rgba(0,0,0,.17);
					opacity: 1;
				}
				
				div.search_form input#s {
					color: #595959;
					font-family: Helvetica, Arial, Sans-Serif; 
					width: 200px;
				}

				div.search_form input#searchsubmit {
					background: transparent url(../images/search.png) -1px;
					height: 40px;
					border: 0;
					width: 38px;
					display: -moz-inline-stack;
					display: inline-block;
					zoom: 1;
					*display: inline;
					text-indent: -9999em;
					cursor: pointer;
				}
				
				div.search_form input#searchsubmit:hover {
					background: transparent url(../images/search_hover.png) -1px;
				}

								
			
			/* Widget Categories */
			
				.widget_categories.widget li{
					color: #5494b6;
					font-family: "Open Sans", "Myriad Pro", "Myriad Web Pro", Myriad, "Segoe UI", Ubuntu, Sans-Serif;
					font-weight: 700;
					font-size: 14px;
					opacity: .8;
				}
				
				.widget_categories a{
					float: left;
					text-decoration: none;
					color: #888888;
				}
		
		
				.widget_categories li{
					background: #FFF;
					margin: 3px 0 0 0;
					padding: 10px;
					text-align: right;
				}
				

				.widget .box {
					background: #FFF;
					padding: 10px;
					margin-bottom: 20px;
				}

				
			/* Widget Recent Comments */
			
				.widget_recent_comments li{
					background: #FFF;
					margin: 3px 0 0 0;
					padding: 10px;
					opacity: .8;
					font-size: 13px;
				}
				
				.widget_recent_comments li a {
					text-decoration: none;
				}
				
			/* Widget Ebook */
			
			#ebook_signup {
				background: #FFF;
				padding: 10px;
				margin-bottom: 20px;
				text-align: center;
			}	
			
			
			#ebook_signup img {
				margin: 0 auto;
				
			}
			
			#ebook_signup p {
				margin: 5px 0;
				font-size: 12px;
				text-align: left;
			}
			
			#ebook signup form {
				text-align: left;
			}
			
			#ebook_signup form input {
				width: 110px;
				float: right;
				border-radius: 3px;
				background: #FFF;
				height: 30px;
				border: 0;
				opacity: .8;
				box-shadow: 0px 0px 1px rgba(0,0,0,.50);
				color: 000;
				padding: 0 5px;
			}
			
			#ebook_signup form input:hover, #ebook_signup form input:focus {
				opacity: 1;
				box-shadow: 0px 0px 1px rgba(0,0,0,.60);

			}
			
			#ebook_signup form input#name {
				float: left;
			}
			
			#ebook_signup form input.submit{
				display: block;
				width: 100%;
				margin-top: 10px;
				float: none;
				height: 30px;
				line-height: 30px;
				background: #F6F6F6;
				border-radius: 0px;
				box-shadow: none;
				cursor: pointer;
				font-family: "Open Sans Bold", "Open Sans", "Myriad Pro", "Myriad Web Pro", Myriad, "Segoe UI", Ubuntu, Sans-Serif;
				text-transform: uppercase;
				color: #228c9b;
				font-size: 11px;
				letter-spacing: .1em;
				text-decoration: none;
				font-weight: bold;
			}
			
			#ebook_signup form input.submit:hover {
				color: #235085;
				background: #dce6f2;
				text-shadow: 1px 1px 0 #FFF;
			}
			
			.adrotateblockfix {
				padding: 7px;
				display: inline;
			}
			
			/* Related posts */
			
			#related_posts .related {
				width: 360px;
				float: left;
				
			}
			
			#related_posts .related .post-title-small a {
				width: 170px;
				height: 67px;
				line-height: 22px;
				overflow: hidden;
			}
			
			#related_posts .rightBlockJr {
				float: right;
				padding: 30px 0 10px 10px;
				width: 220px;
			}
			
			#related_posts .rightBlockJr a.button {
				display: -moz-inline-stack;
				display: inline-block;
				zoom: 1;
				*display: inline;
				width: 105px;
				height: 75px;
				text-indent: -9999em;
				margin-top: 10px;
				opacity: .8;
			}
			
			#related_posts .rightBlockJr a.button:hover {
				opacity: 1;
			}
			
			#related_posts .rightBlockJr a.submit {
				background: url(../images/submit.png) center;
				margin-right: 10px;
			}
			
			#related_posts .rightBlockJr a.support {
				background: url(../images/support.png) center;
			}


		
/* Footer */

	footer {
		padding: 20px 0;
	}

	footer .blocks {
		 font-size: 0;
	}

	footer .blocks li {
		font-size: 13px;
		display: -moz-inline-stack;
		display: inline-block;
		zoom: 1;
		*display: inline;
		height: 180px;
		width: 200px;
		margin-left: 20px;
		background: #FFF;
		padding: 10px;
		vertical-align: top;
	}

	footer .blocks li:first-child {
		margin-left: 0;
	}


	ul .footer_social li{
		height: 48px;
		width: 48px;
		background-color: #FFF;
		margin-left: 4px;
		margin-bottom: 18px;
		padding: 0px;
		display: -moz-inline-stack;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}

	/* Footer Link Styles */

	footer h1{
		color: #000;
		padding-bottom: 10px;
		font: bold 18px "Open Sans Bold", "Open Sans", "Myriad Pro", "Myriad Web Pro", Myriad, "Segoe UI", Ubuntu, Sans-Serif;
		text-transform: uppercase;
	}

	footer p{
		color: #666;
		font-size: 14px;
		line-height: 18px;
	}

	ul.footer_social {
		padding: 10px;
		text-align: center;
	}

	ul.footer_social li {
		padding: 0 10px;
	}


	footer .credits  {
		position: relative;
	}

	footer .credits img {
		opacity: .6;
		width: 50%;
		position: absolute;
		bottom: 10px;
		right: 10px;
	}

	footer .credits img:hover {
		opacity: 1;
	}

	footer.primary li ul.footer_social li {
		box-shadow: 0 0 0 transparent !important;
	}

	footer.primary li a.button {
		display: -moz-inline-stack;
		display: inline-block;
		zoom: 1;
		*display: inline;
		width: 97px;
		height: 75px;
		text-indent: -9999em;
		margin-top: 10px;
		opacity: .8;
	}
			
	footer.primary li a.button:hover {
		opacity: 1;
	}
			
	footer.primary li  a.submit {
		background: url(../images/submit.png) center;
		margin-right: 5px;
	}
			
	footer.primary li  a.support {
		background: url(../images/support.png) center;
	}
