/*
	Theme Name: Going Green Child Theme
	Theme URL: http://www.studiopress.com/themes/goinggreen
	Description: Going Green is a 2 or 3-column Widget-ready child theme created for the Genesis Theme Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #8DAA52 url(images/bg.jpg) top center no-repeat;
	color: #1B1003;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	margin: 0 auto 0;
	padding: 0;
	line-height: 20px;
	}
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #CD6406;
	text-decoration: none;
	}
	
a:hover {
	color: #854002;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	width: 960px;
	margin: 0 auto 0;
	padding: 0;
	}

/***** Header ********************/

#header {
	width: 960px; 
	height: 110px;
	margin: 0;
	padding: 0;
	float: left;
	}
	
#header .wrap {
	}

#title-area {
	width: 520px;
	float: left;
	margin: 0; 
	padding: 10px 0 0 0;
	overflow: hidden;
	}
	
#title-area #title {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	margin: 6px 0 0 20px; 
	padding: 0;
	}
	
#title-area #title a {
	color: #333333;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	}
	
#title-area #title a:hover {
	color: #333333;
	text-decoration: none;
	}
	
#title-area #description {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 0 20px; 
	padding: 0;
	}

#header .widget-area {
	width: 350px;
	float: left;
	margin: 10px 0 0 0; 
	padding: 0;
	}

#header .widget-area .nav {
	padding: 0 50px 0 0;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .widget-area h4 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 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;
	margin: -10px 0 0 25px;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 520px;
	height: 118px;
	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: #7c5738;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
    margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	border-right: 1px solid #351e05;
	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: #351e05;
	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 {
	width: 960px;
	height: 44px;
	background: url(images/bg-nav.png);
	color: #FCFDE0;
	margin: -12px 0 -10px 0;
	padding: 0;
	float: left;
	font-weight: bold;
	clear: both;
	}

#nav .wrap {
	}
	
#nav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 25px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li a {
	color: #FCFDE0;
	display: block;
	font-size: 14px;
   	margin: 15px 0 0 0;
	padding: 0px 12px 0 7px;
	text-decoration: none;
	background: url(images/border-img.png) right no-repeat;
	position: relative;
	font-weight: bold;
	text-transform: lowercase;
	}

#nav li.red a {
	color: #e69e3f;
	display: block;
	font-size: 14px;
    	margin: 15px 0 0 0;
	padding: 0px 12px 0 7px;
	text-decoration: none;
	background: url(images/border-img.png) right no-repeat;
	position: relative;
	font-weight: bold;
	text-transform: lowercase;
	}

#nav li a:hover, #nav li a:active {
	color: #8FA03D;
	}

#nav li.red a:hover, #nav li a:active {
	color: #FCFDE0;
	}
	
#nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#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: 8px;
	right: 7px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #734F35;
	color: #FCFDE0;
	width: 158px; 
	font-size: 12px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #734F35;
	border-right: 1px solid #734F35;
	border-bottom: 1px solid #5A3E2A;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {
	color: #8FA03D;
	}

#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;
	text-decoration: none;
	}
	
#nav li.right a:hover {
	color: #8FA03D;
	text-decoration: underline;
	}
	
#nav li.date {
	padding: 15px 31px 0 0;
	}

#nav li.rss {
	margin: 5px 35px 0 0;
	}
	
#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 5px 16px;
	}
	
#nav li.search {
	padding: 0 10px 0 10px;
	}

#nav li.twitter {
	background: url(images/twitter-nav.png) no-repeat right center;
	float: right;
	height: 35px;
	margin: 10px 0 0 0;
	padding: 0;
	}
	
#nav li.twitter a {
	display: block;
	margin: 5px 81px 0 0;
	font-weight: bold;
	font-style: italic;
	}

#nav li.twitter a:hover {
	text-decoration: none !important;
	}
	
/***** SubNav Menu ********************/

#subnav {
	width: 420px;
	height: 40px;
	background: url(images/bg-sub-nav.png) no-repeat;
	color: #FFFFFF;
	margin: 0 0 -20px 0;
	padding: 0 18px 0 0;
	position: relative;
	z-index: 1;
	float: right;
	clear: both;
	}

#subnav .wrap {
	}
	
#subnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 18px;
	}
	
#subnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li a {
	color: #FCFDE0;
	display: block;
	font-size: 12px;
        margin: 2px 0 0 0;
	padding: 0px 10px 0 5px;
	text-decoration: none;
	background: url(images/border-img-subnav.png) right no-repeat;
	position: relative;
	font-weight: bold;
	text-transform: lowercase;}

#subnav li.red a {
	color: #e69e3f;
	display: block;
	font-size: 12px;
        margin: 2px 0 0 0;
	padding: 0px 10px 0 5px;
	text-decoration: none;
	background: url(images/border-img-subnav.png) right no-repeat;
	position: relative;
	font-weight: bold;
	text-transform: lowercase;}

#subnav li a:hover, #subnav li a:active {
	color: #8FA03D;
	}

#subnav li.red a:hover, #subnav li a:active {
	color: #FCFDE0;
	}
	
#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: 8px;
	right: 5px;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #734F35;
	color: #FCFDE0;
	width: 230px; 
	font-size: 12px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #734F35;
	border-right: 1px solid #734F35;
	border-bottom: 1px solid #5A3E2A;
	position: relative;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	color: #8FA03D;
	}

#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;
	}

/***** After Header ********************/

#after-header {
	float: left;
	width: 960px;
	height: 31px;
	position: relative;
	z-index: 0;
	}

/***** Inner ********************/

#inner {
	background:url(images/bg-inner.png) repeat-y;
	width: 900px;
	margin: 0;
	padding: 5px 30px 0 30px;
	overflow: hidden;
	float: left;
	}
	
/***** 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 ********************/

#featured-home {
	float: left;
	margin: 0;
	padding: 0;
	}
	
#featured-home .wrap {
	margin: 0;
	padding: 0;
	}
	
#featured-home p {
	margin: 0;
	padding: 0 0 10px 0;
	}

#featured-home .widget {
	margin: 0 0 15px 0;
	padding: 0;
	}
	
#content #featured-home h4 {
	font-size: 24px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	padding: 0;
	font-style: italic;
	}
	
#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;
	}
	
#featured-home .featuredpost .post, #featured-home .featuredpage .page {
	margin: 0;
	padding: 15px 0 5px 0;
	background: url(images/bottom-border.png) repeat-x bottom;
	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 0 15px 0;
	padding: 3px;
	border: 2px solid #C4C172;
	}
	
/***** Breadcrumb ********************/

.breadcrumb {
	background: url(images/bottom-border.png) repeat-x scroll center bottom transparent;
	margin: 0 0 15px 0;
	padding: 10px 0 17px;
	}
	
/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #e3e5ac;
	margin: 0 0 15px 0;
	padding: 10px 20px 0 15px;
	border: 2px solid #a9a762;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	}

#content .taxonomy-description h1 {
	padding: 10px 10px 0 0;
	color:#3e2601;
}

#content .taxonomy-description p {
	margin: 0;
	padding: 0 10px 10px 10px;
	}

#content .taxonomy-description ul li {
	list-style-type: square;
}

#content .taxonomy-description ul li {
	list-style-type: square;
}

#content .descriptiontext p a:visited {
	color: #7F3F05;
	text-decoration: none;
	}

#content .descriptiontext p a:hover {
	color: #CD6406;
	text-decoration: underline;
	}

#content .descriptiontext a:visited {
	color: #7F3F05;
	text-decoration: none;
	}

#content .descriptiontext a:hover {
	color: #CD6406;
	text-decoration: underline;
	}
/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 730px;
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 900px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	width: 430px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 600px;
	}
	
.full-width-content #content {
	width: 740px;
	margin-left:50px;
	padding:20px;
	background-color:#ffffff;
	-moz-border-radius:10px;
	border-radius: 10px;
	-webkit-radius: 10px;
	border:3px solid #c2c19e;
	}

