@charset "UTF-8";
/* CSS Document */

body{
	font: 1em Georgia, 'Times New Roman';
	line-height:1.3em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #c5c9c4;
}

h3{
color:#f8f5b2;
}


/*a:link {color:#8f919d; text-decoration:underline;}
*//*a:visited {color:#f9d382; text-decoration:none;}*/
a:link, 
a:visited {color:#a3bac9; text-decoration:underline;}
a:hover {color: #edaa1d; text-decoration:underline;}

#footer a:link,
#toc a:link,
#footer a:visited,
#toc a:visited  {color:#f9d382; text-decoration:none;}
#footer a:hover, 
#toc a:hover {color: #edaa1d; text-decoration:underline;}

#container {
	padding:0px;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0pt auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 0px 1px 1px solid #edaa1d;
}
/*
#top {
	display:block;
	height: 107px;
	width: 871px;	
}
	*/
#masthead {
	position:relative;
	top:46px;
	left:0px;
	}
	
#mainContent { 
	margin:0 0 0 211px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*padding: 0 10px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #3c3d41 url(../images/template/maincontent_bg.png) repeat-y;*/
	width:600px;
} 	
	/*
#main {
	display:block;
	width:628px;
	height:auto;
	font-size:12px;
	margin: 70px 32px 0px 220px;
}*/

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 188px; /* 200 the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*margin-top:41px;*/
	padding: 15px 3px 15px 25px;
	/*padding: 15px 10px 15px 20px;*/
}

.content #rightcolumn {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 200 the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0px 0px 5px 15px;
	padding:10px 3px 0px 10px;
	border: #f9d382 1px solid;
	color:#c1d7b1;
	font-size:0.9em;
	line-height:1.2em;	/*padding: 15px 10px 15px 20px;*/
}

/*.content #rightcolumn li{
	margin-bottom: 15px;
}*/

/*#leftcolumn {
	width:182px;
	float:left;
	height:auto;
	margin:70px 5px 10px 27px;
}*/

.sidebar{
font-size:11px;
padding-top:25px;
margin:4px 18px 8px 23px;}

/*.sidebar_text{
font-size:11px;
margin:10px;
line-height:14px;
text-align:left;
}
*/

#sidebar_top{
background: url(../images/template/left_nav.jpg) top no-repeat;}

#sidebar_bottom{
background: url(../images/template/left_nav.jpg) bottom no-repeat;}

#footer{
	display:block;
	/*border-top:solid #edaa1d 1px;*/
width:838px;
}

.tiny a{
font-size:10px;
color:#333333;
text-decoration:none;}

.tiny{
font-size:10px;
color:#333333;
text-decoration:none;}

#masthead span { display:none; }


/*#mainContentTop{
background:url(../images/template/main_top.jpg) top no-repeat;
height:9px;
}*/
#mainContentTop{
/*background:url(../images/template/main_top.jpg) top no-repeat;*/
/*height:9px;*/
height:9px;
width:628px;
}
#mainContentBottom{
/*background:url(../images/template/main_bottom.png) bottom no-repeat; */
height:10px;
width:628px;
}
#mainContentMiddle{
background: #3c3d41 url(../images/template/maincontent_bg.png) repeat-y;
width:628px;
}

#mainContent .content{
padding:10px 26px;
}

.intro{
font-size:1.5em;
line-height:1.5em;
color:#f8f5b2;
}

.movietitle{
font-variant:small-caps;
}

.quote{
	color:#edaa1d;
	/*color:#ce3027;*/
	font-size:1.3em;
	line-height:1.3em;
}



.mainImages{
margin-top:10px;
margin-bottom:10px;
}


#header { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
 #header h1 {
	display:none;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#footer { 
	/*padding: 0 10px 0 20px; *//* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#DDDDDD; */
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1, h3 span, h4 span, .hidden {
display:none;
}

.blogtitle,
h2{
text-transform:uppercase;
color:#FF6600;
font-weight:normal;
}


/*
#coalheader {
background:transparent url(../images/coal/header.png) no-repeat scroll 0%;
height:29px;
}
#globalwarmingheader {
background:transparent url(../images/globalwarming/header.png) no-repeat scroll 0%;
height:29px;
}
#healthenviroheader {
background:transparent url(../images/healthenviro/header.png) no-repeat scroll 0%;
height:29px;
}
#wecandothisheader {
background:transparent url(../images/wecandothis/header.png) no-repeat scroll 0%;
height:29px;
}
#tooclosetohomeheader {
background:transparent url(../images/tooclosetohome/header.png) no-repeat scroll 0%;
height:29px;
}*/

#toc ul li{
margin-left:-10px;
margin-bottom:5px;
margin-top:15px;
font-size:.9em;
}
#toc ul li ul {
margin-top:10px;
}
#toc ul li ul li {
margin-left:-30px;
margin-bottom:0px;
margin-top:0px;
}


div#toc{
margin-bottom:30px;
}
