/*
	Theme Name: Envision Frederick
	Theme URL: http://datachieve.com
	Description: Envision Frederick.
	Author: Datachieve Digital
	Author URI: http://datachieve.com
	Version: 1.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=Source+Sans+Pro:400,600,700,400italic,600italic,700italic);

/**** CLEARFIX ***********************/

.wrap:before,
.wrap:after {
    content: "";
    display: table;
} 
.wrap:after {
    clear: both;
}
.wrap {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.listing-item:before,
.listing-item:after, .author .post:before, .author .post:after {
    content: "";
    display: table;
} 
.listing-item:after, .author post:after {
    clear: both;
}
.listing-item, .author {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/**** BODY ***********************/

body {
	background: #f0eec5;
	color: #4A4E53;
	font-size: 14px;
	font-family: 'Source Sans Pro', Helvetica, Arial, Helvetica, sans-serif !important;
	margin: 0 auto 0;
	padding: 0;
	line-height: 140%;
	}
	
strong, b {
	font-weight: 700;
}
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #FF741A;
	text-decoration: none;
	}
	
a:hover {
	color: #DC420E;
	text-decoration: none;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	background: #FFFFFF;
	border-radius: 3px 3px;
	margin: 20px auto;
	padding: 0;
	width: 960px;
	}

#nav .wrap, #subnav .wrap, #inner #content-sidebar-wrap, #inner sidebar-content-wrap, #footer .wrap {
	margin: 10px 0px 0px 20px;
}

#header .wrap {
	margin: 0px 0 0;
	padding: 15px 0 0;
}

/***** Header  ********************/

#header {
	background: url('images/env-header-bg.jpg') repeat-x center 74%;
	width: 930px;
	height: auto;
	margin: 0 auto 7px;
	padding: 0 0;
	overflow: visible;
	}

#title-area {
	width: 230px;
	float: left;
	margin: 0; 
	padding: 0px;
	overflow: visible;
	}
	
#title-area #title {
	font-family:  Arial, Tahoma, Verdana;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 5px 0; 
	padding: 0;
	text-indent: -9999px;	
	}
	
#title-area #title a {
	color: #00ABBC;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	}
	
#title-area #title a:hover {
	color: ##00ABBC;
	text-decoration: none;
	}
	
#title-area #description {
	clear: both;
	color: #6e613f;
	display: block;
	font-family: SortsMillGoudyRegular, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0; 
	padding: 0;
	overflow: visible;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 20px;
	z-index: 9999;
	}

#header .widget-area {
	width: 490px;
	color: #FFFFFF;
	float: right;
	margin: 0; 
	padding: 0;
	position: relative;
	top: -103px;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .textwidget {
	margin: 0;
	padding: 10px 0 0 0;
	}
	
#header .widget-area h4 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	margin: 15px 0 0 0; 
	padding: 0;
	text-decoration: none;
	}

/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/env-logo.jpg) left top no-repeat;
	}

.header-image #title-area {
	float: left;
	height: auto;
	width: 100%;
}

.header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 420px;
	height: 84px;
	margin: 0; 
	padding: 0;
	overflow: visible;
	}
	

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 900px;
	}
	
/***** Header Right Navigation ********************/

#header ul.nav, #header ul.menu {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	text-transform: none;
	margin: 0px auto 0;
	padding: 0 10px 0 10px;
	overflow: hidden;
	}

	
#header ul.nav li, #header ul.menu li {
	border-radius: 2px;
	float: left;
	list-style: none;
	margin: 0 0 0 6px;
	padding: 0;
	}
	
#header ul.nav li a, #header ul.nav li a:visited, #header ul.menu li a, #header ul.menu li a:visited {
	border-radius: 2px;
	background: #92a884;
	color: #FFFFFF;
	display: block;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 110%;
    margin: 0;
	padding: 6px 19px 5px 15px;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;	
	}

#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: #ae993c !important;
	color: #FFFFFF;
	}
	
#header ul.nav li a.sf-with-ul, #header ul.menu li a.sf-with-ul {
	padding-right: 25px;
	
	}	
	
#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: 10px;
	right: 10px;
	}

#header ul.nav li li, #header ul.menu li li {
	margin: 0 0 0 3px;	
}
	
#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: #F1EEE9;
	border-radius: 0px;
	color: #333;
	width: 160px; 
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	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: #FF741A;
	color: #FFFFFF;
	}

#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;
	right: 5px;
	}

#header ul.nav li ul, #header ul.menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 1px 0 0 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: -31px 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;
	}

/***** Primary Navigation ********************/

#nav {
	margin: 0 auto 0;
	padding: 0;
	clear: both;
	}
	
#nav .wrap {
	background: none;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto 0;
	padding: 3px;
	overflow: hidden;
	}

#nav ul {
	float: right;
	list-style: none;
	margin: 10px 10px 0 0;
	padding: 0 0 0 2px;
}
	
#nav li {
	border-radius: 2px;
	float: left;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	}
	
#nav li a {
	border-radius: 2px;
	background: #92a884;
	color: #FFFFFF;
	display: block;
	font-family: 'Source Sans Pro', Helvetica, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 110%;
    margin: 0;
	padding: 6px 19px 5px 15px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	}

#nav li a:hover {
	background: #ae993c;
	color: #FFFFFF;
	}
	
#nav li a.sf-with-ul {
	padding-right: 25px;
	}	
	
