/*
Theme Name:     Futures Without Violence Base Theme
Theme URI:      http: //catalysttheme.com/
Description:    A Catalyst Child Theme 
Author:         Dayspring Technologies, Inc
Author URI:     www.dayspring-tech.com
Template:       catalyst
Version:        1.0
*/

@import url("../../plugins/ubermenu/styles/basic.css");

/*** reset css  ***/
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; outline: 0;
}

/*** Remove possible quote marks (") from <q>, <blockquote>. ***/
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/*** clearfix css ***/
.clearfix:after { visibility: hidden; display: block; height: 0; font-size: 0; line-height: 0; content: " "; clear: both; }
.clearfix { display: block; }
/* IE6 */
* html .clearfix { height: 1%; }
/* IE7 */
*:first-child + html .clearfix { min-height: 1%; }

/************************* 
	Global Elements 
*************************/

/*** Frame ***/

body {
	background:url("images/bg-men-sub.jpg") no-repeat 50% 0 #d7e9a7;
	margin: 0 auto;
	color: #58595B;
	font-size: 13px;
	font-family: Arial, sans-serif;
	line-height: 21px;
}
body.homepage_layout {
	background:url("images/bg-men-home.jpg") no-repeat 50% 0 #d7e9a7;
}
#wrap {
	background: transparent;
	width: 960px;
	border-top: 0px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	margin: 0 auto 0;
	padding: 0;
}

/*** Hyperlinks ***/

a, a:visited {
	color: #21759B;
	text-decoration: none;
}
a:hover {
	color: #D54E21;
	text-decoration: underline;
}
a img {
	border: none;
}

/*** Images/Alignment ***/

img.alignnone {
	margin: 0 0 10px 0 !important;
	display: inline;
}
img.alignleft {
	margin: 0 10px 10px 0 !important;
	display: inline;
}
img.centered, .aligncenter {
	margin: 0 auto 10px !important;
	display: block;
}
img.alignright {
	margin: 0 0 10px 10px !important;
	display: inline;
}
.alignleft {
	margin: 0 10px 0 0;
	float: left;
}
.alignright {
	margin: 0 0 0 10px;
	float: right;
}
.wp-caption {
	background: #F6F6F6;
	border: 1px solid #E8E8E8;
	padding: 10px 5px 0 5px;
	text-align: center;
}
.wp-caption p.wp-caption-text, .catalyst-excerpt-widget .wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 0 10px !important;
	color: #2c2c2c !important;
	font-family: Arial, sans-serif !important;
	font-size: 12px !important;
	line-height: 120%;
	
}
.wp-post-image, #sidebar-1 .catalyst-excerpt-widget img, #sidebar-2 .catalyst-excerpt-widget img, #ez-home-sidebar-1 .catalyst-excerpt-widget img {
	background: #F6F6F6;
	border: 1px solid #E8E8E8;
	padding: 4px !important;
}
#sidebar-1 .catalyst-excerpt-widget img, #sidebar-2 .catalyst-excerpt-widget img, .ez-widget-area img.wp-post-image {
	margin-bottom: 0 !important;
}
img.wp-smiley, img.wp-wink {
	border: none;
	margin: 0;
	padding: 0;
	float: none;
}
img#wpstats {
    width: 0;
    height: 0;
    overflow: hidden;
	display: none;
}
.post-format-icon {
	background: none;
	margin: 0 0 0 10px;
	float: right;
	display: block;
}
.page .post-format-icon {
	display: none;
}
body.page-template-template-blog-php .post-format-icon {
	display: block;
}

/*** Search Form ***/

#header-right .widget_search {
	padding: 0;
	float: right;
}
.searchform {
	margin: 0 10px 0 0;
	padding: 0;
	display: inline;
	overflow: hidden;
}
#sidebar-1 .searchform, #sidebar-2 .searchform {
	padding: 0 10px;
}
.s {
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	margin: 10px 0;
	padding: 4px 0px 4px 5px;
	color: #888888;
	font-family: Arial, sans-serif;
	font-size: 11px;
	display: inline;
	
}
#header .s, #navbar-1 .s, #navbar-2 .s {
	margin: 0;
}
.s, #header .s, #sidebar-1 .s, #sidebar-2 .s {
	width: 130px;
}
.searchsubmit {
    background: url("images/donate-btn-bkd.png") no-repeat scroll 50% 0 transparent;
	cursor: pointer;
    color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 0;
    padding: 3px;
    text-align: center;	
}
.searchsubmit:hover {
	color:#74A536;
}


/*** Calendar ***/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
}
#wp-calendar caption {
	margin: 0;
	padding: 5px 0 0 0;
	color: #333333;
	font-size: 13px;
}
#wp-calendar th {
	color: #333333;
}
#wp-calendar td {
	margin: 0;
	padding: 2px;
	text-align: center;
}
#wp-calendar tfoot td {
	margin: 0;
	padding: 0 0 5px;
}

/************************* 
	Header 
*************************/

#header-wrap {
	background: transparent;
	margin: 0 auto;
	border-top: 0px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	clear: both;
	height:152px;
}
#header {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	float: none;
	overflow: hidden;
}
#header-left {
	width: 675px;
	padding: 18px 0 0 0px;
	float: left;
}
#title {
	color: #333333;
	font-family: 'Cabin Sketch', cursive;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
	position:relative;
	top:30px;
	left:290px;
	width:370px;
	
}
#title a, #title a:visited {
	display:block;
        line-height: 35px;
	color: #333333;
}
#title a:hover {
	color: #D54E21;
	text-decoration: none;
}
#tagline {
        color: #92CC3A;
        display: block;
        font-size: 20px;
        font-weight: bold;
        left: 290px;
        position: relative;
        top: 35px;
        width: 375px;
}
.logo-image #header #header-left {
	background: none;
	margin: 0px 0 0 0px;
}
.logo-image #header-left, .logo-image #header-left #title, .logo-image #header-left #title a {
	width: 550px;
	height: 90px;
	padding: 0;
	float: left;
	display: block; 
	text-indent: -9999px;
	overflow: hidden;
}
.logo-image #header-left #tagline {
	display: block;
	overflow: hidden;
}
#header-right {
	width: 225px;
	padding: 50px 20px 0 0;
	float: right;
}
#header-right .catalyst-widget-area {
	background:transparent;
}
#header-right .logo {
	float:right;
	margin-top:10px;
}
#header-right p {
	margin: 0;
	padding: 0 0 5px 0;
}
#header-right h4 {
	margin: 0; 
	padding: 0;
	color: #333333;
	font-size: 12px;
}
.header-left-full-width #header-left, .header-left-full-width #header-left #title, .header-left-full-width #header-left #title a {
	width: 400px;
}

/************************* 
	Navigation 
*************************/

/*** Navbar 1 ***/

