/*
Theme Name: Illuminati
Description: A Wordpress theme Developed by <a href="http://www.vagrantradio.com">VagrantRadio</a>
Version: 1.0
Author: Jason Scott Pant
Author url: http://www.vagrantradio.com
*/
/* Reset ---------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
a:active, a:focus {outline:none;}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
*:focus {outline:none!important;} /*remove webkit focus outline */
input {margin:0;} /*remove 2px border across top of input */
pre, code {width:580px;}
/*General Classes -------------------------------------------- */
.clear {clear:both;}
.left {clear:left;}
.right {clear:right;}
acronym {border-bottom:1px dotted #141414;cursor:help;}
strong {font-weight:bold;}
italic {font-style:italic;}
em {font-style:oblique;}
small {font-size:12px;}
/* General -------------------------------------------------------- */
body {
	
	font: 13px Arial, Helvetica, sans-serif;
	font-family: ÒMyriad ProÓ, Arial, Helvetica, Tahoma, sans-serif;
  color:#000;
background:url(/themes/theme03/bghtml.png) top left;
}
a:link, a:active, a:visited, a:focus {
 color:#326fb2;
 text-decoration:none;
 outline:none;
}
a:hover{
 text-decoration:underline;
}
a img {vertical-align:middle;}
p {margin-bottom:20px;line-height:1.5em;}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a {
	line-height:1em;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:capitalize;
}
h1 {font-size:24px;}
h2 {font-size:22px;}
h3 {font-size:16px;}
h4 {font-size:12px;}
input, textarea {font-family:Arial, Helvetica, sans-serif;}
#wrapper {
	width:1000px;
  margin:0px auto;
	position:relative;
}
/*Logo ------------------------------------------------------ */

#topbarnav #topinner{
width:1000px;margin:0 auto;position:relative;margin-top:30px;

}

 #topinner a{
color:#868C90;text-decoration:none;display:inline;margin-right:35px;font-size:.7em;margin-top:20px;}
 #topinner a:hover{
 color:#fff;
 
 }#logo {

	margin:5px auto 15px auto;
	height:202px;width:1300px;position:relative;
}
#logo_wrap {
  height:200px;
  display:inline;

}
#logo_wrap li {
  display:inline;
}
#logo_wrap a {
  color:#000;
  float:left;
  padding:0 0 0 0;

  height:205px !important; 
}
#home a {
  width:450px;
  background:url(images/blue_logo.png) no-repeat;height:300px;
}
p#catchphrase {
	margin:0 0 0 8px;
	line-height:1em;
	color:#dcdcdc;
	font-size:12px;
	font-weight:bold;
	text-shadow:0px 1px 1px #01204E;
}
a {
	color: #1E608E;
	text-decoration:none;
	outline: none;
}
/*Twitter Style Sign In --------------------------------------------------- */
.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat; }
  .tipsy-inner { padding: 4px 5px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-north { background-image: url(images/tipsy-north.gif); background-position: top center; }
  .tipsy-south { background-image: url(images/tipsy-south.gif); background-position: bottom center; }
  .tipsy-east { background-image: url(images/tipsy-east.gif); background-position: right center; }
  .tipsy-west { background-image: url(images/tipsy-west.gif); background-position: left center; }


.tipsy {
	opacity:.8;
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	padding:5px;
}
.tipsy-inner {
	padding:8px 8px;
	max-width:200px;
	font:11px 'Lucida Grande', sans-serif;
	font-weight:bold;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#141C25;
	color:white;
	text-align:left;
}
.tipsy-north {
	background-image:url(images/tipsy/tipsy-north.gif);
	background-position:top center;
}
.tipsy-south {
	background-image:url(images/tipsy/tipsy-south.gif);
	background-position:bottom center;
}
.tipsy-east {
	background-image:url(images/tipsy/tipsy-east.gif);
	background-position:right center;
}
.tipsy-west {
	background-image:url(images/tipsy/tipsy-west.gif);
	background-position:left center;
}




#topnav {
	padding:0 25px 12px;

	line-height:23px;
	text-align:right;
	margin-top:-7px;
}
#topnav a.signin {

	padding:4px 6px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#868C90;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
		background:none;
	*padding:4px 12px 6px;font-size:.8em;
}
#topnav a.signin:hover {
	background:none;
	color:#fff;
	*background:transparent url("images/signin-nav-bg-hover-ie.png") no-repeat 0 0;
	*padding:4px 12px 6px;
}
#topnav a.signin {

		color:#868C90;
	background:none;
}