#content img, #content p img {
	background: #FFFFFF;
	margin: 0 0 15px 0;
	padding: 3px;
	border: 2px solid #C4C172;
	}

#content blockquote {
	background: #E2E4B6;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #C4C172;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	}

#content .post {
	margin: 10px 0;
	padding: 15px;
	}
	
#content .page {
	margin: 0;
	padding: 0 0 15px 0;
	}

#content .entry-content .post-image {
	background: #FFFFFF;
	padding: 3px;
	border: 2px solid #C4C172;
	}
	
#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#content .post ul, #content .page ul {
	list-style-type: square;
	margin:0 0 5px 15px;
	padding: 0;
	}
	
#content .post ul li, #content .page ul li {
	list-style-type: square;
	margin: 0 0 10px 20px;
	padding: 0;
	}
	
#content .post ul ul, #content .page ul ul {
	list-style-type: square;
	margin:0 0 5px 30px;
	padding: 0;
	}
	
#content .post ol, #content .page ol {
	margin:0 0 5px 15px;
	padding: 0;
	}
	
#content .post ol li, #content .page ol li {
	margin: 0 0 10px 20px;
	padding: 0;
	}
	
#content .post ol ol, #content .page ol ol {
	margin:0 0 5px 30px;
	padding: 0;
	}
	
#content .sticky {

	background: #fdfede url(images/feature-post-background-sticky.png) bottom center no-repeat;
    margin: 0 !important;
    padding: 15px !important;
    height: 250px;
    border-top: 2px solid #e6b16b;
    border-bottom: 2px solid #e6b16b;
    border-right: 2px solid #e6b16b;
    border-left: 2px solid #e6b16b;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius:10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
	background-color:#fdfddd;

	}
	
#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

#content .archive-page-wrap {
	width: 555px;
	margin:0;
	padding:20px;
	background-color:#ffffff;
	-moz-border-radius:10px;
	border-radius: 10px;
	-webkit-radius: 10px;
	border:3px solid #c2c19e;
	}
	
#content .archive-page {
	width: 50%;
	margin: 0;
	padding: 0;
	}

#content .archive-page-right {
	float: right;
	width: 35%;
	margin: 0;
	padding: 0;
	}

.clear {
	clear: both;
	}
	
/***** Post Info ********************/
	
.post-info {
	font-size: 11px;
	margin: 0 0 15px 0;
	padding: 0 0 5px 5px;
	text-transform: uppercase;
	border-bottom: 2px dotted #854d02;
	}

div.sticky .post-info {
	background-color:#fdfddd;
	}
	
.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 #D1D46F;
    clear: both;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #E2E4b6;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #C4C172;
	overflow: hidden;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0 !important;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Headlines in Content ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #3F2607;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 15px 0;
	padding: 0;
	}

#content h1 {
	font-size: 20px;
	line-height:1.25em;
	}
	
#content h2 {
	font-size: 18px;
	line-height:1.25em;
	color:#cd6406;
	}
	
#content h2 a, #content h2 a:visited {
	color: #cd6406;
	text-decoration: none;
	font-style: italic;
	}
	
#content h2 a:hover {
	color: #2A2012;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 16px;
	color:#854d02;
	margin-bottom:10px;
	}
h3 {
	font-size: 16px;
	color:#854d02;
	margin-bottom:10px;
	}
	
#content h4 {
	font-size: 14px;
	}
	
#content h5 {
	font-size: 12px;
	}
	
#content h6 {
	font-size: 10px;
	}
	
/***** Post Icons ********************/
	
.time {
	margin: 0;
	padding: 0;
	}
	
.post-comments {
	background: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: 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 15px 10px 0 !important;
	display: inline;
	}

img.alignright {
	padding: 0;
	margin: 0 0 15px 10px !important;
	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 {
	text-align: center;
	padding: 5px 0 0 1px;
	}

.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;
	}

#content img.wp-smiley, #content img.wp-wink {
	background-color:transparent;
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	}

/***** Post Navigation ********************/

.navigation {
	margin: 0;
	padding: 20px 0 20px 10px;
	overflow: hidden;
	clear: both;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
	}

.navigation li {
	display: inline;
	color:#1B1003;
	}

.navigation li a {
	color: #1B1003;
	background: #fcfddd;
	padding: 5px 8px;
	border: 1px solid #cd6406;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	}

.navigation li a:hover {
	background: #e69e3f;
	color: #1B1003;
	border: 1px solid #cd6406;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #fcfddd;
	}

.navigation li.active a {
	background: #e69e3f;
	color: #1B1003;
	font-weight: bold;
	border: 1px solid #cd6406;
	}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 280px;
	float: right;
	color: #1B1003;
	margin: 0;
	padding: 5px 0 0 0;
	display: inline;
	}
	
#sidebar-alt {
	width: 150px;
	float: left;
	margin: 0;
	padding: 5px 0 0 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: url(images/bottom-border.png) bottom repeat-x;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #8FA03D;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #1B1003;
	text-decoration: none;
	}

#sidebar h4, #sidebar-alt h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #3F2607;
	font-style: italic;
	}
	
#sidebar .widget p, #sidebar-alt .widget p {
	margin: 0;
	padding: 0;
	}
	
#sidebar .textwidget p, #sidebar-alt .textwidget p {
	margin: 0;
	padding: 10px 0 0 0;
	}

#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 {
	margin: 10px 0 0 0;
	padding: 0;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0 0 0 15px;
	}

#sidebar li, #sidebar-alt li {
	margin: 0;
	padding: 0;
 	word-wrap: break-word;
	}
	
#sidebar li a, #sidebar li a:visited, #sidebar-alt li a, #sidebar-alt li a:visited {
	color: #CD6406;
	font-size: 14px;
	text-decoration: none;
	}
	
#sidebar li a:hover, #sidebar-alt li a:hover {
	color: #7F3F05;
	text-decoration: underline;
	}

/***** Sidebar(s) Tag Cloud ********************/

#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
	padding: 10px 0 0 0;
	}
	
/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #F7F7F7;
	color: #2A2012;
	font-size: 14px;
	margin: 10px 0 0 0;
	padding: 3px;
	display: inline;
	border: 1px solid #C4C172;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: lowercase;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	}
	
#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 0;
	border-bottom: 1px solid #D1D46F;
	overflow: hidden;
	}

#sidebar .featuredpost .widget-wrap div:last-child, #sidebar .featuredpage .widget-wrap div:last-child {
	border-bottom: none !important;
	}
	
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #C4C172;
	}
	
#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {
	margin: 0;
	padding: 0;
	border: 3px solid #C4C172;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile , #sidebar-alt .user-profile {
	overflow: hidden;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #FFFFFF;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #C4C172;
	}
	
#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 0 0 0;
	}

#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 {
	float: right;
	padding: 80px 20px 0 0;
	}
	
#sidebar .searchform {
	padding: 0;
	}
	
#nav .searchform {
	float: right;
	padding: 0;
	}
	
.s {
	color: #1B1003;	
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: lowercase;
	border: 1px solid #C4C172;
	}
	
#sidebar .s {
	width: 199px;
	}

#header .s, #nav .s {
	width: 125px;
	padding: 0 0 0 5px;
	margin: 18px 5px 0 0;
	background: #FCFDE0 !important;
	border: none;
	text-transform: lowercase;
	}
	
#sidebar-alt .s {
	width: 80px;
	}
	
#header .s {
	width: 230px;
	background:none repeat scroll 0 0 #F7F7F7 !important;
	color: #2A2012;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 14px;
	margin: 0;
	padding: 4px 0 4px 5px;
	text-transform: lowercase;
	border: 1px solid #C4C172;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#header .searchsubmit {
	background: #351D08;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #1B1003;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#header .searchsubmit:hover {
	background: #753E0D;
	border: 1px solid #1B1003;
	cursor: pointer;
	}

