/*   
Theme Name: Pshero V
Theme URI: http://pshero.com
Description: Custom Theme Version V
Author: HERO
Author URI: http://pshero.com
Version: 5.0
*/

/* General Style Definitions */
body {
	margin:0px; padding:0px;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	line-height:18px;
	margin: 0px;
	padding: 0px;
}
ul, ol {
	list-style: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #1582c0;
}
a:hover { 
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0px;
	color: #000000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
h1 {}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 23px;
	margin: 0px 0px 20px 0px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 18px;
	margin: 0px 0px 5px 0px;
}
h6 {
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
}
.clear {
	clear: both;
}

#main { 
	background: #ffffff;
	border-top: 10px solid black;
	padding-bottom: 30px; 
}
#container { 
	width: 1040px; 
	/* background: transparent url(images/header_bg.gif) top left no-repeat; */ 
	padding: 0px 30px; 
	margin: 0px auto; 
	position: relative; 
}
#header { 
	height: 230px;
}
h1#sitename { 
	position: absolute;
	font-size: 142px;
	text-transform: lowercase;
}
h1#sitename a { 
	color: #000000;
}
h1#sitename a:hover {
	text-decoration: none;
	color: #1582c0;
}
ul#navigation { 
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	top: 157px;
	left: 80px;
	/* line-height: 41px; */
	font-size: 17px;
	color: #000000;
	float: left;
}
ul#navigation li {
	float: left;
	margin: 0px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	display: inline;
	padding-left: 22px;
	padding: 12px 17px 12px 0px;
}
ul#navigation li#twitter {
	background: transparent url(images/icon_twitter.gif) top left no-repeat;
	padding-left: 50px;
}
ul#navigation li#rss {
	background: transparent url(images/icon_rss.gif) top left no-repeat; 
	padding-left: 44px;
}
#navigation li a{
	display: block;
	float: left;
}
ul#navigation a {
	float: left;
	display: block;
	color: #000000;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
ul#navigation a:hover {
	/* border-bottom: 4px solid black; */
	color: #1582c0;
}
ul#navigation li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #000;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 150px;
	/* margin-left: -10px; */
	padding-top: 10px;
	z-index: 99;
}
ul#navigation li ul.subnav li{
	margin: 0; padding: 0 0 10px 0;
	clear: both;
	/* width: 170px; */
}
html #navigation li ul.subnav li a {
	float: left;
	padding-left: 10px;
	color: #CCC;
}
html #navigation li ul.subnav li a:hover {
	color: #fff;
}


/* Post Listing Styles */
#block_post {
	margin-bottom:20px;
	float: left;
}
#post_items {
	width:570px;
	margin-right:30px;
	float:left;
	min-height: 100px;
}
.mini_post_item {
	position:relative;
}
.mini_post_item .block_inside {
	background:none;
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #cccccc;
	overflow: auto;
}
.mini_post_item .block_inside h2 {
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	/* letter-spacing: 0.5px; */
	line-height: 23px;
}
.mini_post_item .block_inside span.post_meta {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
}
.mini_post_item .summary {
	width: 420px;
	float: left;
	color: #4c4c4c;
}
.mini_post_item .summary a {
	color: #000000;
}
.mini_post_item .thumbnail { 
	float:left;
	width: 125px;
	height: 125px;
	margin-right:15px;
	border:1px solid #cccccc;
	padding: 4px;
}
.featured_post_item {
	display: block;
	background: #000000;
	margin-bottom: 30px;
	border: 1px solid black;
}
.featured_post_item .block_inside {
	background: #000000 url(images/featured_bg.jpg) top left repeat-x scroll;
	padding: 10px;
}
.featured_post_item .block_inside h2 {
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 23px;
	letter-spacing: 0.5px;
}
.featured_post_item .block_inside span.post_meta {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
}
.featured_post_item .summary {
	width: 320px;
	float: left;
	color: #bcbcbc;
}
.featured_post_item .summary a {
	color: #ffffff;
}
.featured_post_item .thumbnail {
	float: left;
	padding: 4px;
	background: #ffffff;
	border: 1px solid #3c3c3c;
	margin-right: 15px;
}

