/***** color values *****/
/* #00584a  dark green */
/* #c5e6b8  light green */
/* #263b8d  dark blue */

/***** for testing only - delete before launch *****
div {border:1px solid #000;}
div div {border:1px solid #0f0;}
div div div {border:1px solid #00f;}
div div div div {border:1px solid #f0f;}

/***** custom fonts *****/
@font-face {
 font-family: 'TelegraficoRegular';
 src: url('fonts/telegrafico-webfont.eot');
 src: local('☺'), url('fonts/telegrafico-webfont.woff') format('woff'), url('fonts/telegrafico-webfont.ttf') format('truetype'), url('fonts/telegrafico-webfont.svg#webfontRwRaOuuR') format('svg');
 font-weight: normal;
 font-style: normal;
}
/***** global styles *****/
html {
	min-height: 100%;
	margin-bottom: 1px;
}
html {
	overflow: -moz-scrollbars-vertical !important;
}
body {
	margin:20px;
	padding:0;
	font-size:.8em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(images/page-background.gif) no-repeat center center fixed #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"TelegraficoRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#00584a;
	font-style:normal;
	font-weight:normal;
}
img {
	border:none;
}
/***** layout styles *****/
#wrap {
	width:960px;
	margin:0 auto;
	padding:0 60px;
}
#header {
	width:960px;
}
#searchform {
	float:right;
	height:40px;
}
#searchform div {
	border:3px solid #ecf3c7;
	padding:0 8px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}
#searchform input {
	border:none;
	color:#aebc72;
	background:transparent;
}
#searchform .screen-reader-text {
	display:none;
}
#searchform #searchsubmit {
	background:url(images/search-button.png) no-repeat center center;
	width:20px;
	height:20px;
	text-indent:-5000px;
}
#logo {
	float:left;
	padding-bottom:10px;
}
#nav {
	font-family:"TelegraficoRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#ccc;
	margin-left:390px;
	width:630px;
}/*
#nav ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#nav a {
	color:#00584a;
	text-decoration:none;
	display:block;
	padding:7px;
	font-size:20px;
}
#nav a:hover {
	color:#263b8d;
}*/
#main {
	clear:both;
	padding-top:15px;
}
#content {
	float:left;
}
.widecolumn {
	width:960px;
}
.narrowcolumn {
	width:600px;
}
#content h1 {
	font-size:30px;
	margin-top:0;
	clear:both;
}
#content .navigation {
	height:2em;
	padding-bottom:1em;
}
#sidebar {
	margin-left:660px;
	width:300px;
}
#sidebar h2 {
	margin-bottom:0;
}
#sidebar ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar a {
	background:url(images/sm-disc.png) no-repeat center left #fff;
	text-decoration:none;
	color:#00584a;
	display:block;
	padding:10px 10px 10px 30px;
}
#sidebar a:hover {
	color:#263b8d;
	background-color:#c5e6b8;
	text-decoration:underline;
}
#footer {
	clear:both;
	color:#00584a;
	text-align:center;
}
#sponsors {
	text-align:left;
}
#sponsors h2 {
	display:inline-block;
	float:left;
}
#sponsors ul {
	list-style-type:none;
	display:table-cell;
	margin:0;
	padding:3px 0 0 5px;
}
#sponsors li a {
	display:block;
	background:url(images/green-round.png) no-repeat;
	font-family:"TelegraficoRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#00584a;
	font-size:12px;
	text-decoration:none;
	padding:6px 8px 6px 23px;
}
#sponsors li a:hover {
	background:url(images/blue-round.png) no-repeat;
	color:#263b8d;
}
#sponsors p {
	text-align:center;
	clear:both;
}
/***** front page styles *****/
#two-column h2, #three-column h2, #sidebar h2, #sponsors h2 {
	padding:0 0 10px;
	border-bottom:3px solid #00584a;
	background:#fff;
	margin:0 0 10px;
	font-size:30px;
}
#two-column, #three-column {
	clear:both;
	padding-top:50px;
}
#two-column div {
	float:left;
	background:#c5e6b8;
	width:415px;
	min-height:165px;
	padding:0 15px 15px;
}
#two-column h2 {
	width:290px;
	margin-left:-15px;
	margin-top:-6px;
	padding-left:155px;
}
#two-column img {
	border:1px solid #000;
	margin:0 15px 15px 0;
	float:left;
}
#action ul {
	clear:both;
	list-style-type:none;
	padding:0;
	margin:0;
}
#action li {
	float:left;
}
#action li a {
	display:block;
	background:url(images/green-round.png) no-repeat;
	font-family:"TelegraficoRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#00584a;
	font-size:16px;
	text-decoration:none;
	padding:2px 8px 8px 23px;
}
#action li a:hover {
	background:url(images/blue-round.png) no-repeat;
	color:#263b8d;
}
#two-column #news {
	float:right;
}
#two-column #news ul li {
	padding-right:1.5em;
}
#news ul {
	list-style-type:none;
	margin:0 0 0 135px;
	padding:0;
}
#news a {
	text-decoration:none;
	color:#00584a;
	display:block;
	padding-bottom:10px;
}
#news a:hover {
	color:#263b8d;
	background-color:#c5e6b8;
	text-decoration:underline;
}
#three-column div {
	float:left;
	width:280px;
	margin-left:60px;
}
#three-column div:first-child {
	margin-left:0;
}
#three-column h2, #sidebar h2 {
	margin-bottom:0;
}
#three-column ul {
	list-style-type:none;
	margin:0;
	padding: 0;
}
#three-column a {
	background:url(images/sm-disc.png) no-repeat center left;
	text-decoration:none;
	color:#00584a;
	display:block;
	padding:10px 10px 10px 30px;
}
#three-column a:hover {
	color:#263b8d;
	background-color:#c5e6b8;
	text-decoration:underline;
}
#social li a {
	background:none;
	padding:10px;
}
#social li img {
	float:left;
	padding:0 8px 8px 0;
}
#sponsors {
	border-top:3px solid #00584a;
	padding-top:5px;
}
#sponsors h2 {
	border-bottom:none;
	text-align:left;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


#sponsor_list {
	list-style-type:none;
	margin:0;
	padding:0;
}
#sponsor_list li {
	float:left;
	width:125px;
	height:125px;
	padding:10px;
	text-align:center;
	vertical-align:middle;
}
#sponsor_list img {
	vertical-align:middle;
}
/*
 * jQuery Nivo Slider v2.0
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
#slider {
	clear:both;
	width:960px;
	height:350px;
	background:#c5e6b8;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	bottom:20px;
	right:20px;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	background: url(images/disc.png) no-repeat center center transparent;
	color: #fff;
	display: block;
	float: left;
	margin-right: 1px;
	width:15px;
	height:15px;
	text-decoration: none;
	text-indent:-5000px;
	margin-left:5px;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background: url(images/solid-disc.png) no-repeat center center transparent
}
#slider {
	position:relative;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