#nav .searchsubmit {
	font-size: 10px;
	margin: 0 20px 0 0;
	padding: 1px;
	text-transform: lowercase;
	background: #351D08;
	border: none;
	}

.searchsubmit {
	background: #351D08;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: lowercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #1B1003;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.searchsubmit:hover, #header .searchsubmit:hover, #nav .searchsubmit:hover {
	background: #753E0D;
	cursor: pointer;
	}
	
/***** 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) 90% -10% no-repeat;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#sidebar .enews p {
	margin: 0;
	padding: 10px 0 0 0;
	font-weight:bold;
	color:#854002;
	font-size:95%;
	}

#sidebar .enews h4 {
	color:#cd6406;
	font-size:175%;
	}

.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
#sidebar .enews #subscribe {
	padding: 0;
	}
	
.enews #subbox {
	width: 230px;
	background: none repeat scroll 0 0 #F7F7F7 !important;
	color: #2A2012;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 14px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	text-transform: lowercase;
	border: 1px solid #C4C172;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight:bold;
	color:#9a5f2a;
	}
	
.enews #subbutton {
	background: #351D08;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #1B1003;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.enews #subbutton:hover {
	background: #753E0D;
	border: 1px solid #1B1003;
	cursor: pointer;
	}

/***** 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: url(images/bottom-border.png) bottom repeat-x;
	margin: 10px 0 15px 0;
	padding: 0 0 15px 0;
	}

#sidebar .latest-tweets li {
	line-height: 16px;
	margin: 0 0 0 15px;
	padding: 0 0 15px 5px;
	list-style: disc;
	}

/***** 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-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: #c8ca9a !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: #DDDEB3;
	}
	
#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 !important;
	font-weight: normal;
	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: #753E0D;
	border: 1px solid #1B1003;
	}
	
.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .gform_footer {
	border: none !important;
	}
	
/***** Footer Widgeted ********************/
	
#footer-widgeted {
	background:url(images/bg-footer.png) top repeat-y;
	width: 880px;
	color: #FFFFFF;
	margin: -20px 0 0 0;
	padding: 20px 30px 0 50px;
	-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;
	position: relative;
	z-index: 0;
	float: left;
	}
	
#footer-widgeted .widget {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#footer-widgeted h4 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#footer-widgeted p {
	color: #FFFFFF;
    font-weight: normal;
	margin: 0;
	padding: 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: 273px;
	float: left;
	margin: 0 20px 0 0;
	}
	
.footer-widgeted-2 {
	width: 273px;
	float: left;
	margin: 0 20px 0 0;
	}
	
.footer-widgeted-3 {
	width: 273px;
	float: left;
	margin: 0 20px 0 0;
	}
	
/***** Footer ********************/

#before-footer {
	width: 100%;
	height: 38px;
	background: url(images/bg-inner-bottom.png);
	position: relative;
	z-index: 1;
	float: left;
	}

#footer {
	overflow: hidden;
	width: 860px;
	color: #FCFDE0;
	margin: -10px auto 0;
	padding: 0 0 20px 0;
	clear: both; 
	}

#after-footer {
	width: 100%;
	height: 34px;
	background: url(images/bg-footer-bottom.png);
	float: left; 
	}

#footer .wrap {
	}
	
#footer a, #footer a:visited {
	color: #FCFDE0;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #1B1003;
	text-decoration: underline;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 150px;
	float: left;
	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: 690px;
	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: #E2E4B6 !important;
	width: 250px;
	color: #1B1003;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #C4C172;
	}
	
#comment {
	background: #E2E4B6 !important;
	width: 100%;
	height: 150px;
	color: #1B1003;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 14px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #C4C172;
	}
	
#submit {
	background: #351D08;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #1B1003;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#submit:hover {
	background: #753E0D;
	border: 1px solid #1B1003;
	cursor: pointer;
	}
	
.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: #FFFFFF;
	float: right;
	border: 1px solid #C4C172;
	margin: 0 5px 0 10px;
	padding: 2px;
	}

.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: #351D08;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #1B1003;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.reply a:hover {
	background: #753E0D;
	text-decoration: none;
	border: 1px solid #1B1003;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #E2E4B6;
	margin: 0;
	padding: 0;
	}

.depth-1 {
	border: 1px solid #C4C172;
	margin: 0;
	padding: 0;
	}

.even, .alt {
	border: 1px solid #C4C172;
	margin: 0;
	padding: 0;
	}

/***** Matt Added for Post Styling ********************/

.affiliatedisclaimer {
 font-size:80%;
 font-style:italic;
}


.offsetright {
 float:right;
 width: 25%;
 background-color:#cd6406;
 padding: 10px;
 margin: 0 0 5px 10px;
 border: 2px solid #854002;
 color:#ffffff;
 	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
}

.offsetleft {
 float:left;
 width: 25%;
 background-color:#cd6406;
 padding: 10px;
 margin: 0 10px 5px 0;
 border: 2px solid #854002;
 color:#ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
}

.recommendation {
 background: #e4e4e4;
 width: 90%;
 margin: 10px 0 0 5%;
 padding: 10px;
 border: 1px solid #444444;
	-moz-border-radius:10px;
	border-radius: 10px;
	-webkit-radius: 10px;
}

.offsetleft a, .offsetleft a:visited, .offsetright a, .offsetright a:visited{
	color: #ffffff;
	text-decoration: underline;
	}
	
.offsetleft a:hover,.offsetright a:hover {
	color: #ffcb40;
	text-decoration: none;
	}

.recommendation h4 {
	color: #a62500;
	}

div#offer {
	margin:0 auto 5px auto;
	height:380px;
}

a.massection, a:visited.massection {
	color: #fdfddd;
	text-decoration: underline;
	font-size: 16px;
	font-weight:bold;
	}
	
a:hover.massection {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-weight:bold;
	}

a.masdarkbglink, a:visited.masdarkbglink {
	color: #fdfddd;
	text-decoration: underline;
	}
	
a:hover.masdarkbglink {
	color: #ffffff;
	text-decoration: none;
	}

.smallertaxonomy {
	font-size:90%;
	font-style:italic;
	text-align:right;
	font-weight:bold;
}

#content ul li ul.children { 
	margin: 10px 0 0 0;
	padding: 0;
	}

li.rss {
	margin: 0 35px 0 0;
	}
	
li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: -5px 0 0 10px;
	padding: 3px 0 5px 16px;
	font-size:120% !important;
	}

#content .post ul.checkbox, #content .page ul.checkbox {
list-style-type: none;
padding: 0;
margin: 10px 0 0 0;
}

#content .post ul.checkbox li, #content .page ul.checkbox li
{
list-style-type: none;
background: url('images/check-box.png') no-repeat;
padding: 0 0 0 40px;
vertical-align:middle;
line-height:30px;
}

div#offer ul.checkbox li
{
list-style-type: none;
background: url('images/check-box.png') no-repeat;
padding: 0 0 20px 40px;
margin-left:-25px;
vertical-align:middle;
line-height:18px;
}

/* Featured Post Grid
------------------------------------------------------------ */


.genesis-grid-even {
    float: left;
    padding: 15px 16px 15px 17px !important;
    margin: 0 !important;
    width: 45%;
    height: 425px;
    border-top: 2px solid #e6b16b;
    border-bottom: 2px solid #e6b16b;
    border-right: 2px solid #e6b16b;
    background: #fdfede url(images/even-odd-post-background.png) bottom center no-repeat;
}

.genesis-grid-odd {
    clear:both;
    float: left;
    padding: 15px 17px 15px 17px !important;
    margin: 0 !important;
    width: 44%;
    height: 425px;
    border-top: 2px solid #e6b16b;
    border-right: 1px solid #d2d45f;
    border-left: 2px solid #e6b16b;
    border-bottom: 2px solid #e6b16b;
    background: #fdfede url(images/even-odd-post-background.png) bottom center no-repeat;
}


