/*   
Theme Name: brandy
Theme URI: http://brandybernard.com
Description: My first attempt at creating a theme from scratch. I party.
Author: Brandy Bernard
Author URI: http://brandybernard.com
Version: 1.0
.
No comments so far.
.
*/

#precursor { display:none; }
body { font-size:14px; font-family: Helvetica, Arial, sans-serif; color: #666; }
ul, ol { list-style-type: none; padding: 0px 0px 10px 0px; margin: 0px; } 
dl { margin: 0px; padding: 0px; }
dt { margin: 5px; padding: 0px; }
hr { display: none; }
img { border: 0px; }
a { color: #999; text-decoration: none; }
a:hover { color: #ccc; text-decoration: none; }
.description { display: none; }
img.comicthumb { margin-left: 10px; }
h3 { font-size: 20px; }

/* HEADER */
#header { width: 420px; height: 264px; margin: 0px; padding: 0px; border: 0px; #000; margin: 0px auto; }
#header h1 { display: none; }

/* MAIN COMPONENTS */
#wrapper { width: 1000px; margin: 0px auto; }
#leftcol { width: 550px; float: left; }
#rightcol { width: 430px; float: right; margin: 5px; }
#menu {  
	position: absolute; 
	background: #666;
	top: 0px; 
	left: 0px; 
	padding: 0px 10px 0px 5px; 
	margin: 0px; 
	color: #fff; 
	text-shadow: 1px 1px 1px #666; 
	font-size: 15px; 
	font-style: italic; 
	-webkit-border-radius: 0px 0px 10px;
	-moz-border-radius: 0px 0px 10px;
	border-radius: 0px 0px 10px; }
	
#content { 
	background: #666666; 
	color: #eeeeee; 
	padding: 15px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; }

/* SIDEBAR */
.menutext { color: #fff;
font-size: 120%;	text-shadow: 1px 1px 1px #666; } 

*/
}

/* POST ATTRIBUTES */
div.post { margin: 0px 0px 0px 5px; padding: 0px; font-size: 12px; } 
h2.posttitle, h2.posttitle a { 
	font-size: 30px; 
	text-decoration: none; 
	color: #fff; 
	text-shadow: 1px 1px 1px #666; 
	margin: 3px;
	}
.poststuff {
	font-family: Helvetica, Arial, sans-serif; 
	font-style: normal; 
	line-height: 120%;
	font-size: 100%;
	}
.poststuff a {
	font-style: italic; 
	text-decoration: none;
	}
span.disclaim { font-style: italic; font-size: 95%; color: #999; line-height: 100%; }
.tag { display: block; float: left; text-indent: -5000px; background: url(images/tag.png) top left no-repeat; overflow: hidden; max-width: 16px; }
.indexnavigation { display: none; }
.navigation { float: right; margin-top: 15px; color: #333; }
.navigation a { font-style: italic; }
.navigation a:hover { color: #ccc; }

/* ARCHIVES */
.car-list { padding: 10px; }
.car-yearmonth { font-weight: bold; font-size: 150%; }
.car-monthlisting { font-style: italic; font-size: 120%; padding: 0px 0px 0px 3px; }
a.car-toggler { margin: 5px; padding: 5px; font-weight: bold; }

/* FOOTER */
#footer { clear: both; width: 1000px; text-align: right; margin: 3px auto; padding: 3px 0px 0px 0px; font-size: 80%; }

.tag { display: block; float: left; text-indent: -5000px; background: url(images/tag.png) top left no-repeat; overflow: hidden; max-width: 16px; }
input, textarea, select, button{ background:#fafafa; border:1px solid #666; color:#666; padding:2px; margin:3px 0 5px 0; font:10px Helvetica, Arial, sans-serif; box-shadow: 1px 1px 1px #666;
}
.searchbox { width: 90px; }

/*Comments
odd and even classes left blank in case alternating colors are used in the future. For now, yuck.
-----------------------------------------------------*/
.odd{  }
.even{  }


.comments-template{ margin: 10px 0 0 0; border-top: 1px solid #ccc; }
.comments-template ul{ margin: 0; padding: 0 0 15px 0; list-style: none; }
.comments-template ul li{ line-height: 18px; padding: 10px 0 10px 10px; }
.comments-template h2, .comments-template h3{ font-family: Arial, Helvetica, Sans-serif; font-size: 20px; }
.commentmetadata{ font-size: 12px; }
.comments-template p.nocomments{ padding: 0; }
.comments-template textarea{ font-family: Arial, Helvetica, Sans-serif; font-size: 12px; }
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; }
.alignright { float: right; }
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 85%;
   line-height: 85%;
   padding: 0 4px 5px;
   margin: 0;
}

