/*
Theme Name: cDebris Default
Theme URI: http://www.cerebraldebris.com
Description: Christopher Buecheler - Web Design, Fiction, Photography, Games, and more
Author: Christopher Buecheler
Author URI: http://www.cerebraldebris.com
version: 0.1
*/
* {
	margin: 0;
	padding: 0;
}

/* 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: 10;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-top: 3px;
	border-top-color: #141941;
	margin-bottom: 0px;
}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
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 {	ontent: "";}
blockquote, q {quotes: "" "";}

/* basics */

body {
	padding:27px;
	font-family:verdana, arial, tahoma, sans-serif; font-size: 13px; color:#444;
	background:#1b2258 url(../images/bkg.jpg) repeat-x top center;
}

h1,h2,h3,h4,h5,h6 { font-family:Georgia,Times New Roman,Times,serif; color:#000; font-weight:600; }

.heading {
color:#6F0E10;
font-family:Georgia,Times New Roman,Times,serif;
font-size:17px;
font-weight:600;
margin:15px;
padding:0;
}

h1 { font-size: 22px; }
h2 { font-size: 19px; }
h3 { 
	font-size: 17px;
	color:#6f0e10;
	margin:15px;
	padding: 0px 20px 10px 20px;
}
h4 { 
	font-size: 13px;
	color:#6f0e10;
	padding: 0px 20px 10px 20px;
	font-style:italic;
}

.clear { clear:both; height:0px; }
strong { font-weight:600; }
em { color:#111; }

.alignright { float:right; }
.alignleft { float:left; }
.aligncenter { text-align:center;}

pre {
	font-family:courier new, courier, fixed;
	margin:0 15px 15px 15px;
	color:#000;
}

/* images and misc. */

img.left { float: left; border: none; padding: 6px; }
img.right { float: right; border: none; padding: 6px; }

blockquote {
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}

code {
	margin:10px;
	font-family:"Courier New", Courier, monospace;
}


/* links */

a:link { color:#101332; text-decoration:none; }
a:visited { color:#101332; text-decoration:none; }
a:hover { color:#F00; text-decoration:underline; }



/* header */

#divider {
	background: #DDD;
	width:1050px;
	height:6px;
	cursor:pointer;
	margin:0 auto;
	clear:both;
	background-color: transparent;
	background-image: url(../images/divider.jpg);
	background-repeat: no-repeat;
}

#section_divider {
	background: #fcfcb9;
	width:250px;
	height:4px;
	clear:both;
}

#header {
	background: #DDD;
	width:1050px;
	height:131px;
	cursor:pointer;
	margin:0 auto;
	clear:both;
	background-color: transparent;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
	#header h1 { text-indent:-6000px; }
	#header h2 { text-indent:-6000px; }


/* container */

#container {
	width:1050px;
	padding:0 0px;
	margin:0 auto;
	background-color: #e9eaf4;
}
	

/* main menu */


#menu {
	width:1050px;
	padding:0;
}


#menu ul {
	display:block;
	background:#000;
	margin:0;
	padding:6px;
}

#menu ul li {
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
}

#menu ul li a {
	padding:6px 13px;
	margin:0;
	text-decoration:none;
	color:#FFF;
}

#menu ul li a:hover {
	background-color:#FFF;
	color:#C00;
}


/* content */


#content {
	float:left;
	width:820px;
	overflow:hidden;
	padding:10px 0px 10px 0px;
	border-right:1px dotted #AAA;
	background-color: #ffffff;
}
#content .bodypost {
	margin:10 10 6px 10;
	border-bottom:1px solid #ffffff;
	line-height:1.3;
	background-color:#FFF;
	padding: 0px 20px 10px 20px;
	text-align: left;
	font-weight: bold;
}

#content .post {
	width:810px;
	margin:10 10 6px 10;
	border-bottom:1px solid #ffffff;
	line-height:1.3;
	background-color:#FFF;
	padding: 10px 10px 10px 10px
}
	#content .post h2 {
	}
	#content .post h3 {
		margin:0 0 10px 0;
	}
	#content .post small {
		display:block;
		margin:0 0 5px 0;
		font-size:10px;
	}
	#content .post p {
		margin:10 0 15px 0;
	}
	#content .post ul {
		margin:0 0 15px 15px;
		padding:0 0 0 15px;
		list-style-type:disc;
	}
		#content .post ul li {
			margin:0 0 10px 0;
		}
	#content .post ol {
		margin:0 0 15px 30px;
		padding:0 0 0 15px;
		line-height:1.4;
		list-style-type:decimal;
	}

	#content .post .line {
		text-align:center;
		color:#387abe;
		padding:3px;
	}

	#content .post .caption {
		text-align:center;
		font-size: 19px;
		color:#343333;
		font-weight:600;
		padding:3px;
		border:0px solid #343333;
		font-family:Georgia,Times New Roman,Times,serif; 
	}
		#content .post .wp-caption img {
			display:block;
			border:1px solid #444;
			margin:0 auto 5px auto;
		}
		#content .post .wp-caption p {
			margin:0;
		}
	#content .post div.alignright {
		margin:0 0 5px 10px;
	}
	

	#content .post img.alignright {
		border:1px solid #000;
		margin:0 0 2px 10px;
	}
	#content .post img.alignleft {
		border:1px solid #000;
		margin:0 10px 2px 0;
	}
	#content .post img.aligncenter {
	display:block;
	margin:0 auto;
	border:1px solid #000;
	border-style: none;
	}
	#content .post .sociable {
		padding:5px 10px;
		background-color:#EEE;
	}
	#content .post .sociable .sociable_tagline {
		display:inline;
		font-size:10px;
	}
		#content .post .sociable .sociable_tagline span {
			display:none;
		}
	#content .post .sociable ul {

			
	}
		#content .post .sociable ul li {
			display:inline;
		}
			#content .post .sociable ul li img {
			}

	/* Pages */
	
	#content.page h2 { margin:0 0 15px 0; }	
	#content.page h3 { display:inline-table; margin:0 0 10px 0; border-bottom:1px solid #AAA; padding:0 0 3px 0; }
	
