html {
	background: url(images/bkgd_brown.png) repeat;
}

body {
	margin: 0;
	background: url(images/bkgd_brown.png) repeat;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#wrap {
	background: url(images/bkgd_pink.png) repeat-x;
}

#contentwrap {
	background: white url(images/bkgd_sidebar.png) repeat-y right;
	position: relative;
	width: 85%;
	margin-left: 20px;
	min-width: 700px;
}

#meetnan a {
	border-width: 1px;
	width: 210px;
	height: 125px;
	position: absolute;
	top: 50px;
	right: 20px;
}

#meetnan .hide {
	display: none;
}

#ads {
	margin-top: 25px;
	margin-left: 10px;
}


/* @group header */

#header {
	width: 100%;
	background: url(images/nan.png) no-repeat right top;
	height: 170px;
	position: absolute;
	right: -15px;
}

body.home #header {
	height: 265px;
}

#header h1 {
	margin: 0 0 0 15px;
	background: url(images/logo.png) no-repeat;
	width: 183px;
	height: 111px;
	line-height: 300px;
	overflow: hidden;
	font-size: 12px;
}

#header h1 a {
	display: block;
}

#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	right: 40px;
}

#header li {
	list-style-type: none;
	margin-left: 6px;
	height: 21px;
	float: left;
	text-align: center;
	font-size: .9em;
}

#navHome {
	width: 60px;
}

#navFeatures {
	width: 80px;
}

#navAbout {
	width: 65px;
}

#navArchives {
	width: 85px;
}

#navResources {
	width: 95px;
}

#navContact {
	width: 75px;
}

#header li a {
	color: #ff8ebc;
	text-decoration: none;
	font-weight: bold;
	height: 21px;
	display: block;
}

#description {
	color: #db366e;
	margin-left: 30px;
	margin-right: 250px;
	padding-top: 10px;
	padding-bottom: 1px;
	background: url(images/bkgd_description.png) repeat;
	border: 1px solid #e8b8ca;
	margin-bottom: 20px;
}

#description p {
	margin: 0 10px 10px;
	line-height: 1.5em;
	font-size: .8em;
}

body.home li#navHome, body.features li#navFeatures, body.archives li#navArchives, body.about li#navAbout, body.resources li#navResources, body.contact li#navContact {
	background: url(images/navLeft.png) no-repeat left top;
	padding-left: 5px;
	margin-top: -1px;
}

body.home li#navHome a, body.features li#navFeatures a, body.archives li#navArchives a, body.about li#navAbout a, body.resources li#navResources a, body.contact li#navContact a {
	color: white;
	background: url(images/navRight.png) no-repeat right top;
	padding-right: 7px;
	padding-top: 1px;
	padding-left: 2px;
	margin-right: -2px;
}

#category p {
	color: #52321e;
	font-size: 1.75em;
	font-weight: bold;
	margin: -7px 250px 0 0;
	text-align: right;
	position: relative;
}

/* @end */

/* @group content */

body.home #content {
	margin-right: 230px;
	background: url(images/bkgd_content.png) repeat-y;
	padding-left: 30px;
	padding-bottom: 10px;
	min-height: 500px;
	padding-top: 250px;
}

#content {
	margin-right: 230px;
	background: url(images/bkgd_content.png) repeat-y;
	padding-left: 30px;
	padding-bottom: 10px;
	min-height: 500px;
	padding-top: 160px;
}

#content h1 {
	margin-top: 0;
	margin-bottom: 15px;
	color: #da2c67;
	font-size: 1.5em;
}

#content h2 {
	margin-top: 0;
	margin-bottom: 5px;
	color: #da2c67;
	font-size: 1.2em;
}

#content h3 {
	margin-top: 0;
	margin-bottom: 5px;
	color: #da2c67;
	font-size: .8em;
}

#content h4 {
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #333;
	font-size: .8em;
}

#content p {
	color: #333;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: .9em;
	line-height: 1.7em;
}

#content li {
	color: #333;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: .9em;
	line-height: 1.7em;
}

#content img {
	float: left;
	margin: 5px 10px 10px 0;
}

#content ul {
	margin-bottom: 15px;
}

#content a {
	color: #da2c67;
}

#past {
	color: #db366e;
	background: url(images/bkgd_description.png) repeat;
	border: 1px solid #e8b8ca;
	padding: 10px;
	margin-top: 30px;
}

#past h2 {
	color: #52321e;
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0;
}

#past h1 {
	margin-top: 20px;
	font-size: .9em;
	margin-bottom: 5px;
}

#past h4 {
	margin-bottom: 5px;
	margin-top: 5px;
	color: #666;
}

#past p {
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 1.7em;
	font-size: .8em;
}

#past dl {
	margin: 0;
	padding: 0;
}

#past dt {
	font-weight: bold;
	font-size: .7em;
}

#past dd {
	margin: 0 0 3px;
	padding: 0;
	font-size: .7em;
}

#post {
	margin-top: 20px;
}

/* @end */

/* @group sidebar */

#sidebar {
	width: 175px;
	position: absolute;
	top: 175px;
	right: 20px;
	color: white;
}

#sidebar h2 {
	margin: 5px;
	font-size: 1em;
}

#sidebar ul {
	margin: 5px;
	padding: 0;
}

#sidebar li {
	margin-bottom: 5px;
	list-style-type: none;
	font-size: .8em;
}

#sidebar li a {
	color: white;
}

#podcast {
	margin-top: 30px;
	width: 150px;
}

#podcast p {
	margin: 0;
}

p#podcast_text {
	margin-top: 5px;
	text-align: right;
}

#podcast_text a {
	color: white;
	font-size: .8em;
	text-align: right;
}

/* @end */

/* @group footer */

#footer {
	background-color: #db366e;
	border-right: 1px solid #654128;
	border-left: 1px solid #654128;
	color: white;
	font-size: .7em;
	padding-bottom: 20px;
	position: relative;
}

#footer a {
	color: white;
}

#footer p {
	margin: 0 10px 10px;
	padding-left: 20px;
}

#footer .nav {
	padding-top: 10px;
}

/* @end */