/*
Theme Name: BSB
Theme URI: http://www.brooksskybennett.com/
Description: Grow a uterus and do some tight designs boy!
Author: Brooks Bennett
Author URI: http://www.brooksskybennett.com
.
Customiziation should be easy enough. Sorry there aren't more comments in the CSS though. The other files are well-commented however.
.
*/

body {
	background: url("images/body-gradient.gif") top repeat-x #99cc99;
	font-size: 76%;
	/* Used to set 1em to a nice size. More info available here:
		http://www.thenoodleincident.com/tutorials/typography/index.html */
	margin: 0 0 20px; 
		/* Top, left-right, bottom (add one more value to make it left, then the second is right */
	padding: 0;
	text-align: center; /* Used to center in IE */
}

/* ========= HEADER ============= */

#header {
	background: url("images/header-collage.gif") top no-repeat;
	margin: 0 auto 0px;
	text-align: left;
	width: 720px;
	height: 139px;
}

#header a {
	color: #FFFFFF;
	display: block;
	font-size: 2.5em;
	padding: 100px 0px 0px;
	text-decoration: none;
	text-shadow: #000000 3px 3px 3px;
}

#header a:hover { color: #CCCCCC; }

/* ========= TEXT ============= */

#text {
	background: #FFFFFF;
	border: 1px dashed #666666; 
	margin: 0 auto;
	text-align: left;
	width: 720px;
}

/*  MAIN  */

#text #main {
	color: #333;
	float: left;
	padding: 10px 10px 0 20px;
	width: 505px;
}

/*  HEADER  */

#text #main h1 {
	color: #323C3C;
}

/* PARAGRAPH  */

#text #main p.meta {
	color: #999;
}

p.meta	{
background: #F8F8F8;
padding-left: 5px;
text-align: center;
border: 1px dashed #EBEBEB;
clear: both;

}

/* LISTS  */

ul {
	list-style-type: circle;
}


/* ========= PRE AND CODE TAGS ============= */

pre {
	background: #EFF29F; /* a nice yellow, but change as you like */
	font-size: 1.2em; /* make it a bit larger for ease of reading */
	padding: 5px;
}

code {
	background: #EFF29F;
	color: #000;
	font-size: 1.2em;
}

pre code {
	font-size: 1em; /* When people would place a code element in a pre, it would get very large */
}

/* ========= BLOCKQUOTE ========== */

blockquote {
	border : 1px dashed #ccc;
	margin: 0px;
	padding: 10px;
	background-color: #f2f2f2;
}

blockquote:first-letter {
	font-size: 250%;
	float:left;
}

/* ========= COMMENTS ============= */

.comment {
	list-style-type: none;
	margin: 0;
}

/* ========= COMMENT FORM ============= */

#reply label {
	display: block;
}

/* Search Highlight */

.hilite {
	background-color: #F17196 !important;
	color: #fff;
}

/* ========= SIDEBAR ============= */

#text #sidebar {
	float: right;
	padding: 5px 4px 0px 10px;
	border-left: 1px dotted #CCCCCC;
	width: 154px;
}

/* Headers */

#text #sidebar h1 {
	font-size: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

#text #sidebar h2 {
	color: #323C3C;
	font-weight: normal;
	margin: 25px 0 0; /* Space items vertically in the sidebar*/
}

/* Lists */

#text #sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 1em;
}

/* ========= FOOTER ============= */


#text #footer {
	clear: both;
	color: #666;
	padding: 0 20px 10px;
}

#text #footer p {
	margin: 0;
}


/* ========= FONTS ============= */

#header {
	font-family: "Stone Sans ITC TT", "Arial Rounded MT BOLD", Verdana, sans-serif;
	letter-spacing: -0.3em;
}

#text h1 {
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: -1.5px;
}

#text h2 {
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -1px;
}

#text h3 {
	font-size: 1.4em;
	font-weight: normal;
}

#text p, #text #main ul, #text #main ol {
	font-family: Verdana, Arial, sans-serif;
	line-height: 200%;
}

#text #sidebar ul {
	font-family: Verdana, Arial, sans-serif;
	line-height: 170%;
}

/* ========= LINKS ============= */

a {
	color: #637677;
}

a:visited {
	color: #859FA0;
}

a:hover {
	color: #90ACAD;
}

/*
 * Header links
 */

h1 a, h1 a:visited {
	border-bottom: 1px solid #ccc;
	color: #333;
	text-decoration: none;
}

h1 a:hover {
	color: #637677;
}

.pagecycle {
	padding: 10px 4px 4px 4px;
	margin: 40px auto 20px ;
	background: url('images/pagecycle-background.gif') top center no-repeat;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.4em;
	height: 43px;
	}
	
.pagecycle a {
color: #FFFFFF;
}

/* ========= Images ============= */

img.center, object.center, embed.center {
	padding: 4px;
	border: 1px #C0C0C0 solid;
    margin: 0px auto;
	display: block;
	text-align: center;
	max-width: 100%;
}

img.left {
	padding: 4px;
	border: 1px #C0C0C0 solid;
	margin: 0px 15px 0px 0px;
	float: left;
}

img.right {
	padding: 4px;
	border: 1px #C0C0C0 solid;
	margin: 0px 0px 10px 15px;
	float: right;
}

img.noborder {
   
}

/* ========= MP3 Player ============= */

#playermenu {
	display:inline;
	position:absolute;
	z-index:2;
}

/* ========= SEARCH BOX FOR SIDEBAR ============= */

#searchform {
	padding-bottom:20px;
}

#searchform input.text {
	background: #F9FCF9;
	border: 1px solid #CCCCCC;
	margin-right: 2px;
	color: #666;
	float: left;
	width: 104px;
	height: 18px;
}

#searchform .button {
	float: left;
	border-color: #CCCCCC;
	background: #AED6AE;
	color: #249224;
}

#searchform input.button:hover {
	color: #fff;
	border-color: #aaa;
}
.button {
	font-size: 10px;
	cursor: pointer;
	color: #246;
	background: #e5e5e5;
	height: 22px;
	padding: 0 4px;
	border: 1px solid #a3a3a3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* ========= COMMENTS ============= */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#comments {
	padding: 4px 4px 4px 4px;
	margin: 40px auto 20px ;
	background: #BC0000;
	color: #FFFFFF;
	}

 h3#respond {
	padding: 10px 4px 13px 8px;
	margin: 40px auto 20px ;
	background: url('images/pagecycle-background.gif') top center no-repeat;
	color: #FFFFFF;
	font-size: 1.6em;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


/* ------------------------- */
/* -- Hacks ---------------- */
/* ------------------------- */

/*
 * 
 * We should all forget about CSS. Let's go back to the unusable web!
 */

/* #text #main */

* html #text #main
{
	padding-top: 20px;
	width: 505px;   /* content width (for other browsers) */
}

/* #text #sidebar */

* html #text #sidebar   /* this selector recognized by IE only */
{
	width: 155px;
}