#navbar-1-wrap {
	background: url("images/bg-navbar.jpg") top left repeat-x transparent;
	padding-top:28px;
	color: #58595B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 1em;
	clear: both;
}
#navbar-1 {
	background: url("images/menu_bkd.png") top left repeat-x transparent;
	width: 960px;
	padding: 0;
	float: none;
	display: block;
}
#navbar-1-left, #navbar-2-left {
	height: 52px;
	margin: 0;
	padding: 0;
	float: left;
}
#navbar-1-right, #navbar-2-right {
	margin: 0;
	padding: 0;
	text-transform: none;
	float: right;
}
#navbar-1-right {
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	
}
#navbar-1-right a, #navbar-1-right a:visited {
	color: #21759B;
	text-decoration: none;
}
#navbar-1-right a:hover {
	color: #D54E21;
	text-decoration: underline;
}
#navbar-1-right.navbar-right-text {
	padding: 9px 10px 0 0;
}
#navbar-1-right.navbar-right-search {
	padding: 4px 4px 0 0;
}
#nav-1, #nav-2 {
	margin: 0;
	padding: 0;
}
#nav-1 ul, #nav-2 ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
#nav-1 > li, #nav-2 > li {
	height:52px;
	line-height:52px;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	text-align:center;
}
#nav-1 li#menu-item-35 {
	width:205px;
}
#nav-1 li#menu-item-34 {
	width:205px;
}
#nav-1 li#menu-item-33 {
	width:250px;
}
#nav-1 li#menu-item-32 {
	width:203px;
}
#nav-1 li#menu-item-31 {
	width:96px;
}

/* override some basic.css values */
#nav-1 li a, #nav-1 li a:link, #nav-1 li a:visited {
	padding: 0 5px;
	color: #74A536;
	text-decoration: none;
	display: block;
	position: relative;
        font-size: 19px;
}
#nav-1 li a:hover, #nav-1 li a:active {
	color: #F48223;
	text-decoration: none;
}
#nav-1 li a.sf-with-ul {
	padding-right: 5px;
}
#nav-1 li a .sf-sub-indicator {
	display:none;
}

#nav-1 > li.current_page_item > a, #nav-1 > li.current-menu-item > a, #nav-1 > li.current-cat > a {
	background: #FFFFFF;
	border-top: 0px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	color: #333333;
	text-decoration: none;
}

/*** Navbar 2 ***/

#navbar-2-wrap {
	background: #FFFFFF;
	border-top: 0px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	height: 32px;
	margin: 0px 0 0px 0;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1em;
	clear: both;
	
}
#navbar-2 {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	float: none;
	display: block;
}
#navbar-2-right {
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	
}
#navbar-2-right a, #navbar-2-right a:visited {
	color: #21759B;
	text-decoration: none;
}
#navbar-2-right a:hover {
	color: #D54E21;
	text-decoration: underline;
}
#navbar-2-right.navbar-right-text {
	padding: 9px 10px 0 0;
}
#navbar-2-right.navbar-right-search {
	padding: 4px 4px 0 0;
}
#nav-2 li a, #nav-2 li a:link, #nav-2 li a:visited {
	background: #FFFFFF;
	border-top: 0px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 10px 15px;
	color: #333333;
	text-decoration: none;
	display: block;
	position: relative;
}
#nav-2 li a:hover, #nav-2 li a:active {
	background: #F6F6F6;
	border-top: 0px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	color: #333333;
	text-decoration: none;
}
#nav-2 li a.sf-with-ul {
	padding-right: 25px;
}
#nav-2 li a .sf-sub-indicator {
	position: absolute;
	top: 10px;
	right: 15px;
	float: right;
	display: block;
	overflow: hidden;
}
#nav-2 li li a, #nav-2 li li a:link, #nav-2 li li a:visited {
	background: #F6F6F6;
	width: 150px;
	border-top: 0;
	border-right: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	margin: 0 0 0 0px;
	padding: 10px 10px 10px 10px;
	color: #333333;
	text-decoration: none;
	float: none;
}
#nav-2 li li a:hover, #nav-2 li li a:active {
	background: #FFFFFF;
	color: #333333;
	text-decoration: none;
}
#nav-2 li li a .sf-sub-indicator {
	top: 10px;
	right: 10px;
}
#nav-2 li ul {
	width: 175px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 9999;
	left: -999em;
	position: absolute;
}
#nav-2 li ul ul {
	margin: -33px 0 0 171px;
}
#nav-2 li.current_page_item a, #nav-2 li.current-menu-item a, #nav-2 li.current-cat a {
	background: #F6F6F6;
	border-top: 0px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	color: #333333;
	text-decoration: none;
}

/************************* 
	Content 
*************************/

#container-wrap {
	background: #FFFFFF;
	margin: 0;
	padding: 25px 0;
	-moz-box-shadow: 0px 0px 3px #CCCCCC;
	-webkit-box-shadow: 0px 0px 3px #CCCCCC;
	box-shadow: 0px 0px 3px #CCCCCC;
}
.homepage_layout #container-wrap {
	padding:0;
}
body.landing-page #container-wrap {
	padding: 0;
}
#container {
	width: 960px;
	margin: 0;
	padding: 0;
	float: left;
}
#content-sidebar-wrap {
	width: 960px;
	float: left;
}
.double-sidebar #content-sidebar-wrap {
	width: 710px;
}
#content-wrap {
	margin: 0;
	padding: 0;
	float: left;
}
.left-sidebar #content-wrap, .double-left-sidebar #content-wrap, .double-sidebar #content-wrap {
	float: right;
}
#content-wrap, .left-sidebar #content-wrap, .right-sidebar #content-wrap, .no-sidebar #content-wrap {
	width: 480px;
}
body.search #content-wrap {
	width:750px;
}
.homepage_layout #content-wrap {
	background:#e7ecde;
	padding-right:20px;
	width: 700px;
        min-height: 318px;
}
#content {
	margin: 0;
	padding: 0;
	float: left;
}
#content, .left-sidebar #content, .no-sidebar #content {
	width: 500px;
}
.right-sidebar #content {
	margin-left:30px;
	width: 720px;
}
body.search #content {
	width:670px;
}
.homepage_layout #content {
	padding:15px 10px 10px 10px;
	width:660px;
}
#content img, #content p img {
	max-width: 100%;
}
#content .post {
	margin: 0px 0 20px 0;
	padding: 0
}
#content .page {
	margin: 0px 0 20px 0;
	padding: 0;
}
#content .post p, #content .page p {
	margin: 0;
	padding: 0 0 15px;
}
#content .entry-title {
	padding: 5px 0 0;
}
#content .archive-template {
	float: left;
	width: 50%;
	padding: 10px 0;
}
.entry-content p, .entry-content ul li, .entry-content ol li {
	color: #58595B;
	font-family: Arial, sans-serif;
	font-size: 13px;
	
}
.entry-content a, .entry-content a:visited {
	color: #F48223;
	text-decoration: none;
}
.entry-content a:hover {
	color: #F48223;
	text-decoration: underline;
}
.breadcrumbs, .taxonomy-title-box, .author-title-box {
	background: #FFFFFF;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	margin: 0px 0 20px 0;
	padding: 4px 10px 4px 10px;
	color: #2c2c2c;
	font-family: Arial, sans-serif;
	font-size: 12px;
	
}
.breadcrumbs a, .breadcrumbs a:visited, .taxonomy-title-box a, .taxonomy-title-box a:visited, .author-title-box a, .author-title-box a:visited {
	color: #21759B;
	text-decoration: none;
}
.breadcrumbs a:hover, .taxonomy-title-box a:hover, .author-title-box a:hover {
	color: #D54E21;
	text-decoration: underline;
}
#content .taxonomy-title-box h1, #content .author-title-box h1 {
	color: #2c2c2c;
}

/*** Author Info Box ***/

