/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Theme Name: NotNew2WP
 * Theme URI: http://new2wp.com
 * Description: A highly custom theme design made exclusively
   for New2WP.com. Custom post types and taxonomies are included.
 * Author: Jared Williams
 * Author URI: http://tweeaks.com
 * Tags: gray, two-columns, fixed-width, right-sidebar, dark, post types
 * Version: 2.0
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

 * * * COLOR LEGEND * * *
 * Dark Gray:	#182431 * Dark Header background color
 * Light Blue:	#3166d2 * Link color background
 * Light Green:	#b7d916 * Lighter green in logo/links on hover
 * BrightGreen: #7BCC02 *
 * Dark Green:	#405500	* Darker color of the 2 in logo / text shadows
 * DarkerGreen: #61730D *
 * Light Gray:	#c9ced6 * 
 * Light Gray2: #d0d4dd * Sidebar links and headers color
 * Dark Red: 	#a90303 * Color of fixed span items/code attributes
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * RESETS - All Browsers  *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
html,body,div,span,applet,object,iframe,table,caption,tbody,tfoot,thead,tr,th,td,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{vertical-align:baseline;font-family:inherit;font-weight:inherit;font-style:inherit;font-size:100%;outline:0;padding:0;margin:0;border:0}:focus{outline:0}body{background:white;line-height:1;color:black}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{font-weight:normal;text-align:left}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}

/* Main css 
/* ---------------------------------------------------- */
a { text-shadow:0px 1px 0px rgba(255,255,255,0.3); }
a:active { position: relative; top: 1px; }
a:hover{text-shadow:0px 1px 0px rgba(255,255,255,0.2);}
a img, img { border: none; }

strong { font-weight:bold; }
em { font-style:italic; }
strike { text-decoration:line-through; }
p { padding: 0 0 15px; margin: 0px;}