.genesis-feature-even,
.genesis-feature-odd {
    background: #fdfede url(images/feature-post-background.png) bottom center no-repeat;
    margin: 0 !important;
    padding: 15px !important;
    height: 250px;
    border-top: 2px solid #e6b16b;
    border-bottom: 2px solid #e6b16b;
    border-right: 2px solid #e6b16b;
    border-left: 2px solid #e6b16b;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius:10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;

}

#content .genesis-grid {
    float: left;
    margin: 0;
    padding: 15px 0 10px 3%;
}

#content .genesis-grid-column-1 {
    clear:left;
    padding-left: 0;
}
.size1of2 {
    width: 44%;
}
.size1of3 {
    width: 31%;
}
.size1of4 {
    width: 22.5%;
}
.size1of5 {
    width: 17.4%;
}
.size1of6 {
    width: 14%;
}
/* Above widths assume 0 left padding on the first column, 3% left padding on all
subsequent columns, and a total sum of 99% to avoid browser rounding errors */

/***** Gravity Forms ********************/

.gform_wrapper .gform_body {
	border:4px solid #854002;
	padding: 20px 20px 20px 20px;
	background-color:#eeeed0;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin:0 !important;
}

.gform_wrapper .gfield_description {
	font-size:12px !important;
	margin-left:10px !important;
}

.gform_wrapper .ginput_complex label {
	font-family: Georgia, Times New Roman, Trebuchet MS !important;
	font-size:12px !important;
	font-weight:bold !important;
	margin-left:5px !important;
}

