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;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
html { height:100%; }
body {
	line-height:100%;
	height:100%;
}
ol, ul { list-style:none; }
blockquote, q { quotes:none; }
:focus { outline:0; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table {
	border-collapse:collapse;
	border-spacing:0;
}
body {
	margin:0;
	padding:0;
	background:#FFF;
	font-size:12px;
	color:#408000;
}
body, th, td, input, textarea, select, option {
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3 { font-weight:normal; }
h1 {
	font-variant:small-caps;
	font-size:24px;
	line-height:30px;
}
h2 {
	font-variant:small-caps;
	font-size:24px;
}
h3 { font-size:1em; }
p, ul, ol {
	line-height:200%;
	font-size:1.1em;
}
blockquote { padding-left:1em; }
blockquote p, blockquote ul, blockquote ol {
	line-height:normal;
	font-style:italic;
}
a { color:#247C2C; padding:2px 4px; }
a:hover {
	text-decoration:underline;
	color:#469E4E;
	background-color:transparent;
}
#header {
	width:800px;
	height:266px;
	margin:10px auto 0 auto;
	background:url(../images/masthead.jpg) no-repeat top center;;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #EEE;
}

#wrapper2 {
	width:800px;
	margin:0 auto;
}

#wrapper {
	width:800px;
	float:left;
	margin:5px auto 5px auto;
	background:#FFECB1 url(../images/grid.gif) repeat;;
	border:1px solid #EEE;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#menu {
	width:800px;
	height:35px;
	text-align:center;
	margin:0 auto;
	padding:0;
	list-style:none;
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	background:#FFFAD1 url(../images/masthead.jpg) no-repeat top center;;
	background: -moz-linear-gradient(bottom, #FEEEBA, #FFFDCC);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEEEBA), to(#FFFDCC));
}

#menu ul {
	margin:0 0 0 220px;
	padding:0;
}
#menu li {
	padding:0;
	display:inline;
}

#menu a {
	display:block;
	float:left;
	margin:6px 6px 0 0;
	padding:0;
	font-size:14px;
	width:135px;
	text-decoration:none;
	font-weight:normal;
	color:#247C2C;
}

#menu a:hover, #menu a:focus {
	background:#FFFFBF;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#menu .active a {
	background:#FFFFFF;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#sidebar {
	width:200px;
	float:left;
	margin:5px 0 0 10px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: inline; /* IE fix */
}

#sidebar ul {
	
	list-style-type:none; 
}
#sidebar li { margin:4px 0; }

#sidebar a {
	display:block;
	padding:3px 0 4px 25px;
	text-decoration:none;
	color:#247C2C;
	background:#FFFDCC;
	background: -moz-linear-gradient(top, #FFFDCC, #FEEEBA);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFDCC), to(#FEEEBA));
	font-size:14px;
	font-weight:normal;
}

#sidebar a:hover, #sidebar a:focus  {
	text-decoration:underline;	
	background: -moz-linear-gradient(bottom, #FEEEBA, #FFFFFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FEEEBA));
}

#sidebar .active a {
	text-decoration:underline;	
	background: -moz-linear-gradient(bottom, #FEEEBA, #FFFFFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FEEEBA));
}