#nav 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: 12px;
	right: 10px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #DC420E;
	color: #FFFFFF;
	width: 138px; 
	font-size: 12px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #FF741A;
	border-right: 1px solid #FF741A;
	border-bottom: 1px solid #FF741A;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #FF741A;
	color: #FFFFFF;
	}

#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	right: 5px;
	}
	
#nav li li a:hover .sf-sub-indicator {
	background: url(images/arrow-right-hover.png);
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0 0 0 -1px;
	padding: 0;
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul ul {
	margin: -35px 0 0 159px;
	}

#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;
	}
	
/***** Primary Navigation Extras ********************/
	
#nav li.right {
	float: right;
	margin: 0;
	padding: 4px 10px 0 0;
	}

#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}
	
#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

#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: 3px 5px 0 0;
	}
	
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
	}
	
/***** Secondary Navigation ********************/

#subnav {
	color: #4A4E53;
	margin: -10px auto 10px;
	padding: 0;
	}
	
#subnav .wrap {
 	border-bottom: solid 1px #f2e8ba;
	border-top: solid 1px #f2e8ba;
 	width: 930px;
	padding: 6px 0 6px 0;
	overflow: hidden;
	}

#subnav ul {
	width: 930px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	}
	
#subnav li {
	background: #92a884;
	border-radius: 3px;
	float: left;
	list-style: none;
	margin: 0 6px 0 0;
	padding: 0;
	width: 228px;
	}

#subnav li:last-child {
	margin: 0px;	
}
	
#subnav li a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
    margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	position: relative;
	text-align: center;
	}

#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a {
	background: #ae993c;
	}
	
#subnav li a.sf-with-ul {

	}	
	
#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 228px;
	margin: 0;
	padding: 0;
	}
	
#subnav li li {
	width: 228px;
}
	
#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: 10px;
	right: 10px;
	}

#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: #F1EEE9;
	color: #4A4E53;
	font-size: 14px;
	margin: 0;
	padding: 8px 10px 8px 10px;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #E3DBD0;
	}

#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	right: 5px;
	}



#subnav li ul a { 

	}

#subnav li ul ul {
	margin: -31px 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:960px;
	margin: 0 auto 0;
	padding: 0;
	margin: 0px auto 20px;
	overflow: hidden;
	}

/***** Homepage ********************/
   
#homepage {
	margin-left: 10px;
	float: left;
	margin: 0;
	padding: 0;
	width: 540px;
	}
	
#homepage .wrap {
	padding: 5px 0 0 0;
	}
	
#homepage .widget .wrap {
	width: auto; 
	}
	
#dfcg-widget {
	margin: 0 0 15px 0;
	}
	
#content #homepage p {	
font-weight: 400;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 16px;
	line-height: 140%;
	}

#content #homepage p strong {
	font-weight: 700;
}
	
#content #homepage h2 {
	font-weight: normal !important;
	}
	
#content #homepage #featured-top h2, #content #featured-top h2 a, #content #homepage #featured-bottom h2, #content #homepage #featured-bottom h2 a {
	color: #FF741A;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 0;
	}
	
#content #homepage #featured-top h2 a:hover, #content #homepage #featured-bottom h2 a:hover {
	color: #FF741A;
	text-decoration: none;
	}
	
.home .featuredpost {
	min-height: 530px;
}	
	
#homepage .featuredpost, #homepage .featuredpage {
	margin: 0;
	padding: 0;
	}
	
#homepage .featuredpost .post, #homepage .featuredpage .page {
	margin: 0 20px 20px 0 !important;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #838838	;
	overflow: hidden;
	}
	
#homepage .featured-top .entry {
	background: #f7f6e6;
	padding: 15px 15px 5px;
	border-bottom: solid 1px #f2e8ba;
	border-radius: 8px;
	margin: 0 0 15px 0 !important;
}
	
#homepage .featuredpost .avatar, #homepage .featuredpage .avatar {
	margin: 0;
	padding: 0;
	border: 1px solid #F0EEE9;
	}
	
#homepage .featuredpost img, #homepage .featuredpage img {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	border: 1px solid #F0EEE9;
	}

#homepage .featuredpost ul {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
	overflow: hidden;
	}
	
#homepage .featuredpost ul li {
	list-style: none;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #F1EEE9;
	overflow: hidden;
	}
	
#content #featured-post .post {
	margin: 0px;
	}

	
.featured-bottom {
	width: 100%;
	float: left;
}

.featured-bottom .widget {
	clear: both;
}
	
.featured-bottom .featuredpost .post {
width: 46%;
float: left;
margin: 0 20px 0 0 !important;
}

	
.more-from-category {
	padding: 10px 0 5px 0 !important;
	margin: 0;
	}
	
.more-from-category a {
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	color: #4A4E53;
	letter-spacing: -1px;
	}
	
.more-from-category a:hover {
	color: #00ABBC;
	text-decoration: none;
	}

/***** Breadcrumb ********************/

.breadcrumb {
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	margin: 0 0 30px 0;
	padding: 5px 10px 5px 10px;
	background: #F1EEE9;
	}
	
/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #F1EEE9;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #F1EEE9;
	}
	
.tax-newsitem-article-type .taxonomy-description {
	background: none;
	margin: 0px;
	padding: 0px;
	border: none;
}	
	
#content .taxonomy-description p {
	margin: 0;
	padding: 0;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 750px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 960px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	background: #FFFFFF;
	width: 540px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.page #content {
	background: #FFFFFF;
	width: 520px;
	float: left;
	margin: 0;
	padding: 0;
	}	

