/*
	Copyright 2008 GVN Foundation. All rights reserved.
	Design by susannah at susannah dot com dot au
	CSS by me at richardsime dot com
	*/


	/*****************************
	CONTENTS
	1.	Global Styles
		- Reset
		- Layout
		- Column Positioning
		- Typography
	2.	Navigation
	3.	Breadcrumbs
	4.	Extras
		- General
		- Signup
		- Buttons
		- boxStyle1
		- boxStyle2
	5.	Footer
	6.  Forms
	7.  Pop Up Images
	*****************************/


/*****************************
	1. Global Styles
*****************************/

/***************** Reset ****************/
html, body, div, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul {
	list-style: none;
}
fieldset, img {
	border: none;
	outline: 0;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearer {
	clear: both;
}
a {
	outline: none;
}
/***************** Layout ****************/
html {
	height: 100%;
}
body {
	height: 100%;
	background:	url('http://www.gvnfoundation.org/images/bg_gradient.gif') top left repeat-x #ccc;
	color:#222;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
}
#pageBackground {
	position: relative;
	min-height: 100%;
	background:	url('http://www.gvnfoundation.org/images/bg_squiggle.png') top left repeat transparent;
}
/* IE6 star HTML hack to ensure 100% height means exactly that */
* html #pageBackground {
	height: 100%;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 14px 0;
}
div#overDiv {
	position:absolute;
	visibility:hidden;
	z-index:1000;
}
div#banner {
	background: url('http://www.gvnfoundation.org/images/banner.png') no-repeat scroll left top transparent;
	height: 113px;
}
div#content {
	background-color: #FFFFFF;
}
div#padding {
	padding: 12px 13px 40px;
}
img.left {
	float: left;
	margin: 0 16px 10px 0;
	position: relative;
	top: 3px;
}
img.right {
	float: right;
	margin: 0 0 10px 16px;
	position: relative;
	top: 3px;
}
img.right2 {
	float: right;
	margin-right: 10px;
	margin-left: 5px;
}
img.bordered {
	padding: 5px;
	border: 1px solid #ccc;
}
/***************** Column Positioning ****************/
.first, .main, .last {
	float: left;
}
#oneCol .first {
	width: 744px;
}
#twoCol .first {
	width: 180px;
}
#twoCol .main {
	margin-left: 16px;
	width: 678px;
}
#threeCol .first {
	width: 180px;
}
#threeCol .main {
	margin: 0 16px;
	width: 520px;
}
#threeCol .last {
	width: 142px;
}
/***************** Typography ****************/
th, h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
}
h1 {
	color: #1988FF;
	top: 16px;
	font-size: 16px;
	margin-bottom: 12px;
	border-bottom: 1px solid #B0D5FF;
	display: inline;
	padding-bottom: 1px;
}
h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	margin-top: 18px;
	margin-bottom: 2px;
	color: #004691;
}
h2 span {
	text-transform: none;
	font-weight: 300;
}
h2:first-child {
	margin-top: 0;
}
/* h3 altered bt Graham March 2008 */
h3 {
	font-size: 1.05em;
	font-weight: 700;
	color: #535353;
	margin-bottom: 2px;
}
h4 {
	text-transform: uppercase;
	font-size: 1.1em;
	margin-top: 18px;
	margin-bottom: 2px;
	color: #FF6600;
}
h5 {
	font-size: 1.2em;
	font-weight: 900;
	margin-top: 1em;
	margin-bottom: -1em;
}
h6 {
	font-size: 1em;
	font-weight: 900;
	margin-top: 1em;
	margin-bottom: -1em;
}
strong {
	font-weight: 900;
}
em {
	font-style: italic;
}
p {
	color: #333;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 1em;
}
p#intro {
	font-weight: bold;
	margin-top: 18px;
	font-size: 1.1em;
	font-weight: 900;
	color: #004691;
}
a {
	color: #f60;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
td {
	vertical-align: top;
}
div.main ul {
	padding-left: 13px;
	list-style: url('http://www.gvnfoundation.org/images/bullet.gif');
	margin: 8px 0;
}
div.main ul li {
	margin: 6px 0;
}
/*****************************
	2. Nav
*****************************/
#main_nav {
	background: url("/images/shadow_mainMenu2.jpg") repeat-x scroll 0 0 transparent;
	height: 30px;
	padding: 0 15px;
}
#main_nav_c {
}
/* Menu */
#nav {
	list-style: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#nav ul {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    border-top: none;
    float: left;
    font-weight: bold;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	padding:0 22px;
	text-align: center;
	text-decoration: none;
}
#nav li:hover a, #nav li:focus a {
	color: #004691;
}
#nav ul a {
	color: #004691;
}
#nav ul li:hover a, #nav ul li:focus a {
	color: #FF6600;
}
#nav li.more {
	background: url(/i/rightarrow.png) center right no-repeat;
}
#nav li.more:hover {
	background: url(/i/rightarrow2.png) #f00 center right no-repeat;
}
#nav li {
	float: left;
	padding: 0;
}
#nav ul {
	position: absolute;
	display: none;
	z-index: 10;
	height: auto;
	width: 200px;
	margin: 0;
}
#nav li li {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #FFFFFF;
    width: 200px;
}
#nav ul a {
	text-align: left;
	padding: 2px 10px;
	border-width: 1px 1px 0 1px;
	border-color: #fff;
	border-style: solid;
	font-size: 12px;
}
#nav li ul ul {
	margin: -2em 0 0 12em;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	display: block;
}
#nav li:hover, #nav li:focus, #nav li.sfhover {
	background-color: #EEEEEE;
}
#nav ul li:hover, #nav li:focus, #nav li.sfhover {
	background-color: #FFFFFF;
}
/*****************************
	3. Breadcrumbs
*****************************/
#folder {
	color: #777;
	padding:0 0 5px 0;
	border-bottom: 1px solid #FFE0CC;
	margin-bottom: 16px;
	text-transform: capitalize;
}
/*****************************
	4. Extras
*****************************/

