/*
Theme Name: Lights Out San Francisco
Theme URI: http://www.lightsoutsf.org
Description: The default theme for Lights Out San Francisco
Version: 1.0
Author: Jennifer Over, Kristina Bell, Todd Stowell
Author URI: http://www.tierra-innovation.com/
*/

/* layout */
html, body { height: 100%; }

body, div, span, th, td, p, ul, li, h1, h2, h3, h4, h5, h6, a {
	font-family: lucida sans, "lucida grande", verdana, arial, sans-serif;
	font-size: 13px;
	color: #fff;
}

body { 
	background: #000 url("images/background.gif") top left repeat-x;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 20px;
	font-family: georgia;
	font-weight: normal;
	color: #001028;
}

h2 a {
	font-size: 20px;
	color: #001028;
	background: #66cc33;
	font-family: georgia;
	font-weight: normal;
	padding: 3px 6px;
	text-decoration: none;
}

h3 {
	font-size: 17px;
	font-family: georgia;
	font-weight: normal;
	color: #66cc33;
	margin-top: 1.5em;
	margin-bottom: -.5em;
}

h4 { }
h5 { }

/* lvha */
a { color: #04a8e5; }
a:link { }
a:visited { }
a:hover { text-decoration: none; }
a:active { }

p,
li { /*/*/ line-height: 20px; /**/ }

li { list-style: square; }

.center { text-align: center; }
.clearboth { clear: both; }


/* wrapper */
div#wrapper {
	background: transparent url("images/bg.png") top left repeat-y;
	width: 844px;
	margin: 0 auto;
	min-height: 100%;
}

div#contain {
	width: 820px;
	margin: 0 auto;
	min-height: 100%;
}

div.clearboth { clear: both; }


/* --- site logo --- */

div#header {
	background: transparent url("images/header.jpg") top left no-repeat;
	width: 820px;
	height: 175px;
}

#header h1 {
	float: left;
	width: 269px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	border: 0;
}

#header h1 a:link,
#header h1 a:visited,
#header h1 a:hover
#header h1 a:active {
	display: block;	
	height: 175px;
	background: url("images/header.jpg") top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

#header p { text-align: right; padding: 137px 100px 0 0; }

#header p img { padding-bottom: 2px; }

#header p a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	font-family: lucida sans;
}

#header p a:hover { text-decoration: underline; }

/* Begin Structure */
.left {
	float: left;
	padding: 26px 0 20px 43px;
	margin: 0;
	width: 509px;
}

.left ol,
.left ol li { list-style-type: none; }

.right {
	float: right;
	padding: 6px 33px 20px 0;
	margin: 0;
	width: 189px;
}

.right ul {
	padding-left: 0;
	margin: 0;
	list-style-type: none;
}

.right li {
	list-style-type: none;
	margin: 0;
	padding: 1px 0;
}

.right li a {
	text-decoration: none;
	font-family: lucida sans, "lucida grande", verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

.right li h2 {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	margin-top: 22px;
	letter-spacing: .22em;
}

div#sidebar { padding-top: 28px; }


/* footer */
div.foot { padding: 0 25px 40px 25px; }

div.foot hr { padding-bottom: 10px; }

div.footlft {
	float: left;
	width: 50%;
	font-family: Lucida Sans,Arial,sans-serif;
	font-size: 8pt;
	color: #495771;
}

div.footrgt {
	float: right;
	width: 50%;
	text-align: right;
}


/* losfblurb */
li.losfblurb,
li.losfblurb span {
	font-family: lucida sans, "lucida grande", verdana, arial, sans-serif;
	font-size: 12px;
}

li.losfblurb span { color: #6c3; }

div.post { padding-bottom: 30px; }

div#sidebar li a:hover { text-decoration: underline; }