h1,h2,h3,h4,h5,h6 {}
h1 {font: 34px Verdana;	clear: both;}
h1 a, h1 a:visited {color: #182431;}
h1 a:hover {color: #0f66c5;text-decoration: underline;}
h2 {font-size 20px; font-weight:bold; color: #182431; font-family:Verdana;text-shadow:0px 1px 0px rgba(255,255,255,0.6);}
h2 a {color: #182431;text-shadow:1px 1px 0px rgba(255,255,255,0.6);text-decoration: none;}
h2 a:hover {color: #0f66c5; text-shadow:1px 1px 0px rgba(255,255,255,0.9);}
h3 {font: normal 150%/100% Verdana;color: #182431;font-weight:bold;}
h3 a { color: #182431; }
h3 a:hover {color: #0f66c5; text-decoration:underline;}
h4 { color: #182431;font: 16px Verdana;margin: 0 0 12px 2px;padding:5px;}
h5 {color: #534741; font: 14px Verdana;margin: 0 0 12px 2px;padding :5px 15px;}
h6 {color: #534741;font-size:12px;}

small { font-size: 10px; }
label .pds-box:not { position: absolute; text-indent:-99999; }
/*
pre {
	overflow: auto;
	background: #182431;
	padding: 1em;
	color:#182431;
}
*/
pre {
	background:#182431;
	overflow:hidden;
	color: #fff;
	padding:1em;
	border:1px solid #dadada;
}
code {
	display: block;margin: 0;padding: 10px 14px;color: #fff;font: 14px/ 18px 'courier new', monospace;
}
#fixed { color:#a90303; font-family: Courier New, Courier; text-shadow:0px 0px 5px #fff; }
#fixed em { font-size:14px; }
#fixed strong { font-size: 14px; }
.ls ul ol { list-style: none; }

/* BuySellAds */
#page_wrap .bsap { margin: 12px 75px 12px; width: 468px; }
#sidebar div.bsap { display:block;margin-left:5px;margin-right:5px;width:100%;}
#sidebar div.bsap a, #sidebar div.bsap a:visited {color: #182431;text-shadow:1px 0 1px #FFFFFF;font-size: 12px;text-decoration: none;}
#sidebar div.bsap a:hover {color: #FFFFFF;text-shadow:1px 0 1px #182431;text-decoration: none;}
/* END BuySellAds */ 

.right { float: right; }
.left { float: left; }
.hide { display: none; }

.clear { clear: both; }
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix { display: inline-table; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
hr.clear {clear:both;visibility: hidden;margin: 0;padding: 0;}

blockquote {
	border:1px dashed #534741;
	background:#eee;
	padding:20px;
	margin:20px 20px 20px 40px;
	-moz-border-radius: 2px;
 -webkit-border-radius: 2px;
	 border-radius: 2px;
	-moz-box-shadow: 0px 1px 4px #182431;
 -webkit-box-shadow: 0px 1px 4px #182431;
	 	 box-shadow: 0px 1px 4px #182431;
		filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=1px, Color='#182431');
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=1px, Color='#182431')";
}
body {color: #182431;background: #5a6173 url(images/bg-body.png) repeat;font: 12px Verdana, Arial, Helvetica, sans-serif;height: 100%;}

/*Wraps
/* ---------------------------------------------------- */
#header-wrap {
	background: #5a6173 url(images/header.png) repeat-x;
	min-width: 1005px;
	margin:0px;	
	z-index:4;
}
#page_wrap {
	position: relative;
	display:block;
	overflow:hidden;
	width:915px;
	margin:12px auto 0;
	margin-bottom:0px;
	padding:0px;
}
#footer_wrap {
	min-width:1005px;
	background: #182431 url(images/footer-bg.png) repeat-x;
	z-index:4;	
}
/* HEADER
/* ---------------------------------------------------- */
#header {position:relative;width:950px;margin:5px auto;margin-top:0px;min-height:105px;z-index:4;}
#logo {position:absolute;width: 272px;height: 75px;z-index:4;}
#logo a {
	display:block;
	color: #083b71;
	text-decoration: none;
	background: url(images/logo.png) no-repeat;
	width: 272px;
	height: 76px;
	margin-left:0px;
	margin-top:0px;
}
#tagline {
	position:absolute;
	margin: 85px 0 0 30px;
	padding: 0px;
	background: url(images/tagline.png) top left no-repeat;
	width: 210px;
	height:16px;
	z-index:4;
}
#head-right { height:55px; position:absolute; right:0; top:0; width:500px; z-index:10; }
/* 
#head-right {width: 455px;height:55px;float:right;position:relative;z-index:4;} 
*/
.mini-nav {margin-top: 2px; overflow: hidden; float:right; margin-right:20px;}
.mini-nav ul { list-style: none; display: block; color: #c9ced6; font-size: 10px; }
.mini-nav li { margin:0px;padding:4px 5px;float:left;}

.mini-nav li a { margin:0px;padding:1px 5px 4px; color: #c9ced6; text-shadow:0px 1px 0px #182431; font-size: 10px; font-weight:normal!important; text-decoration: none; }
.mini-nav li a:hover { color:#182431; text-shadow:0 1px 0 #cdcdcd; text-decoration: none; background:#cdcdcd; border-radius:3px; -moz-border-radius:3px; -os-border-radius:3px; }

.mini-nav li ul { z-index: 9999; position: absolute; left:-999em; height: 15px; margin:0 0 0 -5px; padding:0; }
.mini-nav li ul a { background:#cdcdcd; color:#182431; text-shadow:0 1px 0 #cdcdcd; margin:0px!important; padding:5px; border-radius:3px; -moz-border-radius:3px; -os-border-radius:3px; }
.mini-nav li ul li a { width: 170px; }
.mini-nav li ul a:hover, #nav li ul a:active { background:#B7D916; color:#182431; }

.mini-nav li ul ul { margin: -32px 0 0 171px; }
.mini-nav li:hover ul ul, .mini-nav li:hover ul ul ul, 
.mini-nav li.hover ul ul,.mini-nav li.sfhover ul ul ul { left: -999em; }
.mini-nav li:hover ul, .mini-nav li li:hover ul, .mini-nav li li li:hover ul, .mini-nav li.sfhover ul, .mini-nav li li.sfhover ul, .mini-nav li li li.sfhover ul { left: auto; }
.mini-nav li:hover, .mini-nav li.sfhover { position: static; }

/* .head-filter {font-size:12px; margin:30px 0 0 90px; overflow:hidden;} */
.head-filter { font-size:12px; position:absolute; right:0; top:27px; width:350px; }
/* .head-filter form {float:right;margin-right: 10px;} */

.head-filter ul {list-style: none; display:block; color: #a5a9af; line-height:30px; margin-left:0px; vertical-align: middle;}
.head-filter li {text-shadow:0px 1px 0px #000;font-weight:bold;margin:0px 5px 0 0;padding:0px;float:left;}
.head-filter li a {
	background:#d7e799;
	border-top:1px solid #939ca9;
	color:#eee;
	margin: 0px;
	padding: 4px;
	font-weight:bold;
	font-size: 12px;
	text-decoration: none;
	text-shadow:0px 1px 0px rgba(35,50,70,0.8);
/*	background-color: #add200; */
background-color: rgba(65,80,100, 0.6);
   -moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;
}
.head-filter li a:hover {
	background: #535f77;
	border-top:1px solid #94b50d;
	color:#eee;
	text-shadow:0px 1px 0px rgba(35,50,70,0.8);
}
/* Slider 
/* ---------------------------------------------------- */
#headcontainer {
	position:relative;
	width:914px;
	height:305px;
	margin:0 auto;
	padding:0px;
	background: url(images/home-header.png) top center no-repeat;
	z-index:4;
}
#slideshow {width: 610px;height:240px;border: 0px solid #ddd;float:right;margin-top:40px;}
#slideshow ul {margin: 0;padding: 0;list-style-type: none;height: 1%; /* IE fix */ }
#slideshow ul:after {content: ".";clear: both;display: block;height: 0;visibility: hidden;}
	
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {overflow: hidden;width: 425px;float:left;cursor: pointer;}
#slideshow .slides ul {width: 2880px;float:left;}
#slideshow .slides li {
	width: 425px;
	float: left;
	padding: 10px 0px;
	background:transparent!important;
}
#slideshow .slides h2 a {margin-top:-20px!important;padding-top:0px;font-size: 16px;}
#slideshow .slides .postsnip {
	float: right;
	margin-right:10px;
	margin-top:0px;
	width:200px;
	height:200px;
	overflow:hidden;
	padding:0px;
}
#slideshow .slides #readmore {float:left; margin-left:250px;position:relative;}

/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	border-top: 0px solid #ccc;
	width: 184px;
	float:right;
	clear:left;
	z-index:100;
	padding:0px; 
	margin:20px 0px 0px 0px; 
	height:225px; 
	overflow:visible;
}
#slideshow .slides-nav li { margin-left:4px; }
#slideshow .slides-nav li a {
	display: block;
	padding: 13px 10px;
	outline: none;
	background: url(images/feat-inactive.png) center center no-repeat;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	font-family: arial;
}
.js #slideshow .slides-nav li.on, .js #slideshow .slides-nav li.on a {
	background: url(images/feat-active.png) left center no-repeat;
	color:#000;
	margin-left:0px;
}
.js #slideshow .slides-nav li.on a {position: relative;	top: 0px;}

/*Slider widget area - Popular posts
/* ---------------------------------------------------- */
#headcontainer .pop-post {
	float:left;
	width: 250px;
	position: relative;
	overflow: hidden;
	clear:both;
	margin-top:25px;
	margin-left:20px;
	color:#cdcdcd;
}
#headcontainer .pop-post h2 {
	color: #182431!important;
	margin-bottom:4px;
	font-size:20px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica;
	text-shadow:1px 0px 1px #fff;
}
#headcontainer .pop-post p { display: none; }
#headcontainer .pop-post ul {margin:10px 0px 0px 0px;padding:0px;}
#headcontainer .pop-post li {
	margin:0 0 2px 0;
	padding:0px 0 7px 0px;
	list-style:none;
	background:url(images/sidebar-title-separator.png) no-repeat left bottom;
	color:#cdcdcd;
}
#headcontainer .pop-post li a {
	color: #fff;
	text-shadow:1px 0 1px #0d1620;
	text-decoration: none;
	font-size:12px;
	font-weight: bold;
	font-family:Arial, Verdana, Helvetica;
}
#headcontainer .pop-post li a:hover {
	color: #b7d916;
	text-shadow:1px 0 1px #344355;
	text-decoration: none;
}
/*TOGGLE DIVS
/* ---------------------------------------------------- */
h2.trigger {height: 46px;line-height: 46px;width: 560px; float: left; ;}
h2.trigger a {display: block;background: url(images/some_icon2.png) top right no-repeat;}
h2.trigger a:hover {color: #cdcdcd;}
h2.active a{background:url(images/onebit_32.png) top right no-repeat;padding:0 0 0 25px;color:#e76118;}
.toggle_container { margin:0px;padding:0px;overflow: hidden; width: 550px; clear: both;}
.toggle_container .t_block {padding:12px;width:250px;float:left;text-align:center;}
.toggle_container a { color:#182431!important; font-size:16!important; margin-bottom:5px!important; }
.toggle_container a:hover { color:#3166d2!important; }

/*SEARCH FORM
/* ---------------------------------------------------- */

.head-search form { position:absolute; right:30px; top: 75px; }

.head-search form input.searchinput { width: 220px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow:0 0 2px #666; -moz-box-shadow:0 0 2px #666; }

.head-search form input.go { border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }

.searchinput {
	background: #bdc3ce;
	height: 20px;
	border:1px solid #eee;
	color: #182431;
	padding:3px 0 3px 5px;
	font-size: 14px;
	margin:0px 0 0 10px;
}
.go {
	background: url(images/btn-search.png) no-repeat;
	padding: 4px;
	width: 23px;
	height: 25px;
	border: none;
}
.go:active {
	background: url(images/btn-hsearch.png) no-repeat;
	padding: 0;
	width: 23px;
	height: 24px;
	border: none;
}
.search404 {margin-left:auto;margin-right:auto;	width:400px;}
.search404 .searchinput {
	width:300px;
	background:#182431;
	color:#bdc3ce;
	border:1px solid #bdc3ce;
	padding-bottom:5px;
}
.search404 .go {
	background: url(images/btn-4search.png) no-repeat;
	padding: 0;
	width: 23px;
	height: 24px;
	border: none;
}
.search404 .go:active {
	background: url(images/btn-4hsearch.png) no-repeat;
	padding: 0;
	width: 23px;
	height: 24px;
	border: none;
}
.catselect { 
	-moz-border-radius:5px; border-radius:5px; 
	-webkit-border-radius:5px;
	background:#bdc3ce; border:1px solid #EFEFEF; color:#182431;
	font-size:12px;font-family:verdana;
	padding:5px 0;width:155px;text-align:left;
}

/* POST CONTENT 
/* ---------------------------------------------------- */
#content-wrap {float: left;width: 600px; position:relative;z-index:4;}
.post-container {width: 608px;float:left;overflow: hidden;clear:both;position:relative;}
.post-top {
	background:url(images/post-top.png) top left no-repeat;
	margin-left: 13px;
	height:13px;
	width:596px;
	margin-top:-2px;
}
.post-center {
	width: 585px;
	background: url(images/post-center.png) top left repeat-y;
	margin: 0 0 -2px 13px;
	float:left;
	padding: 0px 0px 0px 13px;
}
.post {position:relative
	margin: 0px;
	width:570px;
	padding:0px;
	color:#182431;
	font: 12px Verdana;
}
.post-comments {
	background:url("images/comment-bubble.png") no-repeat scroll left top transparent;
	float:left;
	height:41px;
/*
	margin:0 -4px 0 -24px;
	padding:10px 10px 0 20px;
*/
	margin:0 10px 0 -23px;
	padding:10px 10px 0 8px;
	position:relative;
	width:43px;
	text-align:center;
}
.post-comments a {
	color: #182431!important;
	font-size: 18px;
	font-weight:bold;
	text-shadow:0px 1px 0px rgba(25,35,60,0.8)!important;
}
.post-comments a:hover {
	color: #0f66c5!important;
	text-shadow:1px 1px 7px rgba(170,205,20,0.8)!important;	
}
.post h2 {
	margin: 5px 0px;
	padding-bottom:5px;
	background-image:url(images/post-title-separator.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	overflow: hidden;
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-shadow:0px 1px 0px rgba(255,255,255,0.8)
}
.post .title h2 a,.post h2 a { color:#182431; text-shadow:0px 1px 0px rgba(255,255,255,0.5);text-decoration: none; }
.post .title h2 a:hover,.post h2 a:hover { color:#3166d2;text-shadow:0px 1px 0px rgba(255,255,255,0.8); }
.title h2 {
	margin: 5px 5px 5px 50px;
	padding:5px 0px 10px 0px;
	background-image:url(images/post-title-separator.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	height: 35px;
	text-shadow:0px 1px 0px rgba(255,255,255,0.4);
	overflow: hidden;
}
.post { clear:both; }
.post h3 {
	margin: 2px 5px 5px 0px;
	padding:5px 0px 0px 0px;
	background:url(images/post-title-separator.png) bottom left no-repeat;
	height: 35px;
	overflow: hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-shadow:0px 1px 0px rgba(255,255,255,0.4);
}
.post h3 a { text-decoration: none; }
.post h3 a:hover { text-decoration:none; text-shadow:0px 1px 0px rgba(255,255,255,0.8); }
.post p a, .post a {
	padding:2px;
	color:#0f66c5;
	text-shadow:0px 1px 0px rgba(140,210,220,0.8)!important;
	text-decoration:none;
}
.post p a:hover,.post a:hover {
	color:#182431;
	text-shadow:0px 1px 0px rgba(100,100,100,0.6);
	text-decoration:none;
}
.post img,.post a img {padding:0px;max-width:530px;}
.post img a { background:none!important; }
.post p {
	line-height:22px;
	font-size:13px;
	color:#000000;
	margin-right:5px;
}
.post ul {list-style:none;margin:0 0 10px 20px;padding:0px;}
.post li a, .post li a:visited {
	color:#3166d2;
	text-shadow:0px 1px 0px rgba(255,255,255,0.6);
	padding-bottom:1px;
	text-decoration:none;
	text-shadow:none;
}
.post li a:hover {
	color:#182431;
	text-shadow:0px 1px 0px rgba(200,200,200,0.6);
	text-decoration:none;
}
.post li {
	background:url(images/bullet.png) left center no-repeat;
	padding:0px 0px 0px 15px;
	margin-bottom:5px;
}	
.post .excerpt {font-size:12px;float:left;line-height:22px;padding:10px 0 0; width:340px;overflow:hidden;}

.post .excerptimg img {background:rgba(75,80,90,0.8);border:1px solid rgba(25,35,50,0.5);float:right;margin:0px 3px 0 5px; padding:10px;max-width:200px;max-height:200px;position:relative;border-radius:0 0 10px 0;-moz-border-radius:0 0 10px 0; }

.entry { }
/* Tables with className 'tables'
/* ---------------------------------------------------- */
table{margin-top:0.5em;border:1px solid #DDD;border-collapse:collapse}tr{background:#efefef}tr.alt{background-color:#cdcdcd}th{background-color:#182431;border-color:#b5db18 #B5DB18;border-style:solid;border-width:1px 1px 4px;color:#B5DB18;font-size:16px;font-weight:bold;padding:8px 15px;}td{padding:6px 15px;border:1px solid #999;}td a{color:#0865c6;}

.post-bottom {
	position:relative;
	background:url(images/post-bottom.png) bottom left no-repeat;
	margin-left:-13px;
	height:37px!important;
	width:596px;	
	font-size: 10px;
	color: #999;
	display:inline-block;
}
.post-bottom a {
	font-size: 10px;
	color: #d0d4dd;
	text-shadow:0px 1px 0px #0d1620;
	text-decoration:none;
}
.post-bottom a:hover {color: #b7d916;text-shadow: 0 1px 1px rgba(255,255,255,0.6); text-decoration:underline;}

input.shortlinkinput { background:#223345;border:1px solid #B7D916;color:#fff;padding:5px; }

/*post footer
/* ---------------------------------------------------- */
.post-bottom .post-cat { position:absolute; left:0px; width:300px; margin:20px 0 0 20px; }
.post-bottom .post-author {width:140px;float: right;margin:20px 0 0px 20px; }
.post-cat a, .post-author a { text-shadow:0 1px 0 #182431!important; }

/* FOOTER
/* ---------------------------------------------------- */
#footer {
	position: relative;
	margin:0 auto;
	padding: 10px;
	width: 900px;
	min-height:190px;
	overflow: hidden;
	color: #e2ddb5;
	clear:both;
	z-index:4;
}
#footer_wrap #footer h3 {
	color:#efefef;
	text-shadow:3px 2px 2px #182431;
	font-size:16px;
	list-style:none;
	background-image:url(images/sidebar-title-separator.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:10px 0px 5px 5px;
	font-weight:bold!important;
}
#footer a, #footer a:visited {
	color: #d0d4dd;
	text-shadow:0px 1px 0px #0d1620;
	font-size: 12px;
	font-family:Verdana, Helvetica;
	margin:0px;
	text-decoration:none;
}
#footer a:hover {color: #b7d916;text-shadow: 0 1px 1px #344355; text-decoration:none;}
#footer ul {list-style:none;margin:0 0 10px 0px;padding:0px;}
#footer ul li {padding: 0px;border: none;}
#footer ul li ul li { padding: 5px; margin:3px 0px; }
#footer ul li ul li img { padding: 5px; }

/*footer widget boxes*/
.footer-left {width: 285px;float:left;margin:0 15px;/* background:url(images/footer-li-separator.png) center right no-repeat; */ }
.footer-center {width: 285px;float:left;margin-right: 15px;margin: 0 auto;/* background:url(images/footer-li-separator.png) center right no-repeat; */ }
.footer-right {
	height:200px;
	width: 285px;
	float:left;
	margin-left: 15px;
}
/*footer credits
/* ---------------------------------------------------- */
#footer-nav {
	height:42px;
	font-size:10px;
	color:#8c969f;
	background:#0b131c url(images/footer-navbg.png) repeat-x;
	vertical-align:middle;
	line-height:42px;
	z-index:4;
}
#footer-nav a, #footer-nav a:visited {
	color:#8c969f!important;
	text-shadow:0px 1px 1px 0px #182431!important	;
	text-decoration:none;
	font-weight:bold;
}
#footer-nav a:hover {text-decoration:underline;color:#b7d916!important;}
.footer-nav-wrap {margin:0 auto;width:900px;clear:both;}
#footer-nav .footer-nav-left {
	width: 285px;
	height:42px;
	float:left;
	margin-left:30px;
}
#footer-nav .footer-nav-center {
	width: 200px;
	height:42px;
	float:left;
	margin-left:40px;
	overflow:hidden;
}
#footer-nav .footer-nav-right {width: 180px;height:42px;float:left;margin-left: 100px;}

/* SIDEBAR
/* ---------------------------------------------------- */
#sidebar {position: relative;float: right;width: 300px;padding-bottom: 40px;height:100%;z-index:4;}
.sidebar-container {width: 296px;float:left;margin-top: 0px;}
.sidebar-top {background:url(images/sidebar-top.png) left top no-repeat;height:15px;width: 296px;margin-left:13px;}
.sidebar-center {
	width: 296px;
	background: url(images/sidebar-center.png) top left repeat-y;
	float:left;
	margin-left: 13px;
	color:#e2ddb5;
}
#sidebar-content { margin:10px; }
#sidebar h2, #sidebar .sidebartitle {
	color:#efefef;
	font-size:16px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
	background-image: url(images/sidebar-title-separator.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:0px 0px 5px 5px; margin: 5px 0;
	text-shadow:0px 1px 0px #0d1620;
}
#sidebar a, #sidebar a:visited {
	color: #d0d4dd;
	font-size: 12px;
	text-decoration: none;
	text-shadow:0px 1px 0px #0d1620;
}
#sidebar a:hover {
	color: #b7d916;
	text-decoration: none;
	text-shadow: 0 1px 1px #344355;
}
#sidebar ul {list-style:none;margin:0 0 15px -2px;padding:0px;}
#sidebar ul li { padding: 0px; border: none; }
#sidebar ul li ul li { padding: 5px 10px; }
#sidebar ul li ul li img { padding: 6px; }
#sidebar .level1 ul li ul li {
	background: #182431;
	padding: 10px 20px 10px;
	border-top: solid 1px #151f2b;
	cursor: pointer;
}
.textwidget { padding: 10px; }
#sidebar ul img {padding:2px; margin:2px; }
#sidebar ul img:hover {
	padding:2px;
	margin:2px;
	-moz-box-shadow: 0px 1px 5px rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0px 1px 5px rgba(255, 255, 255, 0.8);
	box-shadow: 0px 1px 5px rgba(255, 255, 255, 0.8);
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=1px, Color='#ffffff');
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=1px, Color='#ffffff')";
}
#sidebar form .wrapr, #footer form .wrapr {vertical-align:top;padding:0px;}
#sidebar form .email, #footer form .email  {
	border:1px solid #b7d916;
	background:#223345;
	color:#cdcdcd;
	font-weight: normal;
	width:175px;
	height:16px;
	padding:6px!important;
	margin: 10px 0px;
}
#sidebar form .submit, #footer form .submit {
	border:1px solid #17d916; 
	background:#b7d916; 
	color:#223345;
	font-weight:bold;
	padding:5px 7px;
}

