/* @override http://localhost/~eric/wp-dev/wp-content/themes/elevateny/style.css */
/*
Theme Name: ElevateNY
Theme URI: http://ericjm.com/
Description: Custom theme for elevatenewyork.org
Version: 0.1
Author: Eric Montgomery
Author URI: http://ericjm.com/
Tags: fixed width, two columns, widgets
*/

body {
    width: 900px;
    margin: 0 auto;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	background: #140a00 url(./images/bg.png) repeat-x;
	color: #eee;
}
a {
	color: #d9813f;
	outline: none;
}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.inline { display: inline; }
.block { display: block; }
h2 { font-size: 180%; }
h3 { font-size: 160%; }
h4 { font-size: 140%; }
#header {
    position: relative;
    height: 120px;
    margin: 0;
    padding: 10px;
}
#header h1 {
    height: 100px;
    width: 304px;
    margin-left: -20px;
}
#header h1 a {
    display: block;
    text-indent: -9999px;
    background: url(./images/elevatelogo.png);
    width: 304px;
    height: 100px;
}
ul#mainnav {
	height: 30px;
    margin: 10px 0 20px 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    font-size: 18px;
}
ul#mainnav li {
    display: inline;
    text-transform: uppercase;
    margin: 0 30px 0 0;
	padding: 0;
}
ul#mainnav li a {
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
ul#mainnav li a:hover {
	color: #864227;
}

#content {
	width: 550px;
	float: left;
}
#content .post {
	margin: 0 0 40px 0;
}
#content .post h2 {
	margin: 0 0 5px 0;
}
#content .post span.date {
	font-size: 110%;
}
#content .entry {
	font-size: 120%;
}
#content .entry ol {
	margin: 0;
}
#content .entry ol li {
	margin: 0 0 10px 0;
}
#content h3#comments {
	margin: 30px 0 20px 0;
}
#content .navigation {
    margin: 10px 0;
}
#sidebar {
	width: 300px;
	float: right;
}
#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar li.widget {
	margin: 0 0 20px 0;
}
#sidebar h2.widgettitle {
	text-align: right;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0;
}
#sidebar ul#connect li a {
	display: block;
	width: 300px;
	height: 50px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
#sidebar ul#connect li.donate a {
	background: url(./images/donatenow.png);
}
#sidebar ul#connect li.email a {
	background: url(./images/mailinglist.png);
}
#sidebar ul#connect li.facebook a {
	background: url(./images/facebook.png);
}
#sidebar ul#connect li.twitter a {
	background: url(./images/twitter.png);
}
#sidebar ul#connect li.razoo a {
	background: url(./images/razoo.png);
}
#sidebar ul#connect li.uplift a {
	background: url(./images/uplift.png);
}
#sidebar ul li.widget_recent_entries ul li {
	font-size: 140%;
	margin: 0 0 20px 0;
	text-align: right;
}
#footer {
	border-top: 1px solid #999;
	padding: 5px 0 0 0;
	margin: 25px 0;
	font-size: 125%;
}