/*   
Theme Name: GCSA Theme
Theme URI: http://www.gacharters.org/
Description: A Wordpress Theme for the GCSA Website
Author: Jason Butler
Author URI: http://www.biscuitstudios.com/
Version: 1.0
Tags: custom header, fixed width, two columns, widgets.
*/

/*-------------------------------------------------------------------------*/

/* RESET  (Based on work by Eric Meyer) */

/*-------------------------------------------------------------------------*/

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	/* clear: both; REMOVED BY JASON */
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
	vertical-align: bottom;
}

/*-------------------------------------------------------------------------*/

/* COLORS */

/*-------------------------------------------------------------------------*/

/* light green = #E8F5E1 */
/* blue = #1E89BC */
/* blue links = #0072A5 */

/*-------------------------------------------------------------------------*/

/* PAGE FORMATTING */

/*-------------------------------------------------------------------------*/

body {
	background: #1E89BC url(images/body_bg.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #666;
	margin: 20px auto;
	padding: 0;
}
a:link { 
	color: #0072A5;
	text-decoration: none;
}
a:visited { 
	color: #0072A5;
	text-decoration: none;
}
a:active { 
	color: #0072A5;
	text-decoration: none;
}
a:hover {
	color: #0072A5;
	text-decoration: underline;
	background-color: #EEE;
}
.clear-block {
 	clear: both;
}
.clear {
	clear: both;
}
p { 
	margin: 0 0 18px 0;
}
strong, b, strong *, b * {
	font-weight: bold !important;
}
em, i, em *, i * {
	font-style: italic !important;
}
th, td {
	padding: 20px 5px;
	border-bottom: 1px solid #EEE;
	vertical-align: middle;
}
td p {
	margin-bottom: 0;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/*-------------------------------------------------------------------------*/

/* STRUCTURE */

/*-------------------------------------------------------------------------*/

#wrapper {
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#wrapper-interior {
	clear: both;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-y;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	width: 960px;
}
#wrapper-interior-home-new {
	clear: both;
	background: #FFF url(images/page_bg.png) repeat-y left top;
	margin: 0;
	padding: 0;
	width: 960px;
	overflow: hidden;
}
#wrapper-interior-home {
	clear: both;
	background-image: url(images/bg_home.jpg);
	background-repeat: repeat-y;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	width: 960px;
}

/*-------------------------------------------------------------------------*/

/* HEADER */

/*-------------------------------------------------------------------------*/

#header {
	background-color: #FFF;
	margin: 0 auto; 
	padding: 0;
	height: 146px;
}
#header-logo {
	float: left;
	display: inline;
	margin: 0; 
	padding: 0;
	height: 113px;
}
#header-logo a, #header-logo a:hover {
	text-decoration: none;
	background: none;
}
#header-links {
	float: right;
	display: inline;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	color: #444;
	font-size: 13px;
	line-height: 18px;
	text-align: right;
	margin: 0;
	padding: 60px 40px 0 201px;
	width: 409px;
	height: 86px;	
}

/*-------------------------------------------------------------------------*/

/* MAIN NAVIGATION */

/*-------------------------------------------------------------------------*/

#menu-wrapper {
	background: #FFF url(images/nav_bg.jpg) no-repeat left top;
	background-repeat: no-repeat;
	display: block;
	margin: 0;
	padding: 0 0 2px 15px;
	width: 945px;
	height: 42px;
/*
	*position: relative;
	*z-index: 9999;
*/
}
ul#menu-main {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu-main li {
	float: left;
	position: relative;
	z-index: 100;  /* keeps IE7 menus above slider images */
}
ul#menu-main a {
	color: #FFF;
	font-size: 16px;
	display: block;
	line-height: 20px;
	padding: 12px 26px 10px 26px;
	text-decoration: none;
}
ul#menu-main ul {
	display: none;
	float: left;
	position: absolute;
	top: 42px;
	left: 0;
	padding: 0;
	border-top: 2px solid #FFF;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
}
ul#menu-main ul ul {
	left: 100%;
	top: 0;
}
ul#menu-main ul a {
	background: #1E89BC;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	border-bottom: 1px solid #FFF;
	padding: 16px 16px 16px 26px;
	width: 166px;
	height: auto;
}
ul#menu-main li:hover > a,
ul#menu-main ul :hover > a {
	/* background: #56A1D5; */
	background: #006AA5;
}
ul#menu-main ul a:hover {
	background: #006AA5;
}
ul#menu-main li:hover > ul {
	display: block;
}



