/* @override http://djstudlycaps.com/css/studly.css */

body {
	background: #571f1d url(img/bg.jpg) fixed;
	font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 16px;
}

div.body {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
	left: 0;
	margin-top: 16px;
}

div.header {
	height: 220px;
	background: url(img/header_pic_cutout.png) no-repeat;
	margin-left: 17px;
	position: relative;
	top: 0;
	left: 0;
}

div.headertitle {
	text-indent: -9999px;
	background-image: url(img/header_title.png);
	width: 325px;
	height: 29px;
	position: absolute;
	top: 70px;
	left: 532px;
}

ul.headerlinks {
	position: absolute;
	right: 15px;
	top: 109px;
	margin: 0;
	padding: 0;
}

ul.headerlinks li {
	float: left;
	font-size: 0.9em;
	padding: 0 10px;
}

li.contactlink {
	border-left: 1px solid white;
}

ul.headerlinks li a {
	color: #f1f1f1;
}

ul.headerlinks, ul.headerlinks li {
	list-style-type: none;
}

div.main {
	background-color: #eadbba;
	border: 2px solid #000;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
}

h2 {
	font-size: 1.2em;
	color: #49688f;
}

a {
	color: #852F2C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @group Upcoming Events */

div#upcoming ul {
	margin-left: 20px;
}

div#upcoming ul, div#upcoming li {
	list-style-type: none;
	padding-left: 0;
}

div#upcoming li {
	margin-left: 0;
}

div#upcoming {
	padding-left: 20px;
}

div#upcoming h3 {
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
}

div#upcoming p {
	padding-top: 0;
	margin-top: 2px;
	font-size: 0.8em;
}

/* @end */

/* @group Bio */

div#bio {
	margin-left: 20px;
	margin-top: 27px;
	padding-right: 380px;
}

div#bio p {
	margin-left: 20px;
	font-size: 0.8em;
}

/* @end */

/* @group Podcast */

div#podcast {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	width: 330px;
	margin-left: 20px;
}

#podcast .item {
	border: 2px solid #49688f;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #49688f;
	margin-bottom: 13px;
}

#podcast .item .title {
	padding-left: 8px;
	color: #f1f1f1;
	padding-right: 8px;
	line-height: 1.2em;
	padding-bottom: 1px;
	font-size: 1em;
}

#podcast .item .title a {
	color: #f1f1f1;
	text-decoration: none;
}

#podcast .item .contents {
	background-color: #f1f1f1;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	padding-left: 8px;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.5s ease-in-out;
}

#podcast .description {
	height: 180px;
	overflow-y: scroll;
}

#podcast .description p {
	font-size: 0.7em;
	padding-right: 5px;
}

#podcast .description li {
	font-size: 0.7em;
	padding-top: 0;
	padding-bottom: 7px;
	list-style-type: circle;
}

#podcast .item.selecteditem .contents {
	display: block;
	height: 200px;
}

/* @end */