/* 
========================================================================
Pure Mission
Created 4.27.2010
========================================================================
*/

@import "forms.css";
@import "browser.fixes.css";


* {
	outline:none;
	margin:0;
	padding:0;
	}
html {
	height:100%;	
	}
body {
	background:none repeat scroll 0 0 #FFFFFF;
	color:#666666;
	font-family:Verdana,Geneva,sans-serif;
	font-size:12px;
	}
body.gray {
	background:none repeat scroll 0 0 #666666;
	color:#FFFFFF;
	}
p {
	line-height:22px;
	margin:0 0 18px;
	}

h1, h2 {
	color:#CCCC00;
	font-family:Arial,Helvetica,sans-serif;
	font-size:30px;
	font-weight:bold;
	margin:0 0 20px;
	text-transform:uppercase;
	}
h3 {
	border-bottom:1px dashed #999999;
	border-top:1px dashed #999999;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:normal;
	margin:0 0 18px;
	padding:8px 0;
	}
h4 {
	background:none repeat scroll 0 0 #CCCC00;
	color:#FFFFFF;
	display:inline-block;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	font-weight:normal;
	margin:0 0 10px;
	padding:3px 6px;
	zoom:1;
	#display:inline;
	}
h5, h6 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px;
	}

a:link, a:visited {
	color:#999900;
	text-decoration:underline;
	}
a:hover, a:active {
	text-decoration:none;
	}
body.gray a:link, body.gray a:visited {
	color:#CCCC33;
	}

ul {}

li {
	line-height:22px;
	padding: 3px 0;
	}


/* 
========================================================================
wrapper
========================================================================
*/
#wrapper_image {}
#wrapper_shadow {
	background:url("/images/shadow_top.png") repeat-x scroll 0 0 transparent;
	}
#wrapper {
	background:url("/images/faded_bg.png") repeat scroll 0 0 transparent;
	width:884px;
	}
body.flash #wrapper {
	width:100%;
	
	}
body.wide #wrapper {
	width:100%;
	}
body.gray #wrapper {
	background-image:url("/images/faded_bg_gray.png");
	}
#logo {
	float:left;
	margin:0;
	padding:30px 0 0;
	width:404px;
	}
#header {
	height:160px;
	width:100%;
	}
#flash_header {
	height:180px;
	position:absolute;
	width:100%;
	}

/* 
========================================================================
navigations
========================================================================
*/
#glbnav {
	float:right;
	list-style:none outside none;
	margin:0;
	padding:0;
	}
#glbnav li {
	float:left;
	list-style:none outside none;
	margin:0;
	padding:0;
	}
#glbnav li a {
	display:block;
	height:160px;
	text-align:left;
	text-indent:-9999px;
	}
#nav0 {
	background:url("/images/nav_give.png") no-repeat scroll 0 0 transparent;
	margin-right:6px;
	width:205px;
	}
#nav1 {
	background:url("/images/nav_go.png") no-repeat scroll 0 0 transparent;
	margin-right:6px;
	width:143px;
	}
#nav2 {
	background:url("/images/nav_get.png") no-repeat scroll 0 0 transparent;
	width:196px;
	}

/* 
========================================================================
content
========================================================================
*/

#content {
	background:none;
	float:right;
	margin:46px 0 0;
	padding:0 30px 30px 0;
	width:590px;
	}
body.wide #content {
	float:none;
	margin:0 auto;
	padding:0;
	width:960px;
	}
#text {
	/* min-height:600px; */
	}
#text ul, #text ol {
	margin:0 0 15px 40px;
	}
#text a:link, #text a:visited {}
#text a:hover, #text a:active {}
#flash_wrapper {
	height:575px;
	margin:20px auto 0;
	width:960px;
	}
#flashvideo {
	margin: 0 0 36px 0;
	}
#flashgallery {
	width:100%;
	}
	

/* 
========================================================================
sidebar
========================================================================
*/

#sidebar {
	float:left;
	width:190px;
	margin: 46px 0 0 40px;
	}
#nav {
	list-style:none outside none;
	margin:0;
	padding:0;
	}
#nav li {
	list-style:none outside none;
	padding:6px 0;
	}
#nav li a {
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	font-style:italic;
	line-height:30px;
	text-decoration:none;
	}
#nav a:hover {
	color:#CCCC33;
	}
#nav ul {
	display:none;
	padding:10px 0 0 0;
	margin:0 0 0 25px;
	}
#nav ul li {
	list-style:disc;
	padding:3px 0;	
	} 
#nav ul li a {
	color:#666666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:16px;
	}
#nav ul li a:hover {
	color:#CCCC33;
	}
#nav li.current li ul,
#nav li li.current li ul,
#nav li li li.current li ul {
	display:none;
	}
#nav li.current ul,
#nav li li.current ul,
#nav li li li.current ul {
	display:block;
	}
body.gray #nav li a {
	color:#FFFFFF;
	}
body.gray #nav li a:hover {
	color:#CCCC33;
	}
body.gray #nav ul li a {
	color:#CCCCCC;
	}
body.gray #nav ul li a:hover {
	color:#CCCC33;
	}

/* 
========================================================================
footer
========================================================================
*/

#footer {
	background:url("/images/footer_bg.jpg") repeat-x scroll 0 0 transparent;
	bottom:0;
	padding-top:106px;
	position:fixed;
	width:100%;
	z-index:990;
}

body.gray #footer {
	background-image:url("/images/footer_bg_gray.jpg");
}

body.home #footer,
body.flash #footer,
#footer.nogradient {
	background-image:none !important;
	padding-top:0;
}