/*-------------------------------------------------------------------------*/

/* HEADER TEXT STYLES */

/*-------------------------------------------------------------------------*/

h1 {
	/* page title */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #444;
	text-align: left;
	text-decoration: none;
	line-height: 26px;
	margin: 0;
	padding: 0 0 12px 0;
}
h2 {
	/* post title */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #444;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
h3 {
	/* paragraph title */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #444;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #555;
	text-decoration: none;
	margin: 0;
	padding: 12px 0 0 0;
}
h5, h6{
	margin: 15px 0 10px 0;
}

/*-------------------------------------------------------------------------*/

/* MAIN COLUMN */

/*-------------------------------------------------------------------------*/

.main-image {
	clear: both;
	background-color: #FFF;
	margin: 0;
	padding: 0 0 7px 0;
	width: 960px;
	height: 200px;
	position: relative;
	z-index: 1;
}
.main {
	float: right;
	display: inline;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 0 15px 0 0;
	padding: 15px 35px 20px 35px;
	width: 660px;
}
.main ul, .main ol {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
}
.main ul li {
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	line-height: 16px;
	margin: 6px 0 6px 20px;
	padding: 0 0 0 13px;
}
.main ol li {
	list-style-type: decimal; 
	line-height: 18px;
	margin: 6px 0 6px 40px;
	padding: 0;
}
.main ul table {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
}
.main table ul li {
	background-image: url(images/bullet_arrow.png);
	background-repeat: no-repeat;
	line-height: 16px;
	margin: 0 0 4px 0;
	padding: 0 0 0 10px;
}
.main table img {
	background: none;
}
.main-wide {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 0;
	padding: 15px;
	width: 960px;
}
/*
#breadcrumb {
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0;	
}
*/

/*-------------------------------------------------------------------------*/

/* SIDEBAR */

/*-------------------------------------------------------------------------*/

#sidebar {
	float: left;
	display: inline;
	font-size: 12px;
	text-align: left;
	line-height: 20px; 
	list-style: none;
	margin: 15px 5px 0 15px; 
	padding: 0 8px 0 15px;
	width: 172px;
}
#sidebar h3 {
	font-size: 15px;
	color: #555;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0 0 8px 0;
}
#sidebar ul. #sidebar ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	background-image: url(images/bullet_arrow.png);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 4px 0;
	padding: 0 0 0 12px;	
}
#sidebar ul li li {
	background-image: url(images/bullet_arrow.png);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 20px;
	margin: 4px 0 4px 0;
	padding: 0 0 0 12px;	
}
.sidebar-post-line {
	margin: 20px 0;
	padding: 0;
	text-align: left;
	border-top: solid 1px #DDD;
}
#sidebar-links {
	line-height: 26px;
}
#sidebar-links img {
	clear: both;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
#sidebar select {
	font-size: 11px;
	width: 172px;
}
form.ddpl-form select {
	/* drop-down select for school directory */
	font-size: 11px;
	margin: 0 0 15px 0;
	width: 172px;
}
#school-directory h4 a {
	color: #555;
}
#school-directory .tag-gcsa-member-schools h4 a {
	/* bolds the members school titles */
	color: #0072A5;
	font-weight: bold;
}
p#school-legend-gcsa img {
	margin: 0;
}

/*-------------------------------------------------------------------------*/

/* FOOTER */

/*-------------------------------------------------------------------------*/

#footer {
	color: #999;
	font-size: 11px;
	text-align: center;
	line-height: 18px;
	background-color: #FFF;
	margin: -6px 0 0 0;
	padding: 20px 0 0 0;
	height: 65px;
}
#footer h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #888;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#footer a:link { 
	color: #999;
	text-decoration: none;
}
#footer a:visited { 
	color: #999;
	text-decoration: none;
}
#footer a:active { 
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #0072A5;
	text-decoration: underline;
	background-color: #EEE;
}

