/**
 	Author: Tacita Morway
	tacita_morway@wgbh.org
	03.03.08
*/
   
/*
-----------------------------------------------
main content - between siteheader and footer
----------------------------------------------- */

#main_content {
	clear: both;
	background: #e5f3fb url(../images/bg_tile_onecol.gif) repeat-y;
/*	padding: 9px 70px 15px 0;
	width: 714px;*/
padding:9px 16px 15px 0;
width:768px;
}

* html #main_content { width:784px; } 

#main_content p,
#main_content.indented p.subnav,
#main_content h4,
#main_content h5,
#main_content.indented .noindent {
	margin-left: 165px;
	}

#main_content.indented p,
#main_content.indented h4, 
#main_content.indented h5 {
	margin-left: 225px;
	padding-right: 30px;
	}

#main_content .cleared {
	clear: both;
	}

/*--- pages where textual content is indented from headers and/or images ---*/
.indented p, .indented h3 {
	clear: right;
	}

.indented ul {
	float: right;
	width: 490px;
	margin: 0 0 20px -200px;
	line-height: 1.35em;
	list-style-type: none;
	}

img.shifted {
	float: left;
	margin: 0 18px 15px 30px;
	}

#main_content.indented h4 {
	margin-top: -1em;
	}


/*
-----------------------------------------------
About & Community Sections
----------------------------------------------- */
#about_index #main_content p.noindent,
#community_index #main_content p.noindent {
	padding-bottom: 16px;
	margin-top: -18px;
	}

#about_credits h4 {
	font-style: italic;
	color: #48505d;
	}
.credit_name {
	font-weight: bold;
	}

a.spanish_v, a.spanish_v:visited {
	font-size: .9em;
	font-weight: bold;
	}

/*
-----------------------------------------------
Interviews Pages
----------------------------------------------- */

#interviews_index #main_content {
	padding-right: 205px;
	width: 578px;
	}

#interviews_index #main_content p {
	margin-left: 28px;	
	}

#interviews_index #main_content p img {
	float: left;
	margin: -13px 23px 0 0;
	}

#interviews_index #main_content h4 {
	margin-left: 225px;
	}

#toc {
	line-height: 1.5em;
	margin-bottom: 30px;
	}

.date {
	font-size: .9em;
	color: #48505d;
	}

#main-content { margin-bottom: 20px; }


/*
-----------------------------------------------
Forms
----------------------------------------------- */
#main_content form {
	margin-top: 25px;
	}
#main_content label {
	display: block;
	}

#main_content input.txt, 
#main_content textarea#email_body {
	border: 1px solid #d0d6e2;
	color: #666;
	margin: 2px 0 12px 0;
	padding: 2px 5px;
	font: 1em verdana, arial, sans-serif;
	}

#main_content textarea#email_body {
	margin-bottom: 0;
	}

#main_content input#ok_to_post {
	margin: 0 5px 1px 0;
	}

#main_content #form_instruc {
	margin-left: 400px;
	font-size: .95em;
	color: #212c3d;
	}

#main_content #send, 
#main_content #reset {
	cursor: pointer;
	}

/*
-----------------------------------------------
Sitemap Page
----------------------------------------------- */

#sitemap #main_content a {
	color: #27457b;
	}
#sitemap #main_content a:hover {
	color: #000;
	}

#sitemap #main_content h3 {
	font-weight: bold;
	margin-bottom: 0;
	}
	
#sitemap #main_content h4 {
	font-weight: normal;
	padding-top: 0;
	}


/*
-----------------------------------------------
Help Page
----------------------------------------------- */
#help h4.resize_content {
	font-size: 1.4em;
	line-height: 1.4em;
}

#help .resize_content {
	font-size: 1.2em;
	line-height: 1.2em;
}

#help #font_resize { /* don't show the button on the help page */
	display: none;
	}

