/*
	Theme Name: Platinum Child Theme
	Theme URL: http://www.studiopress.com/themes/platinum
	Description: Platinum is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0.1
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

@import url(http://fonts.googleapis.com/css?family=Actor);

body {
	background: #025d8a url(images/background.jpg) top center repeat-x;
	color: #333333;
	font-size: 14px;
	font-family: 'Actor', sans-serif;
	margin: 0 auto 0;
	padding: 0;
	line-height: 18px;
	}
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #007fc2;
	text-decoration: none;
	font-weight:500;
	letter-spacing:0.1px;
	}
	
a:hover {
	color: #007fc2;
	text-decoration: underline;
	font-weight:500;
	letter-spacing:0.1px;
	background:transparent;
	}
	
a img {
	border: none;
	background:transparent;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	background:transparent;
	}

/***** Wrap ********************/

#wrap {
	width: 995px;
	margin: 0 auto 0;
	padding: 0;
	}

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

#header {
	width: 965px; 
	height: 53px;
	margin:35px 0 40px 15px;
	float:left;
	}
	
#header .wrap {
	}

#title-area {
	background: url(images/logo.png) left top no-repeat;
	width: 680px;
	height: 100px;
	float: left;
	overflow: hidden;
	margin-top:-15px;
	}
	
#title-area #title a {
	color: transparent;
	display: block;
	text-decoration: none;
	font-size:26px;
	padding-top:20px;
	/*padding-right:400px;*/
	padding-bottom:30px;
	text-indent: -999em;
	}
	
#title-area #title a:hover {
	color: transparent;
	text-decoration: none;
	}
	
#title-area #description {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0;
	}

#header .widget-area {
	float: right;
	margin-top: 0px; 
	padding: 0;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .widget-area h4 {
	color: #B35D00;
	font-size: 14px;
	font-weight: normal;
	text-align:right;
	font-weight:bold;
	margin: 0px 0 0 0; 
	padding: 0;
	text-decoration: none;
	}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
	}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/logo.png) left top no-repeat;
	width: 550px; 
	height: 53px;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 960px;
	}
	
/***** Header Right Navigation ********************/

#header ul.nav, #header ul.menu {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li, #header ul.menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li a, #header ul.nav li a:visited, #header ul.menu li a, #header ul.menu li a:visited {
	background: #333333;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
    	margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	border-right: 1px solid #555555;
	position: relative;
	}

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a, #header ul.nav .current-cat a, #header ul.nav .current-menu-item a, #header ul.menu li a:hover, #header ul.menu li a:active, #header ul.menu .current_page_item a, #header ul.menu .current-cat a, #header ul.menu .current-menu-item a {
	background: #000000;
	color: #FFFFFF;
	}
	
#header ul.nav li a.sf-with-ul, #header ul.menu li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#header ul.nav li a .sf-sub-indicator, #header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	}
	
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited, #header ul.menu li li a, #header ul.menu li li a:link, #header ul.menu li li a:visited {
	background: #333333;
	color: #FFFFFF;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	position: relative;
	}
	
#header ul.nav li li a:hover, #header ul.nav li li a:active, #header ul.menu li li a:hover, #header ul.menu li li a:active {
	background: #000000;
	}

#header ul.nav li li a .sf-sub-indicator, #header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#header ul.nav li ul, #header ul.menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0;
	padding: 0;
	}

#header ul.nav li ul a, #header ul.menu li ul a { 
	width: 160px;
	}

#header ul.nav li ul ul, #header ul.menu li ul ul {
	margin: -33px 0 0 179px;
	}

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul, #header ul.menu li:hover ul ul, #header ul.menu li:hover ul ul ul, #header ul.menu li.sfHover ul ul, #header ul.menu li.sfHover ul ul ul {
	left: -999em;
	}

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul, #header ul.menu li:hover ul, #header ul.menu li li:hover ul, #header ul.menu li li li:hover ul, #header ul.menu li.sfHover ul, #header ul.menu li li.sfHover ul, #header ul.menu li li li.sfHover ul {
	left: auto;
	}

#header ul.nav li:hover, #header ul.nav li.sfHover, #header ul.menu li:hover, #header ul.menu li.sfHover { 
	position: static;
	}

/***** Nav Menu ********************/

#nav {
	clear: both;
	width: 991px;
	height: 37px;
	/*background: url(images/nav.png);*/
	color: #FFF;
	
	/*border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;*/
	
/*	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-radius: 9px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;*/
	}

#nav .wrap {
	}
	
#nav ul {
	width: 99.75%;
	float: left;
	list-style: none;
	margin: 0;
	background: url(images/nav.png);
	
	/*-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-radius: 9px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;*/
				
	padding: 0 0 0 4px;
	}
	
div#wrap div#nav div.wrap ul#menu-main-menu.nav, div#wrap div#nav div.wrap ul#menu-main-menu.menu {
	/*-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0;
	
	border-top-left-radius: 10px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0px;
	
	-khtml-border-radius: 10px;*/

/*-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;

-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-moz-border-radius:10px 10px 0px 0px;

-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;*/

    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0px !important;
    
}

#nav li {
	float: left;
	list-style: none;
	}
	
#nav li a {
	color: #FFF;
	display: block;
	font-size: 11.5px;
    margin-bottom: 1px;
	padding: 10px 11px;
	text-decoration: none;
	
	position: relative;
	text-transform: uppercase;
	font-family: "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-weight:200;
	letter-spacing:0.25px;
	/*border-right: 1px solid #DDDDDD;*/
	}