/*-------------------------------------------------------------------------*/

/* HOMEPAGE */

/*-------------------------------------------------------------------------*/

#main-home {
	float: right;
	margin: 0;
	padding: 0 0 20px 0;
	width: 730px;
}
#featured-news {
	background: #FFF;
	border: 1px solid #DDD;
	margin: 7px 15px 0 0;
	padding: 0;
	width: 715px;
	height: 216px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}
#slide img.content-alignleft {
	float: left;
	margin: 15px 20px 0 15px;
	padding: 0;
	width: 190px;
	height: 140px;
}
#slide .content-alignright {
	float: right;
	margin: 0;
	padding: 0 20px 0 0;
	width: 460px;
	height: 158px;
	overflow: hidden;
}
#slide .content-alignright h2 {
	font-size: 19px;
	line-height: 23px;
	margin: 0;
	padding: 15px 0 6px 0;
}
#slide .content-alignright p {
	font-size: 12px;
	line-height: 18px;
}
#main-home .slider-controls {
	position: relative;
	margin: -41px 0 0 0;
	padding: 0 0 0 227px;
	width: 200px
	z-index: 10;
}
#main-home .slider-controls a {
	background-color: #F4F4F4;
}
#main-home .slider-controls a:hover {
	color: #FFF;
	background-color: #1E89BC;
	cursor: pointer;
}
#main-home .slider-controls #slider-prev {
	border: 1px solid #DDD;
	margin-right: 5px;
	padding: 3px 8px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#main-home .slider-controls #slider-next {
	border: 1px solid #DDD;
	padding: 3px 15px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* FEATURED BUTTONS IN MIDDLE */
#featured-buttons {
	clear: both;
	margin: 28px 0 0 0;
	padding: 0;
	overflow: hidden;
}
#featured-buttons .box-area {
	float: left;
	background: #FFF;
	border: 1px solid #DDD;
	margin: 0 7px 0 0;
	padding: 10px 7px 15px 7px;
	width: 158px;
	height: 180px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}
#featured-buttons .box-area h3 {
	font-size: 15px;
	padding-left: 8px;
}
#featured-buttons .box-area p {
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0 8px;
}
#featured-buttons .box-area span a {
	color: #930;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0 8px;
}
#featured-buttons .box-area span a:hover {
	text-decoration: none;
}
#featured-buttons .box-area ul {
	border-bottom: 0px solid #DDD;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 126px;
	overflow: hidden;
}
#featured-buttons .box-area ul li {
	color: #777;
	font-size: 11px;
	background-image: none;
	border-top: 1px solid #DDD;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
#featured-buttons .box-area ul li a {
	display: block;
	margin: 0 0 0 10px;
	padding: 3px 0;
}
#featured-buttons .box-area ul li a:hover {
	color: #930;
	background: none;
	margin: 0 0 0 10px;
	padding: 3px 0;
	text-decoration: none;
}

/* FEATURED BUTTONS AREA 2 */
#featured-buttons #second #ec3-event-list-5 h3 {
	display: none;
}
#featured-buttons #second ul {	
	list-style-type: none;
	margin: 4px 0 0 0;
	padding: 0;
}
#featured-buttons #second ul li {
	color: #666;
	background-image: none;
	font-size: 11px
	line-height: 16px;
	margin: 0;
	padding: 3px 0 0 10px;
}
#featured-buttons #second ul ul {
	border: none;
	list-style-type: none;
	height: auto;
	margin: 0;
	padding: 0;
}
#featured-buttons #second ul ul li {
	border: none;
	color: #666;
	font-size: 11px;
	line-height: 16px;
	margin: -4px 0 0 -20px;
	padding: 0 0 0 10px;
}

/* FEATURED BUTTONS AREA 4 */
#featured-buttons #fourth {
	background: #FFF url(images/authors/tony_roberts_small.png) no-repeat right bottom;
	margin-right: 0;
}

/* FEATURED ARTICLE */
#featured-article {
	clear: both;
	background: #FFF;
	border: 1px solid #DDD;
	margin: 7px 15px 0 0;
	padding: 15px;
	width: 685px;
	min-height: 200px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}