.gform_wrapper input {
	background: none repeat scroll 0 0 #F7F7F7 !important;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	border: 1px solid #C4C172;
	font-size:18px !important;
	font-weight:bold;
	color:#9a5f2a;
	padding: 5px !important;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.gform_wrapper textarea {
	background: none repeat scroll 0 0 #F7F7F7 !important;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	border: 1px solid #C4C172;
	font-size:14px !important;
	font-weight:bold;
	color:#9a5f2a;
	padding: 5px !important;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.gform_wrapper .ginput_container {
	margin-top:10px !important;
}

.gform_wrapper ul li.gsection {
    margin:20px 0 0 -5px !important;
    border-bottom-color: #854002 !important;
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important;
}

.gform_wrapper ul li.gsection h2.gsection_title {
	color:#cd6406 !important;
}

.gform_wrapper .gform_footer input.button {
	background: #351D08 !important;
	color: #ffffff;
	font-size: 30px !important;
	font-family: Tahoma, Arial, Verdana;
	text-decoration: none;
	text-transform: uppercase;
    	margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #1B1003;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

.gform_wrapper .gform_footer input.button:hover {
	background: #753E0D !important;
	border: 1px solid #1B1003;
	cursor: pointer;
	}

.gform_wrapper .gform_footer {
	text-align:center;
}

#gforms_confirmation_message {
	border:4px solid #854002 !important;
	padding: 20px 10px 20px 10px;
	background-color:#eeeed0 !important;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/***** Matt added to allow for hiding the Hello Bar as done for course sales page ********************/

body.hellobar-hide #hellobar-wrapper {
	display: none !important;
}

/***** Matt Added for SCORE E-Business Now Workshops Widgets ********************/

div.score-widget {
	background: #E2E4B6;
	margin: 0 auto;
	padding: 10px 20px 0 15px;
	width:95% !important;
	border: 1px solid #351e05 !important;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
}
	
div.score-widget h1.score-title {
	margin-bottom: 10px !important;
	font-size: 16px !important;
}
	
div.score-widget div.score-body {
	color: #1B1003 !important;
	font-size: 14px !important;
	font-family: Georgia, Times New Roman, Trebuchet MS !important;
	line-height: 20px !important;
}
	
div.score-widget p.score-link {
	margin-left:480px;
}
	
div.score-widget p.score-link a {
	-moz-border-bottom-colors: none !important;
    	-moz-border-image: none !important;
    	-moz-border-left-colors: none !important;
    	-moz-border-right-colors: none !important;
    	-moz-border-top-colors: none !important;
    	background-attachment: scroll !important;
   	background-clip: border-box !important;
    	background-color: #351D08 !important;
    	background-image: none !important;
    	background-origin: padding-box !important;
    	background-position: 0 0 !important;
    	background-repeat: repeat !important;
    	background-size: auto auto !important;
    	border-bottom-color: #1B1003 !important;
    	border-bottom-left-radius: 5px !important;
    	border-bottom-right-radius: 5px !important;
    	border-bottom-style: solid !important;
    	border-bottom-width: 1px !important;
    	border-left-color-ltr-source: physical !important;
    	border-left-color-rtl-source: physical !important;
    	border-left-color-value: #1B1003 !important;
    	border-left-style-ltr-source: physical !important;
    	border-left-style-rtl-source: physical !important;
    	border-left-style-value: solid !important;
    	border-left-width-ltr-source: physical !important;
    	border-left-width-rtl-source: physical !important;
    	border-left-width-value: 1px !important;
    	border-right-color-ltr-source: physical !important;
    	border-right-color-rtl-source: physical !important;
    	border-right-color-value: #1B1003 !important;
    	border-right-style-ltr-source: physical !important;
    	border-right-style-rtl-source: physical !important;
    	border-right-style-value: solid !important;
    	border-right-width-ltr-source: physical !important;
    	border-right-width-rtl-source: physical !important;
    	border-right-width-value: 1px !important;
    	border-top-color: #1B1003 !important;
    	border-top-left-radius: 5px !important;
    	border-top-right-radius: 5px !important;
    	border-top-style: solid !important;
    	border-top-width: 1px !important;
    	color: #FFFFFF !important;
    	font-family: Tahoma,Arial,Verdana !important;
    	font-size: 11px !important;
    	margin-bottom: 0 !important;
    	margin-left: 0 !important;
    	margin-right: 0 !important;
    	margin-top: 5px !important;
    	padding-bottom: 5px !important;
    	padding-left: 5px !important;
    	padding-right: 5px !important;
    	padding-top: 5px !important;
    	text-decoration: none !important;
    	text-transform: uppercase !important;
}

div.score-widget p.score-link a:hover {
	background: #753E0D !important;
	cursor: pointer !important;
	}		

/***** TB Testimonials CSS ********************/

#tbtestimonial-listing div.in-listing-testimonial { font-size:1em; clear:both; margin:15px 0; padding:15px; background:#ffffff; border:3px solid #c2c19e; width:540px; -moz-border-radius: 10px; -khtml-border-radius: 10px; -webkit-border-radius: 10px; }
#tbtestimonial-listing div.in-listing-testimonial-bg {padding:15px 11px 15px 15px; margin:-2px 0 -15px -15px;width:540px;}
#tbtestimonial-listing div.in-listing-testimonial .testimonial-gravatar { float:left; width:70px; margin: 10px 30px -10px 0; }
#tbtestimonial-listing div.in-listing-testimonial .testimonial-data { margin:-10px 0 0 0!important;}
#tbtestimonial-listing div.in-listing-testimonial .testimonial-data p { margin:10px 0 0 0!important; padding:0!important; }
#tbtestimonial-listing div.in-listing-testimonial .testimonial-data .testimonial-author { padding-top:5px; font-size:1em; }
#tbtestimonial-listing div.in-listing-testimonial .testimonial-data .testimonial-company { font-size:1em; margin:0 0 0 9px!important; }

ul#tbtestimonials-widget { font-size:1em; clear:both; margin:15px 0; background:#ffffff; padding:15px; border:3px solid #c2c19e; -moz-border-radius: 10px; -khtml-border-radius: 10px; -webkit-border-radius: 10px;list-style-type:none !important; }
ul#tbtestimonials-widget li.testimonial {padding:15px 11px 15px 15px; margin:-2px 0 -15px -15px; list-style-type:none !important;}
ul#tbtestimonials-widget li.testimonial-slide ul {list-style-type:none !important;}
ul#tbtestimonials-widget li.testimonial div.testimonial-gravatar {float:left; width:70px; margin: 10px 15px 5px 0; background: #ffffff; padding: 3px; border: 2px solid #C4C172;}
ul#tbtestimonials-widget li.testimonial div.testimonial-data { margin:-10px 0 0 0!important;}
ul#tbtestimonials-widget li.testimonial div.testimonial-data p { margin:10px 0 0 0!important; padding:0!important;}
ul#tbtestimonials-widget li.testimonial div.testimonial-data p.testimonial-author { padding-top:5px; font-size:1em; }
ul#tbtestimonials-widget li.testimonial div.testimonial-data p.testimonial-company { font-size:1em;}


.form_wrapper .form_body {
	border:4px solid #854002;
	padding: 20px 20px 20px 0;
	background-color:#eeeed0;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.form_wrapper .field_description {
	font-size:12px !important;
	margin-left:10px !important;
}

.form_wrapper .input_complex label {
	font-family: Georgia, Times New Roman, Trebuchet MS !important;
	font-size:12px !important;
	font-weight:bold !important;
	margin-left:5px !important;
	
}

.form_wrapper input {
	background: none repeat scroll 0 0 #F7F7F7 !important;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	border: 1px solid #C4C172;
	font-size:18px !important;
	font-weight:bold;
	color:#9a5f2a;
	padding: 5px !important;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.form_wrapper textarea {
	background: none repeat scroll 0 0 #F7F7F7 !important;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	border: 1px solid #C4C172;
	font-size:14px !important;
	font-weight:bold;
	color:#9a5f2a;
	padding: 5px !important;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.form_wrapper .input_container {
	margin-top:10px !important;
}

.form_wrapper ul li.section {
    margin:20px 0 0 -5px !important;
    border-bottom-color: #854002 !important;
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important;
}

.form_wrapper ul li.section h2.section_title {
	color:#cd6406 !important;
}

.form_wrapper input.button {
	background: #cd6406 !important;
	color: #ffffff;
	font-size: 30px !important;
	font-family: Tahoma, Arial, Verdana;
	text-decoration: none;
	text-transform: uppercase;
    	margin: 0 !important;
	padding: 2px 5px 2px 5px;
	border: 1px solid #1B1003;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

.form_wrapper input.button:hover {
	background: #753E0D !important;
	border: 1px solid #1B1003;
	cursor: pointer;
	}

.form_wrapper {
	text-align:center;
}

#forms_confirmation_message {
	border:4px solid #854002 !important;
	padding: 20px 0 20px 0;
	background-color:#eeeed0 !important;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#sidebar .logind, #sidebar-alt .logind {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#sidebar .logind p {
	margin: 0;
	padding: 10px 0 0 0;
	font-weight:bold;
	color:#854002;
	font-size:95%;
	}

#sidebar .logind h4 {
	color:#cd6406;
	font-size:175%;
	}

/***** Logindap Widget ********************/

.logind #sublog {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
#sidebar .logind #sublog {
	padding: 0;
	}
	
.logind .subbox {
	width: 200px;
	background: none repeat scroll 0 0 #F7F7F7 !important;
	color: #2A2012;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 12px;
	margin: 5px 0 0 0;
	padding: 4px 0 4px 5px;
	text-transform: lowercase;
	border: 1px solid #C4C172;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight:bold;
	color:#9a5f2a;
	}
	
.logind .subbutton {
	background: #351D08;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	text-decoration: none;
	text-transform: uppercase;
   	margin: 5px 0 0 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #1B1003;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.logind .subbutton:hover {
	background: #753E0D;
	border: 1px solid #1B1003;
	cursor: pointer;
	}

	
/* ==================== FONT FACE  ==================== */	
@font-face 
	{
	font-family: 'YanoneKaffeesatzRegular' !important;
	src: url('font/YanoneKaffeesatz-Regular-webfont.eot') !important;
	src: local('-'), url('font/YanoneKaffeesatz-Regular-webfont.woff') format('woff'), url('font/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'), url('font/YanoneKaffeesatz-Regular-webfont.svg#webfontlKPF1zIT') format('svg') !important;
	font-weight: normal !important;
	font-style: normal !important;
	}	

/* ==================== PRICING TABLE  ==================== */
/* --- base --- */
div.p_table 
	{
	width: 700px !important; /* --- width sum of div.caption_column, div.column_1, div.column_2, div.column_3, div.column_4 --- */
	height: 100% !important;
	font-size: 13px !important;
	font-family: arial, sans-serif !important;
	font-weight: normal !important;
	color: #303030 !important;
	margin-left: auto !important;
	margin-right: auto !important;	
	}

/* --- main border --- */
div.p_table .frame_border
	{
	background-color: #ffffff !important;
	padding: 10px !important;
	float: left !important;
	}
	
/* --- hyperlinks --- */
div.p_table a
	{
	color: #303030 !important;
	text-decoration: none !important;
	}
	
/* --- lists --- */
div.p_table ul
	{
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
	}
	
div.p_table li
	{
	margin: 0px !important;
	padding: 0px !important;
    	list-style-type: none !important;
	}

/* --- div aligns --- */
div.p_table .align_center
	{
	text-align: center !important;
	}
	
/* --- div rounded corners --- */
/* --- border radius 3px --- */	
div.p_table .radius3
	{
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	}
	
/* --- border radius 5px --- */	
div.p_table .radius5
	{
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	}	
	
/* --- border radius 5px top left --- */	
div.p_table .radius5_topleft
	{
	border-radius: 5px 0px 0px 0px !important;
	-webkit-border-top-left-radius: 5px !important;
	-moz-border-radius-topleft: 5px !important;
	}
	
/* --- border radius 5px top right --- */	
div.p_table .radius5_topright
	{
	border-radius: 0px 5px 0px 0px !important;
	-webkit-border-top-right-radius: 5px !important;
	-moz-border-radius-topright: 5px !important;
	}
	
/* --- border radius 5px bottom right --- */	
div.p_table .radius5_bottomright
	{
	border-radius: 0px 0px 5px 0px !important;
	-webkit-border-bottom-right-radius: 5px !important;
	-moz-border-radius-bottomright: 5px !important;
	}
	
/* --- border radius 5px bottom left --- */	
div.p_table .radius5_bottomleft
	{
	border-radius: 0px 0px 0px 5px !important;
	-webkit-border-bottom-left-radius: 5px !important;
	-moz-border-radius-bottomleft: 5px !important;
	}
	
/* ==================== HEADINGS  ==================== */
/* ------ common styles ------  */
div.p_table h1,
div.p_table h2,
div.p_table h3
	{
	margin: 0px !important;
	padding: 0px !important;
	font-weight: normal !important;
	color: #ffffff !important;
	border: 0 !important;
	}
	
div.p_table h1
	{
	font-family: 'YanoneKaffeesatzRegular', arial, sans-serif !important;
	font-size: 48px !important;
	}

div.p_table h2
	{
	font-family: 'YanoneKaffeesatzRegular', arial, sans-serif !important;
	font-size: 28px !important;
	}
	
div.p_table h3
	{
	margin-top: 3px !important;
	font-size: 13px !important;
	}

/* ==================== COLUMNS  ==================== */
/* ------ common styles ------  */
div.p_table div.caption_column li.header_row_1 ,
div.p_table div.caption_column li.header_row_2
	{
	background-color: #ffffff !important;
	}

/* --- header row 1 ---  */
div.p_table div.caption_column li.header_row_1 ,
div.p_table div.column_1 li.header_row_1,
div.p_table div.column_2 li.header_row_1,
div.p_table div.column_3 li.header_row_1,
div.p_table div.column_4 li.header_row_1
	{
	height: 39px !important;
	width: 100% !important;
	padding: 1px 0px 0px 0px !important;
	}
	
/* ------ decor light line ------  */
div.p_table div.caption_column li.decor_line,
div.p_table div.column_1 li.decor_line,
div.p_table div.column_2 li.decor_line,
div.p_table div.column_3 li.decor_line,
div.p_table div.column_4 li.decor_line
	{
	height: 1px !important;
	width: 100% !important;
	float: left !important;
	}
	
/* --- header row 2 ---  */
div.p_table div.caption_column li.header_row_2,
div.p_table div.column_1 li.header_row_2,
div.p_table div.column_2 li.header_row_2,
div.p_table div.column_3 li.header_row_2,
div.p_table div.column_4 li.header_row_2
	{
	height: 88px !important;
	width: 100% !important;
	padding: 5px 0px 7px 0px !important;
	}
	
/* --- caption correction --- */
div.p_table div.caption_column li.header_row_1
	{	
	height: 15px !important;
	width: 100% !important;
	padding: 5px 0px 8px 10px !important;
	line-height: 40px !important;
	/* IE box model hack */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff') !important; /* IE8 */
	}	
	 
/* ==================== CAPTION COLUMN  ==================== */
div.p_table div.caption_column
	{
	width: 30% !important;
	height: 100% !important;
	float: left !important;
	}

/* =================== COLUMN STYLE 1  ==================== */
div.p_table div.column_1
	{
	width: 17% !important;
	height: 100% !important;
	float: left !important;
	}
	
/* ==================== COLUMN STYLE 2  ==================== */
div.p_table div.column_2
	{
	width: 17% !important;
	height: 100% !important;
	float: left !important;
	}	
	
/* ==================== COLUMN STYLE 3  ==================== */
div.p_table div.column_3
	{
	width: 17% !important;
	height: 100% !important;
	float: left !important;
	}
	
/* ==================== COLUMN STYLE 4  ==================== */
div.p_table div.column_4
	{
	width: 17% !important;
	height: 100% !important;
	float: left !important;
	}
	
/* ==================== COLUMN HOVERS ==================== */
/* ------ common styles ------  */
div.p_table div.column_1:hover li.header_row_2,
div.p_table div.column_2:hover li.header_row_2,
div.p_table div.column_3:hover li.header_row_2,
div.p_table div.column_4:hover li.header_row_2
	{
	/* removed border radiuses */
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	}
	
div.p_table div.column_1:hover li.footer_row,
div.p_table div.column_2:hover li.footer_row,
div.p_table div.column_3:hover li.footer_row,
div.p_table div.column_4:hover li.footer_row
	{
	/* added border radiuses */
	border-radius: 0px 0px 5px 5px !important;
	-webkit-border-bottom-right-radius: 5px !important;
	-webkit-border-bottom-left-radius: 5px !important;
	-moz-border-radius-bottomright: 5px !important;
	-moz-border-radius-bottomleft: 5px !important;
	color: #ffffff !important;
	}
	
div.p_table div.column_1:hover li.row_style_1,
div.p_table div.column_2:hover li.row_style_1,
div.p_table div.column_3:hover li.row_style_1,
div.p_table div.column_4:hover li.row_style_1,
div.p_table div.column_1:hover li.row_style_2,
div.p_table div.column_2:hover li.row_style_3,
div.p_table div.column_3:hover li.row_style_2,
div.p_table div.column_4:hover li.row_style_3
	{
	color: #ffffff !important;
	}
	
/*==================== DATA ROWS  ====================*/
/* ------ common styles ------  */
div.p_table li.row_style_1,
div.p_table li.row_style_2,
div.p_table li.row_style_3
	{
	width: 116px !important;
	height: 100% !important;
	min-height: 28px !important;
	padding-top: 12px !important;
	float: left !important;
	/* transitions */
	-webkit-transition: all 0.15s ease !important;
	-moz-transition: all 0.15s ease !important;
	-o-transition: all 0.15s ease !important;
	-ms-transition: all 0.15s ease !important;
	transition: all 0.15s ease !important;	
	}

div.p_table li.row_style_1 span,
div.p_table li.row_style_2 span,
div.p_table li.row_style_3 span
	{
	padding-left: 10px !important;
	padding-right: 10px !important;
	}
	
/* --- white ---  */
div.p_table li.row_style_1
	{
	background-color: #ffffff !important;
	}
	
/* --- lighter gray ---  */
div.p_table li.row_style_2
	{
	background-color: #f6f6f6 !important;
	}
	
/* --- darker gray ---  */
div.p_table li.row_style_3
	{
	background-color: #ebebeb !important;
	}

/* --- white ---  */
div.p_table li.row_style_1_caption
	{
	width:185px !important;
	height:30px !important; 
	background-color: #ffffff !important;
	padding:10px 10px 0 10px !important;
	font-weight:bold !important;
	}

/* --- darker gray ---  */
div.p_table li.row_style_3_caption
	{
	width:185px !important;
	height:30px !important; 
	background-color: #ebebeb !important;
	padding:10px 10px 0 10px !important;
	font-weight:bold !important;
	}
	
/* ==================== FOOTER ==================== */
/* ------ common styles ------  */
div.p_table li.footer_row
	{
	width: 100% !important;
	height: 100px !important;
	padding-top: 14px !important;
	padding-bottom: 6px !important;
	float: left !important;
	background-color: #ffffff !important;
	/* transitions */
	-webkit-transition: all 0.15s ease !important;
	-moz-transition: all 0.15s ease !important;
	-o-transition: all 0.15s ease !important;
	-ms-transition: all 0.15s ease !important;
	transition: all 0.15s ease !important;
	}
	
/* ==================== BUTTONS ==================== */
/* ------ common styles ------  */
div.p_table a.button_1,
div.p_table a.button_2,
div.p_table a.button_3,
div.p_table a.button_4
	{
	width: 100px !important;
	height: 37px !important;
	padding: 10px 0px 0px 0px !important;
	display: block !important;
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;	
	outline: none !important;
	box-shadow: none !important;
	border-style: none !important;
	/* font */
	font-family: 'YanoneKaffeesatzRegular', arial, sans-serif !important;
	color: #ffffff !important;
	font-size: 24px !important;
	/* poz correction */
	position: relative !important;
	top: 1px !important;
	/* transitions */
	-webkit-transition: all 0.15s ease-in-out !important;
	-moz-transition: all 0.15s ease-in-out !important;
	-o-transition: all 0.15s ease-in-out !important;
	-ms-transition: all 0.15s ease-in-out !important;
	transition: all 0.15s ease-in-out !important;
	}
	
/* ------ hover common styles ------  */	
div.p_table div.column_1:hover a.button_1,
div.p_table div.column_2:hover a.button_2,
div.p_table div.column_3:hover a.button_3,
div.p_table div.column_4:hover a.button_4
	{
	background: 0 !important;
	filter: 0 !important; /* IE5.5 - 7 */
	-ms-filter: 0 !important; /* IE8 */
	border: 0 !important;
	color: #ffffff !important;
	position: relative !important;
	top: -5px !important;
	/* shadow */
	box-shadow: 0px 0px 0px rgba(0,0,0,0.15) !important;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.15) !important;
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.15) !important;
	}