#topnav a.signin:hover {
background:#ebebeb url(images/front-bg.gif) top repeat-x;
	color:#313840!important;

}

a.signin {
	position:relative;
	margin-left:3px;
}
a.signin span {
	background-image:url("images/toggle_down_light.png");
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:4px 16px 6px 0;
}
#topnav a.menu-open {
background:#ebebeb url(images/front-bg.gif) top repeat-x;
	color:#313840!important;
	outline:none;
}
#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}
a.signin.menu-open span {
	background-image:url("images/toggle_up_dark.png");
	color:#313840;
}

#signin_menu {
	-moz-border-radius-bottomright:9px;
	-moz-border-radius-bottomleft:9px;
-moz-border-radius-topleft:9px;
	-webkit-border-bottom-right-radius:9px;
	-webkit-border-bottom-left-radius:9px;
-webkit-border-top-left-radius:9px;
	display:none;
	
	position:absolute;
	width:220px;
	z-index:100000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000;
	border:1px transparent;
	text-align:left;
	padding:10px;
	margin-left:-171px;
	*margin-left:-15px;
	margin-top:-5px;
	color:#313840;background:#ebebeb url(images/front-bg.gif) -1px -1px repeat-x;

}

#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #d2d2d2;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;color:#313840;

}
#signin_menu p {
	margin:0;
}
#signin_menu a {
	color:#326FB2;font-size:.8em;
}
#signin_menu label {
	font-weight:normal;font-size:.9em;color:#777;
}
#signin_menu p.remember {
	padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
}
#signin_menu p a {
	color:#326FB2!important;font-size:.8em;
}
#signin_submit {
	-moz-border-radius:21px;
	-webkit-border-radius:21px;
	background:#262626 url('images/bg-btn-blue.png') repeat-x scroll 0 0;
	border:1px solid #484848;
	color:#fff;
	text-shadow:0 -1px 0 #484848;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

.tipsy-inner {
	padding:10px 15px;
	line-height:1.5em;
	font-weight:bold;
}
.ie6 .tipsy {
	width:250px;
}
.signup-tip {
	line-height:18px;
	margin:30px 0;
	color:#333;
}
.signup-tip a {
	font-weight:bold;
}

/*Navigation ------------------------------------------------- */


#nav ul {
	margin:18px 0;
	text-align:left;
}
#nav ul li {
	display:inline;
}

#nav ul li ul{display:block;}
#nav li a {
	color:#bababa;
	padding:8px 10px;
	margin:0 5px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	border:none;
	-moz-border-radius:8px;
  -khtml-border-radius:8px;
  -webkit-border-radius:8px;
	border-radius:8px;
	text-shadow:0px 1px 1px #000000;
}
#nav ul li a:hover, #nav ul li.current_page_item a {
	background:#171f28;
	color:#fff;
	text-decoration:none;
}
/*Main Body --------------------------------------------------- */
#ie_corners_top, #ie_corners_bottom {
	display:none;/*ie specific corners*/
}


#contentbg{
background-color: rgba(0, 0, 0, 0.3);  -moz-border-radius:11px;
  -khtml-border-radius:11px;
  -webkit-border-radius:11px;
  border-radius:11px;
margin:0 auto;width:1000px;padding:0; margin-left:0;}
#content {
	margin:0 0 0 0;
  padding:19px;
	background:#141c25 url(images/content-top.jpg) repeat-x top;
  -moz-border-radius:11px;
  -khtml-border-radius:11px;
  -webkit-border-radius:11px;
  border-radius:11px;
 border-width:1px;
	min-height:800px;
 	height:auto!important;
 	height:800px;width:973px;
 
}
#main {

	position:relative;
}
#top {background: rgba(255, 255, 255, 0.4);
	color: #313840;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	padding: 7px 0;
	width: 50px;
	position: absolute;
	top: 32px;
	right:40px; -moz-border-radius: 14px; -webkit-border-radius: 14px;}
#top a {
	background: url(images/back_top.png) no-repeat right;
	padding-right:15px;
	color:#333;
}

