/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ************* Site Structure ************ */
#head-wrapper {
	width: 100%;
	height: 73px;
}

#head {
	width: 990px;
	margin: 8px auto 0px;
}

#head h1, #head h1 a {
	display: block;
    width: 334px;
    height: 78px;
	text-indent: -99999px;
	float: left;
}
#head h1 a {
	background: url(../img/logo_oneline.jpg) no-repeat 0px 50%;
	background-size: 100%;
}

#home-ad {
	float: right;
}

#slide-container {
	height: 300px;
	width: 990px;
	margin: 0px auto;
	padding-top: 11px;
}

#content-wrapper {
	width: 100%;
	background: url(../img/content-bg.png) no-repeat bottom center;
}

#content {
	width: 990px;
	margin: 30px auto 0px;
	overflow: hidden;
}

#content-wrapper h2, #content-wrapper h3, #content h2, #content h1, #content h3, #content h4 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	word-spacing: 1px;
	color: #000;
	margin: 0;
	padding: 0;
}

#content h2, #content h1 {
	font-size: 26px;
	line-height: 34px;
}

#content h3 {
	font-size: 18px;
	line-height: 24px;
}

#content h4 {
	font-size: 14px;
	line-height: 18px;
}

#content small {
	color: #595959;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#content strong {
	font-weight: bold;
}

#map-col {
	width: 680px;
	margin-left: 30px;
	float: left;
	display: inline; /*IE6 margin issue */
}

#right-col {
	width: 280px;
	float: left;
	margin-top: 10px;
}

#footer-text {
	width: 100%;
	color: #595959;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin: -20px 0 20px 30px;
}

#content a {
	color: #00afd7;
}

.right-item {
	margin-bottom: 30px;
}

.movie {
	margin-top: 10px;
}

.thumb {
	border:1px solid #a1a1a1;
	margin: 4px;
}

#footer {
	width: 100%;
	height: 40px;
	background: #c4d600;
}

/* ********** Map ***************** */
#ba-map {
	height: 465px;
	width: 625px;
	background: url(../img/map.png) no-repeat top left;
	position: relative;
	margin: 0;
	padding: 0;
}

#ba-map li {
	display: block;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
}

#ba-map a {
	display: block;
	text-indent: -9999999px;
	text-decoration: none;
	outline: none;
	cursor: default;
}

#marin {
	left:10px;
	top:10px;
}

#marin a {
	width: 175px;
	height: 140px;
}

#sf {
	left: 172px;
	top: 162px;
}

#sf a {
	width: 46px;
	height: 27px;
}

#sanmateo {
    left: 170px;
    top: 197px;
    z-index: 10;
}

#sanmateo a {
    height: 140px;
    width: 95px;
}

#santaclara {
	left:270px;
	top:263px;
}

#santaclara a {
	width: 289px;
	height: 137px;
}

#alameda {
    left: 298px;
    top: 186px;
}

#alameda a {
    height: 71px;
    width: 185px;
}

#contracosta {
	left: 252px;
	top:92px;
}

#contracosta a {
	width: 225px;
	height: 72px;
}

/* Tooltip */

#gsf-tip, #eb-tip, #sv-tip {
	height: 210px;
	width: 365px;
}

.tip {
	background: url(../img/tooltip-bg.png) no-repeat top left;
	height: 210px;
	width: 365px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}

.tip h3 {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 5px;
	color: #333333;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	line-height: 1.1;
}

.tip p {
	vertical-align: top;
	font-size: 12px;
	margin:0;
	color: #595959;
	font-style:italic;
}

.button {
	padding-top: 10px;
	padding-bottom: 3px;
}

.label {
	padding: 0 0 0 7px;
}

.label a {
	text-transform: capitalize;
	color: #00afd7;
	text-indent: 5px;
	font-size: 12px;
	font-weight: bold;
}

.label a:hover {
	text-decoration: none;
}