#nav li a:hover, #nav li a:active, #nav .current_page_item a {
	background: url(images/navhov.png);
	color: #fff;
	
	/*-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0;*/
	}
	
	div#wrap div#nav div.wrap ul#menu-main-menu.nav li#menu-item-22.menu-item a, div#wrap div#nav div.wrap ul#menu-main-menu.menu li#menu-item-22.menu-item a {margin-left:10px;}
	
#nav li a.sf-with-ul {
/*	padding-right: 11.5px;*/
	}	
	
#nav li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 21px;
	right: 5px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: url(images/nav.png);
	color: #FFF;
	width: 220px; 
	font-size: 10.5px;
	margin: 0;
	padding: 7px 10px 6px 10px;
	border-left: 1px solid #709028;
	border-right: 1px solid #709028;
	border-bottom: 1px solid #709028;
	position: relative;
	letter-spacing:0.25px;
	font-weight:200;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: url(images/navhov.png);
	}

#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0;
	padding: 0;
	}

#nav li ul a { 
	/*width: 160px;*/
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -33px 0 0 179px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}
	
#nav li.right {
	float: right;
	
	margin: 0 15px 0 0;
	padding: 10px 10px 0 0;
	}

#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #555555;
	font-weight: normal;
	text-decoration: none;

	}
	
#nav li.right a:hover {
	color: #555555;
	text-decoration: underline;
	}
	
#nav li.date {
	padding: 10px 10px 0 0;
	}
	
#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 16px;
	}
	
#nav li.search {
	padding: 0 10px 0 10px;
	}
	
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
	}
	
/***** SubNav Menu ********************/

#subnav {
	clear: both;
	width: 990px;
	height: 35px;
	background: #DDDDDD;
	color: #555555;
	margin: 0;
	padding: 0;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	}

#subnav .wrap {
	}
	
#subnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	}
	
#subnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li a {
    margin: 0;
	padding: 10px 11.5px 5px 11.5px;
	border-right: 1px solid #DDDDDD;
	position: relative;
	display:block;
	color: #555555;
	text-transform: uppercase;
	font-family: "Helvetica Neve", "Helvetica", "Arial", "Verdana", "Sans-Serif";
	letter-spacing:0.25px;
	position:relative;
	font-size:11.5px;
	font-weight:200;
	text-decoration: none;
	text-shadow: #FFFFFF 1px 1px;
	}

#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a {
	background: #E4E4E4;
	color: #555555;
	height:19px;
	text-decoration:none;
	}
	
#subnav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #E8E8E8;
	color: #555555;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #FFFFFF;
	}

#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0;
	padding: 0;
	}

#subnav li ul a { 
	width: 160px;
	}

#subnav li ul a:hover, #subnav li ul a:active { 
	}

#subnav li ul ul {
	margin: -33px 0 0 179px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfHover { 
	position: static;
	}

/***** Inner ********************/

#inner {
	background: #ffffff;
	width: 941px;
	padding:0px 25px 20px 25px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	overflow: hidden;
	}
	
/***** Inner Backgrounds ********************/

.content-sidebar #inner {
    }
   
.sidebar-content #inner {
    }
   
.content-sidebar-sidebar #inner {
    }
   
.sidebar-sidebar-content #inner {
    }
    
.sidebar-content-sidebar #inner {
    }

.full-width-content #inner {
    }
    
/***** Homepage ********************/
   
#dynamic-content-gallery {
	width: 600px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#dynamic-content-gallery .wrap {
	margin: 0;
	padding: 10px 10px 16px 10px;
	}
	
#featured-home .wrap, #home-bottom .wrap {
	margin: 0;
	padding: 9px 9px 5px 9px;
	}
	
#featured-home p, #home-bottom p {
	margin: 0;
	padding: 0 0 10px 0;
	}

#dynamic-content-gallery .widget, #featured-home .widget, #home-bottom .widget {
	background: #FFF5E2;
	margin: 0 0 15px 0;
	padding: 0;
	border: 1px solid #DDDDDD;	
	}
	
#content #dynamic-content-gallery h4, #content #featured-home h4, #home-bottom h4 {
	background: url(images/sidebar-header.png);
	color: #FFF;
	font-family:  "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-size: 16px;
	font-weight: bold;
	font-stretch:narrower;
	
	margin: 0;
	padding: 4px 5px 4px 10px;
	border-bottom: 1px solid #DDDDDD;
	}
	
#imageElement p {
	padding: 0 0 0 40px;
	}
	
#featured-home {
	width: 600px;
	float: left;
	margin: 0;
	padding: 0;
	}

#featured-home ul {
	list-style-type: square;
	margin: 0 0 0 10px;
	padding: 5px 0 15px 0;
	}
	
#featured-home ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#featured-home .widget_tag_cloud div {
	padding: 10px 10px 14px 10px;
	}
	
/***** Homepage Featured Post/Page ********************/

#featured-home .featuredpost, #featured-home .featuredpage {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	}
	
#featured-home .featuredpost .post, #featured-home .featuredpage .page {
	margin: 0;
	padding: 10px 10px 5px 10px;
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
	}
	
#featured-home .featuredpost .avatar, #featured-home .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#featured-home .featuredpost img, #featured-home .featuredpage img {
	background: #FFFFFF;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
/***** Breadcrumb ********************/

.breadcrumb {
	background: #fff5e2;
	margin: 0 0 0px 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #d8c299;
	font-size:11px;
	text-decoration:uppercase;
	}
	
/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
#content .taxonomy-description p {
	margin: 0;
	padding: 0;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 730px;
	margin: 0;
	padding-left: 10px;
	padding-top:5px;
	float: left;
	overflow:hidden;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 920px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

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