.rsss { list-style:none; }
.rsss ul { list-style:none; }
.rsss li { background:url(/wp-includes/images/rss.png) left top no-repeat; margin:5px 0px; padding: 0px 0px 3px 20px!important; }

/* COMMENTS
/* ---------------------------------------------------- */
.bypostauthor {background-color: #5a6173!important;color:#fff;}
#commentwrap {float: left;width: 608px;}
.comment-container {width: 608px;float:left;margin-left:0px;clear:both;}
.comment-top {
	width:596px;
	background:url(images/post-top.png) top left no-repeat;
	margin-left: 13px;
	height:13px;
	margin-top:-3px;

}
.comment-center {
	width: 596px;
	background: url(images/post-center.png) top left repeat-y;
	margin:0px 0px 0px 13px;
	float:left;
	padding: 5px;
}
#comments {
	width:585px;
	padding: 0px;
	margin:0 0 30px 0;
	background:#bdc3ce;
	width:585px;
}
#comments a, #comments a:visited {
	color:#000059;
	padding-bottom:2px;
	text-decoration:underline;
	text-shadow:none;
}
#comments a:hover { }
#comments h3.left {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 0 10px;
	padding-bottom: 10px;
	width:385px;
	float:left;
}
#comments_wrap h3 a, #comments_wrap h3 a:hover {color: #242323;text-decoration: none;}
#comments_wrap .get_avatar {
	color: #182431;
	font-size: 10px;
	letter-spacing: -1px;
	padding-top: 10px;
	margin: 5px 10px 0 0;
}
#comments ol.parent { padding-bottom: 25px }
#comments ol {margin: 0px;padding: 0px;	padding-left: 90px;}
#comments ol li {
	list-style: none;
	padding: 10px 0 0 0;
	margin: 10px;
	margin-left:20px;
	padding-top: 1px;
}
#comments p a, a:visited { }
#comments p a:hover { }
#comments span.comment-reply .yarr {
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 10px;
	text-transform: uppercase;
}
#comments .comment_wrap {
	position: relative;
	background: #fff;
	border: 1px solid #dcdddd;
}
#comments .single_comment { padding: 0px 20px 60px 20px; }
#comments .comment_arrow {position: absolute;top: 40px;left: -32px;}
#comments .comment_author {
	position: absolute;
	left: -100px;
	width: 100px;
	background:url(images/comment_arrow.png) top right no-repeat;
	color: #8d8d8d;
	font-size: 10px;
	line-height: 20px;
}
#comments .comment_author span { display: block; }
#comments .children {padding-left: 0px;border-left: 1px solid #ced0d0;}
#comments .children li {padding-left: 25px;background: url(images/comment_li_bg.gif) no-repeat 0px 25px;}
#comments .children .comment_wrap {background: #f8f8f8;border: 1px solid #d3d5d5;}
#comments .children .comment_author {
	position: absolute;
	left: auto;
	right: 20px;
	bottom: 10px;
	width: 200px;
	height: 40px;
}
#comments .children .comment_author p {position: absolute;right: 50px;bottom: -20px;text-align: right;}
#comments .children .comment_author span { display: block; }
#comments .children .comment_author img {width: 40px;height: 40px;float: right;}
#comments .trackbacks {position:relative; margin-left:-150px; display:block; margin-left:5px; margin-right:10px; padding:10px;}

