
/*
Theme Name: Sub5
Theme URI: http://www.sub5century.org/
Description: Theme for Sub5
Author: Create With Curtis
Author URI: http://createwithcurtis.com/
Tags: create with curtis
*/

/* -------------------------------------------------------------------------------------
--> GENERAL STYLE AREA -->
------------------------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	font-size: 62.5%;
	color: #58595b;
	padding: 0;
	background: #022a52 url(images/body_bg.jpg) top center no-repeat;
	font-family: 'helvetica';
}

div, p, ul, ol, dl, h1, h2, h3, h4, h5, h6, table, hr, form, pre {
	float: left;
	clear: both;
	width: 100%;
}

ul, ol {
	list-style: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #548be5;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

a img {
	border: none;
}

table {
	border-collapse: collapse;
	margin: 0 0 15px;
	float: left;
	width: 100%;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.3;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 a {
	color: #2B2B2B;
}

img {
	float: left;
}

.middle_align {
	text-align: center;
}

.left {
	float: left;
	clear: none;
	width: auto;
}

.right {
	float: right;
	clear: none;
	width: auto;
}

.wrapper {
	text-align: left;
	float: none;
	margin: 0 auto;
	width: 960px;
	position: relative;	
}

.container {
	position: relative;
	float: left;
	width: 100%;
	background: transparent url(images/swirl.png) center 6px no-repeat !important;
	background: transparent url(images/swirl.jpg) center 6px no-repeat;
}

#content_container {
	background: #fff;
	width: 954px;
	padding: 3px;
	position: relative;
}


/* -------------------------------------------------------------------------------------
<-- END GENERAL STYLE AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
-- HEADER AREA --
------------------------------------------------------------------------------------- */

#logo {
	width: 252px;
	height: 99px;
	display: block;
	z-index: 1000;
	text-indent: -10000px;
	position: absolute;
	top: 24px;
	left: -20px;
	background: transparent url(images/logo.png) top left no-repeat !important;
	background: transparent url(images/logo.gif) top left no-repeat;
}

#header {
	height: 137px;
	position: relative;
	z-index: 100;
	float: left;
	width: 100%;
}

#nav {
	position: absolute;
	width: 960px;
	left: 0;
	bottom: 0;
	height: 73px;
	padding: 0 0 0 0;
	background: transparent;
	background-position:  bottom left;
	background-repeat: no-repeat;
	background-image: url(images/nav_bg.png) !important;
	background-image: none;
}

#nav li {
	float: right;
	clear: none;
	width: auto;
}

#nav li a {
	height: 73px;
	padding: 0 10px;
	line-height: 73px;
	float: left;
	display: inline;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	font-family: 'helvetica';
}

#nav li a.active, #nav li a:hover {
	text-decoration: underline;
	color: #25aae1;
}


#banner {
	margin: 0 0 10px;
	float: left;
	background: #0373ab;
}

#rotating_banner {
	height: 330px;
	position: relative;
	overflow: hidden;
}

#sub_banner .right {
	height: 192px;
	border: solid #000;
	border-width: 3px 0;
	padding: 8px 1px 0;
	width: 264px;
	background: #000 url(images/sub_banner_right_bg.jpg) top left;
}

#sub_banner .right div {
	margin: 0 0 8px;
}

#sub_banner .right a {
	width: 100%;
	float: left;
	display: inline;
	height: 40px;
	text-indent: -10000px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#sub_banner .right a#sub_nav_register {
	background-image: url(images/sub_nav_register.jpg);
}

#sub_banner .right a#sub_nav_volunteer {
	background-image: url(images/sub_nav_volunteer.jpg);
}

#sub_banner .right a#sub_nav_donation {
	background-image: url(images/sub_nav_donation.jpg);
}

#sub_banner .right a#sub_nav_contact {
	background-image: url(images/sub_nav_contact.jpg);
}

#sub_banner .right a:hover {
	background-position: 0px -40px;
}

/* -------------------------------------------------------------------------------------
-- END HEADER AREA --
------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------
-- CONTENT AREA --
------------------------------------------------------------------------------------- */

#home_content_wrapper {
	width: 685px;
}