#top:hover{
background: rgba(255, 255, 255, 0.9);
}
/*Left Side -------------------------------------------------------- */
#left_container {
 width:640px;
 float:left;	background:#fff url(images/fade.png) repeat-x top;
  -moz-border-radius:11px;
  -khtml-border-radius:11px;
  -webkit-border-radius:11px;
	border-radius:11px;
  border:1px solid #d2d2d2;
  padding:0;margin-top:0;
}
#noscript {
	background:#ffff99;
	-moz-border-radius:5px;
  -khtml-border-radius:5px;
  -webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0px 0px 2px #333;
	-webkit-box-shadow:0px 0px 2px #333;
	box-shadow:0px 0px 2px #333;
}
p.alert {
	background:transparent url(images/warning_16.png) no-repeat scroll left center;
	padding:10px 10px 10px 20px;
	margin-left:20px;
}
.pagetitle h2 {
	background:#eaeaea url(images/post_separator.png) no-repeat bottom center;
	padding-bottom:45px;
}
/*Slider ------------------------------------------------------------*/
#slide_wrap {
	float:left;
	padding:0 0 0 0;
	width:610px;
	clear:right;
	margin:4px auto 20px 9px;
	position:relative;
	
}
#featured {
	margin:2px 0 -109px -1px;
	position:relative;
	z-index:999;
	width:110px;
	height:110px;
	background: url(images/featured.png) no-repeat;
}
img.frame {width:580px;height:260px;border:1px solid #000;}	
.the_title {
	display:none;
	position:absolute;
	bottom:0;
	left:0;
	text-align:left;
	padding:15px 20px 12px 20px;
	background:transparent url(images/main_overlay.png) repeat;
	width:555px;
}
.the_title a {
	color:#fff;
	text-transform:uppercase;
	font-size:85%;
	text-shadow:#000 0px 1px 1px;
}
#main-photo-slider {
	background:#fff;
	border:8px solid #333;
	height:262px;
	width:582px;
	overflow:hidden;border-radius:14px;
	-webkit-border-radius: 14px;
	-moz-border-radius:14px;
}
.panel {height:262px;overflow:hidden;}
.panel ul	{ text-align: left; margin: 0 15px 0 30px;  }
.stripViewer {
 	position: relative; 
 	overflow: hidden; 
	width: 582px; 
	height: 262px;
}
.stripViewer .panelContainer{ position: relative; left: 0; top: 0;}
.stripViewer .panelContainer .panel{ 
	float: left; 
	position: relative; 
	width: 582px;
}
.stripNavL, .stripNavR, .stripNav	{ display: none; }
.cross-link a {
 	background:transparent url(images/cross_thumb.png) no-repeat 54% 0;
	width:27px;
 	height:22px;
	margin-right:9px;
	padding:6px 0 0 0;
	float:left;
 	text-align:center;
 	color:#fff;
	font-weight:bold;
	text-shadow:#000 0px 1px 1px;
}
.cross-link a:hover {text-decoration:none;}
.active-thumb a{ 
	background:transparent url(images/cross_thumb.png) no-repeat top;
	background-position:-13px -25px;
 }
.slide-thumb {
	margin:-43px 0 0 auto;
	width:200px;
	z-index:999;
	position:relative;
}
/*Posts --------------------------------------------------------------- */
.post {
	background:#f2f2f2 url(images/fade.png) repeat-x top center;
	padding:10px ;
	min-height:170px;
	height:auto!important;
	min-height:170px;margin:0;border:1px solid #f1f1f1;border-top:none;border-bottom:1px solid #d2d2d2;
}