/* Comments Form
/* ---------------------------------------------------- */
#respond {position: relative;width:585px;}
#comments .comment_form_wrap {position: relative;padding-left: 87px;}
#comments .parent .comment_form_wrap {position: relative;padding-left: 0px;}
#comments .textarea_arrow {position: absolute;top: 25px;left: -9px;}
#comments .children .textarea_arrow, 
#comments .parent .textarea_arrow { display: none; }
#comments .comment_form_wrap .comment_author {position: absolute;left: 10px;}
#comments .children .comment_form_wrap {position: relative;padding-left: 0px;}
#comments .children .comment_form_wrap .comment_author, 
#comments .parent .comment_form_wrap .comment_author, 
#comments .children .form_header, 
#comments .parent .form_header { display: none; }
#comments .input {
	width: 450px;
	padding: 4px 5px;
	background: #fff;
	border: 1px solid #ced0d0;
	color: #5f6565;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	display: block;
	margin-bottom: 10px;
}
#comments .children .input { width: 420px; }
#comments .textarea {
	padding: 10px 0 0 10px;
	width: 448px;
	max-width: 468px;
	height: 135px;
	font-size: 12px;
}
#comments .children .textarea { width: 425px; }
#comments .submit_comment {
	width: 12.0em;
	height: 3.0em;
	float: right;
	margin-right: 7px;
	margin-top: 10px;
}
#wpUserLinks_form .submit_comment {width: 12.0em;height: 3.0em;margin-top: 10px;}
#comments .inputerror { border-color: #555; }
#cancel-comment-reply {
	float: left;
	width: 120px;
	height: 30px;
	margin-top: 8px;
}
#cancel-comment-reply-link {
	background: #fdfdfd url(images/button_bg.png) repeat-x 0 100%;
	border: 1px solid #bbbbbb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #af0100;
	text-transform: uppercase;
	height: 22px;
	width: 70px;
	text-align: center;
	padding-bottom: 2px;
	letter-spacing: -0.05em;
	cursor: pointer;
	display: block;
	line-height: 22px;
}
#cancel-comment-reply-link:hover {
	color: #232323;text-decoration: none;
	background: #eeeeee url(images/button_bg_hover.png) repeat-x 0 100%;
}
/* Trackbacks */
#trackbacks ul li {padding: 0px;margin: 0px;background: none;font-size: 12px;padding-bottom: 5px;}
#trackbacks ul li a {text-decoration: none;padding: 0px;}