#featured-article h2 {
	margin: 0 0 12px 0;
}
#featured-article p {
	margin: 0 0 12px 0;
}
img.homepage-article {
	float: right;
	background: #EEE;
	margin: 0 0 0 20px;
	padding: 5px;
}

/* FEATURED SPOTLIGHT */
#featured-spotlight {
	float: left;
	background: #FFF;
	border: 1px solid #DDD;
	margin: 7px 0 0 0;
	padding: 15px;
	width: 142px;
	min-height: 200px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}

/* GET INVOLVED STATEMENT */
#home-involved {
	clear: both;
	margin: 0;
	padding: 15px 0;
}
#home-involved h2 {
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	text-align: center;
	line-height: 41px;
	margin: 0;
	padding: 0;
}
#home-involved span {
	color: #666;
	font-size: 15px;
	line-height: 41px;
	margin: 0;
	padding: 0;
}

/* HOMEPAGE SIDEBAR */
#sidebar-home {
	float: left;
	display: inline;
	font-size: 11px;
	text-align: left;
	line-height: 18px; 
	list-style: none;
	margin: 0 7px 0 15px; 
	padding: 0 0 20px 0;
	width: 208px;
}
#sidebar-home p {
	margin: 0 0 12px 0; 
}
#home-widget {
	background: #DCEBD7;
	border: 1px solid #D6D6D6;
	margin: 7px 0 0 0;
	padding: 15px;
	width: 176px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#home-widget h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
}
#home-widget img {
	height: auto;
}
#home-widget img.spacing {
	margin: 0 0 6px 0;
}
#home-widget a:hover {
	text-decoration: underline;
	background: none;
}
#home-widget .gray-font {
	color: #999;
	font-size: 12px;
}
#home-widget .black-font {
	color: #777;
	font-size: 12px;
}

/*-------------------------------------------------------------------------*/

/* POST */

/*-------------------------------------------------------------------------*/

.post {
	margin: 0;
	text-align: left;
}
.post img {
	background-color: transparent;
	margin: 0;
	padding: 10px;
}
.post-info {
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	margin: 0 0 12px 0;
	padding: 0;
}
.post-listing-info {
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	margin: 0 0 8px 0;
	padding: 0;
}
.post-line {
	clear: both;
	margin: 20px 0;
	padding: 0;
	text-align: left;
	border-top: solid 1px #CCC;
}
.post hr {
	display: block;
}
.post-excerpt p {
	margin: 0;
}
.postmetadata {
	background-color: #F4F4F4;
	margin: 0 0 20px 0;
	padding: 6px 10px 6px 10px;
}

/* AUTHOR FEATURE BOX */
#feature-box {
	clear: both;
	background-color: #F4F4F4;
	margin: 20px 0 30px 0;
	padding: 15px;
	overflow: hidden;
}
#feature-box h2, #feature-box p {
	margin: 0;
}
#feature-box b {
	margin: 4px 0 0 0;
}


/*-------------------------------------------------------------------------*/

/* 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 8px 20px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 20px 8px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
	
/*-------------------------------------------------------------------------*/

/* COMMENTS */

/*-------------------------------------------------------------------------*/

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.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;
	}

/*-------------------------------------------------------------------------*/

/* GENERAL FORMATTING */

/*-------------------------------------------------------------------------*/

.thread-alt {
	background-color: #FAFAFA;
}
.thread-even {
	background-color: #F1F1F1;
}
.depth-1 {
}
.even, .alt {
	border-left: 3px solid #ddd;
}
small {
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}
.commentlist li, .commentlist ol {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	background-image: none;
}
.commentlist li, #commentform input, #commentform textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.commentlist li ul li {
	font-size: 10px;
}
.commentlist li a:link {
	color :#666666;
}
.commentlist li a:active {
	color :#666666;
}
.commentlist li a:visited {
	color :#666666;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	text-transform: none;
	}

#commentform p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 10px;
	letter-spacing: .07em;
	}
	
/*-------------------------------------------------------------------------*/

/* VARIOUS TAGS & CLASSES */