/* sidebar */

#sidebar {
	width: 215px;
	float:right;
	margin:0 5px;
	padding:5px 0 0 0;
}
	#sidebar form {
		margin:0 0 15px 0;
	}
	#sidebar h2 {
	margin:2px 0px 8px 0px;
	font-size:20px;
	padding: 2px 0px 4px 0px;
	text-align: center;
	background-color: #101332;
	color: #FFF;
	}
	#sidebar ul {
		margin:0 0 20px 10px;
		padding:0 0 0 10px;
		line-height:1.3;
		list-style-type:disc;
	}
		#sidebar ul.search {
			margin:0;
			padding:0;
			list-style-type:none;
		}

		#sidebar ul.wp-tag-cloud {
			padding:0;
			margin:0 0 20px 0;
			list-style-type:none;
			line-height:1.1;
		}
			#sidebar ul.wp-tag-cloud li {
				display:inline;
			}
			
	#sidebar #calendar_wrap {
		width:149px;
	}
		#sidebar #calendar_wrap table {
			width:149px;
			margin:0 0 20px 0;
		}
			#sidebar #calendar_wrap table th {
				color:#000;
				text-align:center;
				padding:3px 1px;
			}
			#sidebar #calendar_wrap table td {
				text-align:center;
				padding:3px 1px;
			}
		#sidebar #calendar_wrap table caption {
			font-weight:600;
			text-align:center;
			padding:2px 5px;
			background-color:#DDD;
			margin:0 0 3px 0;
		}
	
	
/* sidebar */
#dividerside {
	background: #DDD;
	width:215px;
	height:4px;
	cursor:pointer;
	margin:10 auto;
	background-color: transparent;
	background-image: url(../images/sidedivider_r.jpg);
	background-repeat: no-repeat;
}

#strong {
	color:#151a45;
	text-align:center;
	font-weight:bold;
}


/* footer */

#footer {
	width:1050px;
	height:27px;
	padding:8px 0px 0px 0px;
	background:#000 url(../images/bkg_footer.png) no-repeat;
	clear: both;
	color:#FFF;
	margin:0 auto;
	text-align:center;
	}
	
	/* buy now buttons */

#navButton {
     float:center;
	 width: 250px;
     height: 50px;
}

a.navButton {
     display: block;
     width: 125px;
     height: 50px;
     outline: none;
     background-image: url(../images/add_cart.jpg);
     background-repeat: no-repeat center;
}
	 
a.navButton:hover {
	 background: transparent url('../images/add_cart_hover.jpg') no-repeat center;
 	 outline: none;
}

#navButton_r {
     float:center;
	 width: 250px;
     height: 60px;
}

a.navButton_r {
     display: block;
     width: 125px;
     height: 60px;
     outline: none;
     background-image: url(../images/add_cart_r.jpg);
     background-repeat: no-repeat center;
}
	 
a.navButton_r:hover {
	 background: transparent url('../images/add_cart_hover_r.jpg') no-repeat center;
 	 outline: none;
}

#navButton_c {
     float:center;
	 width: 250px;
     height: 60px;
}

a.navButton_c {
     display: block;
     width: 125px;
     height: 60px;
     outline: none;
     background-image: url(../images/add_cart_c.jpg);
     background-repeat: no-repeat center;
}
	 
a.navButton_c:hover {
	 background: transparent url('../images/add_cart_hover_c.jpg') no-repeat center;
 	 outline: none;
}

/* Drop Down Box */


input.blue {
	background-color: #4488cf; 
	font-weight: bold; 
	font-size: 12px; 
	color: fccb21;
	padding-right: 0.5em;
}

textarea.violet {
	background-color: #ccccff; 
	font-size: 10px;
	padding-right: 0.5em;
}

option.red {
	background-color: #CEE3F6; 
	font-weight: bold; 
	font-size: 12px; 
	color: F3F781;
	padding-right: 0.5em;
}

option.blue {
	background-color: #fcfcb9;
	padding-right: 0.5em;
}

/* Menu Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #DDD;
border-width: 1px 0;
background: black url(../images/blockdefault.gif) center center repeat-x;
}
.solidblockmenu li{
display: inline;
}
.solidblockmenu li a{
float: left;
color: white;
padding: 8px 12.5px;
text-decoration: none;
border-right: 0px solid white;
}
.solidblockmenu li a:visited{
color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}
p.iepara{
padding-top: 1em;
}

/* Menu Credits: Dynamic Drive CSS Library */
.chromestyle{
width: 100%;
font:bold 12px Verdana;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 4px solid #0C5192;
background: url(../images/blockdefault.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 8px 12.5px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
float: left
font: bold 18px Arial;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #eeeeee;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../images/blockactive.gif) center center repeat-x; 
color: #DFDFDF;
/*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: black;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #313131;
}