/* SINGLE POSTS */
#post_content {
	width:570px;
	float:left;
	font-size: 12px;
	color: #666;
}
#post_content ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 40px;
}
#post_content ol {
	margin-left: 40px;
	list-style-position: outside;
	list-style-type: decimal;
}
#post_content ul li, #post_content ol li {
	margin-bottom: 8px;
}
.post_title {
	margin: 0px 0px 10px 0px;
	background: #000000;
	padding: 10px;
}
.post_title a {
	color: #fff;
}
#post_content h2 {
	margin: 10px 0px;
	color: #000000;
	line-height: 23px;
}
#post_content p {
	margin: 10px 0px 20px;
}
#post_content img {
	margin: auto;
	padding: 0px;
}	
.post_image {
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
	text-align: center;
	margin: 20px 0px 30px ;
	padding: 15px 0px;
}
.post_image span.caption {
	margin-top: 0px;
	color: #666;
	font-style: italic;
	font-size: 11px;
	display: block;
	margin-bottom: 0px;
}
#additional_resources {
	background: #f2f2f2;
	border: 1px solid #cccccc;
	padding: 10px 20px 20px;
	margin: 0px 0px 30px;
}
#social {
	width: 190px;
	float: left;
	padding-top: 10px;
}
#social img.social_icon {
	height: 30px;
	width: 30px;
	margin-right: 5px;
	margin-top: 10px;
}
#more_posts {
	width: 300px;
	float: right;
	border-left: 1px solid #cccccc;
	padding-left: 20px;
}
#more_posts img {
	height: 90px;
	width: 90px;
	padding: 0px;
	margin: 8px 8px 0px 0px;
	border: 1px solid black;
}

/* INSPIRATION SECTION */
.inspiration_post_item {
	border: 1px solid #cccccc;
	background: #F2F2F2;
	padding: 8px;
	margin-bottom: 10px;
	float: left;
	width: 165px;
	height: 102px;
	text-align: center;
	overflow: hidden;
}
.inspiration_post_item a img {
	display: block;
	border: 1px solid #cccccc;
	margin: 0px auto;
}
.inspiration_post_item h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin: 3px 0px 0px;
	font-weight: bold;
}
.inspiration_post_item h2 a {
	color: #000000;
}
.inspiration_post_item p {
	margin: 0px;
	color: #7f7f7f;
	line-height: 15px;
}
.inspiration_post_item a.button {
	background: #7f7f7f;
	color: #ffffff;
	font-weight: bold;
	padding: 1px 3px;
	margin-right: 3px;
	text-transform: uppercase;
	font-size: 10px;
}
.inspiration_post_item a.button:hover {
	background: #1582c0;
	text-decoration: none;
}
.first, .second {
	margin-right: 10px;
}
.third {
	margin-right: 0px;
}

/* ABOUT PAGE STYLES */
div#about_image {
	width: 540px;
	height: 250px;
	background: transparent url(images/about_hero.jpg) top left no-repeat scroll;
}
	
/* SIDEBAR LARGE */
#sidebar_lg {
	width: 270px;
	float: left;
	margin-right: 15px;
}
.sidebar_250 {
	background: #000;
	padding: 5px;
}
div#bsap_1243552 {
	width: 250px !important;
	height: 250px !important;
	/* padding: 5px; */
	/* background: #000; */
	overflow: hidden;
}
.sidebar_250 div#bsap_1243552 a {
	margin: auto;
}
ins {
	padding: 4px !important;
	border: 1px solid #ccc !important;
}
ins ins {
	padding: 0px !important;
	border: 0px !important;
}
.sidebar_250 img {
	padding: 5px;
	background: #000000;
}
.sidebar_125 img {
	float: left;
	/* margin: 10px 10px 00px 0px; */
	border: 1px solid #cccccc;
}
.sidebar_125 div.bsap_1244453 a, .sidebar_125 a img {
	float: left;
	margin: 9px 9px 0px 0px !important;
}
#sidebar_lg a {
	color: #595959;
}
#sidebar_lg a:hover {
	color: #1582c0;
	text-decoration: none;
}
#text_260 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 10px;
}
#text_260 h4{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
}
#text_260 a {
	color: #000000;
}
#text_260 p {
	margin: 0px 0px 10px;
	line-height: 12px;
}

