/*    
Theme Name: ChaoticSoul
Theme URI: http://sandbox.avalonstar.com/
Description: An old version of the beloved Avalonstar, remade into a WordPress theme.
Version: 1.0
Author: Bryan Veloso
Author URI: http://avalonstar.com/
*/


/*  -----|  Globals  |------------------------------------------------------  */

body { 
	background: #CCCCCC url(http://sketchbook.dangermarc.com/wp-content/uploads/2010/03/sidebarBG.gif) repeat-y scroll 0 0;
	color: #333;
	font: 75%/125% 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

/* hr { display: none; } */

hr {
	background-color: #22201d;
	border: 1px solid #363430;
	height: 10px;
	margin: 10px 0;
	width: 760px;
	}
	
a:link, a:visited, a:active { color: #333; text-decoration: none; }
a:hover { color: #BD934F; text-decoration: none; }

ul { list-style: none; }
ol { list-style: ordered; }

input, textarea {
	color: #333;
	font-size: 11px; 
	text-decoration: none; 
	background-color: #ccc; 
	border: 1px solid #363430;
	padding: 5px;
	}

#searchform input, #searchform textarea {
	border: 0px;
	}
	
blockquote {
	background: #1b1814;
	padding: 1px 15px 5px;
	border-bottom: 1px solid #35302a;
}

table { width: 100%; border-collapse: collapse; }
	th { border-bottom: 1px solid #35302a; text-align: left; }

pre {
	padding: 5px 0;
	border-top: 1px dotted #35302a;
	border-bottom: 1px dotted #35302a;
}



/*  -----|  Structure  |----------------------------------------------------  */
	
#page {
	margin: 20px;
	padding: 0;
	width: 1024px;
	}
	
#header {
	text-align: center;
	width: 200px;
	padding-left:10px;
        color: #ccc;
}

#wrapper, #headerimg { width: 1054px; }

#headerimg { display: none; }

.image {
	background: #22201d url('images/image_left.png');
	border: 1px solid #363430;
	height: 149px;
	width: 372px;	
	}
	
	.bkgleft { background: url('images/image_left.jpg'); float: left; }
	.bkgright { background: url('images/image_right.jpg'); float: right; }
	
#footer, #footer a {
	font-family: Georgia, 'Times New Roman', serif; 
	color: #888;
	text-align:center;
	width:200px;
	}

	
#content, #sidebar { 
	padding: 0 10px; 
	}
	
	#content { float: right; font-size: 1.1em; width: 810px; margin-top: -71px }
	#content h2 { margin: 0 0 10px; }
	#content p { line-height: 1.5em; }
	
	#sidebar { border-left: 0; float: left; width: 200px; text-align: center; }
	#sidebar h3 { color: #BD934F; margin: 15px 0 5px;}

	#sidebar ul { margin: 0 0 10px; padding: 0; }
	#makelist a, #sidebar li {  display: block; padding: 4px 10px; background: #aaa; margin: 1px 0;}
	#sidebar li.linedup { padding-left:43px;text-align:left; }
        #sidebar li a { display: block; padding: 4px 10px;}


.page-item-646,  .page-item-645, .page-item-273, .page-item-2325 {font-size: 150%; }

#makelist a, #sidebar li:hover, .current_page_parent, .current_page_item  { background: #555 ! important; color: #bd934f ! important; }
		
