/*   
Theme Name: Helmet's First Theme
Theme URI: http://www.heapcreative.com
Description: A custom theme Designed for Helmets First.
Author: Michael Johnson/ heapcreative.com
Author URI: http://www.heapcreative.com
Version: 1
*/

/*
	HTML5 Reset Wordpress Theme :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
	Special thanks: The Wordpress theme owes its start to an empty theme authored 
		by Chris Coyier & Jeff Starr: http://digwp.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, 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, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}



table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}


/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/*fontface */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 30, 2012 */



@font-face {
    font-family: 'SerpentineDBolRegular';
    src: url('serpntb-webfont.eot');
    src: url('serpntb-webfont.eot?#iefix') format('embedded-opentype'),
         url('serpntb-webfont.woff') format('woff'),
         url('serpntb-webfont.ttf') format('truetype'),
         url('serpntb-webfont.svg#SerpentineDBolRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}





/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/

#page-wrap {width: 1000px; margin: 20px auto;}

.post {}

.entry-content {}
.entry-content a {}
.entry-content a:hover {}

#meta {}
.postmetadata {}

#sidebar {}

.navgation {}
.next-posts {}
.prev-posts {}

#searchform {}
#s {}
#searchsubmt {}
	
ol.commentlist {list-style: none;}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {border-bottom: 1px dotted #666; padding: 10px;}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {font-style: normal;}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {float:right; margin: 0 0 10px 10px;}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {font-size: 10px;}
ol.commentlist li.comment div.comment-meta a {color: #ccc;}
ol.commentlist li.comment p {}
ol.commentlist li.comment ul {}
ol.commentlist li.comment div.reply {font-size: 11px;}
ol.commentlist li.comment div.reply a {font-weight: bold;}
ol.commentlist li.comment ul.children {list-style: none; margin: 10px 0 0;}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {border-left: 5px solid #555; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-3 {border-left: 5px solid #999; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-4 {border-left: 5px solid #bbb; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {background: #fff;}
ol.commentlist li.odd {background: #f6f6f6;}
ol.commentlist li.parent {border-left: 5px solid #111;}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/*ejs 1000px grid styling
--------------------------------------------------------------------------------*/

			* { margin:0; padding:0; }
		    body{background:url(_/images/background.jpg) center top; background-repeat:repeat-y; }
			div.page-wrap { position: relative; max-width: 1000px; background: url(_/images/sidebarbg.png); background-repeat: repeat-y;  background-position: top right; background-color:#faf0e4; margin:0 auto; overflow: visible; height: auto;}
			div.page-wraps { position: relative; max-width: 1000px; margin:0 auto; overflow: visible; height: auto;}
			div.rotateimage { position: absolute; width: 1000px; background: url(_/images/backgrounds/1.jpg); background-repeat: no-repeat; background-size:1000px 840px;  background-position: top right; margin:0 auto; height: 840px; z-index:-1;}
			div div div {float:left; margin:0 0 0 0; }
			div div div:last-child { margin-right:0; }
			div div.mainimage div { margin: 0; padding: 0; }
			div div.row02 div { width:66%; min-height:578px; padding-left: 10px; }
			div div.row02h div { width:66%; min-height: 215px; }
			div.hometext { position: relative; top: 25px; z-index: 2;}
			div.hometextbg {float: left; overflow: visible; position: relative; top: 232px; height: 200px; width:98%; z-index: 0;background-color: rgba(253, 243, 232, 0.8);}
			div div.row03 div { align: top right; width:33%; float: right; height: 100%; margin: 0; overflow:visible; }
			div div.row04 {background-color:#e7dcd0; overflow:hidden;}
			div div.row04 div { float: left; margin-bottom:0;  width:25%;}
			div div.row04 div div {width:100%;}
			div.legal {background:none; float: clear; margin-top: .8em; margin-bottom:0; width:100%; text-align: center;}
			p { color:#666; font:1em/1.5em verdana, sans-serif; padding-left:1.5em; padding-top:0; padding-bottom: 1em; }
			p a { color:#0173d8; text-decoration: none;}
			p a:hover { color:#0173d8; text-decoration:underline;}
			p.context { margin-left:5%; }
			.clear {clear: both;}
			.clearleft {clear: left;}
			img.headerimage {
	width: 100%;
}
div.entry div {
min-height: 0px !important;
}
			
			
			
			
/* font and typography  
----------------------------------------------------------------*/
.entry {color:#666; font:1em/1.5em verdana, sans-serif; padding-left:2em; padding-top:0; padding-bottom: 1em;
}
div.entry p {color:#666; font:1em/1.5em verdana, sans-serif; padding-left:2em; padding-top:0; padding-bottom: 1em;
}

div.row02 ul {
	color:#666; font:1em/1.5em verdana, sans-serif; padding-left:1.5em; padding-top:0; padding-bottom: 1em; list-style-type:disc; list-style-position: inside;
}
div.row02 ol {
	color:#666; font:1em/1.5em verdana, sans-serif; padding-left:1.5em; padding-top:0; padding-bottom: 1em; list-style-position: inside;
}
div.row02 blockquote {
	color:#666; font:1em/1.5em verdana, sans-serif; padding-left:1.5em; padding-top:0; padding-bottom: 1em;
}

a:visited {
	text-docoration:none;
	color:#0173d8;
}
h1 {
	font-family: 'SerpentineDBolRegular';
	color: #ff6500;
	font-size: 1.4em; 
    display:block;  
    outline:0;  
    text-decoration:none;  
	padding-top: .8em;
	padding-left: 1em;
}
h2 {
	font-family: 'SerpentineDBolRegular';
	color: #ff6500;
	font-size: 1.2em; 
    display:block;  
    outline:0;  
    text-decoration:none;  
	padding-top: .8em;
	padding-left: 1em; 
}
h2 a:link {
	text-decoration: none;
	color: #ff6500;
}
h2 a:hover {
	text-decoration: underline;
	color: #ff6500;
}
h2.cta {
	font-family: 'SerpentineDBolRegular';
	color: #ff6500;
	font-size: 1.5em; 
    display:block;  
    outline:0;  
    text-decoration:none;
	padding: 8px 144px 0px 0px;
	margin: 7px 0px 0px 0px 
}
h2.cta2 {
	font-family: 'SerpentineDBolRegular';
	color: #ff6500;
	font-size: 1.5em; 
    display:block;  
    outline:0;  
    text-decoration:none;
	padding: 2px 175px 0px 6px;
	margin: 7px 0px 0px 32px;
}
h2.footer { color: #0173d8; font:.9em/1.5em verdana, sans-serif; text-transform:uppercase; padding-top: 1.6em; }
h2.footer a:link { color: #0173d8;  verdana, sans-serif; text-decoration: none; text-transform:uppercase; padding-top: 1.6em; }
h2.footer a:hover { color: #0173d8; verdana, sans-serif; text-decoration: underline; text-transform:uppercase; padding-top: 1.6em; }
h2.footer a:visited { color: #0173d8; verdana, sans-serif; text-transform:uppercase; padding-top: 1.6em; }
p.cta {text-align:center;
	color:#666; font:1em verdana, sans-serif; margin: 0px, 4px, 4px, 0px; padding: 0px, 8px, 4px, 0px; }
p.footer { color: #666; font:.8em/1.5em verdana, sans-serif; padding-bottom: 1.5em; }
p.legal { color: #f3e8db; font:.3em/1em verdana, sans-serif; }

p.button a {
	font-family: 'SerpentineDBolRegular';
	color: #FFF;
	text-align: center;
	font-size: 1.6em; 
    display:block-inline; 
    outline:0;  
    text-decoration:none;
	
	padding: 7px 26px 7px 26px;
	margin: 4px 32px 0px 0px;
	
	/* Rounded Corners */  
  
    -moz-border-radius: 15px;  
    -webkit-border-radius: 15px;  
    border-radius: 15px;  
  
    /* Background color and gradients */  
  
    background: #ff6500;  
    background: -moz-linear-gradient(top, #ff8800, #ff6500);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8800), to(#ff6500));  
  
    /* Borders */  
  
    border: 1px solid #fda948;  
  
    -moz-box-shadow:inset 0px 0px 1px #edf9ff;  
    -webkit-box-shadow:inset 0px 0px 1px #edf9ff;  
    box-shadow:inset 0px 0px 1px #edf9ff;  
	
	-moz-box-shadow:   2px 5px 7px -1px #777;
 	-webkit-box-shadow:  2px 5px 7px -1px #777;
 	box-shadow:          2px 5px 7px -1px #777;
}
p.button2 a {
	font-family: 'SerpentineDBolRegular';
	color: #FFF;
	text-align: center;
	font-size: 1.6em; 
    display:block-inline; 
    outline:0;  
    text-decoration:none;
	
	padding: 7px 68px 7px 68px;
	margin: 0px 30px 0px 0px;
	
	/* Rounded Corners */  
  
    -moz-border-radius: 15px;  
    -webkit-border-radius: 15px;  
    border-radius: 15px;  
  
    /* Background color and gradients */  
  
    background: #ff6500;  
    background: -moz-linear-gradient(top, #ff8800, #ff6500);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8800), to(#ff6500));  
  
    /* Borders */  
  
    border: 1px solid #fda948;  
  
    -moz-box-shadow:inset 0px 0px 1px #edf9ff;  
    -webkit-box-shadow:inset 0px 0px 1px #edf9ff;  
    box-shadow:inset 0px 0px 1px #edf9ff;  
	
	-moz-box-shadow:   2px 5px 7px -1px #777;
 	-webkit-box-shadow:  2px 5px 7px -1px #777;
 	box-shadow:          2px 5px 7px -1px #777;
}
p.button a:hover {
	font-family: 'SerpentineDBolRegular';
	color: #FFF;
	text-align: center;
	font-size: 1.6em; 
    display:block-inline; 
    outline:0;  
    text-decoration:none;
	
	padding: 7px 26px 7px 26px;
	margin: 4px 32px 0px 0px;
	
	/* Rounded Corners */  
  
    -moz-border-radius: 15px;  
    -webkit-border-radius: 15px;  
    border-radius: 15px;  
  
    /* Background color and gradients */  
  
    background: #0173d8;  
    background: -moz-linear-gradient(top, #0173d8, #0e3793);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0173d8), to(#0e3793));  
  
    /* Borders */  
  
    border: 1px solid #0173d8;  
  
    -moz-box-shadow:inset 0px 0px 1px #edf9ff;  
    -webkit-box-shadow:inset 0px 0px 1px #edf9ff;  
    box-shadow:inset 0px 0px 1px #edf9ff;  
}
p.button2 a:hover {
	font-family: 'SerpentineDBolRegular';
	color: #FFF;
	text-align: center;
	font-size: 1.6em; 
    display:block-inline; 
    outline:0;  
    text-decoration:none;
	
	padding: 7px 68px 7px 68px;
	margin: 0px 30px 0px 0px;
	
	/* Rounded Corners */  
  
    -moz-border-radius: 15px;  
    -webkit-border-radius: 15px;  
    border-radius: 15px;
	
    /* Background color and gradients */  
  
    background: #0173d8;  
    background: -moz-linear-gradient(top, #0173d8, #0e3793);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0173d8), to(#0e3793));  
  
    /* Borders */  
  
    border: 1px solid #0173d8;  
  
    -moz-box-shadow:inset 0px 0px 1px #edf9ff;  
    -webkit-box-shadow:inset 0px 0px 1px #edf9ff;  
    box-shadow:inset 0px 0px 1px #edf9ff;  
}
h3 {
	 color: #0173d8; font:1.4em/1.5em verdana, sans-serif; padding-top: .8em;
	padding-left: 1em; 
}
h3.title {
	 color: #0173d8; font:1.3em/1.5em verdana, sans-serif; padding-top: .8em;
	padding-left: .8em; padding-right: 1em;
}
h3.title a {
	 color: #0173d8; 
	 text-decoration: none;
}
h3.title a:hover {
	text-decoration: underline;
}
h4  { color: #0173d8; font:1.4em/1.5em verdana, sans-serif; padding-top: .8em;
	padding-left: 1em; }
h5  { color: #0173d8; font:1.3em/1.5em verdana, sans-serif; padding-top: .8em;
	padding-left: 1.1em; }
h6  { color: #0173d8; font:1.2em/1.5em verdana, sans-serif; padding-top: .8em;
	padding-left: 1.2em;}
	


#subnav {
	font-family: 'SerpentineDBolRegular';
	font-size: 1.4em; 
    display:block;
	text-align: right;  
    outline:0;
	padding-bottom: 0;
	padding-top: 0;
	margin-top:0;
	margin-bottom:0;
	}
ul.subnav a {
	padding-right: 1em;
	color: #0173d8;
	text-decoration:none;
}
ul.subnav a:hover {
	padding-right: 1em;
	color: #0173d8;
	text-decoration:underline;
}
#flickr {
	position: relative;
	padding-top:0px;
	margin-top:0px;
	text-align: right;
	height:340px;
	width:280px;
	}
ul.flickr {
	padding-right: 1.4em;
}
ul.flickr li {
	display:inline;
	padding-right: 2px;
}
li.item-3 {
	page-break-after:always;
}
#button1 {
	background-image:url(_/images/ctoflag1.png);
	position: relative;
	margin-top: .8em;
	right: -10px;
	height: 127px;
	
	text-align:right;	
}
#button2 {
	background-image:url(_/images/ctoflag2.png);
	position: relative;
	right: -10px;
	height: 127px;
	
	text-align: right;
	}

			
/* header styling 
--------------------------------------------------------------*/			
			
#social {
	background-image:url(_/images/header/social-ribbon.png) no-reapeat left top;
	position: absolute;
	top: 4px;
	right: -5px;
	z-index: 20;
	width: 92px;
	height: 73px;
}
#socicon {
	position: absolute;
	top: 20px;
	right: 8px;
	width: 64px;

}
#logo {
	position: absolute;
	top: 0px;
	left: -10px;
	z-index: 20;
	width: 36%;
	height: auto;
}
	
/*mega nav bar 
--------------------------------------------------------------*/
/* Navigation Bar */  

  
#menu-menu { 
	position: absolute; 
	z-index:100;
	overflow: visible;
	top: 5em;
	right: 0em;
    list-style:none;  
    width:68%;  
    margin:0px auto 0px auto;  
    height:43px;  
    padding:0px 0px 0px 0px;  
} 
  
#menu-menu li {  
    float:right;  
    text-align:center;  
    position:relative;  
    padding: 4px 10px 4px 10px;  
    margin-right:0px;  
    margin-top:7px;  
    border:none;  
} 
#menu-menu li.involved {   
	/* Rounded Corners */  
  
    -moz-border-radius: 10px;  
    -webkit-border-radius: 10px;  
    border-radius: 10px;  
  
    /* Background color and gradients */  
  
    background: #ff6500;  
    background: -moz-linear-gradient(top, #ff8800, #ff6500);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8800), to(#ff6500));  
  
    /* Borders */  
  
    border: 1px solid #fda948;  
  
    -moz-box-shadow:inset 0px 0px 1px #edf9ff;  
    -webkit-box-shadow:inset 0px 0px 1px #edf9ff;  
    box-shadow:inset 0px 0px 1px #edf9ff;  
	
	-moz-box-shadow:   2px 5px 7px -1px #333;
 	-webkit-box-shadow:  2px 5px 7px -1px #333;
 	box-shadow:          2px 5px 7px -1px #333;
} 
  
#menu-menu li:hover {  
    border: 1px solid #ff6500;  
    padding: 4px 10px 8px 10px;  
  
    /* Background color and gradients */  
  
    background: #faf0e4;   
  
    /* Rounded corners */  
  
    -moz-border-radius: 10px 10px 0px 0px;  
    -webkit-border-radius: 10px 10px 0px 0px;  
    border-radius: 10px 10px 0px 0px;  
	
	
}  
  
#menu-menu li a {  
   font-family: 'SerpentineDBolRegular';
	color: #f3e8db;
	text-transform: uppercase;
	font-size: 1.2em; 
    display:block;  
    outline:0;  
    text-decoration:none;   
}  
  
#menu-menu li:hover a {  
   color: #ff6500;  
} 
#menu-menu ul.sub-menu li:hover a {  
   color: #0173d8;  
}   
 
  
/* Drop Down */  
  
.dropdown_1column,  
.dropdown_2columns,  
.dropdown_3columns,  
.dropdown_4columns,  
.dropdown_5columns {  
    margin:2px auto;  
    float:left;  
    position:absolute;  
    left:-999em; /* Hides the drop down */  
    text-align:left;  
    padding:0px,5px,0px,5px;  
    border: 1px solid #ff6500; 
	border-top: none;  
  
    /* Gradient background */  
	background: #faf0e4;  
    background: -moz-linear-gradient(top, #faf0e4, #e7dcd0);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#faf0e4), to(#e7dcd0));  
  
    /* Rounded Corners */  
    -moz-border-radius: 0px 5px 5px 5px;  
    -webkit-border-radius: 0px 5px 5px 5px;  
    border-radius: 0px 5px 5px 5px;  
	
	-moz-box-shadow:   2px 5px 7px -1px #333;
 	-webkit-box-shadow:  2px 5px 7px -1px #333;
 	box-shadow:          2px 5px 7px -1px #333;
}  
  
.dropdown_1column, .dropdown_2columns {width: 210px;}   
  
#menu-menu li:hover .dropdown_1column,  
#menu-menu li:hover .dropdown_2columns,  
#menu-menu li:hover .dropdown_3columns,  
#menu-menu li:hover .dropdown_4columns,  
#menu-menu li:hover .dropdown_5columns {  
    left:-1px;  
    top:auto;  
}  
  
/* Columns */  
  
.col_1,  
.col_2,  
.col_3,  
.col_4,  
.col_5 {  
    display:inline;  
    float: left;  
    position: relative;  
    margin-left: 0px;  
    margin-right: 0px;  
	width: 100%;
}  

  
/* Right alignment */  
  
#menu-menu .menu_right {  
    float:rightright;  
    margin-right:0px;  
}  
#menu-menu li .align_right {  
    /* Rounded Corners */  
    -moz-border-radius: 5px 0px 5px 5px;  
    -webkit-border-radius: 5px 0px 5px 5px;  
    border-radius: 5px 0px 5px 5px;  
}  
#menu-menu li:hover .align_right {  
    left:auto;  
    right:-1px;  
    top:auto;  
}  
  
/* Drop Down Content Stylings */  
  
#menu-menu ul li {  
    line-height:21px;  
    font-size:12px;  
    text-align:left;  
    text-shadow: 1px 1px 1px #FFFFFF;  
}  



#menu-menu li ul {  
    list-style:none;  
    padding:0;  
    margin:0 0 12px 0;  
	 background: #faf0e4;  
    background: -moz-linear-gradient(top, #faf0e4, #e7dcd0);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#faf0e4), to(#e7dcd0));  
  
    /* Rounded corners */  
  
    -moz-border-radius: 0px 10px 10px 10px;  
    -webkit-border-radius: 0px 10px 10px 10px;  
    border-radius: 0px 10px 10px 10px; 
}  
#menu-menu li ul li {  
	font-size: .8em;  
    line-height:24px; 
	text-transform: none; 
    position:relative;  
    text-shadow: 1px 1px 1px #ffffff;  
    padding:0;  
    margin:2,0,0,2;  
    float:none;  
    text-align:center;  
    width:100%;  
}  
#menu-menu li ul li:hover { 
	color: #0173d8;
    background:none;  
    border:none;  
    padding:0;  
    margin:2,0,0,2;  
} 

/* footer styling -- active footer stuff*/

div div.row04 ul { color: #666; font:.8em/1.5em verdana, sans-serif;  padding: 0em 1em .5em .5em; }
div div.row04 ul li { padding: 0em .5em .5em 1em; }
div div.row04 a:link { color:#0173d8; text-decoration: none; }
div div.row04 a:hover {color:#0173d8; text-decoration: underline; }
div div.row04 a:visited { color: #0173d8; }
div div.row04 ol { list-style-type: none; color: #666; font:.8em/1.5em verdana, sans-serif;  padding: 0em .5em .5em 1.2em; }
div div.row04 ol li { padding: 0em .5em .5em 0em; }



/* responsive adaptive stuff */
#logo {
	width: 362px;
}

/*935px or less*/
@media screen and (max-width: 935px) {
	#menu-menu { 
	top: 11em;
	right: 0em;
    width:100%;  
} 
	h2.cta {
	font-size: 1.4em;  
    text-decoration:none;
	padding: 8px 110px 0px 0px;
}
	h2.cta2 {
	font-size: 1.4em; 
	padding: 2px 150px 0px 6px;
	margin: 0px 0px 0px 32px;
}
	p.cta { margin: 0px, 4px, 4px, 0px; padding: 0px, 4px, 4px, 0px; }
	
	p.button a {
	font-size: 1.4em; 
	padding: 7px 20px 7px 20px;
	margin: 4px 18px 0px 0px;
}
p.button2 a {
	font-size: 1.4em; 
	padding: 7px 62px 7px 62px;
	margin: 0px 18px 0px 0px;
	
}
p.button a:hover {
	font-size: 1.4em; 
	padding: 7px 20px 7px 20px;
	margin: 4px 18px 0px 0px;
}
p.button2 a:hover {
	font-size: 1.4em; 
	padding: 7px 62px 7px 62px;
	margin: 0px 18px 0px 0px;
}
 
}
@media screen and (max-width: 828px) {
	h3.title {
	font:1em/1.5em verdana, sans-serif; 
}
#subnav {
	font-size: 1.1em; 
	}
	h2.cta {
	padding: 8px 60px 0px 0px;
}
	h2.cta2 {
	padding: 2px 110px 0px 6px;
}
	p.cta { font-size:.9em; }
	
	p.button a {
	font-size: 1.3em; 
	padding: 7px 8px 7px 8px;
	margin: 4px 10px 0px 0px;
}
p.button2 a {
	font-size: 1.3em; 
	padding: 7px 40px 7px 40px;
	margin: 0px 10px 0px 0px;
	
}
p.button a:hover {
	font-size: 1.3em; 
	padding: 7px 8px 7px 8px;
	margin: 4px 10px 0px 0px;
}
p.button2 a:hover {
	font-size: 1.3em; 
	padding: 7px 40px 7px 40px;
	margin: 0px 10px 0px 0px;
}
#flickr {
	position: relative;
	padding-top:0px;
	margin-top:0px;
	text-align: right;
	height:340px;
	width:200px;
	}
}
@media screen and (max-width: 781px) {
	#flickr {
		display:none;
}
}

@media screen and (max-width: 700px) {
	div.page-wraps{max-width: 1000px; background:url(_/images/backgrounds/newbackground.jpg); background-repeat: no-repeat;  background-size:1000px 925px;background-position: top right; margin:0 auto; overflow: visible; height: auto;}
	div div.row02 div { width:auto; float:none; padding-right: 10px;}
	div div.row03 div { width:auto; float:none; margin: 0; overflow:hidden; }
	div div.row02h div {width:auto; float:none; padding-right: 10px;}
	div.hometext { position: relative; top: 25px; background:rgba(243, 232, 219, .85)}
	div.hometextbg {display:none;}
	#subnav { display: none; }
	h2.cta {
	font-family: 'SerpentineDBolRegular';
	color: #ff6500;
	font-size: 1.5em; 
    display:block;  
    outline:0;  
    text-decoration:none;
	padding: 14px 140px 0px 0px;
	margin: 0px 0px 0px 0px 
}
h2.cta2 {
	font-family: 'SerpentineDBolRegular';
	color: #ff6500;
	font-size: 1.5em; 
    display:block;  
    outline:0;  
    text-decoration:none;
	padding: 7px 175px 0px 6px;
	margin: 0px 0px 0px 32px;
}
p.cta {text-align:center;
	color:#666; font:1em verdana, sans-serif; margin: 0px, 4px, 4px, 0px; padding: 0px, 8px, 4px, 0px; }
	p.button a {
	font-family: 'SerpentineDBolRegular';
	color: #FFF;
	text-align: center;
	font-size: 1.6em; 
    display:block-inline; 
    outline:0;  
    text-decoration:none;
	
	padding: 7px 26px 7px 26px;
	margin: 4px 28px 0px 0px;
	
	/* Rounded Corners */  
  
    -moz-border-radius: 15px;  
    -webkit-border-radius: 15px;  
    border-radius: 15px;  
  
    /* Background color and gradients */  
  
    background: #ff6500;  
    background: -moz-linear-gradient(top, #ff8800, #ff6500);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8800), to(#ff6500));  
  
    /* Borders */  
  
    border: 1px solid #fda948;  
  
    -moz-box-shadow:inset 0px 0px 1px #edf9ff;  
    -webkit-box-shadow:inset 0px 0px 1px #edf9ff;  
    box-shadow:inset 0px 0px 1px #edf9ff;  
	
	-moz-box-shadow:   2px 5px 7px -1px #777;
 	-webkit-box-shadow:  2px 5px 7px -1px #777;
 	box-shadow:          2px 5px 7px -1px #777;
}
p.button2 a {
	font-family: 'SerpentineDBolRegular';
	color: #FFF;
	text-align: center;
	font-size: 1.6em; 
    display:block-inline; 
    outline:0;  
    text-decoration:none;
	
	padding: 7px 68px 7px 68px;
	margin: 0px 30px 0px 0px;
	
	/* Rounded Corners */  
  
    -moz-border-radius: 15px;  
    -webkit-border-radius: 15px;  
    border-radius: 15px;  
  
    /* Background color and gradients */  
  
    background: #ff6500;  
    background: -moz-linear-gradient(top, #ff8800, #ff6500);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8800), to(#ff6500));  
  
    /* Borders */  
  
    border: 1px solid #fda948;  
  
    -moz-box-shadow:inset 0px 0px 1px #edf9ff;  
    -webkit-box-shadow:inset 0px 0px 1px #edf9ff;  
    box-shadow:inset 0px 0px 1px #edf9ff;  
	
	-moz-box-shadow:   2px 5px 7px -1px #777;
 	-webkit-box-shadow:  2px 5px 7px -1px #777;
 	box-shadow:          2px 5px 7px -1px #777;
}
p.button a:hover {
	font-family: 'SerpentineDBolRegular';
	color: #FFF;
	text-align: center;
	font-size: 1.6em; 
    display:block-inline; 
    outline:0;  
    text-decoration:none;
	
	padding: 7px 26px 7px 26px;
	margin: 4px 28px 0px 0px;
	
	/* Rounded Corners */  
  
    -moz-border-radius: 15px;  
    -webkit-border-radius: 15px;  
    border-radius: 15px;  
  
    /* Background color and gradients */  
  
    background: #0173d8;  
    background: -moz-linear-gradient(top, #0173d8, #0e3793);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0173d8), to(#0e3793));  
  
    /* Borders */  
  
    border: 1px solid #0173d8;  
  
    -moz-box-shadow:inset 0px 0px 1px #edf9ff;  
    -webkit-box-shadow:inset 0px 0px 1px #edf9ff;  
    box-shadow:inset 0px 0px 1px #edf9ff;  
}
p.button2 a:hover {
	font-family: 'SerpentineDBolRegular';
	color: #FFF;
	text-align: center;
	font-size: 1.6em; 
    display:block-inline; 
    outline:0;  
    text-decoration:none;
	
	padding: 7px 68px 7px 68px;
	margin: 0px 30px 0px 0px;
	
	/* Rounded Corners */  
  
    -moz-border-radius: 15px;  
    -webkit-border-radius: 15px;  
    border-radius: 15px;
	
    /* Background color and gradients */  
  
    background: #0173d8;  
    background: -moz-linear-gradient(top, #0173d8, #0e3793);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0173d8), to(#0e3793));  
  
    /* Borders */  
  
    border: 1px solid #0173d8;  
  
    -moz-box-shadow:inset 0px 0px 1px #edf9ff;  
    -webkit-box-shadow:inset 0px 0px 1px #edf9ff;  
    box-shadow:inset 0px 0px 1px #edf9ff;  
}
#button1 {
	background-image:url(_/images/ctoflag1.png) top right;
	background-repeat:no-repeat;
	position: relative;
	margin-top: .8em;
	height: 127px;
	width: 325px;
	text-align:right;	
	margin-left: auto;
}
#button2 {
	background-image:url(_/images/ctoflag2.png) top right;
	background-repeat:no-repeat;
	position: relative;
	margin-top: 0px;
	height: 127px;
	width: 325px;
	text-align:right;	
	margin-left: auto;
	}
}
@media screen and (max-width: 609px) {
	#menu-menu li a {  
	font-size: .9em; 
} 
#menu-menu li:hover {    
    padding: 4px 4px 8px 4px;  
}
div.mainimage {
	left:0;
	top:0;
	overflow:hidden;
	height: 225px;
	width: 600px;
}
img.headerimage {
	display:inline;
	height: 225px;
	top:0px;
	left: 0px;
	overflow:hidden;
}
}
@media screen and (max-width: 480px) {
	body {
overflow-x:hidden;
}
	div.adfooter {
	display:none;
	}
	#logo {
		position:absolute;
		z-index:10;
	}
	div div.row04 div { float: left; margin-bottom:0;  width:50%;}
	#social {
	background-image:url(_/images/header/social-ribbon.png) no-reapeat left top;
	position: absolute;
	top: -16px;
	right: -5px;
	z-index: 20;
	width: 92px;
	height: 73px;
}
	#socicon {
	position: absolute;
	top: 20px;
	right: 8px;
	z-index:1800;
}
}

@media screen and (max-width: 464px) {
	div div div {float:none; margin:0 0 0 0; }
	#logo {
		position: absolute;
		top: -14px;
		left: -18px;
		z-index: 20;
}
div.hometext { position: relative; top: 0px; z-index: 2;}
			div.hometextbg {float: left; overflow: visible; position: relative; top: 190px; height: 200px; width:100%; z-index: 0;background-color: rgba(253, 243, 232, 0.8);}
}

}