/* SIDEBAR SMALL */
#sidebar_sm {
	width: 155px;
	float: left;
}
.post_list_sm {
	clear: both;
	margin-bottom: 10px;
	min-height: 30px;
	display: block;
}
img.thumbnail_sm {
	float: left;
	margin-right: 10px !important;
	width: 30px;
	height: 30px;
	border: 1px solid #000000;
	padding: 0px !important;
}
#sidebar_sm a {
	color: #595959;
}
#sidebar_sm a:hover {
	color: #1582c0;
	text-decoration: none;
}

/* FOOTER */
#footer {
	padding: 20px 0px;
	background-color: #000000;
}
#footer_block h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #b3b3b3;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 2px;
}
#footer_block h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	margin-top: 10px;
}
#footer_block {
	width: 1040px;
	margin: 0px auto;
	color: #ffffff;
}
#footer_block a:hover {
	color: #ffffff;
}
.footer_block_300 {
	width: 260px;
	/* background: #1a1a1a; */
	padding: 10px 20px 10px 0px;
	float: left;
	margin-right: 20px;
	color: #b3b3b3;
}
.footer_block_200 {
	width: 160px;
	/* background: #1a1a1a; */
	padding: 10px 20px 10px 0px;
	float: left;
	margin-right: 20px;
	color: #b3b3b3;
}
/* .footer_block_200 ul li {
	padding-left: 12px;
}
.footer_block_200 ul li a {
	color: #b3b3b3;
}
.footer_block_200 ul li a:hover {
	color: #ffffff;
} */

/* GENERAL WIDGET STYLES */
li.widget { 
	font-family: Georgia, "Times New Roman", Times, serif;
}
li.widget h2 { 
	margin-top: 20px;
}
#sidebar_lg h2.widget, #sidebar_sm h2.widget { 
	margin-top: 30px;
}
#footer ul.footer_widgets { }
#footer ul.footer_widgets li {
	width: 300px;
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}
#footer ul.footer_widgets li ul li { 
	display: list-item; 
}

/* =PageNavi style overrides - !important must stay */   
.wp-pagenavi {
	/* padding-left: 150px; */
	text-align: center;
	font-size: 14px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	color: #000000 !important;
	background:transparent !important;
	border: none !important;
}
.wp-pagenavi a:hover {	
	background: #000000 !important;
	color: #ffffff !important;
}
.wp-pagenavi span.pages {
	background:transparent !important;
	border: none !important;
}
.wp-pagenavi span.current {
	background: #000000 !important;
	color: #ffffff !important;
}
.wp-pagenavi span.extend {
	background:transparent !important;
	border: none !important;
}

/*Comment Styles*/
#comment-zone { 
	float: left; 
	width: 570px; 
}
#comment-zone ol {
	margin: 0px;
	padding: 0px;
}
#comment-zone h3#comments {
	line-height: 25px;
}
/*Default comment (Guest)*/
#comment-zone li{
	list-style: none;
	margin: 12px 0px;
	padding: 15px 15px 5px 15px;
	clear: both;
	background: #f2f2f2;
	border: 1px solid #cccccc;
}
#comment-zone li p { 
	margin: 0px 0px 10px;
}
#comment-zone li p.datestamp {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 10px;
}
#comment-zone li a {
	color: #0B5780;
}
#comment-zone li img {
	border: 5px solid #CFCFCF;
	width: 63px;
	height: 63px;
	padding: 0px; margin: 0px;
}
#comment-zone li .gravatar-col{
	float: left;
	width: 90px;
}
#comment-zone li .comment-col{
	float: left;
	padding-right: 30px;
	width: 400px;
}
.datestamp {
	margin: 5px 0px;
}
/*Author Comments Styles*/
#comment-zone li.author-comment{
	background: #1F1F1F;
	color: #F7F7F7;
	border: 1px solid #474747;
}
#comment-zone li.author-comment img { 
	border:5px solid #474747;
}
#comment-zone li.author-comment a{
	color: #b6d7e9;
}
/*Admin Comment Styles*/
#comment-zone li.admin-comment{
	background:#333;
	color: #F7F7F7;
	border: 1px solid #474747;
}
#comment-zone li.admin-comment img {
	border: 5px solid #474747;
}
#comment-zone li.admin-comment a{
	color: #b6d7e9;
}
img#wpstats{display:none}