/*
Theme Name: Nuclear Mango
Theme URI: 
Description: 
Version: 1.0
Author: Iconoclash Design 2010
Author URI: http://www.iconoclashdesign.com
Tags: 

*/


/* Begin Typography & Colors */
*{
	margin:0px;
	padding:0px;
	outline:none;
}


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#53626f url(images/body_bg.jpg);
	background-repeat:repeat-x;
	color:#fff;
	text-align: center;
	width:100%;
}
#bg-light{
	text-align:center;
	width:100%;
	padding-top:30px;
}
#page-top{
	background-image:url(images/bg_page_top.png);
	background-repeat:no-repeat;
	height:44px;
	width:992px;
	margin-left:auto;
	margin-right:auto;
}
.nav-container{
	padding-left:36px;
}
#navmenu{
	height:35px;
	font-size:10px;
	float:right;
	padding-left:10px;
	padding-right: 24px;
}
#navmenu ul{
	list-style:none;
}
#navmenu ul li{
	float:left;
	background-image:url(images/nav_back.png);
}
#navmenu ul li a{
	padding-left:5px;
	padding-right:11px;
	padding-top:34px;
	padding-bottom:7px;
	text-transform: uppercase;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	display:block;
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
#navmenu ul li a:hover{
	/*background-color:#820000;*/
	color:#a9b734;
}

/*Drop Down*/
#navmenu li { float: right; display: block; position: relative; width:97px; height:85px;}

#navmenu li ul li {height:45px;}
#navmenu li ul li a {padding-top:5px; padding-bottom:0px;}

#navmenu ul ul { display: none; position: absolute; top: 84px; left: 0; width: 130px; background: #2F373F; border:0 solid #000; border-width:0 1px 1px 1px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#navmenu ul ul ul { left: 100%; top: -1px; }

#navmenu ul li li { float: none; border-width: 1px 1px 0px 1px; text-align:left;}

#navmenu a {font-size:12px;}

#navmenu ul li:hover ul ul,
#navmenu ul li:hover ul li:hover ul ul { display: none; }

#navmenu ul li:hover ul,
#navmenu ul li:hover ul li:hover ul,
#navmenu ul li:hover ul li:hover ul li:hover ul { display: block; }

.social {
	text-align:right;
	height:38px;
	margin-left:auto;
	margin-right:auto;
	width:920px;
}

.nocomments, .left p a.e-edit-link{
	padding:10px 40px;
	display:none;
}
.left .postmetadata p a.post-edit-link{
	padding:0;
}

.header-search{
	float:right;
	padding-right:50px;
	width:250px;
}
#searchform{
	float:left;
	width:250px;
	padding-top:3px;
}
#header{
	clear:both;
	height:220px;
}
#headerimg{
	/* background-image:url(images/image.jpg); */
	width:920px;
	height:220px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
.headerimg-left{
	width:570px;
	float:left;
	height:220px;
}
.headerimg-right{
	float:left;
	color:#FFFFFF;
	padding-top:40px;
	padding-left:100px;
}
#headerimg h1{
	color:#ffffff;
	font-size:40px;
	font-weight:normal;
	/* text-transform: uppercase; */
	font-family:georgia,"times new roman",times,"hiraminpro-w3","ms mincho",serif;
	font-style:italic;
	padding-top:40px;
	padding-left:30px;
	text-align:left;
	width:570px;
}
#headerimg h1 a{
	color:#ffffff;
	text-decoration:none;
}
.description{
	color:#ff8400;
	text-align:left;
	width:570px;
	font-size:14px;
	padding-left:30px;
	/* text-transform: uppercase; */
}
#navmenu-bg{
	/* background-image:url(images/bg_page_dark.png);
	background-repeat:repeat-y; */
	width:920px;
	height:85px;
	margin-left:auto;
	margin-right:auto;
}
.content-inside{
	/* background-image:url(images/bg_page_inside.png);
	background-repeat:repeat-y; */
	width:920px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}