#transparent_bg {
	background-color:#FFFFFF;
	filter:alpha(opacity=90); /* for IE */
	height:50px;
	opacity:0.9; /* CSS3 standard */
	position:absolute;
	width:100%;
	z-index:0;
}

#tabs_nav {
	padding:0 120px;
	position:relative;
	z-index:990;
	zoom:1;
}

#tabs_nav a {
	background-color:transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:50px;
	text-align:left;
	text-indent:-9999px;
}

#tabs_nav a.over {
	background-position:left bottom;
}

#tab_facebook	{ background-image:url("/images/nav_facebook.gif"); width:131px; }
#tab_latest-news{ background-image:url("/images/nav_latest-news.gif"); width:201px; }
#tab_tv-series	{ background-image:url("/images/nav_tv-series.gif"); width:160px; }

#tabs {
	background:none repeat scroll 0 0 #FFFFFF;
	display:none;
	height:160px;
	padding:0 120px;
	position:relative;
	z-index:990;
	zoom:1;
}

#tabs .tab {
	background-color:transparent;
	background-position:right top;
	background-repeat:no-repeat;
	display:none;
	float:right;
	height:160px;
	overflow:hidden;
}

#tabs #div_facebook {
	background-image:url("/images/bg_facebook.jpg");
}

#tabs #div_latest-news {
	background-image:url("/images/bg_latest-news.jpg");
	height:150px;
	margin-right:128px;
	padding:10px 25px 0;
	width:510px;
}

#div_latest-news .news_item {
	color:#CCCC00;
	font-size:12px;
	font-weight:bold;
	margin-top:15px;
}

#div_latest-news .news_item h3 {
	border:medium none;
	color:#666666;
	display:inline;
	font-size:16px;
	font-weight:bold;
	margin-right:3px;
}

#div_latest-news .news_item h3 a {
	color:#666666;
	margin-right:3px;
	text-decoration:none;
}

#div_latest-news .news_item h3 a:hover {
	text-decoration:underline;
}

#div_latest-news .news_item .date {}

#div_latest-news .news_item a.read_more {
	color:#CCCC00;
}

#div_latest-news .news_item a.read_more:hover {}

#tabs #div_tv-series {
	background-image:url("/images/bg_tv-series.jpg");
	height:140px;
	margin-right:328px;
	padding:20px 25px 0;
	width:406px;
}

#tv-series_image {
	float:left;
	margin-right:20px;
	overflow:hidden;
	width:190px;
}

#tv-series_image img {
	max-width:190px;
}

#tv-series_text {
	float:left;
	padding-top:20px;
	width:196px;
}

#tv-series_text a {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#tv-series_text a:hover {
	text-decoration:underline;
}

#amlogo {
	margin-top:15px;
	position:absolute;
	right:60px;
	z-index:999;
}

#amlogo img {
	border:none;
}

/* 
========================================================================
SPECIAL TEMPLATES
========================================================================
*/

#media_gallery {
	margin-bottom:30px;
	height:307px;
	width:546px;
	}
	
	
/* News */
#recent_news {
	margin:0 0 50px;
	position:fixed;
	width:190px;
}

#recent_news h4 {}

#recent_news ul {
	margin:0 0 20px 14px;
}

#recent_news ul li {
	line-height:18px;
	padding:0 0 10px;
}

#recent_news ul li a {}

#recent_news ul li a:hover {}

#recent_news a.read-more {
	color:#333333;
	font-size:11px;
	font-weight:bold;
}

#recent_news a.read-more:hover {}
	

/* News Archive */
#text ul#newslist {
	margin-bottom:20px;
}

.news_pagination {
	border-top:1px solid #CCCCCC;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:50px;
	padding-top:10px;
	text-transform:uppercase;
}

.news_pagination a {
	color:#333333;
	margin:0 3px;
	padding:5px;
	text-decoration:none;
}

.news_pagination a:hover {
	color:#CCCC00;
}

.news_pagination strong {
	background:none repeat scroll 0 0 #333333;
	color:#FFFFFF;
	margin:0 3px;
	padding:5px;
}

.news_pagination a.prev {
	
}

.news_pagination a.next {
	
}


/* 
========================================================================
common css
========================================================================
*/
img {
	border:0;
	}


/* =Non-Flash Content
---------------------------------------------------------------------
*/

.no_flash {
	display:none;
}

#no_flash_header {
	background:url("/images/sub_header_bg.jpg") no-repeat scroll right top transparent;
}

body.gray #no_flash_header {
	background-color:#FFFFFF;
}


/* =Editor Styles
---------------------------------------------------------------------
*/

.clear {
	clear:both;
	display:block;
	float:none;
	height:0pt;
	margin:0pt;
	overflow:hidden;
	padding:0pt;
	width:0pt;
}

.left {
	float:left;
}

.right {
	float:right;
}

.alignleft {
	display:inline;
	float:left;
	margin:0 15px 15px 0;
}

.alignright {
	display:inline;
	float:right;
	margin:0 0 15px 15px;
}

p.no_margin {
	margin:0 !important;
}

.small_italic, .small_italic * {
	color:#999999 !important;
	font-size:11px !important;;
	font-style:italic !important;
}

/* Donation Box */
#text .donate_box {
	background:url("/images/donate_bg.jpg") no-repeat scroll 0 0 transparent;
	height:38px;
	margin:0 0 18px;
	padding:37px 0 0 28px;
	width:194px;
}
#text .donate_box input.price {
	border:medium none;
	float:left;
	font-family:Verdana,Geneva,sans-serif;
	font-size:12px;
	height:25px;
	margin-right:4px;
	padding:0 5px;
	vertical-align:middle;
	width:110px;
}
#text .donate_box input.submit {
	float:left;
}