#content {
	width: 420px;
	margin:0;
	float: right;
	}

.textwidget {
	padding:12px;
	margin-right:5px;
	margin-bottom:12px;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 600px;
	}
	
.full-width-content #content {
	width: 920px;
	}

#content img, #content p img {
	/*background: #FFFFFF;
	padding: 4px;
	border: 1px solid #E6E6E6;*/
	border:none;
	background:transparent;
	}

#content blockquote {
	background: #F7F7F7;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #E6E6E6;
	}

#content .post {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #E6E6E6;
	}
	
#content .page {
	margin: 0;
	padding: 0 0 15px 0;
	}

#content .entry-content .post-image {
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#content .post ul, #content .page ul {
	list-style-type: square;
	margin: 0;
	
	}
	
#content .post ul li, #content .page ul li {
	list-style-type: square;
	margin: 0 0 8px 20px;
	padding: 0;
	}
	
#content .post ul ul, #content .page ul ul {
	list-style-type: square;
	line-height:18px;
	padding-left:10px;
	margin: 0;
	}
	
#content .post ol, #content .page ol {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ol li, #content .page ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ol ol, #content .page ol ol {
	margin: 0;
	padding: 0;
	}
	
#content .sticky {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#content .archive-page {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 0;
	}

.clear {
	clear: both;
	}
	
/***** Post Info ********************/
	
.post-info {
	font-size: 11px;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #E6E6E6;
	}
	
.post-info p {
	margin: 0;
	padding: 0;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #E6E6E6;
    clear: both;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	overflow: hidden;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Headlines in Content ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #333333;
	font-family: 'Actor', sans-serif;
	text-decoration: none;
	margin: 15px 0 5px 0;
	padding: 0;
	}

/*.widget-area h4 {
	color: red;
	font-size: 26px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
	}*/

#content h1 {
	font-size: 18px;
	margin-bottom:10px;
	margin-top:10px;
	line-height:30px;
	color: #b25a00;
	}
	
#content h2 {
	font-size: 18px;
	line-height:24px;
	}
	
#content h2 a, #content h2 a:visited {
	color: #333333;
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #CF152A;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 14px;
	padding:0px 0px 0px 0;
	line-height:20px;
	
	}
	
#content h4 {
	font-size: 24px;
	}

#content h5 {
	font-size: 12px;
	margin-top:35px;
	line-height:16px;
	text-transform:uppercase;
	margin: 20px 0px 0px 0px;
	}
	
#content h6 {
	font-size: 10px;
	}
	
/***** Post Icons ********************/
	
.time {
	margin: 0;
	padding: 0;
	}
	
.post-comments {
	background: #FFFFFF url(images/icon-dot.gif) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
	}
	
.categories {
	margin: 0;
	padding: 0;
	}
	
.tags {
	background: #FFFFFF url(images/icon-dot.gif) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
	}

/***** Images ********************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	}
	
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F7F7F7;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #E6E6E6;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	}

/***** Post Navigation ********************/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
	color: #CF152A;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li a:hover {
	background: #F7F7F7;
	color: #CF152A;
	border: 1px solid #E6E6E6;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li.active a {
	background: #F7F7F7;
	color: #CF152A;
	font-weight: bold;
	border: 1px solid #E6E6E6;
	}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 280px;
	float: left;
	color: #555555;
	font-size: 11px;
	margin: 0;
	padding: 0;
	display: inline;
	}
	
#sidebar-alt {
	width: 185px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
	background: #fff5e2;
	margin: 0 0 15px 0;
	padding: 0 0 0px 0;
	border: 1px solid #d8c299;
	}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #007FC2;
	font-size: 12px;
	font-family:  "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #007FC2;
	text-decoration: underline;
	}

#sidebar h4 {
	background: #EEEEEE url(images/nav.png);
	color: #fff;
	font-family:  "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-size: 16px;
	font-weight: bold;
	font-stretch:narrower;
	
	
	margin: 0;
	padding: 4px 5px 4px 10px;
	border-bottom: 1px solid #DDDDDD;
	}

#sidebar-alt h4 {
	background: #EEEEEE url(images/sidebar-header.png);
	color: #fff;
	font-family:  "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Sans-Serif";

	font-size: 16px;
	font-weight: bold;
	font-stretch:narrower;
/*	text-shadow: #FFFFFF 1px 1px; */
	margin: 0;
	padding: 4px 5px 4px 10px;
	border-bottom: 1px solid #DDDDDD;
	}
	
#sidebar .widget p, #sidebar-alt .widget p {
	margin: 0;
	padding: 0;
	}
	
#sidebar .textwidget p, #sidebar-alt .textwidget p {
	margin: 0;
	padding: 10px 0px 0 0px;
	}

#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	list-style-type: none;
	margin: 0px 0 0 0;
	padding: 0 0px 0 0px;
	}

#sidebar ul ul, #sidebar ol ol {
	padding: 0 0 5px 20px;
	font-size:10px;

	}
	
#sidebar-alt ul ul, #sidebar-alt ol ol {
	padding: 0 0 5px 3px;
	margin-top:5px;
	}

#sidebar ul ul a, #sidebar ol ol a, #sidebar-alt ul ul a, #sidebar-alt ol ol a:hover {
	text-decoration: none;
	}
	
/*#sidebar ul ul a, #sidebar ol ol a, #sidebar-alt ul ul a, #sidebar-alt ol ol a:visited {
	text-decoration: none;
	border-left:2px solid yellow;
	}*/
	