/*-------------------------------------------------------------------------*/

acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
hr {
	background-color: #DDD;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
hr.thin {
	background-color: #DDD;
	border: 0;
	clear: both;
	color: #DDD;
	height: 1px;
	margin: 15px;
	width: 100%;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/*-------------------------------------------------------------------------*/

/* 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;
}

.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;
}

/*-------------------------------------------------------------------------*/

/* FORM STYLES */
/* covers contact 7 input styles, logins, etc. */

/*-------------------------------------------------------------------------*/

legend {
	color: #444;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0 0;
}
label {
	font-size: 13px;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: left;
}
label a {}
.checkboxlabel {
	margin-left: 10px;
}
.flipped .checkbox {
	margin-left: 5px;
	padding-right: 5px;
}
.flipped .checkboxlabel {
	margin-left: 0px;
}
input[type="submit"] {
	margin: 10px 0 10px 0;
}
input[type="text"], input[type="password"], input[type="file"], input[type="radiobutton"], select, textarea {
	font-family: inherit;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	border: 3px solid #DDD;
	background: #FFF;
	/* controls distance between fields */
	margin: 0;
	padding: 4px;
	vertical-align: middle;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="file"]:hover, input[type="radiobutton"]:hover, textarea:hover {
	border: 3px solid #BBB;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, input[type="radiobutton"]:focus, textarea:focus {
	border: 3px solid #DDD;
	background-color: #FFFFEE;
}
.same-line {
	float: left;
	display: inline;
	padding-right: 10px;
	width: 290px;
}
.new-line {
	clear: both;
}
#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;
}

/*-------------------------------------------------------------------------*/

/* SEARCH FORM */

/*-------------------------------------------------------------------------*/

#searchform {
	float: right;
	display: inline;
	margin: 0;
	padding: 0;
}
#searchform input {
	float: left;
	display: inline;
	font-size: 13px;
	color: #999;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #E4E4E4;
	background: #FFF;
	margin: 0;
	padding: 0 0 0 10px;
	padding-top/*\**/: 4px\9;
	vertical-align: middle;
	width: 130px;
	height: 25px;
	height/*\**/: 22px\9;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 8px; /* future proofing */
}
#searchform input:hover {
	border: 1px solid #EEE;
}
#searchform input:focus {
	border: 1px solid #EEE;
	background-color: #FFF;
}
ul#results {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
}
ul#results li {
	background-image: none;
	line-height: 20px;
	margin: 6px 0 6px 0;
	padding: 0 0 0 0;
}
ul#results li strong {
	background-color: #FFFFCC;
}
ul##results .post-line {
	clear: both;
	margin: 10px 0 15px 0;
	padding: 0;
	text-align: left;
	border-top: solid 1px #CCC;
}
.gray-font {
	color: #444;
	font-size: 10px;
	font-weight: bold;
}
.black-font {
	color: #666;
	font-size: 10px;
	font-weight: bold;
}

/*-------------------------------------------------------------------------*/

/* BUTTONS */

/*-------------------------------------------------------------------------*/

.buttons a, .buttons button{
	float: left;
	display: inline;
	margin: 3px 0 0 0;
	background-color: #F08A17;
	border: 0;
	font-size: 12px;
	line-height: 100%;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	cursor: pointer;
	padding: 6px 10px 6px 7px; /* Links */
	-moz-border-radiust: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
}
.buttons button{
	width: auto;
	overflow: visible;
	padding: 3px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
	padding: 3px 10px 3px 7px; /* Firefox */
	height: 27px;
	line-height: 17px; /* Safari */
}
*:first-child+html button[type]{
	padding: 4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}
button:hover, .buttons a:hover{
    background-color: #1E89BC;
    border: 0;
    color: #FFF !important;
}
.buttons a:active{
    background-color: #1E89BC;
    border: 0;
    color: #FFF !important;
}

/* SEARCH */

button.search, .buttons a.search {
    background-color: #F08A17;
    border: 0;
    color: #FFF !important;
    margin: 0 0 0 1px;
    -moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 0; /* future proofing */
}
.buttons a.search:hover, button.search:hover {
    background-color: #1E89BC;
    border: 0;
    color: #FFF !important;
}
.buttons a.search:active {
    background-color: #1E89BC;
    border: 0;
    color: #FFF !important;
}

