body {
	background-color: #e9e9e9;	
	font-size: 62.5%;
	font: 0.8em Verdana, Helvetica, Arial, Sans-Serif;
	color: #333333;
	line-height: 1.4em;
}

a {
	color: #dd463e; /*cc3333*/
	text-decoration: none;
}

a:hover {
	color: #3f3f3f;
}

p {
	margin-bottom: 10px;
}

p, li, td, th {
	font-size: .9em;
}

#wrapper {
	margin: 0 auto;
	width: 940px;
}

#headwrap {
	background: url(/assets/v09/img/headbar.png) no-repeat top left;
	height: 112px;
}

#headmain {
	padding: 43px 0 0 102px;
}

#header {
	background: url(/assets/v09/img/title.png) no-repeat top left;
	width: 231px;
	height: 37px;
	float: left;
	/*margin: 43px 0 0 102px;*/
}

#header h1 {
	text-indent: -9999px !important;
}


/* NAVIGATION */
#navwrap a {
	display: block;
	width: 100%;
	height: 100%;
}

#navwrap {
	margin: -1px 0 1px 44px;
	width: 432px;
	height: 37px;
	float: left;
}
	
#navwrap li {
	float: left;
	list-style-type: none;
	height: 37px;
	text-indent: -9999px !important;
	background-position: top left;
	background-repeat: no-repeat;
}

#navwrap li:hover {
	background-position: bottom left;
}

#navwrap li.current_page_item {
	background-position: bottom left;
}
	
#navwrap li.nav-home {
	background-image: url(/assets/v09/img/nav_home.png);
	width: 63px;
}
	
#navwrap li.page-item-2 {
	background-image: url(/assets/v09/img/nav_blog.png);
	width: 65px;
}
	
#navwrap li.page-item-4 {
	background-image: url(/assets/v09/img/nav_artists.png);
	width: 72px;
}
	
#navwrap li.page-item-6 {
	background-image: url(/assets/v09/img/nav_instructors.png);
	width: 106px;
}
	
#navwrap li.page-item-8 {
	background-image: url(/assets/v09/img/nav_programs.png);
	width: 126px;
}

#accounthdr {
	float: right;
	padding-right: 12px;
	margin-top: -8px;
	font-size: .9em;
	color: #ffffff;
}

#accounthdr a {
	color: #ffffff;
	font-size: .9em;
}

#accounthdr a:hover {
	color: #cfcfcf;
}

#bodywrap {
	width: 918px;
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	padding: 10px;
}

#mainbar {
	width: 600px;
	float: left;
}

.featurette {
	background: url(/assets/v09/img/featurette.jpg) no-repeat top left;
	width: 600px;
	height: 320px;
	padding-bottom: 10px;
}

.content {
}

#indexmain {
	width: 600px;
	min-height: 447px;
	background: url(/assets/v09/img/indexbg-low.gif) no-repeat bottom left;
	background-color: #f0f0f0;
	/*border: 1px solid #e0e0e0;*/
}

#indexwrap {
	background: url(/assets/v09/img/indexbg-up.gif) no-repeat top left;
}

#indexwrap #newsletter {
	background: url(/assets/v09/img/indexbg-nl-up.gif) no-repeat top left;
}

#indexwrap #contactus {
	background: url(/assets/v09/img/indexbg-con-up.gif) no-repeat top left;
}

#newsletter, #aboutus,
#mission, #contactus {
	padding: 20px;
}

#indexmain li {
	list-style: inside;
	padding: 0 5px 0 5px;
}

#indexmain ul {
	padding-bottom: 10px;
}

#indexmain h2 {
	text-transform: uppercase;
	padding: 5px 0;
}

#indexmain h3 {
	font-size: .95em;
}

.post h2,
.post h2 a {
	text-transform: uppercase; 
	color: #3f3f3f;
}

.post h2 a:hover {
	color: #dd463e;
}

.postmeta {
	font-size: .8em;
	border-top: 1px solid #dddddd;
	padding-bottom: 25px;
}	

#sidebar {
	float: right;
	width: 308px;
}