#entry-author-info {
	background: #F6F6F6;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	margin: 20px 0 30px 0;
	padding: 10px 10px 10px 10px;
	color: #2c2c2c;
	font-family: Arial, sans-serif;
	font-size: 12px;
	overflow: hidden;
	clear: both;
	
}
#entry-author-info a, #entry-author-info a:visited {
	color: #21759B !important;
	text-decoration: none !important;
}
#entry-author-info a:hover {
	color: #D54E21 !important;
	text-decoration: underline !important;
}
#entry-author-info #author-avatar {
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	width: 70px;
	height: 70px;
	margin: 0 10px 0 0;
	padding: 5px;
	float: left;
}
#entry-author-info #author-avatar .avatar {
	width: 70px;
	height: 70px;
}
#entry-author-info #author-description {
	margin: 0;
	padding: 0;
}
#entry-author-info p {
	color: #2c2c2c;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0 !important;
	
}

/*** Catalyst Hybrid Loop ***/

.catalyst-hybrid-odd,
.catalyst-hybrid-even{
    float: left;
}
.catalyst-hybrid-odd.catalyst-hybrid-columns {
    clear: both;
}
.catalyst-hybrid-even.catalyst-hybrid-columns {
    float: right;
}
.catalyst-hybrid-odd.catalyst-hybrid-columns,
.catalyst-hybrid-even.catalyst-hybrid-columns {
	width: 48%;
}

/*** Content Headlines ***/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin: 0 0 4px;
	padding: 0;
	color: #333333;
	font-family: Arial, sans-serif;
	font-weight: normal;
	line-height: 120%;
	
}
#content h1 {
	border-bottom: 1px solid #F48326;
    color: #74A536;
	font-family: "Century Gothic",Arial,Helvetica,Verdana,sans-serif;
	font-size:24pt;
	line-height:30pt;
    text-decoration: none;
    text-transform: uppercase;
}
.homepage_layout #content h2 {
	color: #73A533;
	font-size: 18px;
	font-weight:bold;
	border-bottom:1px solid #c4de93;
}
.homepage_layout #content h1.entry-title {
	display:none;
}
#content h2 {
	color: #333333;
	font-size: 20px;
}
#content h2 a, #content h2 a:visited {
	color: #333333;
	text-decoration: none;
}
#content h2 a:hover {
	color: #D54E21;
	text-decoration: none;
}
#content h3 {
	color: #333333;
	font-size: 18px;
}
#content h4 {
	color: #333333;
	font-size: 16px;
}
#content h5 {
	color: #333333;
	font-size: 14px;
}
#content h6 {
	color: #333333;
	font-size: 12px;
}

/*** Sticky Posts ***/

#content .sticky {
	background: #F6F6F6 !important;
	margin: 0px 0 30px 0 !important;
	padding: 10px 10px 10px 10px !important;
	border-top: 1px solid #E8E8E8 !important;
	border-bottom: 1px solid #E8E8E8 !important;
	border-left: 0px solid #E8E8E8 !important;
	border-right: 0px solid #E8E8E8 !important;
}

/*** Content UL's/OL's ***/

#content .post ul, #content .page ul, .catalyst-widget-area ul, #content .post ol, #content .page ol, .catalyst-widget-area ol {
	margin: 0;
	padding: 0 0 15px 0;
}
#content .post ul li, #content .page ul li, #content .post ol li, #content .page ol li, .catalyst-widget-area ul li, .catalyst-widget-area ol li {
	margin: 0 0 0 20px;
	padding: 0 0 0px;
}
#content .post ul li, #content .page ul li, .catalyst-widget-area ul li {
	margin: 0 0 0 20px;
	list-style-type: square;
}
#content .post ul ul, #content .page ul ul, .catalyst-widget-area ul ul {
	padding: 0 0 0 20px;
}
#content .post ol ol, #content .page ol ol, .catalyst-widget-area ol ol {
	padding: 0;
}

/*** Blockquote ***/

#content blockquote {
	background: #F6F6F6;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	margin: 0 25px 15px 25px;
	padding: 10px 15px 0 15px;
}
#content blockquote p {
	color: #2c2c2c !important;
	font-family: Arial, sans-serif !important;
	font-size: 12px !important;
	
}
#content blockquote a, #content blockquote a:visited {
	color: #21759B !important;
	text-decoration: none !important;
}
#content blockquote a:hover {
	color: #D54E21 !important;
	text-decoration: underline !important;
}

/*** Meta Classes ***/

.byline-meta {
	width: 100%;
	margin: 0 0 8px;
	color: #888888;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 120%;
	
}
.byline-meta a, .byline-meta a:visited {
	color: #888888;
	text-decoration: none;
}
.byline-meta a:hover {
	color: #888888;
	text-decoration: underline;
}
.post-meta {
	border-top: 1px solid #E8E8E8;
	margin: 5px 0 0;
	padding: 5px 0 0;
	font-style: italic;
	clear: both;
}
.post-meta p {
	color: #333333 !important;
	font-family: Arial, sans-serif !important;
	font-size: 13px !important;
	
}
.post-meta a, .post-meta a:visited {
	color: #21759B !important;
	text-decoration: none !important;
}
.post-meta a:hover {
	color: #D54E21 !important;
	text-decoration: underline !important;
}

/*** Post Navigation ***/

.post-nav {
	width: 100%;
	margin: 0;
	padding: 0px 0 0px 0;
	overflow: hidden;
}
.post-nav ul {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}
.post-nav li {
	display: inline;
}
.post-nav a, .post-nav a:visited {
	color: #21759B;
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	
}
.post-nav a:hover {
	color: #D54E21;
	text-decoration: underline;
}
.post-nav li a, .post-nav li a:visited, .post-nav li.disabled, .post-nav li a:hover, .post-nav li.active a {
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	margin: 0 0px 0 0px;
	padding: 4px 8px 4px 8px;
	color: #21759B;
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	
}
.post-nav li.active a, .post-nav li a:hover {
	background: #F6F6F6;
	color: #D54E21;
	text-decoration: none;
}
.post-nav li a:hover {
	text-decoration: underline;
}

/*** Catalyst Widget Areas ***/

.catalyst-widget-area {
	background: #FFFFFF;
	border-top: 0px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #2c2c2c;
	font-family: Arial, sans-serif;
	font-size: 13px;
	
}
.catalyst-widget-area h4 {
	padding: 0 0 5px !important;
	color: #2c2c2c !important;
	font-family: Arial, sans-serif !important;
	font-size: 18px !important;
	font-weight: normal;
	line-height: 120%;
	
}
.catalyst-widget-area a, .catalyst-widget-area a:visited {
	color: #21759B;
	text-decoration: none;
}
.catalyst-widget-area a:hover {
	color: #D54E21;
	text-decoration: underline;
}
.catalyst-widget-area #wp-calendar caption, .catalyst-widget-area #wp-calendar th {
	color: #2c2c2c;
}

/*** Catalyst Excerpt Widget ***/

.catalyst-excerpt-widget, #content .catalyst-excerpt-widget {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
.catalyst-excerpt-widget .entry-content p {
	color: #2c2c2c !important;
	font-family: Arial, sans-serif !important;
	font-size: 13px !important;
	
}
.catalyst-excerpt-widget .entry-content a, .catalyst-excerpt-widget .entry-content a:visited {
	color: #21759B !important;
	text-decoration: none !important;
}
.catalyst-excerpt-widget .entry-content a:hover {
	color: #D54E21 !important;
	text-decoration: underline !important;
}
.catalyst-excerpt-widget h2 {
	margin: 0 0 5px;
	padding: 0;
	color: #333333 !important;
	font-family: Arial, sans-serif !important;
	font-size: 18px !important;
	font-weight: normal;
	line-height: 120%;
	
}
.catalyst-excerpt-widget h2 a, .catalyst-excerpt-widget h2 a:visited {
	color: #333333 !important;
	text-decoration: none !important;
}
.catalyst-excerpt-widget h2 a:hover {
	color: #D54E21 !important;
	text-decoration: none !important;
}
.catalyst-excerpt-widget .byline-meta {
	color: #888888;
	font-family: Arial, sans-serif;
	font-size: 11px;
	
}
.catalyst-excerpt-widget .byline-meta a, .catalyst-excerpt-widget .byline-meta a:visited {
	color: #888888 !important;
	text-decoration: none !important;
}
.catalyst-excerpt-widget .byline-meta a:hover {
	color: #888888 !important;
	text-decoration: underline !important;
}