#sidebar ul ul a, #sidebar ol ol a, #sidebar-alt ul ul a, #sidebar-alt ol ol a {
	color:#2e2e2e;
	}



#sidebar ul.sub-menu li {
	padding:2px 0;
	border-bottom:none;
	
}

#sidebar li {
	/*margin: 0;
	padding: 0;
 	word-wrap: break-word;
	font-size: 12px;
	font-family:  "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Sans-Serif";
	margin-bottom:10px;
	color: #007fc2;*/
	background-color:#fff5e2;
	color: #555555;
	display: block;
	font-size: 12px;

	padding: 5px 12px 5px 12px;
	text-decoration: none;
	
	position: relative;
	font-family: "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-weight:100;
	letter-spacing:0.25px;
	border-bottom: 1px solid #DDDDDD;
	}
	
#sidebar-alt li {
	color: #555555;
	display: block;
	font-size: 11px;
	padding: 8px 8px 8px 10px;
	text-decoration: none;
	text-shadow: #FFFFFF 1px 1px;
	position: relative;
	font-family: "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-weight:200;
	letter-spacing:0.25px;
	border-bottom: 1px solid #DDDDDD;
	line-height:14px;
}
	
#sidebar li a, #sidebar li a:visited, #sidebar-alt li a, #sidebar-alt li a:visited {
	text-decoration: none;
	font-weight:350;
	font-size:14px;
	line-height:17px;
	
	}
	
#sidebar li a:hover {
	text-decoration: underline;
	}
	
#sidebar-alt li a {
	}
	
#sidebar-alt li a:hover {
	text-decoration:underline;
	}

/***** Sidebar(s) Tag Cloud ********************/

#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
	padding: 10px 10px 0 10px;
	}
	
/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #F7F7F7;
	color: #333333;
	font-size: 12px;
	font-family:  "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Sans-Serif";
	margin: 10px 0 0 10px;
	padding: 3px;
	display: inline;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#sidebar #cat {
	width: 278px;
	}
	
#sidebar-alt #cat {
	width: 128px;
	}


/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	clear: both;
	}
	
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 10px 9px 5px 9px;
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
	}
	
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {
	background: #FFFFFF;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile , #sidebar-alt .user-profile {
	overflow: hidden;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F7F7F7;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	clear:both;
	float: right;
	padding: 0px 0 0 0;
	width:285px;
	text-align:right;
	}
	
div#wrap div#header div.wrap div.widget-area div#search-3.widget div.widget-wrap form.searchform input.s {width:180px;}
	
#sidebar .searchform {
	padding: 5px 10px 0 10px;
	}
	
#nav .searchform {
	float: right;
	padding: 0;
	}
	
.s {
	background: #FFFFFF !important;
	color: #333333;
	font-family:  "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Sans-Serif";	
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#header .s, #nav .s, #sidebar .s {
	width: 195px;
	}
	
#sidebar-alt .s {
	width: 80px;
	}

.searchsubmit {
	background: #005c8d;
	color: #FFFFFF;
	font-size: 11px;
	font-family:  "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Sans-Serif";
	text-decoration: none;
	text-transform: uppercase;
    	margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #00466b;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.searchsubmit:hover {
	background: #000;
	border: 1px solid #000;
	}
	
/***** eNews & Updates Widget ********************/

#header .enews {
	background: url(images/enews-header.png) top right no-repeat;
	width: 290px;
	float: right;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#sidebar .enews, #sidebar-alt .enews {
	background: url(images/enews-sidebar.png) top right no-repeat;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#sidebar .enews p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
#sidebar .enews #subscribe {
	padding: 0 0 0 10px;
	}
	
.enews #subbox {
	background: #F7F7F7 !important;
	width: 230px;
	color: #333333;
	font-family:  "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-size: 11px;
	padding: 4px 0 4px 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.enews #subbutton {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-family:  "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Sans-Serif";
	text-decoration: none;
	text-transform: uppercase;
    	margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #333333;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.enews #subbutton:hover {
	background: #CF152A;
	border: 1px solid #CF152A;
	}

/***** Latest Tweets Widget ********************/

#header .latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	width: 350px;
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
	}

#sidebar .latest-tweets, #sidebar-alt .latest-tweets {
	background: #EEEEEE url(images/sidebar-bottom.png) bottom repeat-x;
	margin: 10px 0 15px 0;
	padding: 0 0 15px 0;
	}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
#footer-widgeted #wp-calendar a, #footer-widgeted #wp-calendar a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer-widgeted #wp-calendar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 12px;
	font-family:  "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#sidebar #wp-calendar caption {
	color: #333333;
	}
	
#footer-widgeted #wp-calendar caption {
	color: #FFFFFF;
	}
	
#sidebar #wp-calendar th {
	color: #333333;
	}
	
#footer-widgeted #wp-calendar th {
	color: #FFFFFF;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	}
	
#sidebar #wp-calendar thead {
	background: #F7F7F7 !important;
	color: #F7F7F7 !important;
	}
	
#footer-widgeted #wp-calendar thead {
	background: none;
	color: #FFFFFF;
	text-shadow: #000000 1px 1px;
	}

#wp-calendar td {
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}
	
#sidebar #wp-calendar td {
	background: #F7F7F7;
	}
	
#footer-widgeted #wp-calendar td {
	background: none;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
	
/***** Contact Form ********************/
	
.gform_footer .button {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-family:  "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
  	margin: 0;
	padding: 1px 5px 1px 5px;
	border: 1px solid #333333;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.gform_footer .button:hover {
	background: #CF152A;
	border: 1px solid #CF152A;
	}
	