/* PAGENAVI
/* ---------------------------------------------------- */
.pagenavi .wp-pagenavi {text-align: left;font: bold 12px Verdana;line-height: 40px;margin: 10px;}
.wp-pagenavi a, .wp-pagenavi a span {
	background: #182431;
	border: 1px solid #d0d4dd!important;
	color: #d0d4dd;
	text-shadow:0px 1px 0px #ffffff;
     -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
	margin: 5px!important;
	padding:5px 10px!important;
	display:inline;
	line-height: 40px;
	text-decoration: none;
}
.wp-pagenavi a:hover, 
.wp-pagenavi a:active {
	color: #b7d916!important;
	text-shadow:0px 1px 0px #778aa1;
	background: #0c1620!important;
	border: 1px solid #b7d916!important;
     -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
          border-radius: 0px;
}
.wp-pagenavi span.current {
	background: #b7d916;
	border: 1px solid #b7d916;
	color: #182431;
	text-shadow:0px 1px 0px #778aa1;
	margin: 5px;
	padding:5px 10px;
}
.wp-pagenavi span.pages, .wp-pagenavi span.extend {
	background: #d0d4dd;
	border: 1px solid #e8ebf0;
	color: #182431;
}

/* SOCIAL BAR
/* ---------------------------------------------------- */
.socialbar {
	background: #182431;
	border:1px solid #cdcdcd;
	color: #d0d4dd;
	text-shadow:0px 1px 0px #0d1620;
	font-size:10px;font-family: Verdana;
	font-weight: bold;text-align: center;
	padding: 10px 0px 5px;
	width: 560px;height:20px;
     -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0,0.8);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0,0.8);
	box-shadow: 0px 1px 5px rgba(0,0,0,0,0.8);
	clear:both;
}
.socialbar a {
	color: #d0d4dd;
	text-shadow:0px 1px 0px #0d1620!important;
	text-decoration: none;
	text-decoration: none;
	font-size:10px;
	font-weight:normal;
	margin:10px 10px 10px 5px;
}
.socialbar a:hover {color: #b5db18;text-shadow: 0 1px 1px #94b314;text-decoration:underline;}
.twitter {	
	background-image: url(images/icons/twitter.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 2px 23px!important;
}
.facebook {
	background-image: url(images/icons/facebook.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 2px 23px!important;
	margin-left:10px;
}
.digg {
	background-image: url(images/icons/digg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 2px 23px!important;
	margin-left:10px;
}
.delicious {
	background-image: url(images/icons/delicious.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 2px 23px!important;
	margin-left:10px;
}
.stumble {
	background-image: url(images/icons/stumble.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 2px 23px!important;
	margin-left:10px;
}
.rss {
	background-image: url(images/icons/rss.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 2px 21px!important;
	margin-left:10px;
}
.email {
	background-image: url(images/icons/email.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 2px 23px!important;
	margin-left:10px;
}

/* reTWEET + FACEBOOK + Buzz BUTTONS 
/* ---------------------------------------------------- */
.left-share-buttons  { background:#A0A7B5; border:1px solid #3D4451; float:left; margin:0 0 5px 0; padding:5px 1px 2px 4px; position:relative; width:560px; }
.fb-button { float: left; margin: -2px 10px 0px 0px; }
.twit-button { float: left; margin: 0px 10px 0px; width:65px;height:18px; }
.gb-button { float:left; margin:-2px 10px 0px 10px; }
.digg-button { float:left; margin:-2px 10px 0px; }

.right-share-buttons {padding:0; float:right;margin:0px;overflow:hidden;position:relative;}

#share-this {
	width:562px;
	margin-top:20px;
	border:1px solid #182431;
	border-bottom:none;
	background:#efefef;
	float:left
}
#share-title {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight:bold;
	padding:10px;
	background:#182431;
	color:#efefef!important;
}
a.google_buzz {padding:0px;width:50px;height:17px;}

/* EXAMPLE SOURCE/DEMO
/* ---------------------------------------------------- */
.example {
	background: url(images/source-codebg.png) left top no-repeat;
	text-shadow:0px 1px 0px #000;
	color:#ffffff;
	font-family:Verdana;
	font-size:20px;
	margin: 10px 0px;
	padding: 10px 25px;
	text-align:center;
	font-size:20px;
	width: 560px;
	height:49px;
}
.example a {color: #ffffff!important;text-decoration:none;font-size:20px;font-weight:normal;}
.example a:hover { text-decoration:underline; }
.source a {float:left;margin-right: 215px;margin-left:75px}
.demo a { float:left; }

/* RSSBOX
/* ---------------------------------------------------- */
.rssbox {
	background: #e4e4e4 url(images/rss-feed.png) no-repeat left top;
	background-position: 20px 7px;
	border: 1px solid #121a24;
	padding:5px 10px 5px 80px;
	margin: 0px;
	font-size: 16px;
	line-height: 23px;
	color: #121a24;
	height:50px;
	width: 472px;
	overflow:hidden;
}
.rssbox a {color:#FF7600 !important; text-decoration:none;font-weight:normal; 	text-shadow:0 1px 0 #FFD563!important}
.rssbox a:hover { color:#133DF2!important;text-shadow:0 1px 0 #398CFF !important; }

/* Footer 2-column RSS list links */
#footer .rsss li {float:left;width:100px; margin:5px;}

/*Author Bio
/* ---------------------------------------------------- */
.authorbio {
	color: #121a24;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	background: #e4e4e4;
	border: 1px solid #121a24;
	width: 543px;
	padding: 10px;
	margin: 10px 0px;
}
.authorbio img {float: left;border: 0px!important;margin: 10px 10px 30px 10px;padding:0px;}
.authorbio h2 {margin: 0px -5px 5px 10px;padding:0px;padding-bottom: -20px!important;font:22px "Times New Roman";}
.authorbio p {margin:0 5px 0 10px;padding:0 0 5px 0;line-height:17px;}
.authorbio .authormeta a {
	margin:5px 10px 0 0;
	color: #182431;
	text-shadow:0px 1px 0px #fff;
	font-size: 12px;
	font-weight:bold;
}
.authorbio .authormeta a:hover { color:#586d85; }
.authorbio .authormeta .website {
	background-image: url(images/icons/website.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0px 2px 21px;
}
.authormeta .twitter {
	background-image: url(images/icons/twitter.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0px 2px 21px;
}

/* RELATED POSTS
/* ---------------------------------------------------- */
#crp_related {width:520px;margin: 0 auto;}
.crp_related {background: #CFECFB url(images/grad_pat.jpg) left repeat-x;border: 1px solid #8FB9D0;list-style-type:none;list-style: none;float: left;width: 541px;padding: 0 0 0 22px;margin-bottom: 10px;}
.crp_related h3 {font:normal 120%/100% Verdana, "Trebuchet MS", Tahoma, Arial;color: #0c435f;margin: 10px 0 0 5px;}
.crp_related ul {width:500px;list-style-type:none;list-style:none;margin:0;padding:0 0 0 25px;}
.crp_related ul li {list-style-type:none;list-style: none;padding:0;margin:0;}
.crp_related li a {list-style-type:none;list-style: none;padding: 0 0 0 15px;background: url(images/bullet2.gif) left top no-repeat;text-decoration: none;color: #3166d2;font-size: 14px;}
.crp_related li a:hover {list-style-type:none;list-style: none;padding: 0 0 0 15px;text-decoration: none;color:#000b4c;font-size: 14px;}

/* Buttons for posts created for OOPost Types:
 *  .post-next: first post, single big button
 *  .postprev: previous post button float left in previous series posts
 *  .postnext:  next post button float right in next series posts */
/*** Post Next main big button ***/
.post-next { margin: 20px 20px 40px 30px; }
.post-next a { padding:12px; width: 550px; font-size: 24px; font-family: Rockwell, Arial Black; text-align: center; color:#efefef; background:#182431; border-radius: 2px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 5px solid #182020; text-shadow:0 1px 0 #FFF!important; }
.post-next a:hover { background: #36485c; color: #e7e7e7; }

/* previous post */
.postprev { margin: 0px 20px 40px 0px; }
.postprev a {
	-moz-border-radius:5px; border-radius:5px; 
	-webkit-border-radius:5px;
	background:none repeat scroll 0 0 #182431;
	border:5px solid #182020; color:#EFEFEF;
	font-family:Rockwell,Arial Black; font-size:24px; 
	float:left; padding:12px; margin: 0px 0 20px 0; width:200px; 
	text-align:center; text-shadow:0 1px 0 #FFF!important;
}
.postprev a:hover { background: #36485c; color: #e7e7e7; }

/* next posts */
.postnext { margin:-40px 0 40px 0; }
.postnext a {
	-moz-border-radius:5px; border-radius:5px; 
	-webkit-border-radius:5px;
	background:none repeat scroll 0 0 #182431;
	border:5px solid #182020; color:#EFEFEF;
	font-family:Rockwell,Arial Black; font-size:24px;
	float:right; padding:12px; margin: 0px 0 20px 0; width:200px; 
	text-align:center; text-shadow:0 1px 0 #FFF!important;
}
.postnext a:hover { background: #36485c; color: #e7e7e7; }

/* ALIGNMENTS */
.aligncenter { text-align: center; }
img.aligncenter, img[align="center"] {display: block;margin-left: auto;margin-right: auto;}
.alignleft { float: left; }
img.alignleft, img[align="left"] {float:left; margin:0 10px 0 0;}
.alignright { float: right; }
img.alignright, img[align="right"] {float:right;margin:0 0 0 10px;}

.notext { text-indent: -99999px; display:none; }
.hide { display:none; }

/* BOTTOM PLAY AREA FOR CANVAS PAGES */
select { text-transform: uppercase; font-size:11px; text-align:center; } hr { border: 0; height: 1px; background-color: #ccc; margin: 20px 0px; } .gui { color: #ccc; width: 280px; background-color: #fff; border-bottom: 1px solid #ddd; padding: 5px 10px; text-align: center; text-transform: uppercase; line-height: 18px; cursor: default; } .button { padding: 2px; cursor: pointer; } .key { padding: 0px 8px; margin-left: 1px; background-color: #eee; }

/* Scroll to top class */
.gp{
    background: #cdcdcd url(http://cdn.iconfinder.net/data/icons/minicons/Png/Upload.png) center center no-repeat;
    width: 6px;
    height: 32px;
    color: #fff;
    font-family: verdana;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    padding: 15px;
    margin: 5px;
    z-index:1000;
}
/* Hide facebook topright login gayness */
.fbc_loginstate_top { display:none; }