.toppost{


background:#CFD4DA url(images/fadetop.png) repeat-x top center;border:1px solid #f1f1f1;border-top:none;border-bottom:1px solid #b2b2b2;  
-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
  
	border-radius:11px;

}
.home_thumb {
	float:left;
	margin:5px 15px 15px 5px;
	border:1px solid #B9BCBF;
	width:160px;
	height:160px;
	overflow:hidden;background:#D4D9DF;
	border-radius:7px;

}
.wp-caption img, .wp-caption a img, .single-post img.size-full, .single-post img.size-full a, .single-post p img, .single-post p a img {
	border:8px solid #333;
	max-width:580px;
	width:auto!important;
	width:580px;
	overflow:hidden;
}
.single_thumb {
	border-top:8px solid #333;
	border-left:8px solid #333;
	border-right:8px solid #333;
	max-width:582px;
	width:auto!important;
	width:582px;
	overflow:hidden;
}
.home_thumb img {border:1px solid #d2d2d2;width:150px;height:150px;margin:4px 0 0 4px;}
.post_thumb img {border:1px solid #000;}
.post_meta, .post_meta a {color:#828282;margin-bottom:10px;}
.post_meta_single {
	margin-bottom:30px;
	background:#333;
	padding:8px 0 8px 8px;
	width:590px;
	color:#bababa;
	font-size:12px;
}
.post_meta_single a {color:#bababa;}
#post_meta_edit {float:right;padding-right:8px;}
.comm_count a {background:#eaeaea url(images/comment_bubble.png) no-repeat right;padding-right:20px;}
.wp-caption p.wp-caption-text {
 font-size: 13px;
 padding-top:5px;
 text-align: center;
 font-style:oblique;
 width:600px;
} 
.single-post h2 {
	color:#313840;
	font-size:21px;
}
.single-post h3, .single-post h4 {
	margin-top:45px;
}
.single-post h4 a {
	color:#326fb2;
	font-size:16px;
	line-height:1.8em;
}
.single-post strong a {
	font-size:16px;
}
.single-post ol {
	list-style-type:decimal;
	list-style-position:outside;
	margin-bottom:20px;
	margin-left:23px;
	margin-top:6px;
}
.single-post ul {
	list-style-type:square;
	list-style-position:outside;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:6px;
}
.single-post ul li, .single-post ol li {
	margin-bottom:5px;
	padding-left:8px;
}
	
/* Page Navigation --------------------- */
.wp-pagenavi {
	text-align:right;
  padding:10px 0 5px 0;
	clear:both;
	background:#eaeaea;
	text-shadow:0px 1px 1px #000000;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:hover {
	background:transparent url(images/cross_thumb.png) no-repeat 54% 0;
	margin-right:6px;
	padding:6px 12px;
 	text-align:center;
 	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
a.page-numbers {
	background:transparent url(images/cross_thumb.png) no-repeat top;
	margin-right:8px;
	padding:3px 10px;
 	text-align:center;
 	color:#fff;
	font-weight:bold;
}
.wp-pagenavi span.pages, .page-numbers {
	color: #000000;
	font-weight:bold;
	float:left;
	text-shadow:none;
}
.wp-pagenavi span.current {
	background:transparent url(images/cross_thumb.png) no-repeat top;
	background-position:-13px -28px;
	margin-right:6px;
	padding:3px 10px;
 	text-align:center;
 	color:#fff;
	font-weight:bold;
}
span.current {
	background:transparent url(images/cross_thumb.png) no-repeat top;
	background-position:-13px -27px;
	margin-right:8px;
	padding:3px 10px;
 	text-align:center;
 	color:#fff;
	font-weight:bold;
}
.wp-pagenavi a.next, a.previous {
	background:transparent url(images/cross_thumb.png) no-repeat top;
	margin-right:8px;
	padding:6px 10px;
 	text-align:center;
 	color:#fff;
	font-weight:bold;
}
a.next, a.previous {
	background:transparent url(images/cross_thumb.png) no-repeat top;
	margin-right:8px;
	padding:3px 10px;
 	text-align:center;
 	color:#fff;
	font-weight:bold;
}
span.extend, a.last, a.first {display:none;}
/*Sidebar ------------------------------------------------------------- */
#right_container {
 width:300px;
font-size:.85em;
 float:left;	
  -moz-border-radius:5px;
  -khtml-border-radius:5px;
  -webkit-border-radius:5px;
	border-radius:5px;
color:#bababa;
  padding:0;margin-top:95px;margin-left:20px;
} 


#stats_button {
	background:transparent url(images/stats_button_blue.jpg) no-repeat left top;
	width:270px;
	height:42px;
	margin:-52px 0 20px 2px;
	padding:7px 0 0 20px;
	overflow:hidden;display:none;
}
#stats_button ul li {
	display:inline;
	float:left;
	text-shadow:0px 1px 1px #000;
}
#stats_button a:hover {text-decoration:underline;}
#stats_button li.stats_rss,#stats_button li.stats_twitter {width:110px;overflow:hidden;padding:1px 0;}
#stats_button li.stats_rss a {
	background:transparent url(images/rss_icon_stats.png) no-repeat left;
	padding:5px 0 5px 30px;
	color:#fff;
	font-size:20px;
}
#stats_button li.stats_twitter a {
	background:transparent url(images/twitter_icon_stats.png) no-repeat left;
	padding:5px 0 5px 30px;
	color:#fff;
	font-size:20px;
}
#stats_button li.stats_email {
	width:25px;
	height:25px;
	padding:5px 0;
	overflow:hidden;
}
#stats_button li.stats_email a {
	background:transparent url(images/email_icon_stats.png) no-repeat left;
	padding:25px 0 25px 30px;
}
#stats_button li.stats_email a span { /* this is for IE7 */
	text-indent:9999px;
	overflow:hidden;
	padding:12px 0;
	display:block;
}
.widget_search, .widget_text {margin:15px 0;}
.widget_search h2.widgettitle, h2.widgettitle a img, .widget_ad_rotator h2.widgettitle {display:none;}
li.widget {margin:0;width:300px;}
li.widget_search {margin-top:15px;margin-bottom:30px;}
.textwidget {margin:0;padding:20px;}
.widget_tag_cloud div {margin:0 0 25px 10px;text-align:center;}
li#flickrrss.widget div { margin:0 0 25px 11px;}
li#flickrrss.widget div a img { 
 margin:3px 2px;
 border:4px solid #333;
}
.widget_ad_rotator {
	width:280px;
	overflow:hidden;
	text-align:center;
	margin:0 0 10px 0;
}
.widget_ad_rotator a img{
	margin:5px 3px;
	border:1px solid #999;
	background:#fff;
}
.widget_ad_rotator a.blank {
	background:#ddd;
	color:#666;
	border:1px solid #999;
	padding:54px 20px;
	margin:7px 3px 5px 3px;
}
.widget_ad_rotator a.blank:hover {
	color:#333;
	background:#ccc;
	text-decoration:none;
}
#searchform label {display:none;}
#searchform {margin-left:3px;}
#searchform div {
width:300px;
	position:relative;
	height:50px;
	
	overflow:hidden;margin-left:-5px;margin-top:-100px;
}
#searchform input#s {
	border:0 none!important;
	width:285px;height:42px;
	padding:0 0 3px 30px;
	background:url(images/input_back.png) no-repeat center top;
}
input[type='text']{
color:#fff;}
#searchsubmit {
	position:absolute;
	right:0px;
	background: url(images/s_button.png) no-repeat top;
	border:1px solid #aaa;
	color:#fff;
	width:77px;
	height:36px;
	padding:0;margin-top:-42px;
	text-indent:-999px;border:none;
}
#searchsubmit:hover {cursor:pointer;	background: url(images/s_button.png) no-repeat bottom;}
h2.widgettitle {
	background:url(images/sidebar_button.png)  top no-repeat;
	width:287px;
	height:28px;
	padding:16px 0 0 10px;
	margin-bottom:15px;
	font-size:14px;
	color:#a2a7aa;margin-left:-1px;border-bottom:1px solid #3b3b3b;
	

	cursor:pointer;overflow:hidden;
}
h2.widgettitle a {
	font-size:18px;margin-left:10px;
	color:#bababa;display:block;

	font-weight:bold;
	text-transform:uppercase;
}
#sidebar ul li ul li {
	background: url(images/sidebar_separator.png) no-repeat center bottom;
	padding-bottom:30px;
	margin-left:10px;
	color:#bababa;
}
#sidebar ul li ul li ul.children li {
	padding:15px 0 0 20px;
	background: url(images/child_ul_bracket.png) no-repeat left top;
}
#sidebar ul li ul li ul.children li a {
	color:#bababa;
}
/*Comments	-------------------------*/ 
#comment-box{
 padding:20px 0 0 0;
 margin:20px 0 0 0;
 clear:both; 
 background:#eaeaea url(images/post_separator.png) no-repeat top center;
}
#comment-box h3#comments {
	font-weight:bold;
	color:#333;
	line-height:1.5em;
	padding:15px 0 15px 0;
	float:left;
}
#leave_comment {
	clear:right;
	text-align:right;
	line-height:1.8em;
	margin-top:22px;
}
#leave_comment a {
	padding:5px 10px;
	border:none;
	background:#26498c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	color:#fff;
	font-size:12px;
}
#leave_comment a:hover {
	background:#333;
	text-decoration:none;
}
#comment-box h3#add {
	font-weight:bold;
	color:#333;
	line-height:1.5em;
	padding:15px 0 15px 0;
	float:left;
}
#comment-box h3#add small {font-size:12px;}
#comment-box h3#closed {
	font-weight:bold;
	color:#333;
	line-height:1.5em;
	padding:15px 0 15px 0;
}
#respond {
	width:100%;
	margin:20px 0;
}
form p{
 margin:0 0 5px 0;
}
p.subscribe-to-comments label {
	display:inline!important;
	font-weight:normal!important;
}
input#subscribe {height:0!important;}
#comment-box input[type="text"], #comment-box textarea {width:98%;}
#comment-box input[type="text"], #comment-box textarea {
 	margin: 2px 0 5px 0;
 	border-top: 1px solid #999;
 	border-left: 1px solid #999;
 	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
 	-moz-border-radius:5px;
 	-khtml-border-radius:5px;
 	-webkit-border-radius:5px; 
 	border-radius: 5px;
 	font-size: 16px;
 	color:#000;
	padding:5px 0 5px 5px;
}
#comment-box label {
 display: block;
 font-size: 12px;
 font-weight: bold;
}
span.twitter_id {margin-left:-48px;position:relative;z-index:0;color:#fff;}
input#submit-comment, .submit-button {
 	font-size: 13px;
	text-transform:uppercase;
	text-shadow:1px 1px 2px #333; 
 	color:#fff;
 	-moz-border-radius:5px;
	-khtml-border-radius:5px;
 	-webkit-border-radius:5px;
	border-radius:5px;
 	-moz-box-shadow: 0 30px 30px -15px #3473B8 inset;
 	-webkit-box-shadow: 0 30px 30px -15px #3473B8 inset;
 	box-shadow: 0 30px 30px -15px #3473B8 inset;
	background:#244588;
	padding:0 20px;
	height:35px;
	border-top:1px solid #5D97D6;
	border-left:1px solid #3D6DAD;
	border-bottom:1px solid #274C92;
	border-right:1px solid #3D6DAD;
	cursor:pointer;
	margin:0;
}
span.button_wrap {
	padding:1px;
	background:#274C92;
	margin-top:20px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
 	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0px 2px 5px #000;
	-webkit-box-shadow:0px 2px 5px #000;
	box-shadow:0px 2px 5px #000;
	width:auto!important;
	height:35px;
	display:inline-block;
}
input#submit-comment:hover {
 background:#3473B8;
 -moz-box-shadow: 0 30px 30px -15px #274C92 inset;
 -webkit-box-shadow: 0 30px 30px -15px #274C92 inset;
 box-shadow: 0 30px 30px -15px #274C92 inset;
}
input#submit-comment:active {
 background:#274C92;
}
ol.commentlist{
 list-style:none;
 margin-top:5px;  
 clear:left;
}  
ol.commentlist li p {
	line-height:1.7em; 
	clear:both;
	padding:10px 0 0 0;
	margin-bottom:0px;
} 
ol.commentlist li.bypostauthor {
	border:2px solid #212121;
}
ol.commentlist li {
 border:1px solid #a2a2a2;
 padding:20px;
 margin-bottom:15px;
 background:#fff;
 -moz-border-radius:8px;
 -khtml-border-radius:5px;
 -webkit-border-radius:5px; 
 border-radius: 5px;
}
#content .commentlist ul li { 
 list-style:none;
}
.reply {
	text-align:right;
}
.edit-comment-admin-links-no-icon {
	margin-bottom:-20px;
}
.avatar_cont {
	float:left;
	display:inline;
	margin-right:10px;
	width:64px;
	height:64px;
	position:relative;
	z-index:4;
	overflow:hidden;
}
ol.commentlist li .author a {
	font-weight:bold;
	font-size:18px;
	margin-top: 5px;
}
ol.commentlist li .author span.hidden {
	display:none;
	font-size:small;
	font-weight:bold;
}
ol.commentlist li .author {
	font-weight:bold;
	font-size:18px;
	color:#333;
}
.author {
	height:20px;
	margin-bottom:5px;
	width:100%;
}
.commentmetadata {margin-top:5px;}
.commentmetadata a {
	color:#666;
	clear:right;
}
#respond:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}
.children {
 padding: 0;
} 
ul.children{
 list-style:none;
} 
ul.children li.odd {
 margin:20px 0 10px 0;
 background:#eaeaea;
 color:#333;
} 
ul.children li.even {
 margin:20px 0 10px 0;
 background:#fff;
 color:#333;
} 
.cancel-comment-reply {float:right;}
/*Footer --------------------------------------- */
#footer {
	width:980px;
	margin:0px auto 40px auto;
	padding:10px;
	font-weight:bold;
	font-size:12px;
	color:#e2e2e2;
	clear:both;background:#141c25;
}
#footer a {color:#e2e2e2;}
#footer a:hover {text-decoration:underline;}
#footer_meta {float:left;}
#footer_credits {text-align:right;}