.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .gform_footer {
	border: none!important;
	}
	
/***** Footer Widgeted ********************/
/*	
#footer-widgeted {
	background: #494949 url(images/footer.png) top repeat-x;
	width: 990px;
	height: 50px;
	color:transparent;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	overflow: hidden;
	}
*/

#footer-widgeted {
	background: #FFFFFF;
	width:993px;
	height:50px;
	color:transparent;

	overflow: hidden;
}

#footer-widgeted .widget {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
/*#footer-widgeted h4 {
	color: #FFFFFF;
	font-size: 16px;
	font-family:  "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-weight: normal;
	text-shadow: #000000 1px 1px;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#footer-widgeted p {
	color: #FFFFFF;
   	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#footer-widgeted a, #footer-widgeted a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer-widgeted a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer-widgeted ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#footer-widgeted ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}

.footer-widgeted-1 {
	width: 215px;
	float: left;
	margin: 0;
	padding: 20px 20px 5px 20px;
	}
	
.footer-widgeted-2 {
	width: 215px;
	float: left;
	margin: 0;
	padding: 20px 20px 5px 0;
	}
	
.footer-widgeted-3 {
	width: 215px;
	float: left;
	margin: 0;
	padding: 20px 20px 5px 0;
	}
	
.footer-widgeted-4 {
	width: 215px;
	float: right;
	margin: 0;
	padding: 20px 20px 5px 0;
	}*/
	
/***** Footer ********************/

#footer {
background: #494949 url(images/footer.png) top repeat-x;
	width: 993px;
	color:transparent;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	overflow: hidden;
	clear: both; 
	overflow: hidden;
	color: #ffffff;
	margin: 0;
	padding: 10px 0 10px 0;
	}

#footer .wrap {
	}
	
#footer a, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 150px;
	float: left;
	font-size:13px;
	margin: 0;
	padding: 0 0 0 5px;
	}
	
#footer .gototop a {
	margin: 0;
	padding: 0 0 2px 18px;
	background: url(images/footer-top.png) no-repeat left center;
	}
	
#footer .creds {
	width: 770px;
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	}

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

.comments {
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
	
#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #F7F7F7 !important;
	width: 250px;
	color: #333333;
	font-family:  "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #E6E6E6;
	}
	
#comment {
	background: #F7F7F7 !important;
	width: 98%;
	height: 150px;
	color: #333333;
	font-family:  "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #E6E6E6;
	}
	
#submit {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
  	margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #333333;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#submit:hover {
	background: #CF152A;
	border: 1px solid #CF152A;
	}
	
.comment-list {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #F7F7F7;
	float: right;
	border: 1px solid #E6E6E6;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}
	
.children { 
	margin: 0;
	padding: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.reply a, .reply a:visited {
	background: #333333;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 3px 5px;
	border: 1px solid #333333;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.reply a:hover {
	background: #CF152A;
	text-decoration: none;
	border: 1px solid #CF152A;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #F7F7F7;
	margin: 0;
	padding: 0;
	}

.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0;
	padding: 0;
	}

.even, .alt {
	border: 1px solid #E6E6E6;
	margin: 0;
	padding: 0;
	}
	


/***** Custom ********************/

.custom {
	background: #FFF5E2;
	margin: 0 0 10px 0;
	padding: 0px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	font-size:11.5px;
	}
	
.customtitle {
	background: #EEEEEE url(images/sidebar-header.png);
	color: #FFF;
	font-family:  "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-size: 14px;
	font-weight: bold;
	font-stretch:narrower;
	
	margin: 0;
	padding: 4px 5px 4px 10px;
	border-bottom: 1px solid #DDDDDD;
}

.custom_left{
    float: left;
    margin: 12px 12px 20px 5px;
}

ul.sub-menu {
	padding-top:40px;
}


table#matrix{
    border-collapse: collapse;
    border-spacing: 0;
	margin-top:10px;
}
table#matrix td.items{
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
}
table#matrix th.column{
    background: #dcdcdc;
    padding: 6px 0;
}
table#matrix th.column span{
    font-size: 11px;
    font-weight: bold;
    color: #555;
    line-height: 14px;
    margin-bottom: 0;
}
table#matrix th.column p{
    margin-bottom: 0;
}
table#matrix th.column a{
    color: #fff; font-size: 10px;
    text-decoration: underline; font-weight: normal;
}
table#matrix th.column a:hover{
    text-decoration: none;
}
table#matrix td.items,
table#matrix th.column,
table#matrix td.odd,
table#matrix td.even{
    text-align: center;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #c1c1c1;
}
table#matrix td.items{
    background: #dcdcdc;
    width: 190px;
}
table#matrix td{
    width: 150px;
    line-height: 14px;
}
table#matrix td.odd{
    background: #fff;
}
table#matrix td.even{
    background: #f5f5f5;
}
table#matrix td.odd,
table#matrix td.even{
    font-size: 10px; color: #555;
}
table#matrix td.last{
    border-bottom: 1px solid #c1c1c1;
}














table#plain{
   border-collapse: collapse;
    border-spacing: 0;
	margin-top:10px;
}

table#plain td.items{
}
table#plain th.column{
    background: transparent;
}
table#plain th.column span{
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}
table#plain th.column p{
}

table#plain td.items,
table#plain th.column,
table#plain td.odd,
table#plain td.even{
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #eaeaea;
	text-align:center;
	font-size:11px;
	padding:5px 10px;
	line-height:14px;
	font-stretch:semi-condensed;
}

