body {
	font-family: 'lucida grande', helvetica, verdana, arial, sans-serif;
	margin: 0;
	background:#111	url(images/bg.png) repeat-x;
	padding: 0;
	font-size:.87em;
	line-height: 1.7em;
	color:#ddd;
}
h1 {
text-align:center;
padding:20px;
color:#fff;
font-size:2.5em;
line-height:1em;
}
a {
	color:#ddd;
	text-decoration:none;
}
a:hover {
	color:#aaa;
}
a:active {
	color:#fff;
}
#loginbar_wrapper {
background:#222;
border-bottom:1px solid #333;	
}
#loginbar {
padding:5px;
font-size:.9em;
width:800px;
margin:0 auto;
}
#loginbar a {
	border-bottom:1px solid #ddd;
}
#loginbar a:hover {
	color:#aaa;
	border-bottom:0;
}
#container {
	width: 800px;
	background:#191919;
	margin:0 auto;
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
}
#links {
font-size:1.15em;
margin: 10px 0;
font-weight:700;
}
#links a {
	text-decoration:none;
}

h2.trigger {
	padding: 0 0 0 65px;
	margin: 0 0 2px 0;
	background: url(images/header_bg.png) no-repeat;
	height: 50px;
	line-height: 50px;
	width: 735px;
	font-size: 20px;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #ccc; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px 0;
	padding: 0;
	color:#222;
	border-top: 1px solid #d6d6d6;
	background: #eee;
	overflow: hidden;
	font-size: 1.0em;
	width: 800px;
	clear: both;
}
.toggle_container .block {
	padding: 10px; /*--Padding of Container--*/
	background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}
#intro {
padding:10px;
font-size:1.1em;
}
#links {
padding:0 3px;
line-height:2em;
}
.projects_column  td {
	font-size:1.2em;
}
#list .description {
width:80%;
}
#list .equity {
width:10%;
}
#list .goal {
width:10%;
}
.left {
float:left;
}
.right {
float:right;
}
.clear {
clear:both;
height:0;
}

/* FORMS */
.register-form-inline, .login-form-inline {
display:none;
}
li a {
	color:#E00202;
}
form.login-form, form.register-form {
font-size:1.4em;
width:500px;
margin:0 auto;
}
form.login-form input[type=text], form.register-form input[type=text], form.register-form input[type=password], form.login-form input[type=password] {
	font-size:1.1em;
	width:300px;
}
form.login-form input[type=submit], form.register-form input[type=submit] {
	font-size:1.0em;
}
form.login-form label, form.register-form label
{
	display:inline-block;
	line-height:1.8;
	vertical-align:top;
	width:100px
}

form.login-form fieldset ol, form.register-form fieldset ol
{
	margin:0;
	padding:0
}

form.login-form fieldset li, form.register-form fieldset li
{
	list-style:none;
	margin:0;
	padding:5px 10px 7px
}
#login-errors {
	width:500px;
	margin:0 auto;
}
/* FOOTER */
#footer {
	padding:10px;
	font-size:1.1em;
	text-align:center;
	margin: 0 auto;
}