/*
Theme Name: Sblue
Theme URI: http://www.spookyblue.com
Description: spooky & blue (and orange
Version: 0.0.03
Author: Grumble
Author URI: http://www.spookyblue.com

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
	background: #000 url(images/body_bg.jpg) no-repeat top center fixed;
	color: #EADED0;
}

#wrapper{
	clear: both;
	overflow: hidden;
	margin: 10px auto 10px auto;
	width: 900px;
	text-align: left;
	border-top: 2px solid #333;
}

.border-one{
	border: 1px solid #F60;
	padding: 2px;
}

h1{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 30px;
	padding: 25px 0 10px 15px;
}

h3{
	padding: 15px 0 15px 0;
}

h4{
	padding: 0 0 0 15px;
	color: #D84C00;
}
hr{
	color:#000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #432495;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
}
a:link,a:visited{
text-decoration: none;
	color:#FFA600;
}

a:hover{
        color: #fd0;

}

blockquote { font-style: italic;
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	font-size: 90%;
	color: #777;
	margin: 1.5em 30px 1.5em 30px;
	padding: 4px 4px 4px 10px;
	background: #111;
	border-right: 1px dotted #555;
	border-bottom: 1px dotted #555;
}

.entry p {
	margin: 0 0 15px 0;
}

.entry ul, .entry ol {
	margin: 0 0 15px 40px;
}

.entry ul {
	list-style-type: disc;
}

.entry li {
	margin: 0 0 5px 0;
}

.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol {
	margin: 5px 0 5px 30px;
}
/*bill*/
.noBorder{
	border:none !important;
}
.imgleft,.imgLeft,.picleft,.picLeft,.alignleft{
	padding: 2px;
	margin: 8px;
	border: 1px solid #F60;
	float: left;
}
.imgright,.imgRight,.picright,.picRight,.alignright{
	padding: 2px;
	margin: 8px;
	border: 1px solid #F60;
	float: right;
}

.entry img.left {
	padding: 6px;
	margin: 0.5em 15px 0.5em 0;
	border: none;
	float: left;
	clear: left;
}

.entry img.right {
	padding: 6px;
	margin: 0.5em 0 0.5em 15px;
	border: none;
	float: right;
	clear: right;
}

.entry img.center {
	display: block;
	padding: 8px;
	margin: 0 auto 1.5em auto;
	border: none;
	float: none;
	clear: both;
}

.entry img.frame {
	padding: 6px;
	margin: 0.5em 0 0.5em 15px;
	border: 1px solid #666;
	background: #444;
	float: right;
	clear: right;
}

.entry img.stack {
	clear: none !important;
}

/* for containing columns of stuff in the dusty archives */
.archcontainer,.archcontainer2{
	display:block;
	float:left;
	margin-top: 20px;
	margin-right: 20px;
	width: 200px;
}
.archcontainer2{
	width: 290px;
	margin-right: 0px;
}
.archcontainer ul, .archcontainer2 ul{
	list-style: none;
	margin: 0;
	padding: 0 10px;
}
.archcontainer ul li,.archcontainer2 ul li{
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330000;
}
.archcontainer ul li a,.archcontainer2 ul li a{
	display: block;
	text-decoration: none;
	color:#FF9900;
}
.archcontainer ul li a:hover,.archcontainer2 ul li a:hover{
	text-decoration: none;
	color: #FFCC33;
	background: #280044;
}
.archcontainer h2,.archcontainer2 h2{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #7C3CD5;
	padding: 3px 0;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330000;
}
/*----HEADER----*/

#header{
	float: left;
	width: 100%;
	height: 130px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 0;
	color: #fff;
	clear: both;
}

#header a{
	color: #3366FF;
}

#header a:hover{
	color:#ff6600;
}

/*----POST----*/

#container{
	float: left;
	width: 520px;
	padding: 0 0 0 0;
}
#container.sbGallery{
	width: 100%;
}

.post{
	padding: 20px 30px 40px 20px;
}
.sbGallery .post{
	padding: 0;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 22px;
	padding: 20px 0 5px 0;
}