.entry-content {
	overflow: hidden;	
}

.single #content {
	width: 500px;
}
	
.page-template-page_blog-php #content {
	width: 500px;
}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

 .content-sidebar #content {
	background: #FFFFFF;
	width: 715px;
	}
	
.sidebar-content #content {
background: #FFFFFF;
width: 700px;
margin: 0 30px 0 0;
}	
	
 .sidebar-sidebar-content #sidebar, .content-sidebar-sidebar #sidebar, .sidebar-content-sidebar #content, .content-sidebar #sidebar {
	
	}
	
.content-sidebar #sidebar {
margin-right: 30px;
}	

 .sidebar-sidebar-content #sidebar, .content-sidebar-sidebar #sidebar, .sidebar-content-sidebar #content, .sidebar-content #sidebar  {
	
	}
	
.full-width-content #content {
	background: #FFFFFF;
	width: 960px;
	
	}

#content blockquote {
	background: #F1EEE9;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #F1EEE9;
	}

.content-sidebar #content .post, .content-sidebar-sidebar #content .post {
	margin: 0 0 40px 0;
	padding: 0 20px 0 0;
	}
	
.content-sidebar #content .page, .content-sidebar-sidebar #content .page {
	margin: 0;
	padding: 0 20px 15px 0;
	}
	
.sidebar-content #content .post, .sidebar-sidebar-content #content .post {
	margin: 0 0 40px 0;
	padding: 0 0 0 20px;
	}
	
.sidebar-content #content .page, .sidebar-sidebar-content #content .page {
	margin: 0;
	padding: 0 0 15px 20px;
	}

.sidebar-content-sidebar #content > .page, .sidebar-content-sidebar  #content > .page {
	margin: 0;
	padding: 0 20px 0 0;
	}
	
#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#content .archive-page {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 0 0 0;
	}

.clear {
	clear: both;
	}
	
/***** Newsitem ********************/	

.newsitem-listing {
	border-top: solid 1px #f1eee9;
	clear: both;
	padding: 15px 0 1px;
	margin: 15px 0;
}

.newsitem-listing h3 {
	margin: 0px !important;	
}

.one-fourth {
width: 24%;
float: left;
}

.three-fourths {
width: 74%;
float: left;
}

.newsitem-listing .synopsis {
	padding: 5px 0px;
}

.newsitem-subtitle {
	font-weight: 600;	
}

.newsitem-source {

}

.newsitem-meta {
padding: 5px 0;
border-bottom: dotted 1px #f2e8ba;
}

.page-template-archive-newsitem-php h3 a:link, .tax-newsitem-article-type h3 a:link, 
.page-template-archive-newsitem-php h3 a:visited, .tax-newsitem-article-type h3 a:visited, 
.page-template-archive-newsitem-php .newsitem-tags a:link, .tax-newsitem-article-type .newsitem-tags a:link, 
.page-template-archive-newsitem-php .newsitem-tags a:visited, .tax-newsitem-article-type .newsitem-tags a:visited, 
.page-template-archive-newsitem-php .newsitem-type a:link, .tax-newsitem-article-type .newsitem-type a:link, 
.page-template-archive-newsitem-php .newsitem-type a:visited, .tax-newsitem-article-type .newsitem-type a:visited,
.tax-newsitem-tags h3 a:link, .tax-newsitem-article-type h3 a:link, 
.tax-newsitem-tags h3 a:visited, .tax-newsitem-article-type h3 a:visited, 
.tax-newsitem-tags .newsitem-tags a:link, .tax-newsitem-article-type .newsitem-tags a:link, 
.tax-newsitem-tags .newsitem-tags a:visited, .tax-newsitem-article-type .newsitem-tags a:visited, 
.tax-newsitem-tags .newsitem-type a:link, .tax-newsitem-article-type .newsitem-type a:link, 
.tax-newsitem-tags .newsitem-type a:visited, .tax-newsitem-article-type .newsitem-type a:visited  {
	color: #92a884;
}

.page-template-archive-newsitem-php h3 a:hover, .tax-newsitem-article-type h3 a:hover, 
.page-template-archive-newsitem-php h3 a:active, .tax-newsitem-article-type h3 a:active, 
.page-template-archive-newsitem-php .newsitem-tags a:hover, .tax-newsitem-article-type .newsitem-tags a:hover, 
.page-template-archive-newsitem-php .newsitem-tags a:active, .tax-newsitem-article-type .newsitem-tags a:active, 
.page-template-archive-newsitem-php .newsitem-type a:hover, .tax-newsitem-article-type .newsitem-type a:hover, 
.page-template-archive-newsitem-php .newsitem-type a:active, .tax-newsitem-article-type .newsitem-type a:active,
.tax-newsitem-tags h3 a:hover, .tax-newsitem-article-type h3 a:hover, 
.tax-newsitem-tags h3 a:active, .tax-newsitem-article-type h3 a:active, 
.tax-newsitem-tags .newsitem-tags a:hover, .tax-newsitem-article-type .newsitem-tags a:hover, 
.tax-newsitem-tags .newsitem-tags a:active, .tax-newsitem-article-type .newsitem-tags a:active, 
.tax-newsitem-tags .newsitem-type a:hover, .tax-newsitem-article-type .newsitem-type a:hover, 
.tax-newsitem-tags .newsitem-type a:active, .tax-newsitem-article-type .newsitem-type a:active {
	color: #DC420E;
}

