html
{
	margin: 0;
	background-color: #e9e9e9;
	font-family: 'Lucida Grande', Verdana, "Bitstream Vera Sans", Arial, Sans-Serif;
	font-size : 78%;
	text-align: justify;

}

body
{
	width: 910px;
	margin: 0 auto;
	background: url('../images/background.png') repeat-y;
	font-size: 1em;
}

p
{	
	line-height: 1.4em;
}

h1
{
	margin: 0 27px 0.2em 27px;
}

h1 a span
{
	display: none;
}

h1 a
{
	display: block;
	width: 850px;
	height: 94px;
	background: url('../images/header.png');
}

#footer
{
	clear: both;
	background: url('../images/footer.png') no-repeat bottom;
	padding: 0 27px 34px 27px;
	color: #4f4f4f;
	margin-top: 2em;
}

#footer p
{
	padding: 0.5em 1em 0.4em 1em;
	margin: 0.6em 0;
	border-top: 1px solid #d6d6d6;
}

#content
{
	padding: 0.6em 30px 0 196px;
	margin: 0 27px 1.5em 27px;
}

#sidebar
{
	float: left;
	padding: 0.6em 0.6em 0.6em 38px;
	width: 173px;
}

.textbox
{
	width: 50%;
	margin: 0 0 0.5em 0;
}

#sidebar .textbox
{
	width: 95%;
}

a:link, a:visited
{
	color: #06c;
	text-decoration: underline;
}

a:hover
{
	color: #f90;
	text-decoration: none;
}

ul.nav
{
	padding: 0;
	margin: 0 0 1em 0;
}

ul.nav li
{
	border: 1px solid #d6d6d6;
	list-style: none;
	margin: 2px;
	background: #f9f9f9;
	padding: 0;
}

ul.nav li.selected
{
	background: #fff url('../images/nav_active.png') center left;
}

ul.nav a:link, ul.nav a:visited
{
	display: block;
	text-decoration: none;
	padding: 5px 8px 5px 8px;
}

ul.nav a:hover
{
	background: #000 url('../images/nav_selected.png') center left;
	color: #fff;
}	

#leaderboard
{
	width: 635px; 
	height: 190px; 
	background: url('../images/leaderboard.png');
	margin-bottom: 0.6em;
}

#learn_more
{
	display: block; 
	position: relative; 
	top: 125px; 
	left: 462px; 
	width: 175px; 
	height: 31px
}

#workshop-series
{
	margin-bottom: 0.6em;
}

.spaced li
{
	margin-top: 0.8em;
}

.half_spaced li
{
	margin-top: 0.4em;
}

h2
{
	margin: 0 0 0.5em;
	font-size: 1.46em;
	font-weight: normal;
	border-bottom: 1px solid #d2d2d2;
	color: #003f95;
}

#sidebar h2
{
	font-size: 1.2em;
}

h3
{
	font-size: 1.3em;
	font-weight: normal;
	margin: 3px 0 3px 0;
	text-decoration: none;
}

h4
{
	font-size: 1.1em;
	margin: 0.2em;
	font-weight: bold;
}

h3 a:link, h3 a:visited
{
	font-weight: bold;
	text-decoration: none;
}

img
{
	border: 0;
}

.img_right
{
	float: right;
	margin: 2px 0 5px 15px;
}

.img_left
{
	float: left;
	margin: 2px 15px 5px 0;
}

img.middle
{
	vertical-align: middle;
}

hr
{
	height: 1px;
	border: 0;
	background: #d6d6d6;
}

.podcast_side
{
	border: 1px dashed #666;
	float: right;
	width: 155px;
	background-color: #f7f7f7;
	text-align: center;
	padding: 0.8em;
	margin-left: 1em;
}

.podcast_side p
{
	text-align: center;
}

.podcast_side img
{
	padding-bottom: 3px;
}

ul.page_numbers
{
	margin: 0;
	padding: 0;
	font-size: 0.92em;
	min-height: 1.1em;
	margin-bottom: 1em;
}

ul.page_numbers li
{
	display: inline;
	margin: 0;
	padding: 0;
}

ul.page_numbers a:link, ul.page_numbers a:visited
{
	display: block;
	float: left;
	border: 1px solid #06c;
	margin-right: 0.2em;
	padding: 4px 8px;
	text-decoration: none;
}

ul.page_numbers a:hover
{
	display: block;
	float: left;
	border: 1px solid #fff;
	background: #000 url('/images/nav_selected.png');
	text-decoration: none;
	color: #fff;
	
}

ul.page_numbers li.selected
{
	display: block;
	float: left;
	margin-right: 0.2em;
	padding: 4px 8px;
	border: 1px solid #06c;
	background-color: #06c;
	color: #fff;
}

ul.page_numbers li.disabled
{
	display: block;
	color: #a4a4a4;
	border: 1px solid #a4a4a4;
	float: left;
	padding: 4px 8px;
	margin-right: 0.1em;
}

.video_listing
{
	float: left;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

.video_listing img
{
	border: 1px solid #d2d2d2;
	padding: 4px;
}	

.post_info
{
	color: #666;
}	