/************ Event Espresso Styles ****************/

.event_questions label {
width: 205px;
text-align: right;
float: left;
margin-right: 5px;
font-weight: bold;
}
.event_questions label em {
color: #red;
font-weight: bold;
}
.coupon_code label {
font-weight: bold !important;
}
.error {
color: red;
font-weight: normal !important;
}
#event-reg-form {
background-color: #fff;
border: 2px #dfecf2 solid;
margin: 20px 30px;
padding: 20px 30px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
input[name=fname],input[name=lname],input[name=email],input[name=phone],input[name=address],input[name=city],input[name=state],input[name=zip],input[name=uword],input[name=coupon],input[name=address2],input[name=TEXT_10],input[name=TEXT_11],input[name=TEXT_12],input[name=TEXT_13],input[name=TEXT_14],input[name=TEXT_15],input[name=TEXT_16],input[name=TEXT_17],input[name=TEXT_18],input[name=TEXT_19],input[name=TEXT_20],input[name=TEXT_21],input[name=TEXT_22],input[name=TEXT_23],input[name=TEXT_24],input[name=TEXT_25],input[name=TEXT_26],input[name=TEXT_27],input[name=TEXT_28],input[name=TEXT_29],input[name=TEXT_30],input[name=TEXT_31],input[name=TEXT_32],input[name=TEXT_33],input[name=TEXT_34],input[name=TEXT_35],input[name=TEXT_36],input[name=TEXT_37],input[name=TEXT_38],input[name=TEXT_39],input[name=TEXT_40],input[name=TEXT_41],input[name=TEXT_42],input[name=TEXT_43],input[name=TEXT_44],input[name=TEXT_45],input[name=TEXT_46],input[name=TEXT_47],input[name=TEXT_48],input[name=TEXT_49],input[name=TEXT_50],input[name=TEXT_51],input[name=x_attendee] {
color: #111;
height: 25px;
background-color: #fff;
padding: 2px 5px;
font-size: 1.1em;
border: 1px solid #5978b2 ;
margin-left: 25px;
}
input[name=x_attendee-fname] {
color: #111;
height: 25px;
background-color: #fff;
padding: 2px 5px;
font-size: 1.1em;
border: 1px solid #5978b2 ;
}
p.event_form_field {
font-size: 11pt;
font-weight: 700;
color: #54626a;/* This is the colour of the input area titles */
}
select[name=price_option] {
color: #111;
height: 25px;
padding: 2px 30px;
font-size: 1.1em;
border: 1px solid #ddd;
}
/********** Box for option selection ***************/
p.event_prices{
background-color: #eee6de;
border: 2px solid #e7dcd0;
width: 600px;
margin: 5px 10px;
padding: 5px 10px;
color: #ff6500;
font-weight: bold;
clear: both;
}
.event_espresso_name {
font-size: 14pt;
color: #54626a;
}
.event_espresso_value {
font-size: 13pt;
font-weight: 600;
color: red;
}
/* Submit button style */
input[type="submit"] {
cursor:pointer;
background: #ff6500;  
    background: -moz-linear-gradient(top, #ff8800, #ff6500);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8800), to(#ff6500));
-moz-border-radius: 15px;  
    -webkit-border-radius: 15px;  
border-radius: 15px;
border: 1px solid #fda948;
font-family: 'SerpentineDBolRegular';
color:#FFF;
font-size:1.6em;
min-width:100px;
padding:7px 26px 7px 26px;
text-shadow:0px -1px 0px #cfe5a4;
display:block;
margin:12px 0px 12px 0px;
}
input[type="submit"]:hover {
cursor:pointer;
background: #0173d8;  
    background: -moz-linear-gradient(top, #0173d8, #0e3793);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0173d8), to(#0e3793));
border: 1px solid #0173d8; 
}
div.event_questions {
min-height:0px !important;
}
div.event-display-boxes {
min-height:0px !important;
}

/********** personal fundraiser styling ***************/

div.pfund-amount-raised {
 min-height:0px !important;
}
div.pfund-progress-meter {
 min-height:0px !important;
}
div.pfund-progress-bar {
 min-height:0px !important;
}
.pfund-comments, .pfund-list, .pfund-supporters-list, .pfund-supporter {
	list-style-type: none !important;
	}
.pfund-supporter-img {
	display: none;
	}
.pfund-supporter-name 
	{ color:#666; font:1em/1em verdana, sans-serif; padding-left:1.5em; padding-top:0; padding-bottom: .2em; }
	
.pfund-list h2 { color:#666; font:1.2em/1em verdana, sans-serif; padding-left:1.5em; padding-top:0; padding-bottom: .2em; }


/****** login, register styling ************/
#wpmem_login {
 min-height:0px !important;
}
div.div_text {
 min-height:0px !important;
}
div.button_div {
 min-height:0px !important;
}
div.clear {
 min-height:0px !important;
}
div.wpmem_msg {
 min-height:0px !important;
}

/****** wp-shopping cart styling ************/

form.wp-cart-button-form input[type="submit"] {
cursor:pointer;
background: #ff6500;  
    background: -moz-linear-gradient(top, #ff8800, #ff6500);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8800), to(#ff6500));
-moz-border-radius: 11px;  
    -webkit-border-radius: 11px;  
border-radius: 11px;
border: 1px solid #fda948;
font-family: 'Helmet, Freesans, sans-serif';
color:#fff;
font-size:1.2em;
min-width:60px;
padding:3px 7px 1px 7px;
text-shadow:0px -1px 0px #cfe5a4;
display:block;
margin:0px 0px -18px 0px;
}
div.shopping_cart {
width: inherit !important;
}