.page-template-archive-newsitem-php .newsitem-meta, .tax-newsitem-article-type .newsitem-meta, .tax-newsitem-tags .newsitem-meta {
padding: 2px 0px;
border-bottom: none;
}

.page-template-archive-newsitem-php .newsitem-source, .page-template-archive-newsitem-php .newsitem-type, 
.page-template-archive-newsitem-php .newsitem-author, .page-template-archive-newsitem-php .newsitem-pubdate {
	
}

.page-template-archive-newsitem-php .synopsis, .tax-newsitem-article-type .synopsis, .tax-newsitem-tags .synopsis {
	background: #f9f9ed;
	margin: 10px auto;
	padding: 5px 10px;
}

.page-template-archive-newsitem-php .newsitem-tags {
	padding-top: 6px;		
}

.single-newsitem .entry-content {
	background: #f9f9ed;
	margin-top: 20px;
	padding: 10px 20px;
}

.single-newsitem .post-meta {
	display: none;
}
	
/***** Headlines ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #838834;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 600;
	text-decoration: none;
	margin: 20px 0 0 0;
	padding: 0;
	}

#content h1 {
	background: #e6ede1;
	color: #92a884;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 21px;
	letter-spacing: 0px;
	line-height: normal;
	margin: 0px 0px 10px;
	padding: 10px 10px 5px;
	text-transform: uppercase;
}
	
#content h2 {
	font-size: 21px;
	letter-spacing: 0px;
	}
	
#content h2 a, #content h2 a:visited {
	color: #838838;
	line-height: 120%;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: -1px;
	}
	
#content h2 a:hover {
	color: #ad9a3c;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 20px;
	}
	
#content h4 {
	font-size: 18px;
	}

.page-id-552 #content h4 {
	clear: both;	
}
	
#content #homepage h4 {
	color: #838838;
	font-size: 14px;
	line-height: 14px;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#content h5 {
	font-size: 16px;
	}
	
#content h6 {
	font-size: 14px;
	}
	
/***** Unordered/Ordered Lists ********************/

#content .post ul, #content .page ul, #content .post ol, #content .page ol {
	margin: 15px 10px 5px;
	padding: 0 0 15px 0;
	}
	
#header .widget-area ul {
	padding: 0;
	}
	
#content .post ul li, #content .page ul li, #content .post ol li, #content .page ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ul li, #content .page ul li {
	list-style-type: square;
	}

#content .post ul ul, #content .page ul ul, #content .post ol ol, #content .page ol ol {
	padding: 0;
	}
	
/***** Post Info ********************/
	
.post-info {
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 5px 0 5px 0;
	text-transform: none;
	}
	
.archive .post-info {
	display: none;
}
	
.author .post-info {
	display: none;	
}
	
.post-info p {
	margin: 0;
	padding: 0;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	text-transform: none;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	border-top: 1px dotted #F1EEE9;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #f9f9ed;
	display: none;
	margin: 0 20px 40px 0;
	padding: 10px;
	overflow: hidden;
	}

.single-ai1ec_event #content .author-box {
	display: none;	
}
	
.single-newsitem .author-box {
display: none;
}
	
.author-box p {
	margin: 0 0 15px;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #F1EEE9;
	}
	
/***** Post Icons ********************/
	
.time, categories {
	margin: 0;
	padding: 0;
	}
	
.post-comments, .tags {
	background: #FFFFFF url(images/icon-dot.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
	}

/***** Images ********************/

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #F1EEE9;
	}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
img.alignnone {
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	margin: 0 20px 10px 0;
	display: inline;
	}

img.alignright {
	margin: 0 0 10px 20px;
	display: inline;
	}

.alignleft {
	float: left;
	margin: 0 20px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 20px;
	}

.wp-caption {
	background: #F1EEE9;
	padding: 5px 0 0 1px;
	text-align: center;
	}

.wp-caption img {
	border: 0;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	}

/***** Post Navigation ********************/

.navigation, .wp-pagenavi {
	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, .wp-pagenavi span, .wp-pagenavi a {
	background: #f9f9ed;
	color: #FF741A;
	padding: 5px 8px 5px 8px;
	}
	
.wp-pagenavi span, .wp-pagenavi a {
	margin-right: 4px;	
}

.navigation li a:hover, .wp-pagenavi span a:hover {
	background: #00ABBC;
	color: #FFFFFF;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	}

.navigation li.active a, .wp-pagenavi span.current {
	background: #92a884;
	color: #FFFFFF;
	font-weight: bold;
	}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 180px;
	float: right;
	display: inline;
	margin: -12px 16px 0 0;
}

.page #sidebar, .single #sidebar, .post #sidebar {
	width: 210px;
}
	
#sidebar-alt {
	width: 170px;
	float: left;
	display: inline;
	margin: 10px 0 0 15px;
}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #f2e8ba;
	}
	
#sidebar .widget-wrap {
	padding: 10px 0px 10px 0px;
	}
	
#sidebar-alt .widget {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #f2e8ba;
	}

#sidebar-alt .widget-wrap {
	padding: 3px 10px 10px 0px;
}
	
#sidebar-alt ul#menu-media-menu li {
	margin-bottom: 15px;		
}
	
#sidebar h2, #sidebar h2 a {
	color: #838838;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: Bold;
	line-height: 120%;
	margin: 10px 0 5px;
	padding: 0;
	}