/*-------------------------------------------------------------------------*/

/* FAQ PLUGIN */

/*-------------------------------------------------------------------------*/

.dsfaq_qa_block {
	border-top: 1px solid #CCC;
	margin-top: 20px;
	padding: 20px 0 0 0;
}
.dsfaq_ol_quest {}
.dsfaq_ol_quest li {}
.dsfaq_ol_quest li a {}
.dsfaq_quest_title {
	font-size: 15px;
	font-weight: bold;
}
.dsfaq_quest {}
.dsfaq_answer_title {
	font-size: 15px;
	font-weight: bold;
}
.dsfaq_answer {
/* 	border: 1px solid #EEE; */
	margin: 0;
	padding: 0 0 0 33px;
}
.dsfaq_answer p {
	margin: 0;
	padding: 0;
}
.dsfaq_tools {
	text-align: right;
	font-size: smaller;
	margin: 0;
	padding: 0;
}
.dsfaq_copyright {
	display: block;
	text-align: right;
	font-size: smaller;
}

/*-------------------------------------------------------------------------*/

/* MAILCHIMP */

/*-------------------------------------------------------------------------*/

div.mce_inline_error {
	color: #993300;
}
div.input-group input {
	margin-right: 6px;
}
div.response {
	color: #993300;
}

/*-------------------------------------------------------------------------*/

/* EC - BIG CALENDAR BACKUP CODE */
/* original in ec3.css */

/*-------------------------------------------------------------------------*/


div#ec3_big_cal {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 border:solid 2px #EEE;
 background-color: #FAFAFA;
}

#ec3_big_cal table {
 border-collapse:collapse;
 width:100%;
 line-height:normal;
}

#ec3_big_cal table.nav {
 width:50%;
 margin-right:auto;
 margin-left:auto;
 background-color: #FAFAFA;
}

#ec3_big_cal table.nav td {
 border:none;
 height:auto;
 text-align:center;
 font-size:1.5em;
 font-weight:bold;
 background-color: #FAFAFA;
}

#ec3_big_cal table caption {
 font-size:1.5em;
 font-weight:bold;
 text-align: center;
}

#ec3_big_cal table th {
 text-align:center;
 font-size: 1.0em;;
 font-weight:normal;
}

#ec3_big_cal table td {
 margin:0;
 padding:0;
 width:14.2%;
 vertical-align:top;
 text-align:left;
 border:solid 1px #CCC;
 background-color: #FFFFFF;
}

#ec3_big_cal table td.ec3_today {
 background-color:#FFFFEE;
}

td .ec3_daynum {
 display:block;
 margin:0;
 margin-left:auto;
 margin-right:auto;
 padding:0;
 padding-right:2px;
 padding-bottom:1px;
 text-align:right;
 font-size:1.1em;
}

td.ec3_postday  a.ec3_daynum { color:#F08A17; }
td.ec3_eventday a.ec3_daynum { color:#C15B2C; }
             span.ec3_daynum { color:#444444; }

td.ec3_postday  a.ec3_daynum:hover { color:white; background-color:#F08A17; }
td.ec3_eventday a.ec3_daynum:hover { color:white; background-color:#C15B2C; }

#ec3_big_cal table td div {
 min-height:5em;
}

#ec3_big_cal table td p {
 font-size:1.0em;
 margin-top:0;
 margin-bottom:0.1em;
 padding: 5px;
}

#ec3_big_cal .ec3_post a {
}

#ec3_big_cal .ec3_event a {
}

#ec3_big_cal .pad {
 border:none;
 background-color:#eee;
}
.ec3_ec {
	display: none;
}
.category-calendar-events p {
	margin: 12px 0;
}
#sidebar .ec3_events ul {	
	font-size: 12px;
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
}
#sidebar .ec3_list ul li {
	color: #666;
	list-style-type: none;
	list-style-image: none; 
	list-style: none;
	background-image: none;
	background-repeat: none;
	font-size: 11px;
	background-repeat: no-repeat;
	line-height: 16px;
	margin: 0 0 6px 0;
	padding: 0;
}
#sidebar .ec3_events ul ul li {
	color: #666;
	list-style-type: none;
	font-size: 11px;
	background-repeat: no-repeat;
	line-height: 16px;
	margin: 6px 0 6px 20px;
	padding: 0 0 0 13px;
}

