/*
	Theme Name: Sisterhood 2010
	Theme URI: http://sisterhoog.generation.org/
	Description: The theme for Generation Sisterhood.
	Version: 1.0
	Author: Aaron Maurice
	Author URI: http://generation.org/
	Tags: custom
*/
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }
/* Main */
body {
	background: #000000;
	color: #ffffff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#page {
	width: 959px;
	margin: 0 auto 0 auto;
}
#header {
	height: 178px;
	background: url(images/header.jpg) no-repeat bottom right;
}
#logo {
	width: 290px;
	height: 133px;
	display: block;
	float: left;
	background: url(images/logo.png) no-repeat;
	text-indent: -999em;
	margin: 22px 0 0 22px
}
#nav-wrapper {
	float: right;
	margin-top: 80px;
}
#content-wrapper {
	width: 959px;
	background-color: #ffffff;
}
#content {
	width: 780px;
	margin-left: 90px;
	padding: 15px 0;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif
}
#footer {
	height: 10px;
	line-height: 10px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
#footer a { color: #000000; }
#footer a:hover { color: #ea3a8c; }
.clear { clear: both; }
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#vanessa-left {
	width: 550px;
	float: left;
}
#vanessa-right {
	width: 200px;
	height: 480px;
	display: block;
	background: url(images/vanessa.jpg) no-repeat;
	float: right;
}
/* Typography */
h2 { font-size: 18px; margin: 5px 0 0 0; font-weight: bold; }
h3 { font-size: 17px; margin: 5px 0 0 0; font-weight: bold; }
h4 { font-size: 15px; margin: 5px 0 0 0; font-weight: bold; }
p { margin: 0 0 10px 0; }
a { color: #999999; text-decoration: none; }
a:hover { color: #ea3a8c; }
small { font-size: 10px; margin: 10px 0; color: #ffffff;  }
.pink { color: #ea3a8c; }
.highlight { width: 100%; height: 30px; font-weight: bold; line-height: 30px; background-color: #000000; color: #ea3a8c; display: block; text-align: center;  }
/* Nav */

#nav,
#nav ul {
	float: left;
	list-style: none;
	line-height: 20px;
	margin: 0px 2px 0 2px;
	padding: 0;
	display: inline;
	}

#nav a {
	color: #ffffff;
	display: block;
	text-decoration: none;
	padding: 0px 7px;
	}

#nav li {
	float: left;
	padding: 0;
	display: inline;
	font-size: 12px;
	color: transparent;
	text-transform: uppercase;
	padding: 0 10px 0 10px;
	}

#nav li ul {
	position: absolute;
	text-indent: 0px;
	left: -999em;
	height: auto;
	width: 150px;
	font-size: 12px;
	font-style: normal;
	margin:0;
	line-height: 1;
	display: inline;
	}

#nav li li {
	padding-right: -2px;
	width: 150px;
	background-image: none;
	}

#nav li li a {
	padding: 7px;
	width: 150px;
	}

#nav li ul li {
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	}

#nav li ul li a {
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	}

#nav li:hover ul li a  {
	color:#ffffff;
	}

#nav li ul ul {
	margin: -15px 0 0 150px;
	}

#nav li ul li:hover a,
#nav li ul li:hover li a,
#nav li ul li li:hover a,
#nav li ul li ul li:hover ul li a,
#nav li ul li ul li:hover ul li:hover a {
	color: #999999;
	}

#nav li:hover ul ul,
#nav li:hover ul ul ul {
	left: -999em;
	}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul{ 
	left: auto;
	background-color: #000000;
	}

#nav li:hover a {
	color: #999999;
	}