#sidebar-alt h2, #sidebar-alt h2 a {
	color: #838838;
	font-size: 24px;
	line-height: 24px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #DC420E;
	text-decoration: none;
	}

#sidebar h4 {
	color: #ab9e4f;
	font-size: 16px;
	line-height: 110%;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0px;margin: 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	}
	
#sidebar-alt h4 {
	color: #ac993a;
	font-size: 14px;
	line-height: 14px;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 600;
	margin: 0;
	padding: 5px 0 10px 0;
	}
	
#sidebar p, #sidebar-alt p, #sidebar .textwidget p, #sidebar-alt .textwidget p {
	color: #92a884;
	font-weight: 600;
	line-height: 130%;
	margin: 0;
	padding: 5px 0 10px 0;
	}

#sidebar p {
	
	 font-size: 13px;
}
	
#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	list-style-type: none;
	margin: 5px 0 5px 0;
	padding: 0;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 10px 0;
	padding: 0 0 0 5px;
	}

#sidebar li, #sidebar-alt li {
	background: url(images/sidebar-list.png) no-repeat top left;
	border-bottom: dotted 1px #ddd7d7;
	margin: 0 0 6px 0;
	padding: 0 0 6px 2px;
 	word-wrap: break-word;
	line-height: 130%;
	}
	
#sidebar li:last-child, #sidebar-alt li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;	
}
	
#sidebar-alt embed, #sidebar-alt object {
	width: 300px; 
	height: 200px;
	margin: 5px 0 0 0; 
	padding: 0;
	}
	
#sidebar-alt #author-link {
	margin: 10px 0 0 0;
}

.sidebar .support a:link, .sidebar .support a:visited {
	background: #DE420E url('images/env-support-us-bg.png') no-repeat 2% 50%;
	background: url('images/env-support-us-bg.png') no-repeat 2% 50%, rgb(237,75,14); /* Old browsers */
	background: url('images/env-support-us-bg.png') no-repeat 2% 50%, -moz-linear-gradient(top,  rgba(237,75,14,1) 0%, rgba(222,66,14,1) 100%); /* FF3.6+ */
	background: url('images/env-support-us-bg.png') no-repeat 2% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,75,14,1)), color-stop(100%,rgba(222,66,14,1))); /* Chrome,Safari4+ */
	background: url('images/env-support-us-bg.png') no-repeat 2% 50%, -webkit-linear-gradient(top,  rgba(237,75,14,1) 0%,rgba(222,66,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url('images/env-support-us-bg.png') no-repeat 2% 50%, -o-linear-gradient(top,  rgba(237,75,14,1) 0%,rgba(222,66,14,1) 100%); /* Opera 11.10+ */
	background: url('images/env-support-us-bg.png') no-repeat 2% 50%, -ms-linear-gradient(top,  rgba(237,75,14,1) 0%,rgba(222,66,14,1) 100%); /* IE10+ */
	background: url('images/env-support-us-bg.png') no-repeat 2% 50%, linear-gradient(to bottom,  rgba(237,75,14,1) 0%,rgba(222,66,14,1) 100%); /* W3C */
	border: solid 2px #DE420E;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;	
	color: #fff;
	display: block;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 18px;
	height: 35px;
	letter-spacing: 0px;
	line-height: 35px;
	padding-left: 18%;
	width: 100%;
}

.home .sidebar .support a:link, .home .sidebar .support a:visited {
	line-height: 170%;
	padding-left: 16%;	
}

.sidebar .support a:hover, .sidebar .support a:active {
	background: #b2a14f url('images/env-support-us-bg.png') no-repeat 2% 50%; /* Old browsers */
	border-color: #9e9a5a;
	color: #fff;
}

/***** Sidebar(s) Tag Cloud ********************/

#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
	padding: 5px 0 0 0;
	}
	
.tagcloud a:link, .tagcloud a:visited {
	padding: 1px 4px 0px;
	background: #e6ede1;
	margin: 0px 0 3px 0;
	clear: left;
	display: inline-block;
	border-radius: 5px;
}	

.tagcloud a:hover, .tagcloud a:active {
	background: #f1eee9;
}
	
/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #F7F7F7;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 10px 0 5px 0;
	padding: 3px;
	display: inline;
	border: 1px solid #CCCCCC;
	}
	
#sidebar #cat {
	width: 178px;
	}
	
#sidebar-alt #cat {
	width: 238px;
	}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0;
	padding: 0;
	clear: both;
	}
	
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #F1EEE9;
	}
	
#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {
	margin: 0;
	padding: 4px;
	border: 1px solid #F1EEE9;
	}

/***** Sidebar(s) User Profile ********************/

#homepage .user-profile, #sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
	}

#homepage .user-profile .avatar, #sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F1EEE9;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #F1EEE9;
	}
	
#homepage .user-profile p, #sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

#homepage .user-profile .posts_link a, #sidebar .user-profile .posts_link a, #sidebar-alt .user-profile .posts_link a{
	margin: 0;
	padding: 0 0 10px 0;
	color:#4A4E53;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
	}
	
#homepage .user-profile .posts_link a:hover, #sidebar .user-profile .posts_link a:hover, #sidebar-alt .user-profile .posts_link a:hover {
	color: #00ABBC;
	}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	padding: 0;
	}

#header .searchform {
	float: right;
	padding: 40px 0 0 0;
	}
	