.left{
	width:620px;
	vertical-align:top;
	text-align:left;
	background-image:url(images/content_back.png);
}
.right{
	width:185px;
	vertical-align:top;
}
.right ul{
	list-style:none;
}
#content, #header{
	/* background-image:url(images/bg_page.png);
	background-repeat:repeat-y; */
	width:992px;
	margin-left:auto;
	margin-right:auto;
}
.post{
	font-size:11px;
	color:#ffffff;
	padding-left:20px;
	padding-right:20px;
	text-align:left;
	margin-bottom:10px;
	width:660px;
}
.post h3{
	color:#ffffff;
}
.post small{
	font-size:12px;
	padding-left:5px;
}
.post small a:hover, .postmetadata a:hover{
	text-decoration:underline;
}
.pagetitle{
	text-align:left;
	font-size:14px;
	color:#a9b734;
	font-size:16px;
	margin-left:30px;
	text-decoration:none;
	padding-top:20px;
	border-bottom:1px solid #767155;
	margin-bottom:10px;
}
.post h2,.post h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
	color:#a9b734;
	font-size:25px;
	padding-bottom:8px;
	margin-top:15px;
	margin-bottom:5px;
	padding-left:5px;
}
.post h2 a{
	color:#a9b734;
	font-size:25px;
	padding-right:50px;
	text-decoration:none;
}
.search-content{
	padding-left:30px;
}
.entry{
	padding:10px 10px 10px 5px;
	font-size:12px;
	line-height:1.7;
	color:#ffffff;
}
.entry img {
	max-width:530px;
}

.entry .entry{
	padding:0px 0px 0px 0px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background:none;
	line-height:normal;
	padding:0px;
	margin:0px;
	color:#A9B734;
}
.entry pre{
	overflow:auto;
}
.entry table{
	margin-bottom:5px;
	padding:5px;
}
.entry table tr td, .entry table tr th{
	padding:5px;
}
.entry table tr th{
}
.entry table .even{
	background-color:#ebe9e4;
}
.entry p{
	margin:0px 0px 10px 0px;
}
.entry a{
	color:#cccccc;
	text-decoration:underline;
}
.bbn{
	border-bottom:none;
}
.entry a:hover{
	color:#A9B734;
}
.entry ul, .entry ol{
	margin-left:40px;
}
.postmetadata{
	padding-top:5px;
	padding-bottom:10px;
}
.postmetadata p{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:20px;
}
.navigation{
	height:62px;
	padding:0px 125px 0px 140px;
	margin-top:10px;
}
.alignleft{
	float:left;
	padding: 5px;
	/* width:150px; */
}
.alignright{
	float:right;
	padding: 5px;
	/* width:200px; */
}
.alignleft .backnext{
	float:left;
}
.alignright .backnext{
	float:right;
}
.alignleft .backnext, .alignright .backnext{
	font-size:12px;
	color:#1a1a1a;
	padding:20px 10px 0px 10px;
	cursor:pointer;
	display:block;
}
.alignleft a:hover .backnext, .alignright a:hover .backnext{
	color:#a9b734;
}
.back, .next{
	background-image:url(images/back_next.png);
	cursor:pointer;
	display:block;
}
.back{
	height:62px;
	width:41px;
	float:left;
}
	a .back{
		background-position:0px 0px;
	}
	a:hover .back{
		background-position:0px 62px;
	}
.next{
	height:62px;
	width:41px;
	float:right;
}
	a .next{
		background-position:41px 0px;
	}
	a:hover .next{
		background-position:41px 62px;
	}