#sidebar .sbdiv {
	background: #f0f0f0 url(/assets/v09/img/sidebg.gif) no-repeat bottom left;
	margin-bottom: 10px;
	padding: 0px;
}

#sidebar .sbdiv a {
	color: #333333;
}

#sidebar .sbdiv a:hover {
	color: #cc3333;
}

#sidebar .sbdiv .sbwrap {
	background: url(/assets/v09/img/sidebg-h2.gif) no-repeat top left;
	width: 100%;
	padding: 10px;
}

#sidebar .sbdiv h2 {
	color: #cc3333;
	text-transform: uppercase;
	font-size: .9em;
	padding: 2px 0 5px 0;
}

#sidebar #tdd-recent-posts {
	height: 320px;
}

#sidebar .sbdiv dt {
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: -2px;
}

#sidebar .sbdiv dd {
	font-size: .9em;
	padding: 0 15px 5px 0;
}

#sidebar .sbdiv dd.sidebardate {
	display: none;
}

#sidebar #teachops {
	padding-bottom: 10px;
}

#sidebar #teachops h2 a {
	background: url(/assets/v09/img/teachOps.jpg) no-repeat top left;
	height: 240px;
	text-indent: -9999px !important;
	display: block;
}

#sidebar #teachops h2 a:hover {
	background: url(/assets/v09/img/teachOps2.jpg) no-repeat top left;
}

#sidebar #intern {
	/* padding-bottom: 10px; */
}

#sidebar #intern h2 a {
	background: url(/assets/v09/img/intern.jpg) no-repeat top left;
	height: 240px;
	text-indent: -9999px !important;
	display: block;
}

#sidebar #intern h2 a:hover {
	background: url(/assets/v09/img/intern2.jpg) no-repeat top left;
}

#sidebar #authors a {
	font-weight: bold;
}

#sidebar #authors h2,
#sidebar #archives h2 {
	margin-bottom: 2px;
}

#sidebar #authors ul,
#sidebar #archives ul {
	padding-left: 3px;
}

#sidebar #authors li,
#sidebar #archives li {
	padding-top: 3px;
}

/*  FOOTER  */
#footer {
	padding: 20px 10px;
	font-size: .9em;
}

#footer a {
	color: #333333;
}

#footer a:hover {
	color: #cc3333;
}

.footwrap {
	float: left;
	padding: 0 25px;
}

.footlegal {
	float: right;
	padding: 0 25px;
	text-align: right;
}

.fnavtit {
	border-bottom: 1px solid #333333;
}

/*  CONTACT FORM  */
#contactform {
	margin: 0 auto;
	width: 420px;
}

#wpcf label {
	display: block;
	padding: 10px 0 0 10px;
	font-size: .85em;
	font-weight: bold;
}

#wpcf input {
	background: url(/assets/v09/img/inputbg.gif) no-repeat top left;
	border: none;
	width: 400px;
	height: 52px;
	padding: 20px 20px 0px 24px;
	margin: -4px 0 -30px 0;
	font: 1.0em Arial, Helvetica, Verdana, Sans-Serif;
	color: #777777;
	line-height: 1.3em;
}

#wpcf textarea {
	background: url(/assets/v09/img/textabg.gif) no-repeat top left;
	border: none;
	width: 357px;
	height: 160px;
	padding: 24px 20px 18px 24px;
	margin: -18px 0 8px 0;
	font: 1.0em Arial, Helvetica, Verdana, Sans-Serif;
	color: #777777;
	line-height: 1.3em;
}

#wpcf input:focus {
	background-image: url(/assets/v09/img/inputbg2.gif);
}

#wpcf textarea:focus {
	background-image: url(/assets/v09/img/textabg2.gif);
}

#wpcf span.formlabel {
	display: block;
	padding-top: 8px;
	font-weight: bold;
}

#wpcf input#spamcheck {
	background: url(/assets/v09/img/spambg.gif) no-repeat top left;
	width: 112px;
}

#wpcf input#spamcheck:focus {
	background-image: url(/assets/v09/img/spambg2.gif);
}