#sidebar .searchform {
	padding: 0 0 5px 0;
	}
	
#nav .searchform {
	float: right;
	}
	
.s {
	background: #FFFFFF !important;
	color: #666666;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 12px;
	margin: 0 1px 0 0;
	padding: 6px 0 6px 5px;
	border: 1px solid #BDBDBD;
	}
	
#sidebar .s {
	background: #F7F7F7 !important;
	margin: 0 4px 0 0 ;
	padding: 5px 0 5px 4px;
	border: 1px solid #CCCCCC;
	width: 140px;
	}
	
#header .s, #sidebar .s {
	
	}
	
#nav .s {
	width: 210px;
	}
	
#sidebar-alt .s {
	width: 80px;
	}

#nav .searchsubmit {
	font-size: 14px;
	}

.search .type-newsitem .post-info, .search .type-newsitem .post-meta {
	display: none;	
}

.search .type-newsitem {
	border-bottom: 1px dotted #F1EEE9;
}

/***** eNews & Updates Widget ********************/

.enews {
	background: url(images/enews.png) top right no-repeat;
	margin: 0;
	padding: 0;
	}
	
#header .enews {
	float: right;
	width: 280px;
	margin: 10px 0 0 0;
	padding: 0;
	}
	
#sidebar .enews, #sidebar-alt .enews {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#sidebar .enews p, #sidebar-alt .enews p {
	margin: 0;
	padding: 0;
	}

.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
#sidebar .enews #subscribe, #sidebar-alt .enews #subscribe {
	padding: 0;
	}
	
.enews #subbox {
	background: #F7F7F7 !important;
	width: 205px;
	color: #666666;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 5px 0 5px 4px;
	border: 1px solid #CCCCCC;
	}
	
#header .enews #subbox {
	margin: 0 5px 0 0;
	}

/***** Latest Tweets Widget ********************/

#header .latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	color: #FF741A;
	margin: 10px 0 0 0;
	padding: 0 20px 0 0;
	}
	
#header .latest-tweets a, #header .latest-tweets a:visited {
	color: #FF741A;
	text-decoration: none;
	}
	
#header .latest-tweets a:hover {
	color: #DC420E;
	text-decoration: none;
	}

.latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
	}
	
.latest-tweets ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.latest-tweets ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 0;
	border-bottom:1px dotted #F1EEE9;
	}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}
	
#wp-calendar caption {
	color: #333333;
	}

#sidebar #wp-calendar th {
	color: #333333;
	}

#wp-calendar th {
	color: #333333;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	color: #F7F7F7 !important;
	}
	
#wp-calendar thead {
	background: #F7F7F7 !important;
	color: #F7F7F7 !important;
	}

#wp-calendar td {
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
	
/***** Buttons ********************/

#submit, .searchsubmit, .enews #subbutton, .gform_footer .button, .reply a, .reply a:visited {
	background: url(images/navhov.png) top right repeat-x !important;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal !important;
	text-decoration: none;
    margin: 0;
	padding: 3px 4px 4px 4px !important;
	border: 1px solid #BD3000;
	}

#submit:hover, .searchsubmit:hover, .enews #subbutton:hover, .gform_footer .button:hover, .reply a:hover {
	background: url(images/nav.png) top right repeat-x !important;
	border: 1px solid #BD3000;
	}
	
/***** Contact Form ********************/

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	background: #F7F7F7 !important;
	color: #333333 !important;
	font-family: Arial, Tahoma, Verdana !important;
	font-size: 12px !important;
	padding: 4px 0 4px 5px !important;
	border: 1px solid #CCCCCC;
	}

.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .ginput_complex label {
	font-size: 12px !important;
	}
	
.gform_wrapper li, .gform_wrapper form li {
	margin: 0 0 10px 0 !important;
	}
	
.gform_wrapper .gform_footer {
	border: none !important;
	}

/***** Footer ********************/

#footer {
	background: #f0eec5;
	margin: 0 auto 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	}

#footer .wrap {
	
	width: 940px;
	margin: 0 auto 0;
	padding: 10px;
	}
	
#footer a, #footer a:visited {
	color: #92964a;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #888888;
	text-decoration: none;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 215px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#footer .gototop a {
	margin: 0;
	padding: 2px 0 2px 18px;
	background: url(images/footer-top.png) no-repeat left center;
	}
	
#footer .creds {
	width: 960px;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
#footer .creds .bug	 {
	background: url('http://www.datachievehosting.com/images/dd-whitelabel-admin-logo-16x16.png') no-repeat left center;
	line-height: 35px;
	padding-left: 25px;
}	

#footer-widgets {
	background: #f0eec5;
	padding-top: 20px;
	text-transform: uppercase;
}

#footer-widgets .simple-social-icons {
 	float: left;
	width: 180px;
}

#footer-widgets #menu-footer-nav {
	box-sizing: border-box;
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 88%;
}

#footer-widgets #menu-footer-nav li {
	float: left;
	margin: 5px 0 0 5px;
	text-align: center;
	padding: 0 8px 0 5px;
	border-right: solid 1px #b3a248;
}

#footer-widgets #menu-footer-nav li:last-child {
	border: none;
}

#footer-widgets a:link, #footer-widgets a:visited	 {
	color: #81873d;
	font-size: 12px;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 600;
}

#footer-widgets a:hover, #footer-widgets a:active {
	color: #DC420E;
	text-decoration: underline;
}

/***** Comments ********************/