/*-------------------------------------------------------------------------*/

/* CUSTOMIZED GRAVITY FORM STYLES (these override styles listed above) */

/*-------------------------------------------------------------------------*/

.gform_wrapper {
	max-width: 600px !important;
}
.gform_wrapper input {
	font-size: 14px !important;
	font-family: inherit !important;
	padding: 6px 0 6px 3px !important;
}
.gform_wrapper textarea {
	font-size: 14px !important;
	font-family: inherit !important;
	padding: 6px 0 6px 3px !important;
}
.gform_wrapper select {
	font-size: 13px !important;
	font-family: inherit !important;
	padding: 6px 0 6px 3px !important;
}
.gform_body ul li {
	/* REMOVE ANY BULLETS FROM MAIN UL */
	background-image: none !important;
	margin: 0 !important;
	padding: 0 !important
}
.gform_wrapper .ginput_complex label {
	margin: 1px 0 0 0 !important;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
	font-size: 18px !important;
	font-family: inherit !important;
	font-weight: normal !important;
}
.gform_wrapper .gsection {
	border-bottom:1px solid #EEE !important;
	margin:30px 0 0 0 !important;
	padding:0 0 4px 0 !important; 
}
.gform_wrapper .gfield_required {
	color: #930 !important;
}
.gform_wrapper .gfield_error {
	background-color: #F0E1D9 !important;
	border: 1px dotted #C89797 !important;
}
.gform_wrapper .gfield_error .gfield_label {
	color: #930 !important;
}
.gform_wrapper .validation_error {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_wrapper .validation_message {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_wrapper input.button {
	font-size: 100% !important;
	color: #222 !important;
}
.gform_wrapper input.button:hover {
	color: #000 !important;
}
#gforms_confirmation_message {
	background-color: #FFFFEE !important;
	font-size: 13px !important;
	color: #555 !important;
	text-align: left !important;
	border: 0px solid #feda70 !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	padding: 15px 0 !important;
}
.gform_footer input[type="submit"] {
	/* REQUIRED 0 MARGIN DUE TO SUBMIT INPUT STYLES ABOVE */
	margin: 0;
}

/*-------------------------------------------------------------------------*/

/* MOBILE SAFARI ( iPad, iPhone and iPod Touch ) */

/*-------------------------------------------------------------------------*/

pre {
	-webkit-text-size-adjust: 140%;
}

code {
	-webkit-text-size-adjust: 160%;
}

ul#menu-main, .entry-meta, .entry-utility, .widget_search label, .navigation, .widget-area {
	-webkit-text-size-adjust: 90%;
}

#site-description {
	-webkit-text-size-adjust: none;
}

/*-------------------------------------------------------------------------*/

/* PRINT STYLES */

/*-------------------------------------------------------------------------*/

@media print {
	body {background:white; 
	     font-size:11pt;
	     color:black;
	     margin:0; }
	#wrapper {
		width: 90%;
		border: none;
		background: none;
	}
	#sidebar { display:none; }
	#header { display:none; }
	
	a { 
	     color:#333; 
	     text-decoration:underline }
	#commentform { display:none }
	#footer-wrapper { display:none }
	#copyright { font-size: 8pt;
	}
	h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
	     page-break-inside:avoid }
	blockquote, table, pre { page-break-inside:avoid }
	ul, ol, dl  { page-break-before:avoid }
	img.centered { display: block; 
	     margin-left: auto; 
	     margin-right: auto; }
	img.right { padding: 4px; 
	     margin: 0 0 2px 7px; 
	     display: inline; }
	img.left { padding: 4px; 
	     margin: 0 7px 2px 0; 
	     display: inline; }
	.right { float: right; }
	.left { float: left }
	img { page-break-inside:avoid; 
	     page-break-after:avoid; }
}