/***************** General ****************/
#signup, .boxStyle1, .boxStyle2, .fellowship {
	margin-bottom: 20px;
}
/***************** Signup ****************/
#signup {
	height: 183px;
	padding: 10px 7px 0 7px;
	background: transparent url("http://www.gvnfoundation.org/images/bg_signup.gif") no-repeat !important;
	position:relative;
}
#signup p, #signup form {
	margin: 0;
	padding: 0;
}
#subscribeForm .textfield {
	border:0 solid #FFFFFF;
	color:#777777;
	font-size:12px;
	height:25px;
	margin-top:8px;
	padding:0 0 0 8px;
	width:155px;
}
fieldset>input.textfield {/* http://www.picment.com/articles/css/funwithforms/ */
	background: transparent url("http://www.gvnfoundation.org/images/bg_input.png") no-repeat !important;
}
#subscribeForm .submit {
	border: solid 0 #fff !important;
	margin: 10px 0 0 0;
	float: right;
	background-color: transparent;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
	font-weight: 900;
}
#subscribeForm .submit:hover {
	cursor: pointer;
	color:#fff;
}
/***************** Buttons ****************/

div.button {
	padding: 0 0px 0 0px;
	width: 142px;
	height: 49px;
	overflow: hidden;
	margin-bottom: 16px;
}
div.button a {
	color: #FFFFFF;
	display: block;
	font-size: 20px;
	font-weight: 900;
	height: 49px;
	letter-spacing: 1px;
	padding: 8px 10px 2px 0;
	text-align: right;
	background: url('http://www.gvnfoundation.org/images/button2.gif') 0 0;
}
div.button a span {
	margin: 0 0 0 10px;
	vertical-align: super;
	text-shadow: -1px -1px 0 #d5a06f;
}
div.button a:hover {
	text-decoration: none;
	background-position: 0 49px;
}
div#vbutton a {
	width: 400px;
	height: 26px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top;
	background-image: url(/volunteer/images/volunteer_button.gif);
}
div#vbutton a:hover {
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: bottom;
	background-image: url(/volunteer/images/volunteer_button.gif);
}
/***************** boxStyle1 ****************/
div.boxStyle1 {
	padding: 6px 6px 4px 6px;
	background: url('http://www.gvnfoundation.org/images/bg_stripes.gif') #ccc;
}
div.boxStyle1 p b {
	color: #000;
}
div.boxStyle1 ul {
	padding-left: 13px;
	list-style: url('http://www.gvnfoundation.org/images/bullet2.gif');
}
div.boxStyle1 a {
	display: block;
	font-weight: 900;
}
div.boxStyle1 ul li, div.boxStyle1 p {
	margin-bottom: 4px;
}
div.boxStyle1 img {
	padding: 5px;
	border: 1px solid #ccc;
	background: url('http://www.gvnfoundation.org/images/bg_stripes.gif') #fff;
	position: relative;
	top: 3px;
}
/***************** boxStyle2 ****************/
div.boxStyle2 li {
	line-height: 1.1em;
	margin: 0 0 1em 0;
	color: #80910E;
	background: #EBEFCD;
	padding-top: 2px;
	border-top: 1px solid #D9E0A5;
	padding: 4px 8px 0 8px;
}
div.boxStyle2 a {
	font-weight: 900;
	display: block;
}
div.boxStyle2 p {
	margin-bottom: 6px;
	color: #607107;
}
div.boxStyle2 img {
	margin-top: 6px;
	margin-bottom: -2px;
	position: relative;
	left: -8px;
}
/***************** fellowship ****************/
div.fellowship {
	background-image: url('http://www.gvnfoundation.org/images/fellowship.gif');
	background-repeat: no-repeat;
	width: 180px;
	height: 233px;
}
/*****************************
	5. Footer
*****************************/

