/* ----------------------------------------------------------
Radius 2010 Main Style Sheet

Version: 1.0
Author: Nick Barna
Email Address: nickbarna@gmail.com
------------------------------------------------------------*/


/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

html {
	height: 100%;
	}
	
body {
	line-height: 1;
	font-size: 62.5%;
	background-color: #14527a;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: white;

}


ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
	clear:both;
}

/* Basic Tags */

p {
	font-size: 1.2em; line-height: 1.6em; font-family: Arial, Helvetica, sans-serif; margin: 0 0 18px 0; text-align: justify;
}

span {
	font-size: 1.2em; line-height: 1.6em; font-family: Arial, Helvetica, sans-serif; color: white;
}

h1 {
	width: 980px; height: 378px; display: block; text-indent: -4000px; background-image: url(../images/mainLogo.jpg); margin: 0 auto;
}

h2 {
	font-size: 3.4em; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-transform: uppercase; 
}

h3 {
	color: #84a9c2; font-size: 2em; font-family: Arial, Helvetica, sans-serif; font-weight: bold;
}

li {
	color: #58bcff; font-size: 1.2em; font-family: Arial, Helvetica, sans-serif;
}

dt {
	font-size: 1.2em;  line-height: 1.6em; font-weight: bold;
}
dd {
	font-size: 1.2em; line-height: 1.6em; margin: 0 0 18px 0;
}

dl {
	margin: 18px 0 36px 0;
}

a {
	color: #58bcff;
	font-weight: bold;
	font-size: 1.2em;
}

li a {
font-size: 1em;
}

a:hover {
	color: white;
}

a:visited {
	color: #FFF;
}

/* layout */

#container {
	width: 100%; margin: 0 auto; max-width: 980px;
}

.twoCol #leftColumn {
	width: 41%; float: left;
}

.oneCol #leftColumn {
	width: 980px;
}

.twoCol #rightColumn {
	width: 51%; float: right; min-width: 500px;
}

.oneCol #rightColumn {
	display: none;
}

.alignRight {
	text-align: right;display: block;
}

#mainContent {
	margin: 36px 0 0 0;
}

#footer {
	margin: 36px 0 18px 0;
}

#home #mainContent #leftColumn h2 {
	margin: 54px 0 18px 0;
}

h2 {
	margin: 0 0 18px 0;
}

#contactList li {
	margin: 0 0 18px 0;
}

#gallery1 {
	margin: -5px 0 0 0;
}

/* Main Menu */

#mainMenu {
	margin: 18px 0 0 0;

}

#mainMenu li {
	display: block; float: left; padding: 8px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
}

#mainMenu a {
	text-decoration: none; font-size: 2em; color: white; text-transform: uppercase; font-weight: normal; padding: 8px;overflow: hidden;
}

#mainMenu a:hover {
	background-color: #186190; color: white; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 8px;
}

#mainMenu .active {
	background-color: #1b7dbd;
}

#mainMenu .active a:hover {
	color: white; background-color: transparent;
	}
	
.about, .register, .faq, .volunteer, .partners, .forms {
	 margin: 0 0 0 1%;
}



/* typography */

li span {
	font-size: 1em;
}

#forms h3 {
margin: 18px 0 9px 0;
}

#forms li {
line-height: 1.6em;
}