/* ==================== STYLE 1 - ORANGE ==================== */
/* ==================== HEADINGS ==================== */
div.p_table h1.caption
	{
	height:100% !important;
	vertical-align:top !important;
	color: #d76431 !important;
	line-height:44px !important;
	}
	
div.p_table h1.caption span
	{
	color: #f5a13e !important;
	}

/* ==================== COLUMN STYLE 1 ==================== */
/* --- header row 1 ---  */
div.p_table div.column_1 li.header_row_1
	{
	border-bottom: 1px solid #e8851e !important;
	background-color: #f0aa2d !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #f2bb34, #ec9a26) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2bb34', endColorstr='#ec9a26') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2bb34', endColorstr='#ec9a26') !important; /* IE8 */
	background: -ms-linear-gradient(top, #f2bb34, #ec9a26) !important; /* IE9 */
	background: -moz-linear-gradient(top, #f2bb34, #ec9a26) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #f2bb34, #ec9a26) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #f2bb34, #ec9a26) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2bb34), color-stop(1, #ec9a26)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table div.column_1 li.decor_line
	{
	background-color: #f7d149 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #f7d149, #fbe669 50%, #f7d149) !important; /* W3C */
	background: -ms-linear-gradient(left, #f7d149, #fbe669 50%, #f7d149) !important; /* IE9 */
	background: -moz-linear-gradient(left, #f7d149, #fbe669 50%, #f7d149) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #f7d149, #fbe669 50%, #f7d149) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #f7d149, #fbe669 50%, #f7d149) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #f7d149), color-stop(0.5, #fbe669), color-stop(1, #f7d149)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table div.column_1 li.header_row_2
	{
	background-color: #f0aa2d !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #f2b935, #ed9e28) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2b935', endColorstr='#ed9e28') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2b935', endColorstr='#ed9e28') !important; /* IE8 */
	background: -ms-linear-gradient(top, #f2b935, #ed9e28) !important; /* IE9 */
	background: -moz-linear-gradient(top, #f2b935, #ed9e28) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #f2b935, #ed9e28) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #f2b935, #ed9e28) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2b935), color-stop(1, #ed9e28)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 2 ==================== */
/* --- header row 1 ---  */
div.p_table div.column_2 li.header_row_1
	{
	border-bottom: 1px solid #e16420 !important;
	background-color: #ea932f !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #eea837, #e67e28) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eea837', endColorstr='#e67e28') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eea837', endColorstr='#e67e28') !important; /* IE8 */
	background: -ms-linear-gradient(top, #eea837, #e67e28) !important; /* IE9 */
	background: -moz-linear-gradient(top, #eea837, #e67e28) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #eea837, #e67e28) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #eea837, #e67e28) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eea837), color-stop(1, #e67e28)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table div.column_2 li.decor_line
	{
	background-color: #f4c64b !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #f4c64b, #f9e06c 50%, #f4c64b) !important; /* W3C */
	background: -ms-linear-gradient(left, #f4c64b, #f9e06c 50%, #f4c64b) !important; /* IE9 */
	background: -moz-linear-gradient(left, #f4c64b, #f9e06c 50%, #f4c64b) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #f4c64b, #f9e06c 50%, #f4c64b) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #f4c64b, #f9e06c 50%, #f4c64b) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #f4c64b), color-stop(0.5, #f9e06c), color-stop(1, #f4c64b)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table div.column_2 li.header_row_2
	{
	background-color: #ea932f !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #eea637, #e7832a) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eea637', endColorstr='#e7832a') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eea637', endColorstr='#e7832a') !important; /* IE8 */
	background: -ms-linear-gradient(top, #eea637, #e7832a) !important; /* IE9 */
	background: -moz-linear-gradient(top, #eea637, #e7832a) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #eea637, #e7832a) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #eea637, #e7832a) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eea637), color-stop(1, #e7832a)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 3 ==================== */
/* --- header row 1 ---  */
div.p_table div.column_3 li.header_row_1
	{
	border-bottom: 1px solid #cf4d1e !important;
	background-color: #de712c !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #e48333, #d76125) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e48333', endColorstr='#d76125') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e48333', endColorstr='#d76125') !important; /* IE8 */
	background: -ms-linear-gradient(top, #e48333, #d76125) !important; /* IE9 */
	background: -moz-linear-gradient(top, #e48333, #d76125) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #e48333, #d76125) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #e48333, #d76125) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e48333), color-stop(1, #d76125)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table div.column_3 li.decor_line
	{
	background-color: #edad46 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #edad46, #f5d265 50%, #edad46) !important; /* W3C */
	background: -ms-linear-gradient(left, #edad46, #f5d265 50%, #edad46) !important; /* IE9 */
	background: -moz-linear-gradient(left, #edad46, #f5d265 50%, #edad46) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #edad46, #f5d265 50%, #edad46) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #edad46, #f5d265 50%, #edad46) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #edad46), color-stop(0.5, #f5d265), color-stop(1, #edad46)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table div.column_3 li.header_row_2
	{
	background-color: #de712c !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #e48534, #d96527) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e48534', endColorstr='#d96527') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e48534', endColorstr='#d96527') !important; /* IE8 */
	background: -ms-linear-gradient(top, #e48534, #d96527) !important; /* IE9 */
	background: -moz-linear-gradient(top, #e48534, #d96527) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #e48534, #d96527) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #e48534, #d96527) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e48534), color-stop(1, #d96527)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 4 ==================== */
/* --- header row 1 ---  */
div.p_table div.column_4 li.header_row_1
	{
	border-bottom: 1px solid #bb3a1d !important;
	background-color: #d0562a !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #d96431, #c64a24) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d96431', endColorstr='#c64a24') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d96431', endColorstr='#c64a24') !important; /* IE8 */
	background: -ms-linear-gradient(top, #d96431, #c64a24) !important; /* IE9 */
	background: -moz-linear-gradient(top, #d96431, #c64a24) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #d96431, #c64a24) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #d96431, #c64a24) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d96431), color-stop(1, #c64a24)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table div.column_4 li.decor_line
	{
	background-color: #e68a45 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #e68a45, #f1bf63 50%, #e68a45) !important; /* W3C */
	background: -ms-linear-gradient(left, #e68a45, #f1bf63 50%, #e68a45) !important; /* IE9 */
	background: -moz-linear-gradient(left, #e68a45, #f1bf63 50%, #e68a45) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #e68a45, #f1bf63 50%, #e68a45) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #e68a45, #f1bf63 50%, #e68a45) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #e68a45), color-stop(0.5, #f1bf63), color-stop(1, #e68a45)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table div.column_4 li.header_row_2
	{
	background-color: #d0562a !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #d86533, #c94d26) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d86533', endColorstr='#c94d26') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d86533', endColorstr='#c94d26') !important; /* IE8 */
	background: -ms-linear-gradient(top, #d86533, #c94d26) !important; /* IE9 */
	background: -moz-linear-gradient(top, #d86533, #c94d26) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #d86533, #c94d26) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #d86533, #c94d26) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d86533), color-stop(1, #c94d26)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN HOVERS ==================== */
/* --- column 1 ---  */
div.p_table div.column_1:hover li.row_style_1
	{
	background-color: #f0ae30 !important;
	}
	
div.p_table div.column_1:hover li.row_style_2
	{
	background-color: #ed9e28 !important;
	}
	
div.p_table div.column_1:hover li.footer_row
	{
	background-color: #f0ae30 !important;
	}
	
/* --- column 2 ---  */	
div.p_table div.column_2:hover li.row_style_1
	{
	background-color: #eb9732 !important;
	}
	
div.p_table div.column_2:hover li.row_style_3
	{
	background-color: #e7832a !important;
	}
	
div.p_table div.column_2:hover li.footer_row
	{
	background-color: #eb9732 !important;
	}
	
/* --- column 3 ---  */	
div.p_table div.column_3:hover li.row_style_1
	{
	background-color: #df772e !important;
	}
	
div.p_table div.column_3:hover li.row_style_2
	{
	background-color: #d96527 !important;
	}
	
div.p_table div.column_3:hover li.footer_row
	{
	background-color: #df772e !important;
	}

/* --- column 4 ---  */	
div.p_table div.column_4:hover li.row_style_1
	{
	background-color: #d25b2c !important;
	}
	
div.p_table div.column_4:hover li.row_style_3
	{
	background-color: #c94d26 !important;
	}
	
div.p_table div.column_4:hover li.footer_row
	{
	background-color: #d25b2c !important;
	}
	
/* ==================== BUTTONS ==================== */
div.p_table form div input.button_1
	{
	width: 100px !important;
	height: 47px !important;
	padding: 0 0px 0px 0px !important;
	display: block !important;
	text-align: center !important;
	margin: -30px auto 0 auto !important;	
	outline: none !important;
	shadow: none !important;
	/* font */
	font-family: 'YanoneKaffeesatzRegular', arial, sans-serif !important;
	color: #ffffff !important;
	font-size: 24px !important;
	/* poz correction */
	position: relative !important;
	top: 1px !important;
	/* transitions */
	-webkit-transition: all 0.15s ease-in-out !important;
	-moz-transition: all 0.15s ease-in-out !important;
	-o-transition: all 0.15s ease-in-out !important;
	-ms-transition: all 0.15s ease-in-out !important;
	transition: all 0.15s ease-in-out !important;
	cursor: pointer !important;
	border: 1px solid #efb000 !important;
	background-color: #f0aa2d !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #f4c538, #ed9f28) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4c538', endColorstr='#ed9f28') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4c538', endColorstr='#ed9f28') !important; /* IE8 */
	background: -ms-linear-gradient(top, #f4c538, #ed9f28) !important; /* IE9 */
	background: -moz-linear-gradient(top, #f4c538, #ed9f28) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #f4c538, #ed9f28) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #f4c538, #ed9f28) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4c538), color-stop(1, #ed9f28)) !important; /* Chrome 10, Safari */
	}
	
div.p_table form div input.button_2
	{
	width: 100px !important;
	height: 47px !important;
	padding: 0 0px 0px 0px !important;
	display: block !important;
	text-align: center !important;
	margin: -30px auto 0 auto !important;	
	outline: none !important;
	shadow: none !important;
	/* font */
	font-family: 'YanoneKaffeesatzRegular', arial, sans-serif !important;
	color: #ffffff !important;
	font-size: 24px !important;
	/* poz correction */
	position: relative !important;
	top: 1px !important;
	/* transitions */
	-webkit-transition: all 0.15s ease-in-out !important;
	-moz-transition: all 0.15s ease-in-out !important;
	-o-transition: all 0.15s ease-in-out !important;
	-ms-transition: all 0.15s ease-in-out !important;
	transition: all 0.15s ease-in-out !important;
	cursor: pointer !important;

	border: 1px solid #e99909 !important;
	background-color: #ea932f !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #f1b53b, #e7842a) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1b53b', endColorstr='#e7842a') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1b53b', endColorstr='#e7842a') !important; /* IE8 */
	background: -ms-linear-gradient(top, #f1b53b, #e7842a) !important; /* IE9 */
	background: -moz-linear-gradient(top, #f1b53b, #e7842a) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #f1b53b, #e7842a) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #f1b53b, #e7842a) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1b53b), color-stop(1, #e7842a)) !important; /* Chrome 10, Safari */
	}	
	
div.p_table form div input.button_3
	{
	width: 100px !important;
	height: 47px !important;
	padding: 0 0px 0px 0px !important;
	display: block !important;
	text-align: center !important;
	margin: -30px auto 0 auto !important;	
	outline: none !important;
	shadow: none !important;
	/* font */
	font-family: 'YanoneKaffeesatzRegular', arial, sans-serif !important;
	color: #ffffff !important;
	font-size: 24px !important;
	/* poz correction */
	position: relative !important;
	top: 1px !important;
	/* transitions */
	-webkit-transition: all 0.15s ease-in-out !important;
	-moz-transition: all 0.15s ease-in-out !important;
	-o-transition: all 0.15s ease-in-out !important;
	-ms-transition: all 0.15s ease-in-out !important;
	transition: all 0.15s ease-in-out !important;
	cursor: pointer !important;

	border: 1px solid #dd7917 !important;
	background-color: #de712c !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #e88d37, #d96627) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e88d37', endColorstr='#d96627') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e88d37', endColorstr='#d96627') !important; /* IE8 */
	background: -ms-linear-gradient(top, #e88d37, #d96627) !important; /* IE9 */
	background: -moz-linear-gradient(top, #e88d37, #d96627) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #e88d37, #d96627) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #e88d37, #d96627) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e88d37), color-stop(1, #d96627)) !important; /* Chrome 10, Safari */
	}
	
div.p_table form div input.button_4
	{
	width: 100px !important;
	height: 47px !important;
	padding: 0 0px 0px 0px !important;
	display: block !important;
	text-align: center !important;
	margin: -30px auto 0 auto !important;	
	outline: none !important;
	shadow: none !important;
	/* font */
	font-family: 'YanoneKaffeesatzRegular', arial, sans-serif !important;
	color: #ffffff !important;
	font-size: 24px !important;
	/* poz correction */
	position: relative !important;
	top: 1px !important;
	/* transitions */
	-webkit-transition: all 0.15s ease-in-out !important;
	-moz-transition: all 0.15s ease-in-out !important;
	-o-transition: all 0.15s ease-in-out !important;
	-ms-transition: all 0.15s ease-in-out !important;
	transition: all 0.15s ease-in-out !important;
	cursor: pointer !important;

	border: 1px solid #d05e1f !important;
	background-color: #d0562a !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #df6c35, #ca4e26) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df6c35', endColorstr='#ca4e26') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df6c35', endColorstr='#ca4e26') !important; /* IE8 */
	background: -ms-linear-gradient(top, #df6c35, #ca4e26) !important; /* IE9 */
	background: -moz-linear-gradient(top, #df6c35, #ca4e26) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #df6c35, #ca4e26) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #df6c35, #ca4e26) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #df6c35), color-stop(1, #ca4e26)) !important; /* Chrome 10, Safari */
	}



/***** Hiding Stuff ********************/

.page-id-2434 .entry-title {display:none;}

.page-id-5651 .entry-title {display:none;}

.page-id-4053 .breadcrumb {display:none;}

.page-id-38 .entry-title {display:none;}

.page-id-12 .entry-title {display:none;}

.page-id-12881 .entry-title {display:none;}

.page-id-13075 .entry-title {display:none;}

.page-id-4123 .entry-title {display:none;}

.page-id-9608 .entry-title {display:none;}

.page-id-11033 .entry-title {display:none;}

.page-id-11033 .breadcrumb {display:none;}

.page-id-11033 #header {display:none;}

.page-id-11033 #nav {display:none;}

.page-id-11033 #subnav {display:none;}

.page-id-11033 #footer-widgeted {display:none;}

.page-id-11033 #after-footer {display:none;}

.page-id-11835 .entry-title {display:none;}

.page-id-15337 .entry-title {display:none;}

.page-id-11835 .breadcrumb {display:none;}

.page-id-11835 #header {display:none;}

.page-id-11835 #nav {display:none;}

.page-id-11835 #subnav {display:none;}

.page-id-11835 #footer-widgeted {display:none;}

.page-id-11835 #after-footer {display:none;}

.page-id-9815 .entry-title {display:none;}

.page-id-13384 .entry-title {display:none;}

.page-id-14049 .entry-title {display:none;}

.page-id-16009 .entry-title {display:none;}
.page-id-16009 .breadcrumb {display:none;}
.page-id-16009 #header {display:none;}

.page-id-16009 #nav {display:none;}

.page-id-16009 #subnav {display:none;}

.page-id-16009 #footer-widgeted {display:none;}

.page-id-16009 #after-footer {display:none;}


.page-id-16009 body {display:none;}

.page-id-16988 .entry-title {display:none;}

.page-id-17436 .entry-title {display:none;}
.page-id-17436 .breadcrumb {display:none;}
.page-id-17436 #header {display:none;}

.page-id-17436 #nav {display:none;}

.page-id-17436 #subnav {display:none;}

.page-id-17436 #footer-widgeted {display:none;}

.page-id-17436 #after-footer {display:none;}

.page-id-17573 .entry-title {display:none;}

.page-id-18954 .entry-title {color:#cd6406 !important; font-size:160% !important;}

.page-id-18928 .entry-title {color:#cd6406 !important; font-size:160% !important;}

.page-id-20114 .entry-title {display:none;}

td.sas3143tabheaderon {padding:10px 0 0 10px !important;}

td.sas3143tabheaderon a.sas3143tablinkon {font-size:120%;}

td.sas3143tabbottom img {border:none !important; background-color:#F8952C !important;}
