/* CSS Document */

*		{ margin: 0; padding: 0; }
a		{ text-decoration: none; color: #cb262c; }
a:hover		{ text-decoration: underline; }
a img		{ border: none; }
hr		{ display: none; }
.acc		{ position: absolute; left: -9999px; }
.yellowhighlight { color: #ee9800; }

body {
	background: white; 
	text-align: center; 
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 80%;
	color: #3b3b3b;
	padding: 10px 0;
}
/* 
	Modified - July 28, 2009 
	Author: Andy Narain
*/
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
/* End modification */


/* HEADER */
/* 
	Modified - July 28, 2009 
	Author: Andy Narain
*/
#header {
	background: url(../images/nav-horiz-bg-1000px.gif) no-repeat;
	font-size: 11px;
	color: #d5d0d0;
	margin: 8px 0 2px 0;
	padding-bottom: 10px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
/* E */
#header p.heading {
	margin: 2px;
	padding-left: 20px;
}
#header p.nav {
	float: right;
	padding-right: 20px;
}
#header a, #header a:visited {
	color: #ee9800;
}
#header a:hover {
	color: white;
	text-decoration: none;
}


/* MAIN CONTENT */
/* 
	Modified - July 28, 2009 
	Author: Andy Narain
*/
#main, #main_2col {
	/* width: 800px; */
	float: left;
	margin: auto 10px 10px 10px;
	padding: 5px 10px 10px 10px;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	min-height: 900px; 
	/* height: 900px; */
}
/* End modification */

/* 
	Modified - October 28, 2009 
	Author: Andy Narain
*/
#main {
	width: 570px;
}

#main_2col {
	width: 768px;
}
/* End modification */
#main h2.newsheading {
	margin-top: 15px;
	font-size: 1.3em;
	margin-bottom: 0.5em;
	text-align: left;
}
#main h2 {
	font-size: 22px;
	margin-bottom: 10px;

}
#main h3 {
	margin-top: 15px;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	color: #ee9800;
}
#main p {
	font-size: 1em;
	margin-bottom: 0.5em;
	text-align: left;
}
#main p.headline {
	font-size: 1.2em;
	text-align: left;
}
#main p.headline a {
	font-weight: bold;
	text-align: left;
}
p.moviehide {
	display: block;
	width: 320px;
	height: 240px;
	text-align: center;
}
.movie {
	border-left: 12px solid white;
	border-right: 12px solid white;
}

/* IMAGES */
img.leftthumb {
	float: left;
	margin: 6px 6px 6px 0;
}
img.rightthumb {
	float: right;
	margin: 6px 0 6px 6px;
}
/* image preload */
.hiddenPic {
	display:none;
}
/* lists */
#main ul {
	margin: 12px 25px;
	list-style-type: disc;
}

/* donate form */
#donateform {
	margin: 0;
	padding: 0;
}

/* LEFT SIDEBAR */
#sidebar1 {
	width: 180px;
	float: left;
	min-height: 400px;
	margin: auto 5px 5px 5px;
}
#sidebar1 ul.sitenav {
	list-style: none;
	display: block;
	margin: 15px 0 15px 0;
	text-transform: uppercase;
	font-size: 15px;
}
#sidebar1 ul.sitenav li {
	display: block;
	margin: 10px 0 5px 0;
	padding: 0;
}
#sidebar1 ul.sitenav li a.menulink:link, #sidebar1 ul.sitenav li a.menulink:visited {
	display: block;
	width: 170px;
	background: url(../images/nav-left-bg.gif) no-repeat;
	line-height: 20px;
	overflow: visible;
	text-indent: 25px;
	text-decoration: none;
	color: #1c1c1c;
}
#sidebar1 ul.sitenav li a.menulink:hover {
	text-decoration: none;
	background: url(../images/nav-left-bg-over.gif) no-repeat;
	color: black;
}
div.sitenav-submenu {
	margin: 5px 0 0 0;
	text-transform: none;
	background: none;
	list-style: circle;
	line-height: normal;
	font-size: 12px;
}
div.sitenav-submenu a {
	width: 140px;
	display: block;
	margin: 0 15px;
	padding: 0 0 0 12px;
	color: black;
	background: url(../images/redbullet.gif) no-repeat left;
}
/* 
	Additions - August 10, 2009 
	Author: Andy Narain
*/