.donate {
	padding-left: 40px;
}

.donate-button, .volunteer-button {
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 44px;
    line-height: 42px;
    text-decoration: none;
    width: 130px;
}

.donate-button {
	background: #00afd7;
	text-transform: uppercase;
	color: #fff;
text-align: center;
}

.volunteer-button {
	background: #C4D600;
	text-transform: uppercase;
	color: #fff;
    text-align: center;
}



/*********** Slider *************** */
@charset "utf-8";
/* CSS Document */
#lofslidecontent45 {
	position: relative;
}
.lof-slidecontent{
	position:relative;
	overflow:hidden;
	width:990px;
	height:300px;
	margin: 0px auto;
}
.lof-slidecontent .preload{
	height:100%;
	width:100%;
	background:#FFF;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	color:#FFF;
	text-align:center
}
.lof-slidecontent .preload div{
	height:100%;
	width:100%;
	background:transparent url(../img/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-main-outer{
	position:relative;
	height:100%;
	width:695px;
	z-index:3px;
	overflow:hidden;
}


/*******************************************************/
.lof-main-item-desc{
	z-index:100px;
	position:absolute;
	top:150px;
	left:50px;
	width:400px;
	background:url(../img/transparent_bg.png);

	/* filter:0.7(opacity:60) */
}
.lof-main-item-desc p{
	color:#FFF;
	margin:0 8px;
	padding:8px 0
}
.lof-main-item-desc h3 a{
	color:#FFF;	
	margin:0;
	font-size:140%;
	padding:20px 8px 2px;
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
}
.lof-main-item-desc h3 a:hover{
	color:#FF6;
	text-decoration:underline;
}


/* main flash */
ul.lof-main-wapper{
	/* margin-right:auto; */
	overflow:hidden;
	background:transparent url(../img/load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	margin:0;
	height:300px;
	width:695px;
	position:absolute;
	overflow:hidden;
}

ul.lof-main-wapper li{
	overflow:hidden;
	padding:0px;
	margin:0px;
	height:100%;
	width:695px;
	float:left;
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
ul.lof-main-wapper li img{
	padding:0px;	
	width:695px;
}

li-desc{
	z-index:100px;
	position:absolute;
	top:150px;
	left:50px;
	width:400px;
	background:url(../img/transparent_bg.png);

	/* filter:0.7(opacity:60) */
}
li-desc p{
	color:#FFF;
	margin:0 8px;
	padding:8px 0
}
li-desc h3 a{
	color:#FFF;	
	margin:0;
	font-size:140%;
	padding:20px 8px 2px;
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
}
li-desc h3 a:hover{
	color:#FF6;
	text-decoration:underline;
}

/* item navigator */
ul.lof-navigator{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}
ul.lof-navigator li{
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
}
.lof-navigator-outer{
	position:absolute;
	right:0;
	top:00px;
	z-index:100;
	height:300px;
	width:310px;
	overflow:hidden;
	color:#FFF
}
.lof-navigator li.active {
	position: relative;
	color:#FFF;
}

.lof-navigator li.active:after {
	display: block;
	content: " ";
	position:absolute;
	top: 35%;
	left: 0;
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent; 

	border-right:15px solid #00afd7; 
}

.lof-navigator li h3{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin: 0 0 7px;
    padding: 15px 0 0 !important;
}
.lof-navigator li div{
	background:#888b8d;
	color:#FFF;
	height:100%;
	position:relative;
	margin-left:15px;
	padding:0px 15px;
	line-height: 16px;
	font-size: 13px;
}

.lof-navigator li .border {
	border-top:1px solid #989ea2;
}

.lof-navigator li.active div{
	background:#00afd7;
	color:#FFF;
}
.lof-navigator li img{
	height:60px;
	width:60px;
	margin:15px 15px 10px 0px;
	float:left;
	border: #989ea2 solid 1px;
}
.lof-navigator li.active img{
	border:#989ea2  solid 1px;
}
.lof-navigator li.active h3{
	color:#FFF;
}

/*********** Promo page *************** */

/*Slide*/
#slide-inner {
	width: 996px;
	margin: 0px auto;
	position: relative;
}

.billboard-promo {
	width: 695px;
}
.billboard-promo img {
	margin-top: 11px;
}
/*Upload Form*/
.uploader {
	background: url(../img/upload_bg.png) no-repeat top left;
	width: 306px;
	height: 326px;
	position: absolute;
	z-index:1;
	right:0;
	top:0;	
}

.uploader h2 {
	color: #fff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 20px 0px 7px;
	padding: 0;
	font-size: 23px;
	text-indent: 25px;
}

.uploader h2.over {
	text-indent: 0px;
	padding: 25px;
	line-height: 28px;
}

.wpcf7-form {
	padding-left:25px;
}

.uploader input, .uploader textarea {
	margin: 3px 0px;
}

.uploader input[type="text"], .uploader textarea {
	color: #555555;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	-moz-box-shadow: inset 0px 0px 3px #555555;
	-webkit-box-shadow: inset 0px 0px 3px #555555;
	box-shadow: inset 0px 0px 3px #555555;
	-moz-border-radius: 3px;
	border-radius: 3px;
	webkit-border-radius:3px;
	border: 0px;
	padding: 4px;
	width: 250px;
}

.checkbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	width: 250px;
	display: block;
}

.checkbox a {
	color:#6ca042;
}

.checkbox a:hover {
	text-decoration: none;
}

.uploader input[type="submit"] {
	width: 83px;
	height: 24px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	background: url(../img/submit_bg.png) top left;
	color: #fff;
	border: 0px;
	margin-top: 7px;
	-moz-box-shadow: 2px 2px 4px -2px #000;
	-webkit-box-shadow: 2px 2px 4px -2px #000;
	box-shadow: 2px 2px 4px -2px #000;
}

.uploader input[type="submit"]:hover {
	background: url(../img/submit_bg.png) bottom left;
	-moz-box-shadow: 0px 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
}

#file-upload {
	width: 150px;
}

#content-wrapper #tandc {
	display:none;
}