#sticky-wrapper{
	width:1014px;
	margin:0 auto;
	position:relative;

	padding-right:50px;
	z-index: 99;
	height:70px;
	right:auto;
	left:auto;bottom:0;
	background: url('images/stickybg.png') center bottom no-repeat;

	background-image: url('images/stickybg.png');
	padding-bottom:0;
bottom:0;

}

#sticky-wrapper img{
float:right;margin-top:30px;margin-right:10px;}


#theme-wrapper {
	position: fixed;
	bottom: 0;
	z-index: 900;
	width: 100%;
	margin:0 auto;
	right:auto;
	left:auto;text-align:center;padding:0;
}
#newsletter-box{

	color: #313840;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
	padding: 7px 0;
	width: 720px;
	position: absolute;
	top: 32px;
	left
	:50px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}

.drawer-toggler {
	background: rgba(255, 255, 255, 0.4);
	color: #313840;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	padding: 7px 3px;
	width: 140px;
	position: absolute;
	top: 32px;
	right:100px; -moz-border-radius: 14px; -webkit-border-radius: 14px;
}

.drawer-toggler:hover {
	background: rgba(255, 255, 255, 0.9);
	
}
.floatemail{

	color: #313840;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	padding: 7px;
	width: 100px;
	position: absolute;
	top: 32px;
	left:40px; 
}