table#plain td{
}
table#plain td.odd{
    background: transparent;
}
table#plain td.even{
    background: transparent;
}
table#plain td.odd,
table#plain td.even{
}

/***** Dashboard Body Class ********************/

.dashboard-body-class #content {
	width:100%;
	clear:both;
}

.dashboard-body-class #sidebar {
	width:300px;
	float:left;
}

.dashboard-body-class #sidebar-alt {
	width:600px;
	margin-left: 10px;
}

/***** Program Body Class ********************/

.program-body-class #content {
	width:600px;
	float:right;
	margin-left:15px;
}

.program-body-class #sidebar {
	width:300px;
	float:left;
}

/***** Program Body Class ********************/

.home-body-class #content {
	width:600px;
	float:left;
	margin-right:15px;
}

.home-body-class #sidebar {
	width:300px;
	float:right;
}


/**** Simple Fields Image Definitions ************/

.big-image { display:block;
	width:300px;
	padding:4px 0px;
	margin-bottom:15px;
	background:#b15c11;
	overflow:hidden;
	color:#fff;
	position:relative;}
.big-image img { max-width:270px;max-height:150px;}


/**** PHP Code Widget Alt-Styles ************/

#sidebar #execphp-1, #sidebar #execphp-2, #sidebar #execphp-3, #sidebar #execphp-4, #sidebar #execphp-5, #sidebar #execphp-6, #sidebar #execphp-7, #sidebar #execphp-8, #sidebar #execphp-9,#sidebar #execphp-10 {
	background-color:#b35d00;
	/*border:1px solid #959957; */
	
}

#sidebar #execphp-1 li, #sidebar #execphp-2 li, #sidebar #execphp-3 li, #sidebar #execphp-4 li, #sidebar #execphp-5 li, #sidebar #execphp-6 li, #sidebar #execphp-7 li, #sidebar #execphp-8 li, #sidebar #execphp-9 li,#sidebar #execphp-10 li {
	background:none;
	border:none;
	padding:0 7px 5px 0;
	padding: 8px 8px 8px 10px;
}

#sidebar #execphp-1 li:hover, #sidebar #execphp-2 li:hover, #sidebar #execphp-3 li:hover, #sidebar #execphp-4 li:hover, #sidebar #execphp-5 li;hover, #sidebar #execphp-6 li:hover, #sidebar #execphp-7 li:hover, #sidebar #execphp-8 li:hover, #sidebar #execphp-9 li:hover,#sidebar #execphp-10 li:hover {
	background-color:#000;
	border:none;
	padding:0 7px 5px 0;
	padding: 8px 8px 8px 10px;
}

#sidebar #execphp-1 h4, #sidebar #execphp-2 h4, #sidebar #execphp-3 h4, #sidebar #execphp-4 h4, #sidebar #execphp-5 h4, #sidebar #execphp-6 h4, #sidebar #execphp-7 h4, #sidebar #execphp-8 h4, #sidebar #execphp-9 h4,#sidebar #execphp-10 h4 {
	background: #EEEEEE url(images/departmentsidebar-header.jpg);
	color: #854500;
	font-family:  "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-size: 16px;
	font-weight: bold;
	font-stretch:narrower;
	margin: 0;
	padding: 4px 5px 4px 10px;
	border-bottom: 1px solid #DDDDDD;
}


#sidebar #execphp-1 li a, #sidebar #execphp-2 li a, #sidebar #execphp-3 li a, #sidebar #execphp-4 li a, #sidebar #execphp-5 li a, #sidebar #execphp-6 li a, #sidebar #execphp-7 li a, #sidebar #execphp-8 li a, #sidebar #execphp-9 li a, #sidebar #execphp-10 li a {
	
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	}
	

#sidebar #execphp-1 li a:hover, #sidebar #execphp-2 li a:hover, #sidebar #execphp-3 li a:hover, #sidebar #execphp-4 li a:hover, #sidebar #execphp-5 li a:hover, #sidebar #execphp-6 li a:hover, #sidebar #execphp-7 li a:hover, #sidebar #execphp-8 li a:hover, #sidebar #execphp-9 li a:hover,#sidebar #execphp-10 li a:hover {
	background-color:#854500;
	color:#F7E9CF;
	text-decoration:none;
}

/**** Other Customizations *************/

h1.entry-title { color:#658321 !important; }

.staff-section 
{
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    clip: auto;
    overflow: hidden;
}
.staff-container {
    position: relative;
    text-align: right;
    white-space: nowrap;
}
.moredots {
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px dotted #333;
    height: 50%;
}
.staff-label {
    background: white;
    float: left;
    margin-right: 20px;
    padding-right: 4px;
    position: relative;
}
.staff-text {
    background: white;
    padding-left: 4px;
    position: relative;
}

.tribeslist {
	margin-bottom: 0;
}

.tribeslist li {
	border: none !important;
	min-height: 30px;
	line-height: 30px;
	font-size: 10.5px !important;
}

.tribeslist li img {
	vertical-align: middle;
	margin-right: 5px !important;
}

.tribeslist li a {
	font-family: 'Actor', sans-serif;
	font-size: 10.5px;
}

/*CHANGE FONT SIZE STYLES*/
#chgfontsizeoptions a, #chgfontsizeoptions a:visited, #chgfontsizeoptions img, #chgfontsizeoptions form{
border: none;
text-align:right;
color:#B35D00;
}

.wpchgfontsize {
	text-align:right;
	padding:0px;
	margin:0px;
	max-height:40px;
	line-break: inherit;
	margin-bottom:15px;
	float:right;
	line-height:12px;
}

