/* @override 
	http://neverfindout.org/resources/base.css
	http://localhost:9525/resources/base.css
*/

/*
Layout features:
Grid : 12 x 67px columns with 16px gutters
Type : 12px/18px
Colors :    Black      #000000
			Blue       #0047b6
			------------------
			Med Blue   #4791d9
			Yellow     #ffb400
			Green      #70a426
			------------------

Structure :
	* Container
		- Header
			` supnav
			` nav
		- Main
			` grid[2-12]
		- Footer
*/

/* @group STRUCTURE */

#nav {
	position: absolute;
	left: 330px;
	top: 36px;
	width:  340px;
}

#nav ul {
	margin: 0;
}
#nav li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 0 0 10px;
	text-indent: -9999px;
}
#nav li a {
	color: #000;
	font: bold 14px Arial;
}
#nav li a:hover {
	color: #AE4E00;
}

#nav_home a{
	width: 59px;
	height: 24px;
	background-image: url(nav_home.gif);
	display: block;
}

#nav_contribute a{
	width: 107px;
	height: 24px;
	background-image: url(nav_contribute.gif);
	display: block;
}

#nav_newsletter a{
	width: 107px;
	height: 24px;
	background-image: url(nav_newsletter.gif);
	display: block;
}

#donate_button{
	width: 201px;
	height: 62px;
	background-image: url(donate_now.gif);
	text-indent: -9999px;
	position: relative;
	left: 680px;
	top: 17px;
}
#donate_button a{
	display: block;
	width: 201px;
	height: 62px;
	z-index: 9999;
}

#footer{
	height: 152px;
	margin: 50px auto;
	text-align: center;
	width: 980px;
}



#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	height: 112px;
	position: relative;
}

#featured_videos {
	height: 430px;
}
#featured_videos p {
	color: #000;
	margin-top: 8px;
	font-size: 11px;
	line-height: 13px;
}

#other_videos p {
	margin-top: 8px;
	font-size: 11px;
	line-height: 16px;
}

#TB_ajaxContent p{
	margin-top: 5px;
	padding: 0;
	margin-bottom: 0;
	font-size: 11px;
	line-height: 14px;
}

#social_bookmarks{
	position: absolute;
	right: 0;
	top: 110px;
}

a {
	color: #AE4E00;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
}

.col2, .col2first {
	width: 480px;
	position: relative;
	float: left;
}

.col2 {
	margin-left: 20px;
}

.col3, .col3first {
	width: 314px;
	float: left;
	position: relative;
}

.col3 {
	margin-left: 19px;
}

.row {
	width: 980px;
}

#other_videos {
	position: relative;
	top: 40px;
}
#featured_title {
	height: 28px;
}

.hide {
	display: none;
}

.video_title {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#other_videos .video_title {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
}
/* @end */

/* @group Typography */

body {
	font: 13px/26px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	background: #000 url(background_narrow.jpg) no-repeat center top;
}

body#homepage {
		background: #000 url(background.jpg) no-repeat center top;

}


a:link {
	
}

a:visited {
	
}

a:hover {
	
}

a:active {
	
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

sup {
	padding-left: 1px;
	font-size: 10px !important;
	font-weight: normal !important;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
	color: #76797c;
	_position: static !important;
}

ul{
	list-style-position: outside;
	margin-bottom: 18px;
}

ul li {
	background: url(../list_bullet.gif) no-repeat left 5px;
	padding-left: 8px;
	margin-left: 16px;
}

p {
	margin-bottom: 18px;
	line-height: 18px;
}

p.intro {
	font-size: 14px;
	line-height: 20px;
}

h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 18px;
	margin-top: 24px;
}

h2 {
	font-size: 17px;
	line-height: 30px;
	font-weight: bold;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 2px;
}

.fineprint {
	font-size: 10px;
	color: #76797c;
	line-height: 13px;
}

.small {
	font-size: 11px;
	line-height: 14px;
}
.tiny {
	font-size: 10px;
	line-height: 12px;
}

.caption {
	
	font-size: 10px;
	line-height: 13px;
	margin-top: 18px;
}


.hidden {
	display: none;
}

.video_frame, .video_frame_right{
	width: 320px;
	float: left;
}

.video_frame_right{
	margin-left: 12px;
	margin-bottom: 18px;
}

/* @end */

@media print {
	body, #main, #content { background:#fff !important; color:#000 !important; }
	a, a:link, a:visited { color:#000 !important; text-decoration:none; }
}