/*** Catalyst 125 Ad Widget ***/

#catalyst-125-ads {
	width: 270px;
	margin: 10px auto 0;
	padding: 0 0 5px;
}
.catalyst-125-ads-inner {
	margin-top: 5px;
}
#catalyst-125-ads span, .catalyst-125-ads-inner span {
	padding: 0 5px;
}

/*** JJ Slider ***/
#wrap li.li_jj_slider {
	list-style-type: none;
}
#slider_container {
	padding:25px 36px;
}
#slider_container #slider {
	border:4px solid #93b63a;
        height: 325px;
}
.nivo_slider_controlNavText .nivo-controlNav {
	bottom:-24px !important;
	right:0 !important;
	left:auto !important;
}
.nivo_slider .nivo-controlNav a {
	background:url("images/ic-rotate.gif") no-repeat 0 -14px;
	display:block;
	float:left;
	text-indent: -9999px;
	width:16px;
}
.nivo_slider .nivo-controlNav a.active {
	background:url("images/ic-rotate.gif") no-repeat 0 2px;
}
.nivo_slider .nivo-caption {
	background:transparent;
	top:0 !important;
	bottom:auto !important;
	left: 300px !important;
	height:325px;
	width: 550px !important;
}
.nivo_slider .nivo-caption table {
	height:325px;
}
.nivo_slider .nivo-caption td {
	vertical-align: middle;
}
.nivo_slider .nivo-caption h2 {
	color:#000000;
	font-family: 'Cabin Sketch', cursive;
	font-size:36px;
	line-height: 38px;
	margin-bottom:30px;
}
.nivo_slider .nivo-caption h4 {
	color:#000000;
	font-family:Arial, sans-serif;
	font-size:18px;
	line-height:20px;
}


/*** EZ Column Styles ***/

.ez-five-sixths,
.ez-four-fifths,
.ez-four-sixths,
.ez-one-fifth,
.ez-one-fourth,
.ez-one-half,
.ez-one-sixth,
.ez-one-third,
.ez-three-fifths,
.ez-three-fourths,
.ez-three-sixths,
.ez-two-fifths,
.ez-two-fourths,
.ez-two-sixths,
.ez-two-thirds {
	padding-left: 3%;
	float: left;
}
.ez-one-half,
.ez-three-sixths,
.ez-two-fourths {
	width: 48%;
}
.ez-one-third,
.ez-two-sixths {
	width: 31%;
}
.ez-four-sixths,
.ez-two-thirds {
	width: 65%;
}
.ez-one-fourth {
	width: 22.5%;
}
.ez-three-fourths {
	width: 73.5%;
}
.ez-one-fifth {
	width: 17.4%;
}
.ez-two-fifths {
	width: 37.8%;
}
.ez-three-fifths {
	width: 58.2%;
}
.ez-four-fifths {
	width: 78.6%;
}
.ez-one-sixth {
	width: 14%;
}
.ez-five-sixths {
	width: 82%;
}
.ez-first {
	padding-left: 0 !important;
	clear: both;
}
.ez-only {
	width: 100%;
	padding-left: 0 !important;
	float: left;
}
.ez-row-wrap {
	width: 100%;
	margin-bottom: 20px;
	float: left;
	clear: both;
}
.ez-row-wrap-border {
	border-bottom: 1px solid #E8E8E8;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	float: left;
	clear: both;
}

/************************* 
	EZ Widget Areas
*************************/

/*** EZ Widget Area Class ***/

.ez-widget-area h4 {
	border-bottom: 1px solid #E8E8E8;
	margin: 0 0 10px;
	padding: 0 0 5px;
	color: #2c2c2c;
	font-size: 18px;
	font-weight: normal;
}
.ez-widget-area ul, .ez-widget-area ol {
	margin: 0;
	padding: 0 0 15px 0;
}
.ez-widget-area ul li, .ez-widget-area ol li {
	margin: 0 0 0 20px;
	padding: 0;
}
.ez-widget-area ul li {
	list-style-type: square;
}
.ez-widget-area ul ul, .ez-widget-area ol ol {
	padding: 0;
}

/*** EZ Home Widget Areas ***/

#home-hook-wrap {
	background: #FFFFFF;
	border-top: 0px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	padding: 20px 0px 20px 0px;
}
#ez-home-container-wrap {
	float: left;
}
#ez-home-container-wrap .post {
	margin: 0 0 20px;
}
#ez-home-container-wrap .post p {
	padding: 0 0 15px;
}
#ez-home-container-wrap .ez-widget-area img.wp-post-image {
	margin-bottom: 10px !important;
}
#ez-home-container-wrap .ez-widget-area h4 {
	border-bottom: 1px solid #E8E8E8;
	color: #2c2c2c;
	font-family: Arial, sans-serif;
	font-size: 18px;
	
}
#ez-home-container-wrap .ez-widget-area {
	color: #2c2c2c;
	font-family: Arial, sans-serif;
	font-size: 13px;
	
}
#ez-home-container-wrap .ez-widget-area a, #ez-home-container-wrap .ez-widget-area a:visited {
	color: #21759B;
	text-decoration: none;
}
#ez-home-container-wrap .ez-widget-area a:hover {
	color: #D54E21;
	text-decoration: underline;
}
#ez-home-container-wrap .ez-widget-area #wp-calendar caption, #ez-home-container-wrap .ez-widget-area #wp-calendar th {
	color: #2c2c2c;
}
body.ez-home-sidebar #ez-home-container-wrap {
	width: 660px;
	padding-right: 20px;
}
body.ez-home-sidebar.home-sidebar-left #ez-home-container-wrap {
	padding-left: 20px;
	padding-right: 0;
	float: right;
}
#ez-home-top-container .ez-widget-area,
#ez-home-middle-container .ez-widget-area,
#ez-home-bottom-container .ez-widget-area {
	width: 300px;
	padding-left: 29px;
}
body.home-top-single #ez-home-top-container .ez-widget-area,
body.home-middle-single #ez-home-middle-container .ez-widget-area,
body.home-bottom-single #ez-home-bottom-container .ez-widget-area {
	width: 960px;
}
body.home-top-double #ez-home-top-container .ez-widget-area,
body.home-middle-double #ez-home-middle-container .ez-widget-area,
body.home-bottom-double #ez-home-bottom-container .ez-widget-area {
	width: 465px;
}
body.ez-home-wide-left-2-3 #ez-home-top-1, body.ez-home-wide-right-2-3 #ez-home-top-2,
body.ez-home-wide-left-2-3-3 #ez-home-top-1, body.ez-home-wide-right-2-3-3 #ez-home-top-2,
body.ez-home-wide-left-3-2 #ez-home-bottom-1, body.ez-home-wide-right-3-2 #ez-home-bottom-2,
body.ez-home-wide-left-3-2-3 #ez-home-middle-1, body.ez-home-wide-right-3-2-3 #ez-home-middle-2,
body.ez-home-wide-left-3-3-2 #ez-home-bottom-1, body.ez-home-wide-right-3-3-2 #ez-home-bottom-2 {
	width: 629px;
}
body.ez-home-sidebar #ez-home-top-container .ez-widget-area,
body.ez-home-sidebar #ez-home-middle-container .ez-widget-area,
body.ez-home-sidebar #ez-home-bottom-container .ez-widget-area {
	width: 200px;
}
body.home-top-single.ez-home-sidebar #ez-home-top-container .ez-widget-area,
body.home-middle-single.ez-home-sidebar #ez-home-middle-container .ez-widget-area,
body.home-bottom-single.ez-home-sidebar #ez-home-bottom-container .ez-widget-area {
	width: 660px;
}
body.home-top-double.ez-home-sidebar #ez-home-top-container .ez-widget-area,
body.home-middle-double.ez-home-sidebar #ez-home-middle-container .ez-widget-area,
body.home-bottom-double.ez-home-sidebar #ez-home-bottom-container .ez-widget-area {
	width: 315px;
}
body.ez-home-wide-left-2-3.ez-home-sidebar #ez-home-top-1, body.ez-home-wide-right-2-3.ez-home-sidebar #ez-home-top-2,
body.ez-home-wide-left-2-3-3.ez-home-sidebar #ez-home-top-1, body.ez-home-wide-right-2-3-3.ez-home-sidebar #ez-home-top-2,
body.ez-home-wide-left-3-2.ez-home-sidebar #ez-home-bottom-1, body.ez-home-wide-right-3-2.ez-home-sidebar #ez-home-bottom-2,
body.ez-home-wide-left-3-2-3.ez-home-sidebar #ez-home-middle-1, body.ez-home-wide-right-3-2-3.ez-home-sidebar #ez-home-middle-2,
body.ez-home-wide-left-3-3-2.ez-home-sidebar #ez-home-bottom-1, body.ez-home-wide-right-3-3-2.ez-home-sidebar #ez-home-bottom-2 {
	width: 429px;
}
.ez-home-container-area {
	margin: 0 0 20px;
}
.ez-home-bottom {
	margin: 0;
}