.search-results .hentry {
	border-bottom: 1px solid #e6e6e6;
}

/* highlight */
.hilite {
	color: #000000;
	background-color: #ffff00;
}6;
}

/* highlight */
.hilite {
	color: #000000;
	background-color: #ffff00;
}
/* 01-13 */
.page .galleria-container {
     background:transparent;
     overflow: hidden;
     position: relative;
     margin:auto;
}

/*====================================
  Store Location - Added 092013 MH
 *==================================== */
#wrap #sl_div {
	font-family:Helvetica, Arial, sans-serif;
	font-weight: normal;
	position:relative;
}

#wrap #address_search {
    width: 570px;
    position: relative;
}

#wrap td#map_sidebar_td, #wrap #sl_div table {
	border: 0;
}

#wrap tr.slp_map_search_results td td {
    border: medium none;
    padding-bottom: 18px;
    vertical-align: text-top;
    border-bottom: 1px solid #fff5e2 !important;
    border-collapse: collapse;
    padding: 20px 0;
    text-align: left;
}

#wrap tr.slp_map_search_results span.location_name {
    color: #6f8f26;
    font-weight: bold;
}

#wrap #sl_div a.storelocatorlink {
    color: #007fc2;
}

#wrap #sl_div a.storelocatorlink:hover {
    text-decoration:underline;
}

#wrap #address_search .search_item INPUT {
	background:none;
	margin-bottom:10px;
	padding:5px;
}

#wrap #addy_in_radius { 
	margin-bottom:10px;
}

#wrap #radius_in_submit {
    padding-top: 3px;
    position: absolute;
    right: 30px;
    top: 0px;
    width: 80px;
}

#wrap .sl_header #addressSubmit.slp_ui_button {
    background: #005c8d;
    filter: none;
    box-shadow: none;
    border-radius:0;
    border:0;
    cursor: pointer;
    display: block;
    font-size: 11px;
    height:auto;
    margin: 0 2px 2px 0;
    padding: 5px 4px;
    text-align: center;
    text-decoration: none;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
}

/*=================================
 New Custom Home Page JV 10.02.2013
 ==================================*/

.sidebar a.view-button,
#genesis-responsive-slider a.view-button {
	background: #89a148;
	display: block;
	color:#fff;
	padding:8px 15px;
}

#genesis-responsive-slider a.view-button {
	background:#89a148 url(images/icon-arrow-solid.png) 88% 55% no-repeat;
	float: right;
	font-weight:bold;
	width:130px;
}

.sidebar a.view-button-alt {
	background: #005a92;
	display: inline-block;
	font-size: 13px;
	float: none;
	padding: 8px 0;
	width: 100%;
	text-align: center;
}

.sidebar a.view-button-alt:hover {
	background: #0064a3;
	text-decoration: none;
}

#genesis-responsive-slider a.view-button {
	width:100px;
}

 .home.full-width-content #content, 
 .page-template-page_new_programs-php.full-width-content #content {
	width:auto;
	float:none;
}

.home #content-sidebar-wrap, 
.page-template-page_new_programs-php  #content-sidebar-wrap {
	width:100%;
	padding:0;
}

.page-template-page_new_programs-php  #content-sidebar-wrap {
	padding-top:5px;
}

.page-template-page_home-php #footer-widgeted {
	display:none;
}

#content #genesis-responsive-slider {
	background: #FFF5E2;
	border: 1px solid #DDDDDD;	
	padding:15px 15px 20px;
}

#content #genesis-responsive-slider .slide-excerpt {
	-moz-box-sizing: border-box;
	background:url(images/slide-bg.png);
	box-sizing: border-box;
	filter: alpha(opacity=100);
	color: #fff;
	margin: 0;
	overflow: hidden;
	opacity: 1;
	width: 100%;
}

#content #genesis-responsive-slider .slide-excerpt-border {
	border: none;
	margin: 0 10px;
	overflow: hidden;
	width: 510px;
}

#content #genesis-responsive-slider .slide-excerpt-content {
	float:left;
	width: 70%;
}

#content #genesis-responsive-slider .slide-more {
	float:right;
} 

#content #genesis-responsive-slider .slide-excerpt-content p {
	padding:0;
	margin:0;
}

#content #genesis-responsive-slider img {
	width: 940px;
}
#content .flex-control-nav {
	margin-top: 5px;
	margin-bottom:20px;
}

#content #genesis-responsive-slider .flex-direction-nav li a {
	background: url(images/bg-direction-alt.png) no-repeat -40px 0;
	height: 39px;
	width: 39px;
}

#content #genesis-responsive-slider .flex-direction-nav li a:hover {
	background-position: -40px -40px;
}

#content .flex-direction-nav li .prev {
	left: 20px;
}

#content .flex-direction-nav li .next {
	right: 20px;
}

#content #genesis-responsive-slider .flex-direction-nav li a.prev {
	background-position: 0 0;
}

#content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -40px;
}


.home #content {
	float:left;
	padding-bottom:30px;
	width:600px;
}

#content .home-slider h4 {
	background: url(images/sidebar-header.png);
	color: #fff;
	font-size:18px;
	font-weight: normal;
	margin-bottom: 0;
	padding: 5px 5px 5px 10px;
}

.home #sidebar {
	float:right;
	width:300px;
	padding-top:14px;
}

.home-programs {
	padding: 30px 0;
}

.home-programs .box {
	clear:both;
	padding-bottom:1.5em;
	overflow: hidden;
}

.home-programs #culture,
.home-programs #community {
	clear:none;
	float:left;
	width:285px;
}