#promotion, #sponsors, #funders {
	border-top: #000000 1px solid;
}

#sponsors p img, #funders p img{
	/* border-top: #000000 1px solid; */
	padding-top: 4px;
}

#funders {
	border-bottom: #000000 1px solid;
}

/*	End addition */

/* RIGHT SIDEBAR */
#sidebar2 {
	width: 180px;
	float: right;
	min-height: 400px;
	margin: auto 5px 5px 5px;
}

/* SIDEBAR STYLES */
.sidebar {
	width: 170px;
	padding-bottom: 8px;
}
.sidebar h3 {
	font-size: 11px;
	text-transform: uppercase;
	background: url(../images/header-sidebar-bg.gif) no-repeat center;
	text-align: center;
	margin: 8px 0 2px 0;
	line-height: 20px;
	color: #1c1c1c;
}
.sidebar h3 a:link, .sidebar h3 a:visited {
	color: #1c1c1c;
}
.sidebar h3 a:hover {
	color: #1c1c1c;
	text-decoration: none;
}
.sidebar p {
	font-size: 1.05em;
	line-height: 1.25em;
	margin: 0 0 0 4px;
}
/* Hides from IE-mac \*/
.sidebar {display: block;}
/* End hide from IE-mac */

/* EMAIL SIGNUP FORM */
#emailsignup {
	padding-top: 2px;
}
#emailsignupform {
	margin: 0;
	padding: 0;
}
input.smalltextinput {
	border: 1px solid silver;
	color: #3b3b3b;
	width: 155px;
	margin: 2px;
	padding: 2px;
}
input.submitbutton {
	border: none;
	background: #ee9800;
	margin: 2px;
	padding: 2px;
	color: #3b3b3b;
	width: 100px;
}

/* clearing div */
div.clear10px {
	height: 10px;
	clear: bold;
}

/* FOOTER */

/* 
	Modified - July 29, 2009 
	Author: Andy Narain
*/
#footer {
	background: url(../images/nav-horiz-bg-1000px.gif) no-repeat; 
	font-size: 11px;
	color: #d5d0d0;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	clear: both;
	margin: 8px 0 2px 0;
	margin: 10px 0 0 0;
}
/*	End modifications */
#footer p.nav {
	margin: 2px;
}
#footer a, #footer a:visited {
	color: #ee9800;
}
#footer a:hover {
	color: white;
	text-decoration: none;
}
#copyright {
	margin-top: 5px;
	font-size: 11px;
	color: #40403f;
	text-align: center;
}

/* 
	New additions - July 28, 2009 
	Author: Andy Narain
*/

.photo_and_video_group {
	display: inline;
	margin-left: auto;
	margin-right: auto;
}
.photo_and_video_row {
	width: auto;
	height: auto;
	display: inline;
}
.main_photo_and_video {
	margin-left:auto;
	margin-right:auto;
	width: 330px;
	padding: 5px;
}
.photo_and_video img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
	width: 240px;
	height: 180px;
}
.photo_and_video {
	display: inline;
	float: left;
	width: 250px;
	height: auto;
	padding: 5px;
	margin-top: 5px;
}
.photo_and_video p a{
}

/* nav bar */
.nav_bar  {
	display: inline;
}
.nav_bar .left {
	float: left;
}
.nav_bar .right {
	float: right;
}
/* End additions */

/* For DC 360 episodes page */
.dc360-episode-list {
	height: auto;
	width: auto;
	display: block;
}

.dc360-episode-block {
	padding: 5px;
	display: block;
	border: thin 1px #000;
	width: auto;
	height: auto;
}

.dc360-episode-block-img {
	width: 160px;
	height: 120px;
	display: block;
	float: left;
	position: relative;
}

.dc360-episode-block-content {
	display: block;
	padding: 5px;
	width: auto;
	height: auto;
	position: relative;
}
/* End DC 360 episodes page */