.floatskype{

	color: #313840;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	padding: 7px;
	width: 100px;
	position: absolute;
	top: 32px;
	left:260px; 
}

.floatphone{

	color: #313840;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	padding: 7px;
	width: 100px;
	position: absolute;
	top: 32px;
	left:180px; 
}
#theme-drawer {
	background: url(images/themedrawerbg.png) center top no-repeat;
bottom:0;
	clear: both;
	overflow: visible;
	position: relative;padding-top:20px;
	z-index: 9999999;width:1014px;
	margin:0 auto;height:110px;top:0;
}

#theme-carousel {
	width: 960px;
	margin: 10px auto;
	overflow: hidden;
}

#themes-frame {
	overflow: hidden;
	float: left;
	width: 904px;
}

#btn-previous,
#btn-next {
	width: 26px;
	height: 70px;
	text-indent: -9999px;
	cursor: pointer;
	float: left;
	margin: 10px 0;
}

#btn-next {
	float: right;
}

#btn-previous {
	background: url(images/prev-next-sprite.png) no-repeat left top;
}
#btn-previous:hover {
	background: url(images/prev-next-sprite.png) no-repeat left bottom;
}

#btn-next {
	background: url(images/prev-next-sprite.png) no-repeat right top;
}

#btn-next:hover {
	background: url(images/prev-next-sprite.png) no-repeat right bottom;
}