div#footer {
	background: url("http://www.gvnfoundation.org/images/shadow_footer2.png") repeat-x scroll center top transparent;
	font-size: 9px;
	height: 62px;
	line-height: 1.8em;
	margin-top: 1px;
	padding-top: 10px;
	text-align: center;
}
div#footer ul li {
	border-left: 1px solid #4074AD;
	display: inline;
	padding: 0 6px;
	color: #4074AD;
}
div#footer ul li.noBorder {
	border-left: none;
}
div#footer ul li a {
	color: #BFD1E3;
}
div#footer ul li a:hover {
	text-decoration: underline;
}
div#footer p {
	margin: 5px 0 8px 0;
	color: #BFD1E3;
	font-size: 13px;
}
div#footerShadow {
	background: url("http://www.gvnfoundation.org/images/shadow_footerBottom2.png") no-repeat scroll left bottom transparent;
	height: 8px;
}
/*****************************
	6. Forms
*****************************/

#moreinfo {
	width: 160px;
	background-color: #ff6600;
	margin-left: auto;
	margin-right: auto;
	padding:10px;
}
.input {
	width: 120px;
	background: white;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:10px;
	margin-bottom:5px;
}
ol li {
	font-weight: bold;
	margin-top: 6px;
	font-size: 1.1em;
	font-weight: 900;
	color: #004691;
	list-style-type: square;
}
.testimonials {
	clear: both;
}
/* form formatting */
fieldset.form_fields {
	border: 1px solid #4C4C4C;
	background:	url('http://www.gvnfoundation.org/images/form_shout.gif') top left repeat-x #676767;
	padding: 5px;
	margin: 10px 0;
}
fieldset.form_fields2 {
	border: 1px solid #4C4C4C;
	background-color: #F9ECAA;
	padding: 5px;
	margin: 10px 0;
}
fieldset.form_fields legend {
	color: #1988FF;
	font-size: 13px;
	font-weight: 700;
}
fieldset.form_fields2 legend {
	color: #1988FF;
	font-size: 13px;
	font-weight: 700;
}
fieldset.form_fields2 label {
	color: #1988FF;
	font-weight: 700;
}
fieldset.form_fields label {
	color: #1988FF;
	font-weight: 700;
}
div.form_fields {
	padding: 2px 0;
}
textarea.appform {
	width: 400px;
}
input.appform {
	width: 300px;
}
.appsubmit {
	width: 100px;
	float: right;
}
#programBlocks a {
	display:block;
	font-weight:normal;
	color:#666;
	background-color:#D9DFEA;
	padding:2px;
	width:320px;
	line-height:13px;
	float:left;
	margin-bottom:5px;
	text-decoration:none;
}
#programBlocks strong {
	color:#06C;
}
#programBlocks a:hover {
	background-color:#7185AE;
	text-decoration:none;
	color:#FFF;
}
#programBlocks a:hover strong {
	color:#fff;
}
#programBlocks a img {
	float:left;
	border:none;
	margin-right:5px;
}
#programBlocks h2 {
	float:left;
	display:block;
	width:400px;
}
label.error {
	color:red;
	font-size:10px;
	line-height:10px;
}

/*****************************
	7. Buttons
*****************************/

.button {
    cursor: pointer;
    display: inline-block;
    font: 14px/100% Arial,Helvetica,sans-serif;
    margin: 0 2px;
    outline: medium none;
    padding: 0.5em 2em 0.55em;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
    text-decoration: none;
}
.button:active {
    position: relative;
    top: 1px;
}
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