.entry{
	line-height: 22px;
}

.postinfo{
	font-size: 11px;
	color: #aaa;
	padding: 2px 0 20px 0;
}

.postinfo a{
	color: #aaa;
}

.postdate{ color: #aaa; }

p.postmetadata{
	font-size: 12px;
	color: #BFB8A1;
	border-top: 1px dotted #f60;
	margin: 5px 0 20px 0;
	padding: 5px 0 0 0;
}

p.postmetadata strong{
	padding-left: 50px;
}
.addcommentlink{
	text-align:right;
	padding-top:15px;
}
.addcommentlink a,.addcommentlink a:visited{
	background-color:transparent;
	display:block;
	width:100%;
	text-align:right;
	margin:0px;
	padding:0px;
	color:#FFEDB7;
}
.addcommentlink a:hover{
	background-color:#2B0410;
	color:#fff;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav{
	padding: 10px 20px 20px 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

h2.archive_head{
	font-weight: bold !important;
	font-size: 14px !important;
	letter-spacing: normal !important;
	margin: 0 0 1.8em 10px !important;
	padding: 0.4em 5px !important;
	border-bottom: 1px dotted #CCC;
	background: none;
}



/*----SIDEBAR STYLES----*/

.sidebar,
.menu-gallerymenu-container{
	float: right;
	width: 180px;
	margin: 30px auto 5px auto;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
	border-left: 1px solid #333;
}

.sidebar ul,
.menu-gallerymenu-container ul{
	list-style: none;
	margin: 0;
	padding: 0 10px;
}

.sidebar ul li,
.menu-gallerymenu-container ul li{
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.sidebar ul li h2,
.menu-gallerymenu-container ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #7C3CD5;
	padding: 3px 0;
	margin: 0 10px 0 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330000;
}

.sidebar ul ul li,
.menu-gallerymenu-container ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 15px;
	list-style: none;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330000;
}

.sidebar .syndication .rss {
	width: 179px;
	height: 33px;
	position: relative;
}

.sidebar .syndication .rss span{
	background: url(images/sub_rss.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.sidebar .rss .sub{
	border-bottom: none;
}

.sidebar .rss .sub a:hover{
	background: none;
}

.sidebar ul li a,
.menu-gallerymenu-container ul li a{
	display: block;
	text-decoration: none;
	color:#FF9900;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}

.sidebar ul li a:hover,
.menu-gallerymenu-container ul li a:hover{
	text-decoration: none;
	color: #FFCC33;
	background: #280044;
}


table#wp-calendar{
	width: 100%;
}

/* Left Sidebar */

.leftbar{
	float: left;
	width: 190px;
	margin: 30px auto 5px auto;
	padding-top: 5px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
	border-left: 1px solid #333;
}

.leftbar ul{
	list-style: none;
	margin: 0 0 0 7px;
	padding: 0 0 0 7px;
}

.leftbar ul li{
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.leftbar ul li h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #7C3CD5;
	padding: 3px 0;
	margin: 0 0 0 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330000;
}

.leftbar ul ul li{
	padding: 0;
	margin: 0;
	line-height: 15px;
	list-style: none;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330000;
}
.leftbar ul li a{
	display: block;
	text-decoration: none;
	color:#FF9900;
	padding: 2px 2px;
}

.leftbar ul li a:hover{
	text-decoration: none;
	color: #FFCC00;
	background-color: #280044;
}

/*----COMMENT FORM----*/

#comment-form{
	width: 450px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
}
.commentlist {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.commentlist li{
	background-color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	padding-left: 10px;
	color: #F1D0A3;
	padding-bottom: 10px;
}
.commentlist li.alt{
}
.comments-template ol{
	margin: 0 0 15px;
	list-style: none;
}
.comments-template ol li{
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
	color: #f60;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F50;
	margin-top: 25px;
}

.commentmetadata{
	font-size: 12px;
	color: #C30;
	margin-bottom: 7px;
	margin-left: -14px;
	background-image: url(bg-commentmeta.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 8px;
}

.commentmetadata strong {
	font-size: 15px;
	color: #C60;
}

#comment-form #respond{
	margin: 0px;
	padding: 0px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	width: 200px;
	border: 1px solid #38006A;
	background-color: #0A0316;
	color: #E9A867;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 10px;
}
.comments-template p label{
	color: #f90;
}
.comments-template p.submit input{
	width: 180px;
	border: none;
	color: #Fa0;
	margin-top: 5px;
	cursor: pointer;
	background-image: url(bg-commentbutton.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	background-color: #000;
	text-align: left;
	height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 42px;
}
.comments-template p.submit input:hover{
	color: #fe0;
	background-position: left -42px;
}
.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 0.9em;
	color: #E9A867;
	background-color: #0A0316;
	border: 1px solid #38006A;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0;
	width: 95%;
	padding: 8px;
}


/*----FOOTER----*/

#footer{
	clear: none;
	float: left;
	width: 885px;
	margin: 0;
	padding: 10px 5px 5px 10px;
	line-height: 18px;
	font-size: 80%;
	color: #CCC;
	background: #000;
	border-top: 1px dotted #CCC;
	border-bottom: none;
}

#footer a:link{
	text-decoration: none;
	color: #9CF;
}

#footer a:hover{
	text-decoration: underline;
	color: #FFF;
}