.wrapperbottom {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -40px;
}
#footer, .push { height:40px; }
#content {
	float:right;
	width:550px;
	padding:10px;
	margin:10px;
	text-align:left;
	line-height:1.3em;
	background:#FFFFFF;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: inline; /* IE fix */	
}
#content h1, h2, h3, h4, h5, h6 { color:#0D3213; }
#content h1 {
	font-size:18px;
	line-height:1.4em;
	margin:10px 0 0 0;
}
#content h2 {
	font-size:16px;
	line-height:1.2em;
	margin:10px 0 0 0;
}
#content h3 {
	font-size:14px;
	line-height:1.1em;
	margin:8px 0 0 0;
}
#content p {
	padding-bottom:8px;
	margin-top:8px;
}
#content span { font-weight:bold; }
#content .title {
	font-size:1.6em;
	letter-spacing:1px;
}
fieldset {
	padding:10px 0 0;
	font-size:14px;
	margin-bottom:30px;
}
fieldset legend span {
	color:#000000;
	border-bottom:1px dashed #456850;
	font-size:1.4em;
	display:block;
}
fieldset div { margin:5px; }
fieldset div label { margin:0 0 3px; }
fieldset div input, fieldset div textarea, fieldset div select {
	display:block;
	border:1px solid #E0E0E0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}
label.error {
	float:none;
	color:orange;
	padding-left:.5em;
	vertical-align:top;
}

.smallertxt {
	font-size:80%;
}

#footer {
	clear:both;
	margin:0 auto;
	height:50px;
	background:#FFECB1;
	background: -moz-linear-gradient(bottom, #FEEEBA, #FFFFFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FEEEBA));
}
#footer p {
	padding:8px 2px;
	text-align:center;
	font-size:12px;
}
#footer a {
	padding:5px;
	color:#247C2C;
	text-decoration:underline;
}
#footer a:link {
	padding:5px;
	color:#247C2C;
	text-decoration:underline;
}
#footer a:hover { color:#469E4E; }
.strong {
	font-weight:bold;
	font-style:italic;
}
.warning {
	color:#CE5533;
	font-weight:bold;
}
.warning2 {
	color:#ce5533;
	font-size:85%;
}

.img2 {
	float:right;
	padding:4px 0 4px 10px;
	margin:0px;
}

.img1 {
	float:left;
	padding:4px 10px 4px 0;
	margin:0px;
}

.imgc {
	display:block;
	padding:0;
	margin:10px auto;
	padding:3px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	border-radius:6px;
}

.imgborder {
	padding:4px;
	border: 1px solid #a7b7a8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#B5C9AC;
}

#schedule table {
	width:550px;
	border-collapse:collapse;
	font-size:12.1px;
}
#schedule th {
	border:1px solid #408000;
	color:#000000;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	margin:0;
	padding:6px;
}
#schedule td {
	padding:8px;
	color:#000000;
	border:1px solid #408000;
	font-size:11px;
}
#schedule a { font-size:11px}
#schedule h1, #schedule h2, #schedule h3 { text-align:center; }

.schedulexplain {
	margin:10px 0;
	padding:10px;
	border:1px solid #408000;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color:#F8F8F8;
	
}

.podcastwrap {
	padding:10px;
	border:1px solid #408000;
	margin:5px 0;
}

.podcastwrap h2, .podcastwrap p { padding:5px; }
.podcastL {
	float:left;
	display:inline;
	margin:5px 0;
	padding:0 5px;
}
.podcastR {
	float:right;
	display:inline;
	margin:5px 0;
	padding:0 5px;
	font-weight:normal;
}

/* awesome buttons thanks to http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba */
.bbutton:link {
	text-decoration:none;
}

.bbutton, .bbutton:visited {
	background:#FFECB1;
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #247C2C;
	text-decoration: none;
	-moz-border-radius-bottomright: 12px;
	-khtml-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	-khtml-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-box-shadow: 0 1px 2px #DDD;
	-webkit-box-shadow: 0 1px 2px #DDD;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.bbutton:hover	{ 
	background-color:#FFFAD1 url(../images/menu.png) repeat-x left 60%;
	color: #247C2C; 
}
.bbutton:active	 { top: 1px; }
.small.bbutton, .small.bbutton:visited 	{ font-size: 11px;}
.bbutton, .bbutton:visited,
.medium.bbutton, .medium.bbutton:visited 		{ font-size: 13px; font-weight: bold; line-height: 1;}
.large.bbutton, .large.bbutton:visited 			{ font-size: 14px; padding: 8px 14px 9px; }