/*** Homepage Slider Styles ***/

#ez-home-slider-container-wrap {
	margin: 0 0 20px;
	overflow: hidden;
}
#ez-home-slider-container-wrap, #ez-home-slider {
	width: 960px;
}
body.child_home #ez-home-slider-container-wrap, body.child_home #ez-home-slider {
	width: 960px;
}
body.slider-inside.ez-home-sidebar #ez-home-slider-container-wrap,
body.slider-inside.ez-home-sidebar #ez-home-slider {
	width: 660px;
}
body.double-left-sidebar.slider-inside #ez-home-slider-container-wrap,
body.double-right-sidebar.slider-inside #ez-home-slider-container-wrap,
body.double-sidebar.slider-inside #ez-home-slider-container-wrap,
body.left-sidebar.slider-inside #ez-home-slider-container-wrap,
body.right-sidebar.slider-inside #ez-home-slider-container-wrap,
body.no-sidebar.slider-inside #ez-home-slider-container-wrap,
body.double-left-sidebar.slider-inside #ez-home-slider,
body.double-right-sidebar.slider-inside #ez-home-slider,
body.double-sidebar.slider-inside #ez-home-slider,
body.left-sidebar.slider-inside #ez-home-slider,
body.right-sidebar.slider-inside #ez-home-slider,
body.no-sidebar.slider-inside #ez-home-slider {
	width: 480px;
}
#ez-home-slider {
	height: 300px;
}

/*** Homepage Sidebar Styles ***/

#ez-home-sidebar-1-wrap {
	width: 280px;
	float: right;
}
body.home-sidebar-left #ez-home-sidebar-1-wrap {
	float: left;
}
#ez-home-sidebar-1 #cat, #ez-home-sidebar-1 .widget_archive select {
	width: 258px;
}

/*** EZ Feature Top Widget Areas ***/

#ez-feature-top-container-wrap {
	background: #FFFFFF;
	border-top: 0px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
}
#ez-feature-top-container {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
}
#ez-feature-top-container .ez-widget-area h4 {
	border-bottom: 1px solid #E8E8E8;
	color: #2c2c2c;
	font-family: Arial, sans-serif;
	font-size: 18px;
	
}
#ez-feature-top-container .ez-widget-area {
	width: 300px;
	padding-left: 29px;
	color: #2c2c2c;
	font-family: Arial, sans-serif;
	font-size: 13px;
	
}
#ez-feature-top-container .ez-widget-area a, #ez-feature-top-container .ez-widget-area a:visited {
	color: #21759B;
	text-decoration: none;
}
#ez-feature-top-container .ez-widget-area a:hover {
	color: #D54E21;
	text-decoration: underline;
}
#ez-feature-top-container .ez-widget-area #wp-calendar caption, #ez-feature-top-container .ez-widget-area #wp-calendar th {
	color: #2c2c2c;
}
body.ez-feature-top-1 #ez-feature-top-container .ez-widget-area {
	width: 960px;
}
body.ez-feature-top-2 #ez-feature-top-container .ez-widget-area {
	width: 465px;
}
body.ez-feature-top-4 #ez-feature-top-container .ez-widget-area {
	width: 218px;
}
body.ez-feature-top-wide-left-2 #ez-feature-top-1.ez-widget-area, body.ez-feature-top-wide-right-2 #ez-feature-top-2.ez-widget-area {
	width: 629px;
}

/*** EZ Fat Footer Widget Areas ***/

#ez-fat-footer-container-wrap, .fat-footer-outside #ez-fat-footer-container-wrap {
	background: #FFFFFF;
	border-top: 0px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
}
#ez-fat-footer-container-wrap {
	margin: 0 0 5px;
}
.fat-footer-outside #ez-fat-footer-container-wrap {
	margin: 0;
}
#ez-fat-footer-container {
	padding: 15px 0px 20px 0px;
}
#ez-fat-footer-container .ez-widget-area h4 {
	border-bottom: 1px solid #E8E8E8;
	color: #2c2c2c;
	font-family: Arial, sans-serif;
	font-size: 18px;
	
}
#ez-fat-footer-container .ez-widget-area {
	width: 300px;
	padding-left: 29px;
	color: #2c2c2c;
	font-family: Arial, sans-serif;
	font-size: 13px;
	
}
#ez-fat-footer-container .ez-widget-area a, #ez-fat-footer-container .ez-widget-area a:visited {
	color: #21759B;
	text-decoration: none;
}
#ez-fat-footer-container .ez-widget-area a:hover {
	color: #D54E21;
	text-decoration: underline;
}
#ez-fat-footer-container .ez-widget-area #wp-calendar caption, #ez-fat-footer-container .ez-widget-area #wp-calendar th {
	color: #2c2c2c;
}
body.ez-fat-footer-1 #ez-fat-footer-container .ez-widget-area {
	width: 960px;
}
body.ez-fat-footer-2 #ez-fat-footer-container .ez-widget-area {
	width: 465px;
}
body.ez-fat-footer-4 #ez-fat-footer-container .ez-widget-area {
	width: 218px;
}
body.ez-fat-footer-wide-left-2 #ez-fat-footer-1.ez-widget-area, body.ez-fat-footer-wide-right-2 #ez-fat-footer-2.ez-widget-area {
	width: 629px;
}

/************************* 
	Sidebars
*************************/