#wpcf input#contactsubmit {
	width: 135px;
	height: 61px;
	margin: 5px 0 0 260px;
	padding: 0px;
	text-indent: -9999px !important;
	background: url(/assets/v09/img/submit.gif) no-repeat 0 0;
}

#wpcf input#contactsubmit:hover {
	background-image: url(/assets/v09/img/submit2.gif);
	cursor: pointer;
}

/*  PROGRAM SITES  */
#pscalmain {
	width: 600px;
	margin-bottom: 10px;
	background: url(/assets/v09/img/indexbg-low.gif) no-repeat bottom left;
	background-color: #f0f0f0;
}

#pscalwrap {
	background: url(/assets/v09/img/indexbg-up.gif) no-repeat top left;
	padding: 10px;
}

#pscalwrap h2 {
	border-bottom: 1px solid #f9f9f9;
	padding-bottom: 5px;
}

#pscalwrap tr {
	border-top: 1px solid #f9f9f9;
}

#pscalwrap th {
	font-weight: bold;
	color: #444444;
	padding-right: 8px;
}

#pscalwrap td {
	vertical-align: top;
	padding: 5px 8px 5px 0;
}

#pscalwrap tr.alt {
	/*background-color: #f5f5f5;*/
}

/*  INSTRUCTORS  */
.instructorbios {
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.instructorbios img.insthumb {
	float: right;
	margin-left: 5px;
	border: 1px solid #bbbbbb;
}


/*  ARCHIVE PAGE  */
#archivepage h1 {
	font-size: 1.2em;
	margin-bottom: 10px;
}


/*  BLOG PAGE  */
#blogpage h1 {
	border-bottom: 1px solid #dddddd;
	margin: 20px 0;
	font-size: 1.3em;
	font-family: "Georgia", Times New Roman, serif;
	text-transform: uppercase;
	color: #cc3333;
}

#blogpage .post {
	margin-bottom: 20px;
}

#blogpage .post img,
#blogpage .post .wp-caption,
#postpage .post img,
#postpage .post .wp-caption {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#blogpage .post .wp-caption,
#postpage .post .wp-caption {
	background-color: #ffffff;
	padding: 0;
	border: none; /*-color: #dddddd;*/
}

#blogpage .post .wp-caption-text,
#postpage .post .wp-caption-text {
}


/*  COMMENTS  */
.postmetadata {
	font-size: .8em;
	border-top: 1px solid #dddddd;
	margin-bottom: 10px;
	padding: 0 5px 3px 5px;
	background-color: #f8f8f8;
}

.alt {
	background: none;
	padding: 0;
}

.postmetadata a {
	font-weight: bold;
	color: #3f3f3f;
}

.postmetadata a:hover {
	color: #cc3333;
}	

.postmetadata span.post-subscribe {
	float: right;
}

span.post-time {
	font-weight: bold;
	color: #cc3333;
}

.commentform  {
	background: url(/assets/v09/img/comformbg.gif) no-repeat bottom left #f5f5f5;
	text-align: center;
	margin-top: 5px;
}

.commentform p {
	text-align: left;
	padding-left: 5px;
}

.commentform textarea {
	background: url(/assets/v09/img/comtextabg.gif) no-repeat top left;
	border: none;
	width: 592px;
	height: 160px;
	padding: 24px 20px 18px 24px;
	margin: -8px 0 8px 3px;
	font: .9em Arial, Helvetica, Verdana, Sans-Serif;
	color: #3f3f3f;
	line-height: 1.3em;
}

.commentform #submit {
	float: left;
	margin: 10px;
}

#commentlist {
	padding-bottom: 10px;
	margin: 20px 0;
}

#commentlist blockquote {
	padding-left: 10px;
}

h3#comments, h3#respond {
	text-transform: uppercase;
}

.commentmeta {
	border-top: 1px solid #dddddd;
	margin: 10px 0 5px 0;
	padding: 4px 5px;
	background-color: #f5f5f5;
	font-weight: bold;
}

.commauthor {
	float: left;
	width: 65%;
	
}

.commdate {
	float: right;
	width: 35%;
	font-size: 0.8em;
	text-align: right;
	font-weight: normal;
}