.home-programs #culture {
	margin-right:30px;
}

.js .toggle-container {
	display:none;
}

#content .home-programs .sep-bar,
.page-template-page_new_programs-php #content .sep-bar {
	color:#fff;
	font-weight: 400;
	margin:0;
	padding:16px 10px 18px 60px;
}

#content #health .sep-bar {
	background:url(images/icon-health.png) left center no-repeat;
}

#content #environment .sep-bar {
	background:url(images/icon-environ.png) left center no-repeat;
}

#content #learning .sep-bar {
	background:url(images/icon-learn.png) left center no-repeat;
}

#content #culture .sep-bar {
	background:url(images/icon-culture.png) left center no-repeat;
}

#content #community .sep-bar {
	background:url(images/icon-community.png) left center no-repeat;
	color:#b66400;
}

.page-template-page_new_programs-php #content #community .sep-bar {
	background:url(images/icon-community-full.png) left center no-repeat;
}

.page-template-page_new_programs-php #content #culture .sep-bar {
	background:url(images/icon-culture-full.png) left center no-repeat;
}

.page-template-page_new_programs-php .box {
	margin-bottom: 10px;
	position: relative;
}

.page-template-page_new_programs-php .sep-bar span {
	float:right;
}

#content .sep-bar a,
#content .sep-bar a:visited,
#content .sep-bar a:hover {
	color: #fff;
	text-decoration: none;
}

#content #community .sep-bar a,
#content #community .sep-bar a:visited,
#content #community .sep-bar a:hover {
	color:#b66400;
}

.page-template-page_new_programs-php .box li {
	clear:both;
	background-color: #fff5e2;
	border: 1px solid #e6e6e6;
	padding:10px 10px 5px 10px;
	margin:10px 0;
	overflow:hidden;
}

.page-template-page_new_programs-php #content .box li h3 {
	margin-top:0;
}

.program-excerpt {
	max-width: 480px;
	float:right;
}

.page-template-page_new_programs-php .box li .wp-post-image {
	display:block;
	margin-bottom:30px;
	width:75px;
	height:75px;
}

.home-programs .col {
	float:left;
	width:29%;
	margin-right:20px;
	padding:10px 0 10px 0px;
}

.home-programs .col.first,
.home-programs ul.first {
	margin-left: 15px;
}

.box ul {
	padding:0 0 0 0px;
	margin:0;
}

.box li {
	list-style: none;
	margin:0;
	padding:0;
}

.home-news {
	clear:both;
	margin-top:20px;
	overflow:hidden;
}

.home-news .col {
	float:left;
	width:30%;
	margin-right:2%;
	word-wrap: break-word;
}

.home-news h2 {
	background:url(images/green-bar.png) repeat-x;
	color:#fff;
	font-size: 18px;
	padding:5px 10px;
}

.home-news h3 a {
	color:#89a148;
	font-weight:bold;
}

.home-news .wp-post-image {
	float:left;
	margin:15px 10px 30px 0;
	width: 80px;
	height: 80px
}

.sidebar ul.tribeslist {
	margin:0;
	padding:0;
}

.sidebar ul.tribeslist li {
	background-color:#fff5e2;
	color: #555555;
	display: block;
	font-size: 12px;
	line-height: 16px;
	min-height: 12px;
	padding: 6px 15px;
	text-decoration: none;
	position: relative;
	font-family: "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-weight: 100;
	letter-spacing:0.25px;
	border-bottom: 1px solid #DDDDDD;
}

.sidebar ul.tribeslist li a {
	font-size: 14px;
  	line-height: 15px;
}

.home-sidebar {
	margin-bottom: 20px;
}

#sidebar .itca-featuredpost {
	padding-bottom: 0px;
}

#featured-scroller {
	overflow: hidden;
}

#sidebar #featured-scroller h2 a {
	font-size: 13px;
	font-weight: 400;
}

.sidebar .scroll-nav {
	background: #89a148;
	color: #fff;
	padding: 0px 5px;
}

.sidebar .scroll-nav button {
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 3px 5px;
}

/* TWS
 *---------------------------------------*/

 .tws-searchform {
 	margin-bottom: 40px;
 }

 .tws-searchform label {
 	display: block;
 	font-weight: 700;
 	margin-bottom: 4px;
 }

 .tws-searchform .align {
 	float: left;
 	margin-right: 20px;
 	width: 45%;
 }

 .tws-searchform input[type="text"] {
 	width: 96%;
 	padding: 4px 2px;
 }

  .tws-searchform select {
  	text-transform: uppercase;
  }

 .tws-searchform input.sm {
 	width: 40%;
 }

 .tws-searchform input[type="submit"] {
 	background: #005c8d;
 	border: 0;
 	color: #fff;
 	font-size: 11px;
 	line-height: 14px;
 	padding: 5px 10px;
 	text-transform: uppercase;
 }

 /* OPERATOR
 *------------------*/

 .operator .span1 {
 	float: left;
 	margin-bottom: 20px;
	width: 35%;
 }

 .operator .span2 {
 	float: right;
 	width: 55%;
 }

 #content h3.operator--name {
 	font-weight: normal;
 	font-size: 17px;
 	margin-bottom: 20px;
 }

 .operator--info {
 	font-family: "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Sans-Serif";;
 }

 .operator--info span {
 	display: block;
 }

 .operator--info span b {
 	color: #005a92;
 }

 .operator hr {
 	border: 0;
 	height: 0;
 	background: transparent;
 	border-top: 1px solid #ccc;
 	margin: 10px 0;
 }