#dual-sidebar-outer {
	float: right;
	width: 460px;
}
.double-left-sidebar #dual-sidebar-outer {
	float: left;
}
#dual-sidebar-inner {
	float: left;
	width: 100%;
}
#sidebar-1-wrap {
	float: left;
	margin-top:24px;
}
.homepage_layout #sidebar-1-wrap, #sidebar-1-wrap.solr3 {
	margin-top:0;
}
.right-sidebar #sidebar-1-wrap {
	float: right;
}
#sidebar-2-wrap {
	margin-top:50px;
	width: 190px;
	float: right;
}
.double-sidebar #sidebar-2-wrap {
	margin-left: 20px;
}
#sidebar-1 {
	width: 190px;
	margin: 0;
	padding: 0 0 0 20px;
}
.homepage_layout #sidebar-1 {
	padding-left:0;
	width:240px;
}
#sidebar-2 {
	width: 190px;
	margin: 0;
	padding: 0;
}
#sidebar-1 .widget, #sidebar-2 .widget, #ez-home-sidebar-1 .widget {
	margin: 0 0 15px;
	padding: 0;
	clear: both;
}
#sidebar-1, #sidebar-2, #ez-home-sidebar-1 {
	color: #2c2c2c;
	font-family: Arial, sans-serif;
	font-size: 13px;
	
}
#sidebar-1 a, #sidebar-1 a:visited, #sidebar-2 a, #sidebar-2 a:visited, #ez-home-sidebar-1 a, #ez-home-sidebar-1 a:visited,
.resources_sidebar_wrap a, .resources_sidebar_wrap a:visited {
	color: #58595B;
	text-decoration: none;
}
#sidebar-1 a:hover, #sidebar-2 a:hover, #ez-home-sidebar-1 a:hover {
	color: #58595B;
	text-decoration: underline;
}
#sidebar-1 .widget, #sidebar-2 .widget, #ez-home-sidebar-1 .widget,
.resources_sidebar_wrap {
	background: #FFFFFF;
	border-top: 0px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	margin: 0px 0 15px 0;
}
.homepage_layout #sidebar-1 .widget {
	margin:0;
	padding-bottom:15px;
}
#sidebar-1 h4, #ez-home-sidebar-1 h4 {
	border-bottom: 1px solid #F48326;
	color: #58595B;
	font-family: "Century Gothic",Arial,Helvetica,Verdana,sans-serif;
    font-size: 16px;
    font-weight: bold;
	margin: 0;
	padding: 0;
}
#sidebar-2 h4,
.program_layout #sidebar-1 h4,
.resources_sidebar_wrap h4 {
	background:url("images/bg-rc-top.png") no-repeat 0 0;
	border:0;
	color:#73a533;
	font-family: Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding:29px 5px 0 25px;
}
#sidebar-2 h4.resources,
.program_layout #sidebar-1 h4.resources,
.resources_sidebar_wrap h4.resources {
    background: url("images/ic.png") no-repeat 125px -1190px, url("images/bg-rc-top.png") no-repeat 0 0;
}
#sidebar-2-wrap #sidebar-2 .php-textwidget,
.program_layout #sidebar-1-wrap #sidebar-1 .program_items,
.resources_sidebar_wrap .resource_items 
{
	background:url("images/bg-rc.png") repeat-y 0 0;
	padding:0 10px 0;
}
.program_layout #sidebar-1-wrap #sidebar-1 .php-textwidget {
	padding:0;
}
#sidebar-2-wrap #sidebar-2 .php-textwidget {
	padding: 0 25px;
}
.program_layout #sidebar-2-wrap #sidebar-2 .php-textwidget {
        padding: 0 25px;
}

#sidebar-2 div.item,
.program_layout #sidebar-1 div.item,
.resources_sidebar_wrap div.item
{
	border-bottom:1px solid #c4de9e;
	color: #252525;
	font-size:14px;
	line-height:16px;
	margin:0 0 0 15px;
	padding:10px 0;
}
#sidebar-2 div.last,
.program_layout #sidebar-1 div.last,
.resources_sidebar_wrap div.last 
{
	border:0 !important;
	padding-bottom: 0;
}
#sidebar-2 .alignleft,
.program_layout #sidebar-1 .alignleft,
.resources_sidebar_wrap .alignleft
 {
	margin:0;
	padding:0 5px 0 0;
	width:108px;
}
#sidebar-2 .alignright,
.program_layout #sidebar-1 .alignright,
.resources_sidebar_wrap .alignright
 {
	background:#888888;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:0 2px;
	text-align:center;
}
#sidebar-2 .widget-wrap, 
.program_layout #sidebar-1 .program_sidebar_wrap,
.resources_sidebar_wrap {
	background:url("images/bg-rc-btm.png") no-repeat 0 100%;
	padding-bottom:50px;
}

#sidebar-1 h4 a, #sidebar-2 h4 a, #ez-home-sidebar-1 h4 a,
#sidebar-1 h4 a:visited, #sidebar-2 h4 a:visited, #ez-home-sidebar-1 h4 a:visited,
.resources_sidebar_wrap h4 a:visited
{
	 color: #58595B;
}
#sidebar-1 h4 a:hover, #sidebar-2 h4 a:hover, #ez-home-sidebar-1 h4 a:hover, 
.resources_sidebar_wrap h4 a:hover {
	 color: #f48223;
	 text-decoration: none;
}
#sidebar-1 ul li {
	background:url("images/orange-arrow.png") no-repeat 0 5px;
	list-style-type: none !important;
	padding-left:15px;
	padding-right:5px;
	margin-bottom:10px;
}
#sidebar-1 ul li ul {
	display:none;
}
#sidebar-1 ul li.current_page_item {
	font-weight:bold;
}
#sidebar-1 ul li.current_page_item li {
	font-weight:normal;
}
#sidebar-1 ul li.current_page_item ul,
#sidebar-1 ul li.current_page_ancestor ul {
	display:block;
}
.homepage_layout #sidebar-1 h4 {
	background: #74A536;
	border:0;
	color: #FFFFFF;
	font-size: 18px;
	padding:4px 7px 4px 15px;
}
#sidebar-1 .widget p, #sidebar-2 .widget p, #ez-home-sidebar-1 .widget p {
	margin: 0;
	padding: 0;
}
#sidebar-1 .textwidget, #sidebar-2 .textwidget, #sidebar-1 .php-textwidget, #sidebar-2 .php-textwidget, #sidebar-1 .widget_tag_cloud div div, #sidebar-2 .widget_tag_cloud div div, #sidebar-1 .catalyst-excerpt-widget-inner, #sidebar-2 .catalyst-excerpt-widget-inner, #sidebar-1 .author-bio-widget, #sidebar-2 .author-bio-widget,
#ez-home-sidebar-1 .textwidget, #ez-home-sidebar-1 .php-textwidget, #ez-home-sidebar-1 .widget_tag_cloud div div, #ez-home-sidebar-1 .catalyst-excerpt-widget-inner, #ez-home-sidebar-1 .author-bio-widget {
	padding: 10px 10px 10px 10px;
}
#sidebar-1 #wp-calendar caption, #sidebar-2 #wp-calendar caption, #sidebar-1 #wp-calendar th, #sidebar-2 #wp-calendar th, #ez-home-sidebar-1 #wp-calendar caption, #ez-home-sidebar-1 #wp-calendar th {
	color: #2c2c2c;
}
#cat, .widget_archive select, #sidebar-1 .widget_archive select, #sidebar-2 .widget_archive select, #ez-home-sidebar-1 .widget_archive select {
	background: #F6F6F6;
	border: 1px solid #E8E8E8;
	margin: 10px 0 10px 10px;
	padding: 3px;
	font-size: 12px;
	display: inline;
}
#sidebar-1 #cat, #sidebar-1 .widget_archive select {
	width: 258px;
}
#sidebar-2 #cat, #sidebar-2 .widget_archive select {
	width: 138px;
}
#sidebar-1 a img, #sidebar-2 a img, #ez-home-sidebar-1 a img {
	border: none;
	margin: 0;
	padding: 0;
}
#sidebar-1 ul li, #ez-home-sidebar-1 ul li {
	list-style-type: square;
}
#sidebar-1 ol li, #sidebar-2 ol li, #ez-home-sidebar-1 ol li {
	list-style-type: decimal;
}
#sidebar-1 ul, #sidebar-1 ol, #sidebar-2 ul, #sidebar-2 ol, #ez-home-sidebar-1 ul, #ez-home-sidebar-1 ol {
	margin: 0;
	padding: 10px 10px 10px 1px;
}
#sidebar-1 .searchform, #sidebar-2 .searchform, #ez-home-sidebar-1 .searchform {
	padding: 0 10px 0 10px;
}
#sidebar-1 ul ul, #sidebar-1 ol ol, #sidebar-2 ul ul, #sidebar-2 ol ol, #ez-home-sidebar-1 ul ul, #ez-home-sidebar-1 ol ol {
	margin: 3px 0 20px;
	padding: 0 0 0 15px;
}