#tandc {
	background-color: #FDFDFD;
    overflow: auto;
    width: 700px;
	padding:30px 0;
	margin: 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

#tandc p {
	margin: 8px 0px;
}

#tandc h3 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	word-spacing: 1px;
	color: #2d4d57;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
}

.wpcf7-display-none {
	padding: 4px;
	width: 239px;
	margin-top: 4px;
}

.wpcf7-mail-sent-ok {
	border: 1px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 4px;
	font-size: 14px;
	width: 239px;
	margin-top: 4px;
}

/*Main Content*/
#contest-rules {
	display: inline;
    float: left;
	margin-right: 15px;
    width: 680px;
}

#contest-rules {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 16px;
	line-height: 18px;
}

.steps {
	margin: 10px 0px;
}

.rules-col {
	width: 200px;
	display: block;
	float: left;
	margin-left: 20px;
}

.rules-col p {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 15px;
}

#contest-rules .first {
	margin-left: 0px;
}

#recent-uploads {
	background: url(../img/recent_bg.png) no-repeat top left;
	padding: 20px 10px;
	clear:both;
	height: 240px;
}

#recent-uploads h3 {
	text-indent: 20px;
}
#recent-uploads a {
	text-decoration: none;
}

.vote {
	float: right;
	color: #54b948;
	background: url(../img/check.png) no-repeat left 1px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding: 8px 17px 0;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

/*Right-col*/
#fb-box {
	width: 290px;
	padding-top:33px;
	background: url(../img/fb_title.jpg) top left no-repeat;
}

.fb-box-title {
	color: #fff;
	line-height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: -33px;
	text-indent: 15px;
	position:absolute;
}