/*
	Theme Name: Aqua Clara
	Theme URI: http://www.mindutopia.com
	Author: Mindutopia
	Author URI: http://www.mindutopia.com
*/


/*
	COLORS:
	
	lightest grey -		#E9E9E3;
	blue (s) -			#5DC6E6; -> New #5DC6E6
					90% #45A1FC  -> New #6DCCE8
					80% #57A9F9  -> New #7DD1EB
					70% #69B1F7  -> New #8DD7ED
					60% #7CB9F4  -> New #9EDDF0
					50% #8EC1F1  -> New #AEE2F2
					
	dark blue - 		#004878
	grey -				#E3E3D9; //quote box
	medium grey -		#D1D2CB; //footer top border
	dark grey -			#999;
	
*/

*{
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

.clear{
	clear:both;
	display: block;
	height: 1px;
	width: 100%;
}

html{

	background:url(images/grad-bg.png) repeat-x;

	
	
	/* For Internet Explorer 5.5 - 7 
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#00E9E9E3);
	
	/* For Internet Explorer 8 
	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#00E9E9E3)";*/
}

body{
  	font-size: 75%;
	font-family: Arial, Helvetica, 'san-serif';
	background:url(images/bg.gif) no-repeat transparent;
	background-position:75% 5px;
}

#home h1{
 margin:6px 5px;
}

h1{
	color:#5DC6E6;
	margin:0px 5px;
	font-weight: normal;
	font-size: 2em;
}

h3{
	font-weight:lighter;
	margin:6px 5px;
}

h4{
	font-weight:lighter;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:10px;
	font-size:15px;
}

h2{
	font-weight: normal;
	margin:6px 5px;
}
h1 strong, h2 strong, h3 strong{
	font-weight: bold;
}

p{
	margin:12px 5px;
}

a, a:visited{
	color: #5DC6E6;
	text-decoration: none;
}

a:hover{
	color:#004878;
}

#wrap{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}


#top-bar{
	display: block;
	width: 100%;
	height: 4px;
 	background:#004878;
 	position: relative;
 	top:0px;
 	z-index:10;
}

#main-logo{
	display:inline-block;
	position: absolute;
	top:4px;
	width:310px;
	height:150px;
	z-index: 10;
}

#header{
	display:block;
	height:167px;
	background: url(images/logo.gif) top left no-repeat transparent;
}

a#donate-link{
	display: inline-block;
	height:32px;
	width:100px;
	position:relative;
	top:68px;
	left:543px;
	font-size: 0.1em;
	text-indent: -9999px;
	margin-bottom: -30px;
	background: url(images/donate_bg.gif) no-repeat;
}

input#search-bar{
	background: url(images/search-bg.gif) no-repeat;
	height:32px;
	border: none;
	padding-left:20px;
	padding-right: 36px;
	width:256px;
	display:block;
	float:right;
	position:relative;
	top:55px;
}

#search-bar:focus{
	border: none;
	outline: none;
}

h1#teaser{

 display: inline-block;

 width:400px;

 position: relative;

 top:310px;

 left:40px;

 color:#fff;

 z-index: 100;

 margin-top: -190px;

}

#home #nav{
	margin-bottom:0px;
}

#home p{
	max-width:575px;
}

#nav ul{
	display:block;
	margin-right: -5px;
}

#nav ul li{
	display:inline;
	margin-right: 0px;
}

#nav ul li a{ text-transform: lowercase;}

#first, #menu-item-1179 a, #menu-item-1271 a{
	background:#5DC6E6;
}
#second, #menu-item-1181 a, #menu-item-1272 a{
	background:#6DCCE8;
}
#third, #menu-item-1184 a, #menu-item-1273 a{
	background:#7DD1EB;
}
#fourth, #menu-item-1182 a, #menu-item-1274 a{
	background:#8DD7ED;
}
#fifth, #menu-item-1180 a, #menu-item-1275 a{
	background:#9EDDF0;
}
#sixth, #menu-item-1183 a, #menu-item-1276 a{
	background:#AEE2F2;
}

.alignleft{
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}

.alignright{
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}

#nav ul li a, #nav ul li a:visited{
	display:inline-block;
	height:25px;
	width:150px;
	color:#fff;
	text-decoration: none;
	vertical-align: middle;
	padding:5px 0 0 5px;
	margin-right:-1px;
	font-size:1.083em;
}

#nav ul li a:hover{
	color:#004878;
}

/* - Quotes - */
#quote{
	display: block;
	min-height:81px;
	padding:20px 20px 20px 30px;
	margin:20px 0;
	background: url(images/quote-bg.gif) no-repeat top left #E3E3D9;
}
#quote h3{
	min-height: 60px;
}

.quote_author{
	display: block;
	float:right;
	vertical-align: text-bottom;
}

/* - Footer - */

#footer{
	font-size:0.90em;
	color:#999;
	border-top:4px solid #D1D2CB;
	padding: 20px 0;
}

#footer a#mindutopia{
	display:inline-block;
	height:19px;
	width:36px;
	background: url(images/mindutopia.png) no-repeat;
	position:relative;
	top:3px;
	left:3px;
}

#footer #mindutopia-box{
	float:right;
	display: inline-block;
	position:relative;
	top:-46px;
}

/* - Home Page - */
#content{
	display: block;
	margin-top: 2px;
}

#slideshow{
	display:block;
	height:375px;
	width:100%;
	background: #666;
	margin-top: -26px;
	margin-bottom:20px;
}

#slideshow img{
	display:none;
}

/* - SLIDER - */