/*** Sidebar Pages Widget ***/

.widget_pages {
	color: #2c2c2c;
	font-family: Arial, sans-serif;
	font-size: 13px;
	
}
.widget_pages a, .widget_pages a:visited {
	color: #21759B !important;
	text-decoration: none !important;
}
.widget_pages a:hover {
	color: #D54E21 !important;
	text-decoration: underline !important;
}


/************************* 
	Comments
*************************/

#comment-wrap {
	background: #FFFFFF;
	border: 0px solid #E8E8E8;
	margin: 0px 0 0px 0;
	padding: 0px 0px 0px 0px;
}
#comment, #author, #email, #url {
	margin: 10px 0 5px;
	padding: 3px 0 3px 5px;
	font-weight: normal;
	display: inline;
}
#author, #email, #url {
	margin: 10px 0 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform #author, #commentform #email, #commentform #url {
	width: 200px;
}
#commentform textarea {
	width: 100%;
}
#commentform textarea, #commentform #author, #commentform #email, #commentform #url {
	background: #FAFAFA;
	border: 1px solid #E8E8E8;
	color: #2c2c2c;
	font-family: Arial, sans-serif;
	font-size: 12px;
	
}
#commentform p {
	margin: 5px 0;
}
#commentform #submit {
	background: #F6F6F6;
	border: 1px solid #E8E8E8;
	width: 120px;
	padding: 2px 10px;
	color: #2c2c2c;
	font-family: Arial, sans-serif;
	font-size: 12px;
	float: left;
	cursor: pointer;
	
}
#commentform input {
	width: 200px;
	margin: 5px 5px 1px 0;
	padding: 2px;
}
.commentlist li .avatar {
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	width: 60px;
	height: 60px;
	margin: 0 5px 0 10px;
	padding: 4px;
	float: right;
}
.commentlist cite, .commentlist cite a, .commentlist .says {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	text-transform: none;
}
.commentlistmetadata {
	font-weight: normal;
}
.comment-body-text, .commentlist p, .reply, #respond p {
	color: #2c2c2c;
	font-family: Arial, sans-serif;
	font-size: 12px;
	
}
.comment-heading {
	color: #333333 !important;
	font-family: Arial, sans-serif !important;
	font-size: 18px !important;
	
}
.comment-author {
	color: #2c2c2c;
	font-family: Arial, sans-serif;
}
.comment-author cite, .comment-author cite a, .comment-author .says {
	font-size: 12px;
	
}
.commentmetadata {
	color: #21759B;
	font-family: Arial, sans-serif;
	font-size: 11px;
	
}
.commentmetadata a, .commentmetadata a:visited {
	color: #21759B !important;
	text-decoration: none !important;
}
.commentmetadata a:hover {
	color: #D54E21 !important;
	text-decoration: underline !important;
}
.commentlist a, .commentlist a:visited, .comments-nav a, .comments-nav a:visited, #respond a, #respond a:visited {
	color: #21759B;
	text-decoration: none;
}
.commentlist a:hover, .comments-nav a:hover, #respond a:hover {
	color: #D54E21;
	text-decoration: underline;
}
.comment-list, .children {
	margin: 0;
	padding: 0;
}
.commentlist ol {
	padding: 10px;
}
.commentlist li {
	margin: 15px 0 10px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	background: #F6F6F6;
	margin-left: 10px;
	margin-right: -5px;
}
.nocomments {
	text-align: center;
}
.comments-nav {
	margin: 10px 0 40px 0;
}
.thread-even {
	background: #FFFFFF;
}
.thread-odd {
	background: #FFFFFF;
}
.even, .alt {
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
}
.commentlist .depth-2, .commentlist .depth-3, .commentlist .depth-4, .commentlist .depth-5, .commentlist .depth-6 {
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0;
}

/************************* 
	Footer
*************************/

#footer-wrap {
	background: #FFFFFF;
	border-top: 1px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	margin: 0 auto;
	clear: both;
}
#footer {
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	clear: both;
	float: none;
	display: block;
}
#footer #nav_menu-2 {
	margin-bottom:15px;
}
#footer .global_footer_partners {
	padding:0 30px;
}
#footer .global_footer_partners {
	color: #666666;
	font-size:12px;
	line-height:normal;
}
#footer .global_footer_partners p {
	margin-bottom:15px;
}
#footer .global_footer_partners ul {
	margin-bottom:15px;
	padding:0;
}
#footer .global_footer_partners li {
	border-right:1px solid #666666;
	display:inline;
	list-style-type: none;
	margin: 0;
	padding-right:7px;
	padding-left:5px;
}
#footer .global_footer_partners li.first {
	padding-left:0;
}
#footer .global_footer_partners li.last {
	border:0;
}
#footer .global_footer_partners a {
	color:#666666;
}
#footer .global_footer_partners a:hover {
	color: #F48223;
}
#footer .global_footer_bottom div.logo {
	margin-right:20px;
}
#footer .global_footer_bottom {
	background:url("images/footer_bkd.png") no-repeat right top;
	padding:65px 40px 20px;
}
#footer .global_footer_bottom h4 {
	color:#58595B !important;
	font-size:18px;
	font-weight:bold;
}
#footer .global_footer_bottom li {
	float:left;
	line-height: 12px;
	list-style-type: none;
	margin:0;
	padding:0 7px;
	border-right:1px solid #58595B;
}
#footer .global_footer_bottom li a {
	color:#f48223;
	font-weight:bold;
}
#footer .global_footer_bottom li a:hover {
	color:#74A536;
	text-decoration: none;
}
#footer .global_footer_bottom li.first {
	padding-left:0;
}
#footer .global_footer_bottom li.last {
	border:0;
}
#footer #copyright {
	color:#58595B;
	font-weight:bold;
}
#footer p.footer-content {
	color: #888888;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