#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #F1EEE9 !important;
	width: 250px;
	color: #4A4E53;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #F1EEE9;
	}
	
#comment {
	background: #F1EEE9 !important;
	width: 70%;
	height: 150px;
	color: #4A4E53;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 20px;
	margin: 5px 0 5px 0;
	border: 1px solid #F1EEE9;
	}
	
.comment-list, .children {
	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: #FFFFFF;
	float: right;
	border: 1px solid #CCCCCC;
	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;
	font-size: 14px;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}
	
.nocomments {
	text-align: center;
	}
	
#comments {
	margin: 0 20px 0 0;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #F1EEE9;
	margin: 0;
	padding: 0;
	}

.even, .alt, .depth-1 {
	border: 1px solid #F1EEE9;
	margin: 0;
	padding: 0;
	}

/* DISPLAY POSTS PLUGIN
**************************************/

#content .column {
		width: 45%;
		float: left;
		margin-right: 15px;
}	

#content .column h2 {
	border-bottom: solid 1px #f2e8ba;
	padding-bottom: 10px;
	margin-bottom: 10px;
}	

#content ul.display-posts-listing {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#content .post {
	border-bottom: solid 1px #f2e8ba;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

#content .post.feature {
	clear: both;
}

#content .one-half.teaser.first {
clear: both;
margin: 0 20px 0 0;
}

#content .one-half.teaser {
float: left;
width: 45%;
}

.one-half.teaser img.alignleft, .one-half.teaser img.alignright {
float: none;
margin: 0 auto;
}


#content ul.display-posts-listing li {
	border-bottom: solid 1px #f2e8ba;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0 0 10px;
}

#content ul.display-posts-listing li a.title:link, #content ul.display-posts-listing li a.title:visited {
	color: #899042;
	display: block;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 15px;
	font-weight: normal;
	line-height: 120%;
	padding: 0;
	margin: 10px 0 0 0;
	text-transform: uppercase;	
}

#content ul.display-posts-listing li a.title:hover, #content ul.display-posts-listing li a.title:active {
	color: #ec4b0e;
}

#content ul.display-posts-listing li .date, #content .post-info .date, .ftd-news-home .date {
	border-bottom: dotted 1px #f2e8ba;
	color: #a0a0a0;
	font-size: 15px;
	line-height: 120%;
	padding: 1px 0 5px;
	margin: 0 0 5px;
	display: block;
}

#content ul.display-posts-listing li .author, #content .post-info .author-byline, .ftd-news-home .author {
	color: #898788;
	display: block;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 15px;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.page-id-16 #content ul.display-posts-listing li .author, .page-id-16 #content ul.display-posts-listing li .date {
	display: none;
}

#content ul.display-posts-listing img {
float: left;
margin: 0 10px 90px 0;
padding: 4px;
border: 1px solid #F1EEE9;
}


#content ul.display-posts-listing a.more-link:link, #content ul.display-posts-listing a.more-link:visited, .ftd-news-home  a.more-link:link,  a.more-link:visited  {
	background: #b2a14f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;	
	color: #fff;
	float: right;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 13px;
	height: 20px;
	letter-spacing: -0.5px;
	line-height: 130%;
	margin: 0px 10px 5px 0px;
	padding: 4px 5px;
	text-align: right;
}

#content ul.display-posts-listing a.more-link:hover, #content ul.display-posts-listing a.more-link:active, .ftd-news-home  a.more-link:hover,  a.more-link:active {
	background: #99b18f;
	color: #fff;
}

.home .ftd-news-home  a.more-link:link {
	margin-top: 5px;	
	line-height: 100%;
}

#content ul.display-posts-listing .excerpt-dash	{
	display: none;
}

#content ul.display-posts-listing .date, #content ul.display-posts-listing .excerpt {
	display: block;
}

.page-id-14 #content ul.display-posts-listing img {
	float: left;
	margin: 0 20px 10px 0px;
}

.page-id-14 #content .video .date {
	border: none;	
	margin: 10px 0 0;
	padding: 0px;
}

.page-id-14 #content .video .excerpt {
	display: none;	
}

/* TWITTER WIDGET PLUGIN
*************************************/

#sidebar .widget_twitter {
	background: #ae993c;
	margin: 11px 0 0 0;
	padding: 0px;
}

#sidebar .widget_twitter .widget-wrap {
	margin: 5px;
	padding: 4px 0px 0px;
}

#sidebar .widget_twitter h4.widgettitle {
	color: #fff;
	font-size: 13px;
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px;
}

#sidebar .widget_twitter ul {
	background: #fff;
	padding: 5px 0px 0px;
	margin: 0px;
}

#sidebar .widget_twitter ul li {
	border-bottom: dotted 1px #c1c1c1;
	margin: 0 0 10px;
	padding: 0 10px 10px;	
}

#sidebar-alt ul.menu li a:link, #sidebar-alt ul.menu li a:visited {
	color: #98b392;
	font-weight: bold;	
}

#sidebar-alt ul.menu li a:hover, #sidebar-alt ul.menuu li a:active, #sidebar-alt ul.menu li.current-menu-item.current_page_item a {
	color: #af9a3d;
	font-weight: bold;	
}

/* EVENTS MADE EASY
************************************/

#content ul.eme_events_list, #sidebar .widget_eme_list ul  {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#content ul.eme_events_list li, #sidebar .widget_eme_list ul li {
	border-bottom: solid 1px #f2e8ba;
	line-height: 110%;
	list-style: none;
	margin: 0px;
	padding: 10px 0px;
}