.nivo-controlNav a {
	display:none;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

#watertracker{
	display:block;
	float: right;
	position: relative;
	z-index: 10;
	top:-40px;
	background:#fff;
	width:261px;
	height:325px;
	margin-right:25px;
	padding:10px 15px;
	
	/* Shadow */
	-webkit-box-shadow: -15px 4px 22px rgba(0,0,0,0.2);
	-moz-box-shadow: -15px 4px 22px rgba(0,0,0,0.2);
	box-shadow: -15px 4px 22px rgba(0,0,0,0.2);
}

/* - Social - */

span#social{
	display:inline;
	float:right;
	margin-bottom: -35px;
}

span#social #facebook, span#social #twitter, span#social #flickr{
	font-size: 0.1em;
	text-indent: -9999px;
	height:20px;
	width:20px;
	background:url(images/social-logos.gif) no-repeat;
	display:inline-block;
	position:relative;
	top:-35px;
	margin-left:2px;
	margin-bottom: -35px;
}

span#social #twitter{
	background-position: -22px 0;
}

span#social #flickr{
	background-position: -44px 0;
}

/* -- Inside Pages -- */

.clear{
	clear:both;
	display: block;
	height: 1px;
	width: 100%;
}

.left{
	display:inline-block;
	width:220px;
	border-top: 4px solid #D1D2CB;
	vertical-align: top;
	margin-right:45px;
}

.left h2{
	font-weight: bold;
	color:#666;
	margin-left: 0;
}

.left ul, .left p, .left h2, left h3{
	margin-top: 5px;
	margin-left: 0;
	list-style: none;
}

.left ul li{
	display: block;
	margin-bottom:10px;
	font-size:1.167em;
}
.left canvas{
	display: block;
}
.left ul li a{
	display:block;
	width:100%;
	/* height:15px; */
}




.left ul li a:hover, .left ul li a.active, .left ul li.current_page_item a{
	color:#5DC6E6;
}


.left ul li a, .left ul li a:visited, .left ul li.current_page_item ul.children li a{
	color:#888884;
}


.left ul li a.active, .left ul li.current_page_item a{
	background:url(images/sidenav_arrow.png) right 4px no-repeat;
}

.left ul li ul.children li a{
	font-size: 0.75em;
	margin-left: 10px;
}

.left ul li ul.children{
	margin-top: 5px;
}


.left ul li.current_page_item ul.children li a{
	background: none !important; 
}

.left, .right{
	padding-top: 15px;
}

.right{
	display:inline-block;
	width:630px;
	border-top: 4px solid #D1D2CB;
	vertical-align: top;
	margin-right: 0px;
	position: relative;
	left:2px;
	padding-right:40px;
}

.right ul{
	margin-left:20px;
	margin-top:12px;
	margin-bottom:20px;
}

#lower-left, #lower-right{
	border-top: none;
	padding-bottom: 50px;
}

#lower-right{
	margin-left:-30px;
}

#lower-left{
	background:#D1D2CB;
	margin-top:20px;
	padding:15px;
	width:220px;
}

#lower-left h4{
	margin-left:2px;
	margin-top:0px;
}

.gray-line{
	height:4px;
	background:#D1D2CB;
	display: block;
	margin-top:15px;
	margin-bottom:-12px;
}

.banner{
	display:block;
	width:940px;
	background: #fff;
	height:225px;
	margin-bottom: 20px;
}
ul#sitemap{
	list-style: none;
	margin-left:5px;
	display:inline-block;
	width:450px;
	margin-bottom: 50px;
}

ul#sitemap li{
	display:inline-block;
	vertical-align: top;
	clear:both;
	width:200px;
}

ul#sitemap li a{
	font-size:1.3em;
	color:#5DC6E6;
}

.map-info{
	margin-top: -15px;
}



ul#sitemap li ul{
	margin-left: 15px;
}

ul#sitemap li ul li a{
	font-size:1.0em;
	color:#b9b9b9;
}

#feature{
	display: block;
	min-height:40px;
	padding:20px 20px 20px 30px;
	margin:20px 0;
	background: #8EC1F1;
}

#map_area{
	display: block;
	width:670px;
	height:425px;
}
.attachment-thumbnail{
	float:left;
	margin-right:10px;
	margin-top: -15px;
}

/* next prev nav*/

#nav-below{
	display:block;
	width:200px;
	margin:10px auto;
}

#nav-below a{
	display:inline-block;
	margin:10px 5px;
	font-size:1.167em;
	color:#b9b9b9;
}

.donate-page fieldset{
	border: none;
}
.donate-page fieldset input:focus{
	outline:none;
}

.donate-page fieldset input.input{
	width:300px;
	border: none;
	background:#D1D2CB;
	padding:2px;
	height:18px;
}

.donate-page fieldset input.submit{
	cursor: pointer;
	margin: 10px;
	float:right;
	width:100px;
}

form#loginform{
	width: 400px;
	display: block;
}

input.input{
	width:300px;
	border: none;
	background:#D1D2CB;
	padding:2px;
	height:18px;
	float:right;
}

span.wpcf7-form-control-wrap input.wpcf7-text{
	width:300px;
	border: none;
	background:#D1D2CB;
	padding:2px;
	height:18px;
	float:right;
	position: relative;
	top:-16px;
}

span.wpcf7-form-control-wrap textarea{
	width:300px;
	border: none;
	background:#D1D2CB;
	padding:2px;
	height:80px;
	float:right;
	position: relative;
	top:-16px;
}

#emailnewsletter{
	float: none;
}

.wpcf7{
	display:block;
	width:450px;
}

.staff-box{
	display:block;
	padding:5px 0;
	margin:5px 0;
	height:160px;
}

.staff-box img{
	float:left;
	margin:2px 10px 10px 0;
}

.staff-box p{
	margin-top: 0;
}