#footer .footer-content a, #footer .footer-content a:visited {
	color: #888888;
	text-decoration: none;
}
#footer .footer-content a:hover {
	color: #888888;
	text-decoration: underline;
}
.footer-left {
	padding: 0px 10px 0px 10px !important;
	float: left;
}
.footer-right {
	padding: 0px 10px 0px 10px !important;
	float: right;
}
.footer-center {
	padding: 0px 0px 0px 0px !important;
	text-align: center;
	clear: both;
}
.catalyst-attribute {
	font-style: italic;
}
#footer .menu-primary-nav-container {
	border-top:7px solid #93b63a;
}
#footer #menu-primary-nav > li {
	background:url("images/bg-ftblend.jpg") repeat-x left top;
	border-bottom:1px solid #c4de9e;
	border-right:1px solid #c4de9e;
	float:left;
	height:150px;
	line-height: 15px;
	list-style-type: none;
	margin:0;
	padding:15px 20px;
	width:151px;
        vertical-align: top;
        display: inline;        
}
#footer #menu-primary-nav > li > ul.sub-menu > li ul.sub-menu { 
        display:none;
}
#footer #menu-primary-nav li.menu-item-31 {
	border-right:0;
}
#footer #menu-primary-nav li a {
	color:#58595b;
	font-size:14px;
	font-weight:bold;
}
#footer #menu-primary-nav li a:hover {
	color:#F48223;
}
#footer #menu-primary-nav li ul.sub-menu {
	margin-top:5px;
        padding: 0;
}
#footer #menu-primary-nav li li {
	border:0;
	color:#58595b;
	float:none;
	height:auto;
	list-style-type: none;
	padding: 0 0 6px;
	width:auto;
        margin:0;
	padding-left:17px;
	background: url("images/ic.png") no-repeat scroll 0 -504px transparent;
}
#footer #menu-primary-nav li li a {
	font-size:13px;
	font-weight: normal;
}

/************************* 
	Remove Elements Styles
*************************/


/************************* 
	Custom Layout Dimensions
*************************/
#rotator {
    margin-bottom: 20px !important; 
}

/****************************
     Search Results Styles
****************************/
#sidebar-1 ul.solr_facets {
	padding:14px 2px;
}
#sidebar-1 ul li.solr_active {
	background:transparent;
	list-style-type: none;
	padding-left:0;
}
#sidebar-1 ul li.solr_active ul {
	display:block;
}
#sidebar-1 h5 {
	background:url("images/ic.png") no-repeat left -993px;
	color:#74a536;
	font-size:16px;
	font-weight:bold;
	line-height: 18px;
	padding-left:18px;
	text-transform: uppercase;
        margin-top:10px;
}
#sidebar-1 h5:hover {
    cursor:pointer;
}
#sidebar-1 h5.facet_open {
	background:url("images/ic.png") no-repeat left -993px;
}
#sidebar-1 h5.facet_closed {
	background:url("images/ic.png") no-repeat left -697px;
}
#sidebar-1 ul ul li {
	background:transparent;
	list-style-type: disc !important;
	padding:0;
	margin:0 0 0 12px;
}
#sidebar-1 ul ul span {
	color:#74a536;
}

.green_hilite {
	background:url("images/bg-btm.png") repeat-x left bottom #f2f7e9;
	border:1px solid #c4df9b;
	padding:16px;
}
#content .green_hilite {
	margin-bottom:15px;
}
#content .green_hilite h5 {
	font-weight:bold;
}
#content .green_hilite p {
	padding-bottom:0;
}
#content .green_hilite .alignright {
	width:340px;
}
.solr_results_header_num {
	border-bottom:1px solid #c4df9b;
	color:#74a536;
	font-size:16px;
	margin-top:15px;
	padding-bottom:5px;
}
.solr_current_facets {
	background:#f2f7e9;
}
.solr_current_facets ul {
	font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin: 0;
}
.solr_current_facets ul li:first-child {
    background-color: #c4de9e;
    padding-left: 10px;
}
.solr_current_facets ul li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 10px 15px 10px 15px;
}
.solr_current_facets ul li a {
    color: #f2f7e9;
    text-decoration: none;
}
.solr_current_facets ul li a.link-clear-all {
    background: url("images/ic.png") no-repeat scroll 250% -1099px #c4de9e;
	color:#1e201b;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:15px;
    padding: 0 30px 0 10px;
    text-transform: uppercase;
}
.solr_current_facets ul li a.link-clear {
    color: #ba3e2c;
    text-decoration: none;
}
.search_result {
	border-bottom:1px solid #c4de9e;
	padding:14px 2px;
}
#content .search_result h3 a {
	color:#000000;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
}
.search_result p {
	color:#444444;
	font-size:14px;
	line-height:16px;
}
.search_result p.categories {
	color:#f2812e;
}
.search_result p a {
	color:#f2812e;
	text-decoration: underline;
}
.solr_pages {
	color:#787a73;
	font-size:14px;
	font-weight:normal;
	padding:5px 5px 90px;
	text-align:right;
}
.solr_pages a {
	color:#787a73;
	font-size:14px;
	font-weight:normal;
	margin-left:10px;
	text-decoration: underline;
}
.solr_pages a.prev {
	margin-left:0;
}
.solr_pages .current {
	color:#000000;
	font-weight:bold;
	margin-left:10px;
}

.solr_results a[href$=".doc"] { /* Word DOC icon. */
background:url(images/ic-doc.gif) 100% 2px no-repeat;
padding-right:22px;
}
.solr_results a[href$=".pdf"] { /* Acrobat PDF icon. */
background:url(images/ic-pdf.gif) 100% 2px no-repeat;
padding-right:22px;
}
.solr_results a[href$=".ppt"] { /* Microsoft PPT icon. */
background:url(images/ic-ppt.gif) 100% 2px no-repeat;
padding-right:22px;
}
.solr_results a[href$=".xls"] { /* Microsoft Excel icon. */
background:url(images/ic-xls.gif) 100% 2px no-repeat;
padding-right:22px;
}



/****************************
     Program Page Styles
****************************/
.program_layout .post-meta {
	display:none;
}
.program_layout #content h2 {
	color: #58595B;
	font-family: "Century Gothic",Arial,Helvetica,Verdana,sans-serif;
	font-size: 28px;
    font-weight: normal;
    line-height: 34px;
	margin:15px 0 20px;
}
.program_layout #content h3 {
	background:#f2f7e9;
	color:#74a536;
	font-size:18px;
	font-weight:bold;
	line-height: 20px;
	margin:0;
	padding:10px 15px;
	text-transform: uppercase;
}
.program_layout #content h4 {
	color:#74a536;
	font-size:15px;
	font-weight:bold;
	line-height:17px;
}
.program_layout #content .post {
	margin-bottom:0;
	margin-top:10px;
}
table.program_info {
	border-collapse: collapse;
	margin-bottom:10px;
	width:100%;
}
table.program_info td {
	border-right:1px solid #C8E1AA;
	border-bottom:1px solid #C8E1AA;
	font-size:15px;
	line-height:17px;
	padding:10px;
	vertical-align: top;
}
table.program_info td.last {
	border-right:0;
}
table.program_info li {
	margin:0 0 3px 17px;
}
ul.contact li {
	line-height:16px;
	list-style-type: none;
}
ul.contact li a {
	color:#f48223;
	font-weight:bold;
}

#content .home_feature {
	border-bottom:1px solid #c4de9e;
	padding:10px 0 15px;
}
#content .home_feature h5 a {
	color:#58595B;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	margin:0;
}
#content .home_feature p {
	color:#58595B;
	font-size:15px;
	line-height:18px;
	padding:0;
}