#content ul.eme_events_list li:last-child, #sidebar .widget_eme_list ul li:last-child {
	border: none;
	padding-bottom: 0px;
}

#content ul.eme_events_list li a {
	color: #af9943;
	font-size: 18px;
	line-height: 120%;
}	

#content ul.eme_events_list li a, #sidebar .widget_eme_list ul li a {
	font-weight: bold;	
}

/* DIRECTORY PLUGIN
**********************************/

#content .wpbdp-listing-single .main-image img, #content .wpbdp-page-content .listings img {
    border: 1px solid #F2E8BA;
}

.wpbdp-field-organization label {
	display: none;
}

.wpbdp-field-organization .value a {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: capitalize;
}

#content .wpbdp-listing-excerpt.odd {
background: #f9f9ea;
}

#content .post ul.wpbdp-categories li, #content .page ul.wpbdp-categories li {
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 90%;
}

#content ul.wpbdp-categories > li {
width: 47% !important;
float: left;
margin: 0;
}

#content .wpbdp-main-page #wpbdp-categories {
clear: both;
margin-bottom: 10px;
}

/* Author Spotlight
**********************************/

#author-spotlight img {
	margin: 10px 0;
	border: solid 1px #c1c1c1;
	padding: 3px;
}

/* All-In-One Events
**********************************/

.entry-content #ai1ec-container {
	width: 96%;
	box-sizing: border-box;
}

.entry-content .ai1ec-posterboard-view .ai1ec-event-title {
	font-weight: bold;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #555;
	line-height: 115%;
}

.sidebar .btn.btn-mini.pull-right.ai1ec-calendar-link {
	clear: both;
	margin: 5px auto;
	width: 88%;
}

.sidebar .ai1ec-subscribe-buttons.pull-left.btn-group {
	margin: 5px 46px;
	width: 80%;
}

/* YouTube 
************************************/

.entry-content div.tern_wp_youtube_video_meta {
	display: block;
	width: 90%;
	background: #f0f0f0;
	border: 1px dotted #ccc;
	margin: 20px 0 20px 20px;
	padding: 10px;
}

.entry-content div.tern_wp_youtube_video_meta input {
	display: inline-block;
	width: 80%;
	margin-left: 3px;
	font-size: 10px;
	color: #666;
	line-height: 16px;
}

/***** Contact Form ********************/

.with_frm_style label.frm_primary_label, #mc_signup_form .mc_var_label {
  color: #848935 !important;
 font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 700;
  font-size: 16px !important;
  margin: 0;
  padding: 0;
  text-align: left;
}

.with_frm_style input[type="text"], .with_frm_style input[type="password"], 
.with_frm_style input[type="email"], .with_frm_style input[type="number"], 
.with_frm_style input[type="url"], .with_frm_style input[type="tel"], 
.with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, 
.frm_form_fields_active_style, .frm_form_fields_error_style, 
#mc_signup_form input[type="text"], #mc_signup_form input[type="password"], 
#mc_signup_form input[type="email"], #mc_signup_form input[type="number"], 
#mc_signup_form input[type="url"], #mc_signup_form input[type="tel"], 
#mc_signup_form select, #mc_signup_form textarea  {
  -moz-box-sizing: border-box;
  background: #f9f9ea !important;
  border-color: #99b18f !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  border-style: solid;
  border-width: 1px;
  font-weight: 700;
  padding: 7px 5px !important;
  color: #444444;
  max-width: 100%;
  padding: 2px;
  width: 97%;
}

.with_frm_style .form-field input:focus, .with_frm_style select:focus, 
.with_frm_style textarea:focus, .with_frm_style .frm_focus_field input[type="text"], 
.with_frm_style .frm_focus_field input[type="password"], .with_frm_style .frm_focus_field input[type="email"], 
.with_frm_style .frm_focus_field input[type="number"], .with_frm_style .frm_focus_field input[type="url"], 
.with_frm_style .frm_focus_field input[type="tel"], .frm_form_fields_active_style, 
#mc_signup_form input:focus, #mc_signup_form select:focus, 
#mc_signup_form textarea:focus, #mc_signup_form  input[type="text"], 
#mc_signup_form input[type="password"], #mc_signup_form input[type="email"], 
#mc_signup_form input[type="number"], #mc_signup_form input[type="url"], 
#mc_signup_form input[type="tel"] {
  background: #fff !important;
  border-color: #738D34 !important;
}	

.mc_custom_border_hdr {
	font-weight: 600;
	font-size: 20px;
	margin: 15px 0;	
}

.mc_interests_header {
	margin: 15px 0;	
}

.mc_merge_var {
	margin: 0 0 15px 0;	
}

/******** Single Post Nav ***********/

body #gspn-prevpost a, body #gspn-nextpost a, body #gspn-prevpost-reverse a, body #gspn-nextpost-reverse a {
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
color: #92a884;
font-size: 100px;
line-height: 105px;
padding-bottom: 15px;
position: fixed;
text-align: center;
top: 42%;
vertical-align: middle;
width: 80px;
}

/******* ai1ec ************/

.single-ai1ec_event .post-info {
display: none;
}

.single-ai1ec_event .breadcrumb {
margin: 0 0 2px 0;
}

/****** WP Page Navi **********/

.wp-pagenavi {
clear: both;
min-height: 30px;
}