#theme-drawer ul {
	position: relative;
	padding: 0;
	margin: 10px 0;
	height: 71px;
}

#theme-drawer li {
	list-style: none;
	
	display: inline;
	float: left;
	margin-left: 22px;
	width: 130px;
	height: 75px;
	
}
#theme-drawer .frame{

background:url(images/frame.png)center no-repeat;width: 123px;
	height: 70px;position:absolute;z-index:999999999999999999999999999999999999999999999999999999999999999999;
	margin-top:-71px;
	margin-left:3px;
}

#theme-drawer .frame:hover{
background:url(images/frame_h.png)center no-repeat;
}
#theme-drawer ul.gallery
 li a img{

	width: 123px;
	height: 70px;
	-moz-border-radius: 12px; -webkit-border-radius: 12px;border-bottom:1px solid #363d46;
	}
/* @end */
li.sblinks ul li a {font-weight:bold;font-size:1.3em;padding-bottom:10px;margin-left:0;padding-left:0;}
li.sblinks ul li a img{
float:right;margin-top:-2px;
}
li.sblinks ul li{font-size:1.1em;padding:0;margin:0;}
li.widget ul li, li.widget ul{
margin:0;padding:0;}

.socialsidebar{
padding:0;margin:0;
}
.socialsidebar li{padding:0;margin:0;}
li.widget ul li a.specialink img{
margin-right:5px;border:none;margin-left:5px;
}

li.widget ul li a.specialink{
display:block;width:136px;float:left;color:#fff;font-weight:bold;font-size:1.4em;height:30px;margin:0;padding:10px 0 0 10px;border-bottom:1px dashed #353e46;}

li.widget ul li a.specialink:hover{
background:#2a2a2a;text-decoration:none;
}

#nav2 {
	margin: 0;
	padding: 7px 6px 0;
	background: #7d7d7d url(img/gradient.png) repeat-x 0 -110px;
	line-height: 100%;

	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#nav2 li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav2 a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav2 a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav2 .current a, #nav li:hover > a {
	background: #666 url(images/gradient.png) repeat-x 0 -40px;
	color: #444;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav2 ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav2 ul a:hover {
	background: #0078ff url(images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav2 li:hover > ul {
	display: block;
}