.navigation-single{
	/* background-color:#a5a18e; */
	padding-left:30px;
	padding-right:20px;
	text-align:center;
	padding-top:15px;
	padding-bottom:10px;
	margin-left:30px;
	margin-right:20px;
	/* border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #6f6534;
	border-bottom-color: #6f6534;
	border-left-color: #FFFFFF; */
}
.alignleft-single a, .alignright-single a,
.alignleft-single, .alignright-single{
	color:#FFFFFF;
	
}
.alignleft-single{
	border-bottom:1px solid #7c775e;
	padding-bottom:5px;
}
.alignright-single{
	border-top:1px solid #cdcabb;
	padding-top:5px;
}
#sidebar{
	text-align:left;
	padding:20px;
}
#sidebar h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#a9b734;
	font-size:16px;
	text-decoration:none;
	letter-spacing: 1px;
}
.widgettitle{
	border-bottom:1px solid #767155;
}
#sidebar ul{
	background-image:none;
}
#sidebar ul li ul li ul{
	background-image:none;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	border:none;
}
#sidebar ul li ul{
	padding-bottom:10px;
	margin-bottom:20px;
	padding-top:5px;
	/* border-top:1px solid #767155; */
}
#calendar_wrap{
	padding-bottom:10px;
	margin-bottom:20px;
	padding-top:5px;
	/* border-top:1px solid #767155; */
}
#sidebar ul li ul li a{
	color:#000000;
	text-decoration:none;
	/* display:block; */
	height:23px;
	padding:0px 5px 0px 15px;
	font-size:12px;
	line-height:23px;
}
#sidebar ul li ul li a:hover{
	/* background-color:#870000; */
	/* text-decoration:underline; */
	color:#FF8400;
}
#sidebar ul li ul li{
	margin:0px;
	padding:0px;
}
blockquote{
	border-left:15px solid #cecbbb;
	padding-left:10px;
	color:#726835;
	font-style: italic;
}
#footer{
	/* background-image:url(images/bg_footer.png);
	background-repeat:no-repeat;
	height:105px; */
	height:80px;
	width:992px;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
}
#footer .footerad{
	padding-top:20px;
}
#footernavmenu{
	height:35px;
	float:right;
	width:625px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#footernavmenu ul{
	list-style:none;
	padding-left:20px;
	padding-top:17px;
}
#footernavmenu ul li{
	float:left;
}
.strip{
	/* background-color:#cecbbb; */
	float: right;
	height:22px;
	width:580px;
	margin-top:7px;
	margin-right:18px;
}
#footernavmenu ul li a{
	padding:0px 10px 0px 10px;
	text-decoration:none;
	color:#cccccc;
	text-transform: uppercase;
	border-right:1px solid #cccccc;
}
#footernavmenu ul li a:hover{
	color:#a9b734;
	text-decoration:underline;
}

.copyright{
	margin-left:auto;
	margin-right:auto;
	width:920px;
	text-align:right;
}
.copyright a img{
	border:none;
	background:none;
	padding:0px;
	margin:0px;
}
.copyright p{
	padding-left:30px;
	padding-top:4px;
	clear:both;
	float:right;
}
a{
	color:#ffffff;
	text-decoration:none;
}
a img{
border:none;
/*
	background-color:#f8f7f3;
	border-top: 1px #FFFFFF solid;
	border-right: 1px #a29c7d solid;
	border-bottom: 1px #a29c7d solid;
	border-left: 1px #FFFFFF solid;
	margin-bottom:5px;
	padding:5px;
*/
}
#searchsubmit{
	background:none;
	background-image:url(images/search.png);
	background-repeat:no-repeat;
	width:77px;
	height:28px;
	border:none;
	color:#ffffff;
	font-size:11px;
	text-transform: lowercase;
	font-weight:bold;
	line-height:20px;
	padding-bottom:2px;
	letter-spacing:1px;
	margin:0px 0px 0px 0px;
	float:right;
}
#s{
	height:15px;
	margin:4px 0px 0px 0px;
	float:left;
	width:160px;
}
#respond, #commentform{
	padding-left:30px;
	margin-top:10px;
	clear:both;
}
#author, #email, #url, #comment{
	width:385px;
	background-color:#ebe9e0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a29c7d;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #a29c7d;
	line-height:20px;
	padding:2px 0px 2px 5px;
	margin-bottom:5px;
}
#author, #email, #url{
	height:16px;
}
#comment{
	height:180px;
}
#submit{
	background:none;
	background-image:url(images/submit.png);
	width:137px;
	height:30px;
	border:none;
	color:#FFFFFF;
	font-size:11px;
	text-transform: lowercase;
	font-weight:bold;
	line-height:30px;
	padding-bottom:2px;
	letter-spacing:1px;
}
select, input, textarea{
	padding:2px;
	background-color:#EBE9E0;
	border-color:#A29C7D #FFFFFF #FFFFFF #A29C7D;
	border-style:solid;
	border-width:1px;
}
input.button{
	padding:2px 4px;
	border-color:#FFFFFF #A29C7D #A29C7D #FFFFFF;
	border-style:solid;
	border-width:1px;
}
select optgroup{
	color:#DAE4ED;
	font-style:normal;
	text-transform:uppercase;
	font-size:11px;
}
select option{
	padding-left:10px;
	color:#ffffff;
	text-transform:none;
	font-size:12px;
}
.comments-label{
	width:150px;
	float:left;
	text-align:right;
	padding-right:20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #a29c7d;
	border-bottom-color: #a29c7d;
	border-left-color: #FFFFFF;
	margin-right:5px;
}
.comments{
	height:180px;
}
.comments-label small{
	line-height:21px;
	font-size:11px;
	color:#645d35;
	font-weight:bold;
}
h3{
	font-size:14px;
}
#comments{
	padding-left:30px;
	padding-top:10px;
	padding-bottom:5px;
	color:#990300;
}
.commentlist{
	margin-left:70px;
	margin-right:30px;
	font-size:12px;
	color:#5d5842;
}
.commentlist a{
	color:#322d19;
}
.commentlist p{
	margin-bottom:10px;
}
.commentlist li{
	margin-bottom:5px;
	padding:5px;
	list-style:none;
}