#content {
	width: 635px;
	padding: 10px 30px 30px 20px;
	float: left;
	clear: none;
	color: #565656;
}

#homepage #content {
	padding: 10px 30px 0 20px;
}

#content h1, #content h1 a {
	color: #035e91;
	font-size: 24px;
	line-height: 1.5;
}

#content h2 {
	color: #4c4b4b;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 10px;
}

#content h3 {
	color: #4c4b4b;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 10px;
}

#content p, #content li, #content a {
	line-height: 1.5;
	font-size: 14px;
}

img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

img.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

#content ul {
	margin: 0 0 5px 20px;
	padding: 0;
	width: 470px;
	display: inline;
	float: left;
}

#content li {
	margin: 0 0 5px;
	width: 460px;
	padding: 0 0 0 15px;
	background: transparent url(images/bullet.jpg) 0px 6px no-repeat;
}

#content hr {
	border: 0;
	border-top: 1px solid #035e91;
	height: 1px;
	margin: 0 0 10px;
}

#content table {
	width: 630px;
	margin: 0 0 15px;
	font-size: 14px;
}

#content td {
	line-height: 1.5;
	width: 200px;
	vertical-align: top;
	padding: 0 10px 10px 0;
}



#home_sponsors {
	margin: 3px 0 0;
	background: #efefef;
}

#home_sponsors a {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
}

.indent {
	width: 575px;
	padding: 0 30px;
}

.error_message {
	width: 613px;
	background: #c35d5d;
	border: 1px solid #9d9d94;
	padding: 10px;
	color: #fff;
}

.system_message {
	width: 613px;
	background: #5dc38d;
	border: 1px solid #9d9d94;
	padding: 10px;
	color: #fff;
}

label, input, textarea {
	float: left;
	clear: none;
	border: 1px solid #9d9d94;
}

label {
	width: 150px;
	border: 0;
}

label.full {
	width: auto;
}

input {
	width: 200px;
	padding: 2px;
}

input.checkbox {
	width: auto;
	padding: 0;
	margin: 0 15px 0 0;
	border: 0;
}

textarea {
	width: 200px;
	padding: 2px;
}

input.button {
	width: auto;
}

.blog_archive {
	margin: 0 0 15px;
	border-bottom: 1px solid #424242;
}

/* -------------------------------------------------------------------------------------
-- END CONTENT AREA --
------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------
-- SIDEBAR AREA --
------------------------------------------------------------------------------------- */

#sidebar {
	width: 246px;
	float: right;
	clear: none;
	background: #efefef;
	padding: 10px;
}

#sidebar h1 {
	color: #035e91;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 10px;
	border-bottom: 1px solid #bfbfbf;	
}

#sidebar a {
	float: left;
	margin: 0 0 10px;
}

#sidebar p {
	line-height: 1.5;
	font-size: 14px;
}

/* -------------------------------------------------------------------------------------
-- END SIDEBAR AREA --
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
-- FOOTER AREA --
------------------------------------------------------------------------------------- */
#footer {
	background: #022a52 url(images/footer_bg.jpg) bottom left no-repeat;
	font-size: 12px;
	color: #fff;
	width: 930px;
	padding: 23px 15px 15px;
}

#footer a {
	color: #fff;
}

#footer p {
	margin: 0;
}

#footer p.right {
	line-height: 37px;
}

#footer p.right a {
	margin: 0 0 0 15px;
	display: inline;
	float: left;
}

/* -------------------------------------------------------------------------------------
-- END FOOTER AREA --
------------------------------------------------------------------------------------- */

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 930;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 9100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('images/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 930;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('images/fancy_loading.gif') no-repeat;
	z-index: 935;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 990;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 9100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 9100;
}

div#fancy_div h2, div#fancy_div p {
	width: 400px;
	padding: 0 10px;
	margin: 15px 0 0;
}

div#fancy_div h2 {
	font-size: 1.8em;
}

div#fancy_div p {
	font-size: 1.4em;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 9100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 9181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 9111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 9112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: 20px;
	background: transparent url('images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: 20px;
	background: transparent url('images/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 970;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 970;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('images/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('images/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('images/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('images/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 9100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(images/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(images/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(images/fancy_title_right.png) repeat-x;
}