.current_page_parent a, .current_page_item a { color: #bd934f;  background: #555;}

#searchform { background: #aaa; padding: 10px; text-align: center; margin-top: -9px;}
	#s { width: 160px; }
	
.goleft { float: left; }
.goright { float: right; }

ul.navigation { 
	border-top: 1px solid #363430; 
	border-bottom: 1px solid #363430; 
	}
	
	ul.navigation li { display: block; padding: 4px 10px; background: #22201d; margin: 1px 0; }
	ul.navigation li:hover { background: #363430; }

/* Post Structure */

.post { padding: 10px 0 0; float:left;}
	.widecolumn .post { padding: 0; margin: 0; }
	
.top { padding: 15px 10px 15px; margin-bottom: 15px; border-bottom: 1px solid #35302a; }
.lastfive { padding-left: 10px; padding-right: 10px; }
	.postmetadata { margin: 8px 0; padding: 0; }
	.postmetadata a { font-weight: bold; }
		#sidebar .postmetadata { line-height: 1.5em; }
	.continue { font-weight: bold; font-size: 1.3em; }
	
	.top .entry { font-size: 1.1em; clear: both;     display: block;  }
	.top .entry a, .entrytext a { text-decoration:underline; } 
	.entrytext { padding: 0 10px 0; line-height: 2em; font-size: 1.1em; }
	
	.entrytext h2 { border-bottom: 1px solid #bd934f; display: block; }
	.entrytext ul { list-style-type: square; }
	
/* Comments Structure */

.comments { padding: 10px; margin-top: 15px; clear:both; position: relative; }
	#commentform p { float: left; margin: 0 10px 10px 0; }
	
.commentlist { list-style: none; margin: 0; padding: 0; }
	.commentlist li {  margin-top: 10px; padding: 5px 0 0; }
	.commentlist li p { padding: 5px 10px 0; margin: 0; }
	.commentlist li p.commentmetadata { border-bottom: 2px solid #999;  padding: 5px 10px; margin-top: 10px; }
	
ul.archive { list-style: none; padding: 0; margin: 0 10px 25px; font-size: 1.3em; }	
ul.archive li { display: inline; }


/*  -----|  Typography  |---------------------------------------------------  */

h1, h2, h3, h4, h5, h6 { font-family: Georgia, 'Times New Roman', serif; font-weight: normal; }

h1, h1 a, h1 a:visited, h1 a:hover, h1 a:active { color: #ccc; margin: 0 0 8px; }
/* h1:before, h1:after { content: " . . "; color: #444; } */
h1 span { color: #ccc !important; }

h2 { color: #bd934f; font-size: 1.25em; margin: 0; padding: 1px 0; display: inline; border-bottom: 1px solid #35302a; }
	.post h2 a { color: #333; line-height: 1.1em;}
	.post h2.first { font-size: 1.75em; }
	#sidebar h2 a { color: #bd934f; font-size: 1.25em; text-align: center;}
	
	.widecolumn h2.title,  h2.title a { 
		display: block; 
		padding: 10px 10px;
		background: #555;
		margin: 0 0 10px; 
		border: 0px; 
		font-size: 1.75em;
		color: #BD934F; }

.description { color: #999; font-weight: bold; margin-bottom: 15px; }

.comments h3 { margin: 0 0 10px 0; color: #bd934f; }



/*  -----|  Miscellaneous  |------------------------------------------------  */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.clearfix: {
    clear: both; 
}


.alignleft { float: left; margin-right: 20px; }
.alignright { float: right; }


.size-thumbnail { border: 2px solid #333; }


#mostrecent img, #mostrecent object,  #mostrecent object embed { 
     width: 150px !important; 
     height: auto !important; 
     clear:both;
     margin: 0px 10px 15px 10px;
}



#searchresults img {
     max-width: 150px !important; 
     height: auto !important; 
     clear:both;
     margin: 0px 10px 15px 10px;
}

#searchresults {
     max-width:720px;
     display:inline;
}

#searchresults li {
     display:inline;
     padding:5px;
     float:left; 
     width:160px ! important;
     height:300px ! important;

}

#sidebarBG {
     color:#ccc;
}

/* HIDES GOOGLE DEFAULT THINGER */
#sliding_cart div { display: none; }

span.subtotal, span.total, span.discount, span.postage, span.tax, span.gocheckout {
    margin-top: 10px;
    float:right;
}

.gocheckout a { font-size: 1.5em; color: #BD934F; }

#shoppingCartContainer {
     float:right;
     border: 1px solid #555555;
     background-color: #fff;
     padding:10px;
     width: 250px;
}

/* SHOP PAGE WIDTH */
#post-2325 {
   width:500px !important;
}

#sideshoppingcart h3 {
   font-size: 1.5em;
}

h2.prodtitles  {
    border:0px;
    font-size:1.5em !important;
}

input.wpsc_buy_button  {
float:right !important;
margin-top:-35px;
margin-right: 45px;
background-color: #BD934F;

}

.wpsc_buy_button_container input {
}

.product_image {
border: 1px solid #333 !important;
}

div.wpsc_description  {
left:-140px;
position:relative;
top:130px;
}


.single_product_display .textcol .producttext div.wpsc_description  {
top:230px;
left:-185px;
}


div.textcol form {
margin-top:-15px !important;
}

.entry ol li { margin-bottom:10px; }