.comment-author,.comment-text{
	padding:5px;
}
.comment-author{
	padding:5px 5px 7px 5px;
}
.comment-page-numbers{
	padding:5px 10px;
	margin:0px 20px 5px 30px;
	color:#645D35;
	font-size:11px;
	font-weight:bold;
	line-height:21px;
}
.comment-page-numbers a{
	padding:3px 8px;
	color:#645D35;
}
.current-comment-page, .comment-page-numbers a:hover{
	padding:3px 8px;
}
.clear{
	clear:both;
	font-size:1px;
}
.left-avat{
	width:58px;
	height:58px;
	float:left;
}
.avatar{
	padding:5px;
}
.comment-author a{
	font-weight:bold;
	font-size:14px;
	color:#6e684a;
}
.comment-author a:hover{
	color:#423e28;
	text-decoration:underline;
}
.comment-author .fn{
	display:block;
	float:left;
	line-height:20px;
	padding-bottom:10px;
	padding-left:10px;
	padding-top:18px;
	width:420px;
}
.comment-data{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	clear:both;
}
#wp-calendar{
	width:250px;
	height:150px;
}
#wp-calendar caption{
	font-weight:bold;
	line-height:20px;
	font-size:12px;
}
#wp-calendar tr td{
	text-align:center;
	padding:1px;
}
#wp-calendar tr td a{
	display:block;
	height:100%;
	width:100%;
}
#wp-calendar thead tr th{
	text-align:center;
	font-weight:bold;
	color:#990300;
	padding:1px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}




.banner-box {
	background:#c1c1bf;
	text-align:center;
	/* margin-bottom:10px; */
}
.banner-box img {
	display:block;
	border:none;
}
.banner-box p {
	margin:0;
	color:#666;
	font-size:9px;
	line-height:20px;
}
.rsswidget {
	color:#a9b734;
}

/* RSS STUFF */
.rssdesc {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align:center;
color:#ffffff;
font-weight:normal;
}
.rssentry{
	padding:10px 10px 2px 20px;
	font-size:12px;
	line-height:1.7;
	color:#ffffff;
}
.rssentry p{
	margin:0px 0px 10px 0px;
}
.rssentry a{
	color:#990300;
	text-decoration:underline;
}
.rssentry a:hover{
	color:#000000;
}
/* .twtr-ft {
	display:none;
} */
