/* HTML5 ✰ Boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
.container {
	overflow: hidden;
}

::-moz-selection{ background: #F09830; color:#fff; text-shadow: none; }
::selection { background:#F09830; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


/**
 * Primary styles
 *
 * Author: 
 */
html{

}
body{
	margin:0px 0px 0px 0px;
	line-height:1.75em;
	font-size:1.25em;
	background-image:url(../img/bg_stretch.png);
	background-position:center;
	background-repeat:repeat;
}
h1, h2, h3, h4{
	margin-bottom:24px;
	text-shadow: -1px -1px 0px #F5EEE3;
	filter: dropshadow(color=#F5EEE3, offx=-1, offy=-1); 
	color:#000033;
	text-transform:uppercase;
}
p{
	margin-bottom:24px;
	color:#000033;
}
h1{
	font-size:2em;
	line-height:1em;
	letter-spacing:.05em;
	margin-left:0px;
	padding:0px;
}
h2{
	1.375em;
	1.0909em;
	clear:both;
}
h3{
	font-size: 1.25em;
	line-height:1.2em;
}
h4{
	font-size:1.125em;
	line-height: 1.333em;
}
#topbg{
	position:absolute;
	width:100%;
	background-image:url(../img/bg_large.png);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top center;
	top:0px;
	height:1006px;
	z-index:-666;
}
#headerwrap{
	height:72px;
	width:100%;
	border-bottom:solid 1px #C8E7EE;
	position:fixed;
	top:24px;
	background-color:#C8E7EE;
	opacity:0.95;
	z-index:2;
}
#topbar{
	background-color:#92CADC;
	background-image:url(../img/topbarbg.png);
	background-position:top center;
	height:2px;
	width:inherit;	
	background-repeat:no-repeat;
}
.center{
	width:960px;
	margin:0px auto 0px auto;
}
#thecause iframe{
	height:397px;
	margin-right:40px;
	float:right;
	width:705px;
	margin-bottom:48px;
	position:relative;
	margin-left:auto;
	clear:both;
}	
#logo{
	float:left;
	width:auto;
	position:absolute;
	margin-top:-18px;
	margin-left:20px;
	clear:both;
	opacity:1;
}
ul#navigation {
	margin:0px;
	list-style:none;
	clear:right;
	opacity:1;
}
ul#navigation li a{
	float:right;
	padding:0px;
	color:#003399;
	text-align:center;
	font-size:1.2em;
	text-decoration:none;
	margin:-4px 20px 0 10px;
	text-transform:uppercase;
	-webkit-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
	-webkit-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	text-shadow: -1px -1px 0px #61d0ff;
	filter: dropshadow(color=#61d0ff, offx=-1, offy=-1); 	
}
ul#navigation li a:hover{
	color:#CC0000;
	background-color:#77C8FC;
}
ul#contact{
  	float: right;
    list-style: none outside none;
    margin: 0 0 0 10px;
    padding: 0;
}
ul#contact li{
	display:inline;
}
ul#contact li a{
	color:#000033;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	line-height:1.3125em;
	letter-spacing:1px;
	margin:12px 20px 0px 1px;
	text-transform:uppercase;
}
ul#contact li a:hover{
	color:#CC0000;
}
#date{
	margin-top:12px;
	float:left;
	height:40px;
	width:auto;
	color:#000;
	clear:both;
}
.contentwrapper{
	width:785px;
	margin:0px auto 0px auto;
	right:20px;
	z-index:1;
	left:77.5px;
	position:relative;
	top:48px;
}
.contentwrapper .perrier{
	position:absolute;
	left:300px; top:520px;
	z-index:1000;
}
#event{
	margin-top:0px;
	padding-top:0px;

}
#thecause{
	margin-top:144px;
	padding-top:120px;
	padding-bottom:96px;
	width:100%;
	height:716px;
	margin-bottom:0px;
	background-image:url(../img/causetop.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#000000;
	color:#FFFFFF;
}
#sponsortop{
	background-image:url(../img/sponsortop.png);
	background-position:top center;
	background-repeat:repeat-x;
	height:34px;
	width:100%;
}
#sponsorship{
	margin-top:0px;
	padding-top:96px;
	width:100%;
	background-image:url(../img/sponsor_color.png);
	background-image:repeat;
	background-color:#C4E0E8;
	padding-bottom:72px;
	height:840px;
}
.sponsor{
	height:auto;
	margin-bottom:24px;
	border-bottom:solid thin #669999;
	padding-bottom:24px;
	overflow:auto;
	width:210px;
	float:left;
	text-align:center;
	padding-right:20px;
	padding-top:24px;
	padding-left:20px;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition:	background-color 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
	
}
.sponsor:hover{
	background-color:#99CCFF;
}
.sponsor p{
	font-size:.75em;
	color:#000033;
	line-height:1.3125em;
}
.sponsor img{
	margin-left:auto;
	margin-right:auto;
	clear:both;
}	
#yourdonation{
	clear:both;
	margin-bottom:48px;
	width:575px;
}
#register{
	padding-top:96px;
	background-image:url(../img/registerbg.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:216px;
	background-color:#C4E0E8;
}	
.indent{
	margin-left:32px;
}
.justify{
	text-align:left;
}
.leftcolumn{
	width:685px;
	text-align:justify;
}
.rightcolumn{
	float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 24px;
    text-align: left;
    width: 350px;
}
.textcenter{
	text-align:center;
	clear:both;
	margin-top:24px;
	padding-top:24px;
}
.ondark{
	color:#DBE541;
	text-shadow:none;
}
.formli{
	text-align:left;
	float:left;
	width:auto;
	clear:both;
	color:#000033;
}
#leftform{
	width:196px;
	float:left;
	margin-top:24px;
	margin-left:0px;
	list-style:none;
	clear:left;
}
#rightform{
	width:196px;
	float:left;
	margin-left:0px;
	margin-top:24px;
	list-style:none;
}
#registertop{
	background-image:url(../img/register_top.png);
	width:100%;
	height:38px;
	background-repeat:repeat-x;
	background-position:center top;
	margin:0px;
	padding:0px;
}
#flyer{
	text-align:center;
	padding-top:64px;
	height: 430px;
}
#top{
	position:relative;
	height:0px;
	width:0px;
	top:0px;
}
#eventland{
	position:relative;
	top:-140px;
	height:0px;
	width:1px;
}
#social {
	list-style:none;
	float:left;
	margin:0px;
	position:relative;
	left:165px;
	margin-top:3px;
}
#social li{
	display:inline;
	float:right;
}
.just{
	text-align:justify;
}
#handmade {
    clear: both;
    color: #000033;
    float: right;
    left: 24px;
	opacity:.75;
    margin-top: -72px;
	margin-right:10px;
    position: relative;
}	
#handmade:hover{
	opacity:1;
}
#facebook{
	width:200px;
	overflow:hidden;
}
/*CONTACT FORM STYLES*/


