/* 
	Theme Name: Li'l Red.
	Theme URI: http://grant.dobbe.us/downloads/
	Description:  A theme for Grant Dobbe's site loosely based on White as Milk
	Author: Grant Dobbe
	Author URI: http://grant.dobbe.us/
	Version: 1.0
			
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* overarching document settings */
html { height: 100%; margin-bottom: 1px;}

body {
	font-size: 13px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #fff;
	margin: 0;
	padding: 0; 
	text-align: center;
	background-color:#000;
	}

a { color: #d80; text-decoration: none; font-weight: 700; }
a:hover { color: #fd6; text-decoration: underline; }
a img { border: none; }

h1, h2, h3 {
	font-family: 'Verdana', 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
	color: #FF3300;
	}

h1 { font-size: 2em; text-align: left; margin: 0; }
h1 a, h1 a:hover, h1 a:visited { text-decoration: none; }
h2 { margin: 30px 0 0; }
h3 { 
	font-size: 12px; 
	padding: 0;
	margin: 30px 0 0;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h2 a:hover, h3 a:hover {
	color: #668Cff;
	text-decoration: none;
}

hr { display: none; }
.center { text-align: center; }
.hrhide { display: none; }

/****** begin page elements ******/

/*** header ***/
#header {
	padding: 0;
	margin: 0;
	height: 90px;
	min-width: 775px;
	width: 100%;
}
#header h1 {
	font-size: 24px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#blogname {	
	float: left;
	height: 90px;
	min-width: 605px;
	width: 76%;
	margin: 0; 
	padding: 0px;	
}
#shim {
	width: 150px;
	height: 90px;
	float: left;
	text-align: right;
	padding: 0 15px 0 0;
}

#header a {
	font-family: 'Andale Mono', 'Terminal', Helvetica, sans-serif;
	color: #f50;
	font-size:2em;
}

#header p {
	font-family: 'Verdana', 'Trebuchet MS', Helvetica, sans-serif;
	margin: 0;
	font-size: 18px;
	text-align: right;
}

#blog_description { color: #fd6; }

/*** page ***/
#page {
	background-color:#000;
	margin: 10px auto;
	padding: 0;
	min-width: 775px;
	width: 70%;
	text-align: left;
}

#searchform { margin: 10px auto; padding: 5px 3px; text-align:right; }

/** content, entry, and posts **/
#content {
	float: left;
	min-width: 585px;
	width: 73%;
	margin: 0;
	padding: 15px 10px;	
	border-top: 3px solid #700;
}

h2.pagetitle { margin-top: 2px;}

.post { margin: 0 0 24px 0; }
.post h2{
	margin: 0 0 0px;
	text-align: justify;
	margin:0px;
	font-size: 1.1em;
	text-transform: uppercase;
}
.post h2 a:hover { color:#3b6ea5; }
.postmetadata { text-align: left; padding-top: 5px; }

.entry { line-height: 1.5em; font-weight: normal; }
.entry form { text-align:center; }
.entry p a:visited { color: #FFC266; }
.entry ul li:before, #sidebar ul ul li:before { content: "\00BB \0020";	}
.entry ol { padding: 0 0 0 35px; margin: 0; }
.entry ol li { margin: 0; padding: 0; list-style: decimal outside; }

.postmetadata ul, .postmetadata li { 
	display: inline;
	list-style-type: none;
	list-style-image: none;
}


/* begin IE hax */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 
html>body .entry li { margin: 7px 0 8px 10px; }
/* end IE hax */

/** images **/
p img {	padding: 0; max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft {	padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left; }


/** comments **/
h3.comments { padding: 0; margin: 40px auto 20px; }

.commentlist { padding: 0; text-align: justify; }
.commentlist p { 
	font-weight: normal; 
	line-height: 1.5em; 
	margin: 10px 5px 10px 0;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform p { margin: 5px 0; }
#commentform input { width: 170px; padding: 2px; margin: 5px 5px 1px 0; }
#commentform textarea { width: 100%; padding: 2px; }
#commentform #submit { margin: 0; float: right; }

.nocomments { text-align: center; margin: 0; padding: 0; }

.commentmetadata { font-weight: normal; margin: 0; display: block; }

/** sidebar and navigation **/
#sidebar {
	margin: 0;
	width: 150px;
	float: left;
	text-align: right;
	padding: 13px 15px 0 0;
	border-right: 3px dashed #700;
	}
#sidebar a { font-size: 14px; font-weight: 900; }	
#sidebar h2 {
	font-family: 'Verdana', 'Lucida Grande', Verdana, sans-serif;
	font-size: 14px;
	margin: 5px 0 0;
	padding: 0;
	text-transform: uppercase;
}

#sidebar ul, #sidebar ul ol { margin: 0 5px 0 0; padding: 0; }
#sidebar ul li { 
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {	margin: 5px 0 8px; }
#sidebar ul ul, #sidebar ul ol { margin: 5px 0 0 10px;	}
#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 10px; }
#sidebar ul ol li { list-style: decimal outside; }
#sidebar ul ul li, #sidebar ul ol li { margin: 3px 0 0; padding: 0; }

#sidebar #searchform #s { width: 85px; padding: 2px; }
#sidebar #searchsubmit { padding: 1px; }
#sidebar form { margin: 0; }
	
#pagenav { 	margin:0px; }
.navigation { display: block; text-align: center; height:30px; }


/** footer **/
#footer {
	padding: 10px 0 10px 1px;
	margin: 25px 0;
	width: 100%;
	clear: both;
	text-align: center;
	color: #fd6;
}
#footer p { margin-left: 220px; margin-top:0px; font-size: 10px;}
#footer a { }

/** miscellani **/
.alt { margin: 0; padding: 10px; }
acronym, abbr, span.caps { 
	cursor: help; 
	font-size: 0.9em; 
	letter-spacing: .07em;
}
acronym, abbr { border-bottom: 1px dashed #999; }

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite { margin: 5px 0 0; display: block; }
code { font-size: 1.1em; }

.description {
	font-size: 1.2em;
	color:#333333;
	margin-left:190px;
}

select { width: 130px; }
strong { font-weight: 900; }
small { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike { color: #777; }
	
