/*
Theme Name: Sisterhood Theme
Theme URI: http://sisterhood.generation.org/
Description: The Theme for the Sisterhood site.
Version: 0.1
Author: Aaron Maurice
Author URI: http://generation.org/
Tags: dark, custom
*/

/* Layout */

html, body {
	margin: 0;
	padding: 0;
	background: #333333 url(images/bg.jpg) ;
	color: #ffffff;
	font: 14px Verdana, Arial, sans-serif;
}
	body a { color: #ffffff; text-decoration: none; }
	body a:hover { color: #ff99cc; text-decoration: underline; }



#page {
	width: 960px;
	min-height: 300px;
	background: url(images/ch.png) no-repeat top left;
}

#content {
	width: 600px;
	min-height: 300px;
	float: left;
	padding-left: 135px;
}

#nav {
	margin: 0px 0 50px 50px;
	padding-top: 28px;
	padding-left: 0px;
	list-style: none;
	float: left;
}
	#nav li {
		float: left;
		margin-left: 35px;
	}
	#nav li a {
		color: #ffffff;
		display: block;
		overflow: hidden;
		text-decoration: none;
		font-size: 24px;
	}
	#nav li a:hover { color: #ff99cc; text-decoration: none; }

#footer {
	width: 960px;
	height: 200px;
	display: block;
	float: left;
}

#logo {
	width: 960px;
	height: 170px;
	display: block;
	background: url(images/logo.png);
	float: left;
	text-indent: -5000px;
}

#copyright {
	width: 960px;
	height: 30px;
	text-align: center;
	float: left;
	font-size: 9px;
}
	#copyright a { color: #ffffff; text-decoration: none; }
	#copyright a:hover { color: #ff99cc; text-decoration: underline; }

/* Pages */	

#content-home {
	margin: 100px 0 30px 100px;
}

/* Typo */

h1 { color: #ff99cc; font-size: 20px; text-align: center; }
h2 { color: #ff99cc; font-size: 18px; text-align: left; }