.notification_error{
	border: 1px solid #ccc;
	height: auto;
	width: 90%;
	padding: 4px;
	padding-bottom:6px;
	margin-bottom:12px;
	background-color: #eaeaea;
	text-align: left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-left:auto;
	margin-right:auto;
	font-size:1em;

}
.notification_ok{
	border: 1px solid #ccc;
	height: auto;
	width: 90%;
	padding: 8px;
	background-color:#eaeaea;
	margin-bottom:12px;
		padding-bottom:6px;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-left:auto;
	margin-right:auto;
	font-size:1em;
}
.info_fieldset { 
	margin-left: 20px;
	margin-right: 20px;
	border-left-color: #CCCCCC;
	border-radius: 4px;
	width:auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position:relative;
	top:15px; 	
}
.info_fieldset legend {
	color: #003333; 
	font-size: 1em;
	padding: 7px 7px 14px 7px;
}
.button {
	border: 1px solid #333333; 
	border-top-color: #666600; 
	border-left-color: #666600; 
	background: #FFF80B;
	color:#000033; 
	padding:12px;
	margin:6px;
	margin-left:0px;
	margin-top:24px;
	width:418px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius:4px;
	font-size: 1em;
	
}

/* Label */
label  { 
		width: 140px; 
		padding-left: 0px; 
		margin: 6px; 
		float: left; 
		clear:left;
		text-align: left; 
		font: 1em 'LatinModernRoman10Regular', Arial, sans-serif;	
}
/* Input, Textarea */
input, textarea
{
	margin: 6px;
	margin-top:0px;
	padding: 12px; 
	margin-left:0px;
	float: left;
	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 
	color: #333333; 
	font: 1em Verdana, Helvetica, Arial, sans-serif;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width:392px;
}
.radio{
	width:32px;
	padding:12px;
	margin:6px;
	float:left;
	text-align:left;
}
#registrationform{
	margin:0px;
	list-style:none;
	padding:0px;
}
#registrationform li{
	float:left;
	width:392px;
}
.fields br { clear: left; }



.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