/* level 2 list */
#nav2 ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(images/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav2 ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav2 ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav2 ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav2 ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav2 ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav2:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav2 {
	display: inline-block;
} 
html[xmlns] #nav2 {
	display: block;
}
 
* html #nav2 {
	height: 1%;
}
.mainlinks{
background:#ebebeb url(images/fade.png)repeat-x top;
border:1px solid #d2d2d2;border-top:none;margin:0;padding:20px;}

.mainlinks li{
padding:0;margin:0;width:100%;display:inline;clear:both;

}

.mainlinks li a{
display:block;margin:0;width:296px;padding:15px 0 15px 0;color:#313840;font-size:1.4em;font-weight:bold;text-decoration:none;background:none;border:1px solid #f2f2f2;border-top:none;border-bottom:none;text-shadow: 1px 0 1px #f1f1f1;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;}
.mainlinks li a:hover{
background:#f2f2f2;
color:#313840;border-bottom:1px solid #d2d2d2;
}


.mainlinks li a:hover{
background: #D4D9DF url(images/bg-arrow.png)right  no-repeat}
.mainlinks li a span{
color:#666;font-size:.7em;font-weight:normal;text-decoration:none;text-shadow:none;
}

.mainlinks li a img{
float:left; padding-right:20px;margin-left:0;padding:0;width:36px;height:36px;padding-left:10px;margin-right:20px;margin-top:-5px;
}



a {
	color: #333;
}
#mainmenu {
	margin: 0 0 0 0;
	padding: 4px 6px 4px 0;line-height: 100%;

	/*background: #141c25 url(images/gradient.png) repeat-x 0 -110px;
	
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);*/
	z-index:99999999999999999999999999;
	position:relative;display:none;
}
#mainmenu li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#mainmenu a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#mainmenu a:hover {
	background: #282F36;
	color: #C9D0D8;
}

/* main level link hover */
#mainmenu .current_page_item a, #mainmenu li:hover > a {
	background: #000000 url(images/gradient.png) repeat-x 0 -40px;
	color: #282F36;
	border-top: solid 1px #afafaf;
	border-bottom: solid 1px #afafaf;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#mainmenu ul li:hover a, #mainmenu li:hover li a {
	background: none;
	border: none;
	color: #282F36;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#mainmenu ul a:hover {
	background: #165DA4 url(images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#mainmenu li:hover > ul {
	display: block;
}

/* level 2 list */
#mainmenu ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 28px;
	left: 0;
	background: #C9D0D8 url(images/gradient.png) repeat-x 0 0;
	border: solid 1px #afafaf;
border-radius: 10px;
	-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
			-webkit-border-bottom-left-radius: 10px;
				-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
		-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#mainmenu ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#mainmenu ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#mainmenu ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#mainmenu ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}

.modal_header{
margin-bottom:0;
padding-bottom:0;
margin-top:0;padding-top:0;max-width:80%;
}
#mainmenu ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#mainmenu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#mainmenu {
	display: inline-block;
} 
html[xmlns] #mainmenu {
	display: block;
}
 
* html #mainmenu {
	height: 1%;
}

.admincomment{background:#191919; color:#FFF; border:1px solid #333;}

.content_right, .content_left{
    float:left;
    width:45%;
}

.content_left{
    padding-right:5%;
}

.post h2 a{
color:#313840;
font-size:.9em;text-shadow:1px 0 1px #f1f1f1;}


.vote {
	padding: 5px 0;
	background: #eee;
	border: 1px solid #ddd;
	width :50px;
	text-align: center;
	margin: 10px auto;
	}
 
	.vote a, .vote span.voted {
		cursor: pointer;
		margin-top: 5px;
		padding-top: 5px;
		border-top: 1px solid #ddd;
		display: block;
		}
 
	.vote span.voted {
		cursor: default;
		}
		
		li.widget ul{margin:0;padding:20px;}
				li.widget ul li{margin:0;padding:0;}
				
				#bannerbox{
			padding:20px 0;
			}
			
			
			
.share{
font-size:.8em;
border:1px solid #ddd;
border-bottom:1px solid #fff;
background:#f0f0f0;
}
.sharebox{
margin-left:5px;}
.sharebox a{
float:left;
border:1px solid #ddd;
background:#f0f0f0;padding:5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;margin-bottom:5px;width:90%;}
.sharebox a:hover{
background:#333;text-decoration:none;
color:#fff;

}

.sharebox a img{
float:left;margin-right:5px;}