#footer a:visited{
	text-decoration: none;
	color: #9CF;
}

.sbGallery .post h2{
	color: #fc5;
	text-align: center;
}
.gallery.sbGallery img,
#content .gallery.sbGallery img{
	border: solid 1px #f60 !important;
	padding: 5px;
	margin: 5px;
}
.gallery.sbGallery img:hover,
#content .gallery.sbGallery img:hover{
	border-color: #fc9 !important;
}
.gallery.sbGallery2 a{
	display:block;
	width:150px;
	height:150px;
	margin:-2px 0 0 0;
}
.gallery.sbGallery2 a img{
	width:100%;
	height:100%;
	border: solid 1px #f60 !important;
}
.gallery.sbGallery2 a img:hover{
	border-color:#FFAC00 !important;
}
.navH ul{
	list-style-type: none;
}
.navH li{
	font-size: 0.9em;
	display: inline-block;
	width: 200px;
	height: 32px;
	text-align: center;
	margin: 2px;
}
.navH li a{
	display:block;
	padding: 7px;
	background: #003;
	border-radius: 6px;
}
.navH li a:hover{
	background: #017;
}
.navH li.current_page_item a{
	color: #fff;
}
.navH li.nightGallery a{
	font-weight: bold;
	background: transparent;
}
.clearFloat,.clrFloat{
	height:0;
	line-height:0;
	clear:both;
}
.wp-caption-text,.caption{
	margin-bottom:0 !important;
	padding:4px 0;
	line-height:1.4em;
	/*background:#2E0635;*/
	color:#E1DAE7;
	font-size:0.86em;
	text-align:center;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
}
input#s.formcontrol{
	width: 60px;
	border-color:#6D00DB;
	border-radius:3px;
}
input.formbutton{
	cursor:pointer;
	background: #ff6c28;
	background: -moz-linear-gradient(top,  #ff6c28 0%, #ff611e 50%, #ff5111 51%, #d81b02 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6c28), color-stop(50%,#ff611e), color-stop(51%,#ff5111), color-stop(100%,#d81b02));
	background: -webkit-linear-gradient(top,  #ff6c28 0%,#ff611e 50%,#ff5111 51%,#d81b02 100%);
	background: -o-linear-gradient(top,  #ff6c28 0%,#ff611e 50%,#ff5111 51%,#d81b02 100%);
	background: -ms-linear-gradient(top,  #ff6c28 0%,#ff611e 50%,#ff5111 51%,#d81b02 100%);
	background: linear-gradient(to bottom,  #ff6c28 0%,#ff611e 50%,#ff5111 51%,#d81b02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c28', endColorstr='#d81b02',GradientType=0 );
	border-color:transparent;
	border-radius:4px;
}
input.formbutton:hover{
	background: #F75000;
}