/*
Theme Name: Builder Child Theme - AEF 2
Theme URI: http://impressionchefs.com/
Author: The Impression Chefs
Author URI: http://impressionchefs.com/
Version: 1.0.0
Template: Builder
Tags: AEF, blue, green, rounded corner


*/

/*********************************************
	Default font settings.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size:100.01%;
}
body {
	font-size: 75%;
	line-height: 1.8em;
	color: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*********************************************
	Main Background
*********************************************/
body {
	background-color: #fff;
	background-image: url(images/AEF_BG.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
}

/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #016701;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color:#00FF00;
	
}
/*********************************************
	Headings
*********************************************/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111;
}
h1 {
	font-size: 3em;
	line-height: 1em;
	margin-bottom: 0.5em;
}
.post-title h1 {
	color:#006295;
	font-variant:small-caps;
}

.post-title #post-118  {
	display:none;
}
h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
	
}
h4 {
	font-size: 1.2em;
	line-height: 1.2;
	margin-bottom: 0em;
	font-weight:bold;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	margin: 2em auto;
	border: 0em solid #000;
	display: block;
}

/*********************************************
	All Modules Default Defenitions
*********************************************/
.builder-module {
	margin-bottom: 0; /* TIC - 3/16 */
}

/* Make the module columns match height */
/* Commented out until a better solution can be found
   This solution creates problem with anchor (#) links
.builder-module {
	overflow: hidden;
}
.builder-module-block-outer-wrapper,
.builder-module-block {
	margin-bottom: -9999px;
	padding-bottom: 9999px;
}
*/

.builder-module-content {}
.builder-module-widget-bar {}
.builder-module-image {}



/*********************************************
	Content Module
*********************************************/
.builder-module-content .builder-module-element {
	background: #FFF;
	display: block;
	float: left;
	width: 100%;
	text-align: left;
}

/*********************************************
	HTML Module
*********************************************/
/*.builder-module-html {
	background: #FFF;  
} TIC - 3/16 */

.builder-module-html .builder-module-element {
	margin: 0;
	padding: 0; /* TIC - 3/16 */
	display: block;
	float: left;
	text-align: left;
	overflow: hidden;
}
#builder-module-4b842494a1cfb {
	background-color:#fff;
	}
/*********************************************
	Style post and page content
*********************************************/
.page-title {
	margin:1em;
}
.post {
	margin:1em;
	background:#FFF;
	padding: 0px .8em .8em .8em;
}
.post .thumbnail-wrap {
	display: none;
}
.post .date {
	display: none;
}
.post .post-title {
	float: left;
	padding: .5em 0px 0px 0px;
}
.post .post-title a {
	text-decoration: none;
}
.post .post-meta {
	display: block;
	clear:both;
}
.post .meta-bottom {
	display: block;
}
.post img {
	border: .2em solid #cfcfcf;
}
/*********************************************
		Post Meta Styles, if needed
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	border-top: .1em solid #d7d7d7;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
.meta-bottom .alignleft {
	width: 70%;
}
.meta-bottom .categories {
	background: url(images/folder.png) 0px 0px no-repeat;
	padding: 0px 0px 0px 1.5em;
}
.meta-bottom .comments {
	background: url(images/comments.png) 0px 2px no-repeat;
	padding: 0px 0px 0px 1.5em;
}
.photometa {
	margin: 0px .5em 0px .5em;
	padding: 0px 0px;
	width: 100%;
}
.EXIF {
	margin: -22px 0px 0px 10px;
	padding: 0px 0px;
	float: left;
	width: 33%;
}
.photometa h4 {
	border-bottom: 1px solid #666;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.photometa ul {
	list-style-type: none;
}
/*********************************************
		Previous/Next Page Navigation
*********************************************/
.paging {
	clear: both; /* To clear any floats */
	margin: 0px;
	padding: .6em;
}
/*********************************************
		Comment Styles
*********************************************/
#comments {
	margin: 0;
	padding: 20px 10px;
}
#comments .title {
	font-size: 25px;
	margin: 0px;
	padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px;
	padding: 0px;
	background: #fff;
}
#comments ul.children {
	margin: 0px;
	padding: 10px 0px 0px 20px;
}
#comments .vcard {
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments li.even, #comments li.odd {
	clear: both;
	list-style-type: none;
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #999;
}
#comments ul.children li {
}
#comments li.even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments li.odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments blockquote {
	margin: 10px 0px;
	padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px;
	padding: 5px;
}
#comments p {
	margin: 0px 0px 10px;
	padding: 0px;
}
#respond {
	overflow: hidden;
	padding: 10px;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author, #respond #commentform #email, #respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px;
	padding: 5px;
}
#respond #commentform #comment {
	width: 90%;
	margin: 10px 0px 15px 0px;
	padding: 5px;
}
/*********************************************
	Footer Styles
*********************************************/
.builder-module-footer .builder-module-element {
	text-align: left;
	color:#0066CC;
}
.builder-module-footer .builder-module-element .alignleft,
.builder-module-footer .builder-module-element .alignright {
	padding: 1em;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #0066CC;
	text-decoration: none;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}
/*********************************************
	Text elements
*********************************************/

p {
	margin: 0 0 1.5em;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
/*********************************************
	Lists
*********************************************/

li ul, li ol {
	margin: 0;
}
ul, ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
/*********************************************
	Tables
*********************************************/

table {
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}
/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666;
}
.loud {
	color: #000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
/*********************************************
	default styling for forms
*********************************************/

label {
	font-weight: bold;
}
fieldset {
	padding:1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	font-size:1.2em;
}
/*********************************************
	Form fields
*********************************************/

input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#666;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	margin:0.5em 0;
}
input.text, input.title {
	width: 300px;
	padding:5px;
}
input.title {
	font-size:1.5em;
}
textarea {
	width: 390px;
	height: 250px;
	padding:5px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:.25em;
}
form.inline {
	line-height:3;
}
form.inline p {
	margin-bottom:0;
}
/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}
/*********************************************
	The Obligatory WP Styles
*********************************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignleft {
	margin: 0px .6em .6em 0px;
}
img.alignright {
	margin: 0px 0px .6em .6em;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: .8em;
}
.wp-caption.alignleft {
    margin-right:1.8em;
}
.wp-caption.alignright {
    margin-left:1.8em;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: .8em;
	padding: 0 .3em .4em;
	margin: 0;
}
/*********************************************
	TIC Additions 3/16
*********************************************/
#logo_header_container {
	height:95px;
	top:-10px;
	margin-bottom:15px;
	z-index:100;
	}
#logo {
	height:95px;
	width:95px;
}

#main_content_bg {
	background-color:#FFFFFF;
	margin-top:-18px;
}


#all_nav_container {
	width:975px;
	margin-top:5px;
	margin-left:12.5px;
	position:relative;
	min-height:64px;
	background-image:url(images/main_nav_background_full.png);
	z-index:100;
}
#main_nav_container_bg_left {
	position:relative;
	width:975px;
	min-height:64px;
	z-index:1;
	/*background-image:url(images/main_nav_background_left.png);*/
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}
#main_nav_container_bg_right {
	position:relative;
	left:964px;
	min-height:64px;
	top:0px;
	width:11px;
	z-index:1;
	/*background-image: url(images/main_nav_background_right.png);*/
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
}
#main_nav_container_bg_center {
	position:relative;
	margin-left:-953px;
	min-height:64px;
	top:0px;
	width:953px;
	z-index:1;
	/*background-image: url(images/main_nav_background_center.png);*/
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
}
#main_nav_container {
	position:relative;
	width:953px;
	min-height:35px;
	z-index:2;
	}
	
#footer_nav_container_bg_left {
	position:relative;
	width:975px;
	z-index:1;
	background-image: url(images/footer_nav_bg_left.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footer_nav_container_bg_right {
	position:relative;
	left:964px;
	top:0px;
	width:11px;
	z-index:1;
	background-image: url(images/footer_nav_bg_right.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer_nav_container_bg_center {
	position:relative;
	margin-left:-953px;
	top:0px;
	width:953px;
	z-index:1;
	background-image: url(images/footer_nav_bg_center.png);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left bottom;
}
#footer_nav_container {
	position:relative;
	width:953px;
	min-height:25px;
	z-index:2;
	}
/*********************************************
	Main Horizontal Navigaion Styles
		(with dropdowns)
*********************************************/
.builder-module-navigation h1, .footer_navigation h1{
	display:none;
}
.builder-module-navigation {
	font-size: 1em;
	line-height: 37px;
	background: #0374B8/*#FA7300 url(images/nav_bg.jpg) repeat-x top left*/;
	/*border: 0.1em solid #ADD0E4#FA7300;*/
	display: block;
}
.builder-module-navigation ul {
	float: left;
	display: block;
}
.builder-module-navigation li {
	padding: 0em;
	/*background: url(images/nav_bg.jpg) repeat-x top left;*/
	border-right: 0.1em solid #006600/*#FA7300*/;
}
.builder-module-navigation li a {
	font-size: 1em;
	padding: 1.1em 1em;
	color: #E8F3DA/*#CCE6B0*/;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif/*Century Gothic, Helvetica, sans-serif*/;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	/*background: #FA7300 url(images/main_nav_bg_center.png) repeat-x top left;*/
}
.builder-module-navigation li a:hover {
	background: #006600 url(images/main_nav_background_hover.png) repeat-x top left;
	color: #FFF;
}
.builder-module-navigation  li.selected a {
	background:#006600 url(images/main_nav_background_hover.png) repeat-x top left;
	color: #FFF;
	font-weight:bolder;
}
/* second level stuff */
.builder-module-navigation li.selected li a {
	background: #006600 url(images/main_nav_background_full.png) repeat-x top center; 
	color: #FFF;
	font-weight:normal;
}
.builder-module-navigation  li.selected li a:hover {
	background: #006600 url(images/main_nav_background_hover.png) repeat-x top left;
	color: #E8F3DA;
	font-weight:normal;
}
.builder-module-navigation li ul {
	width: 16em;
	border: 0.1em solid #86C539/*#FA7300*/;
	 
	border-bottom: 0.1em;
}
.builder-module-navigation li li {
	border-bottom: 0.1em solid #86C539/*#FA7300*/;
	width: 16em;
}
.builder-module-navigation li li a {
background: #006600 url(images/main_nav_background_full.png) repeat-x top center; 
	color: #FFF;
	font-weight:normal;
}
.builder-module-navigation li li a:hover {
}
.builder-module-navigation li ul {
	width: 16m;
}
.builder-module-navigation li ul ul {
	margin: -3.1em 0em 0em 14em;
}
.builder-module-navigation li:hover ul ul,
.builder-module-navigation li:hover ul ul ul,
.builder-module-navigation li:hover ul ul ul ul,
.builder-module-navigation li:hover ul ul ul ul ul,
.builder-module-navigation li.sfhover ul ul,
.builder-module-navigation li.sfhover ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul ul {
	left: -999em;
}
.builder-module-navigation li:hover ul ul,
.builder-module-navigation li:hover ul ul ul,
.builder-module-navigation li:hover ul ul ul ul,
.builder-module-navigation li:hover ul ul ul ul ul,
.builder-module-navigation li.sfhover ul ul,
.builder-module-navigation li.sfhover ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul ul {
	left: auto;
}
/*********************************************
	Footer Horizontal Navigaion Styles
		(with dropdowns)
*********************************************/
.footer_navigation  {
	list-style:none outside none;
	padding:0;
	text-align:center;
}
.footer_navigation ul li {
	display:inline;
}
.footer_navigation ul {
	display:inline;
	list-style:none outside none;
	margin:0;
	padding:0;
	z-index:999;
}
.footer_navigation {
	font-size: 1em;
	line-height: 1.7em;
	display: block;
}
.footer_navigation li {
	padding: 0em;
}
.footer_navigation li:after {
	content: "|";
	color:#E8F3DA;
}
.footer_navigation li.last_in_list:after {
	content: " ";
}
.footer_navigation li a {
	font-size: 1em;
	padding: 1.1em 1em;
	color: #E8F3DA;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
	font-weight: normal;
	text-decoration: none;
	}
.footer_navigation li a:hover {
	color: #FFF;
}
/*NEW SITE STYLES*/
.builder-module builder-module-content {
	background-color:#993300;
}
#builder-module-4b842494a1cfb.sidebar {
	background-color:#FF6600;
}
/*********************************************
	Style All Module Sidebars and Sidebar Widgets
*********************************************/
.builder-module-sidebar {
	display:block;
	width:100%;
	border-left:#FFCC00;
/*	background: #b3b3b3 url(images/widget_bg_corner.jpg) no-repeat top right;
*/}
div.builder-module-block-outer-wrapper.builder-module-sidebar-outer-wrapper.right.clearfix {
	width:322px !important;
	}
.builder-module-sidebar .widget-wrapper {
	width: 99.8%;
	padding-top:20px;
	float:right;
			
}
.builder-module-sidebar:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.builder-module-sidebar .widget {
	background-color:#fff;
	background-image:url(images/widget_background.png);
	padding: 1em 1em;
	padding-top:0;
	margin-bottom:15px;
	color: #333;
	border-color:#1B773A;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.sidebar . right .widget {
	margin-right:50px;
}
.builder-module-sidebar .widget a {
	color: #333;
	text-decoration: none;
}
.builder-module-sidebar .widget a:hover {
	color: #333;
	text-decoration: underline;
}
.builder-module-sidebar .widget h4 a {
	color: #333;
	text-decoration: none;
}
.builder-module-sidebar .widget h4 {
	color:#666666;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	/*font-variant:small-caps;*/
	/*font-weight:bold;*/
	font-size:15px;
}
.sidebar .widget p, .sidebar .widget ul, .sidebar .widget ol, .sidebar .widget img {
	padding: 0 0 .8em 0;
}
.builder-module-sidebar .widget ul, .sidebar .widget ol {
	padding: 0;
	margin: 0 1em .5em 1.5em;
	list-style-type: square;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}
.builder-module-sidebar .widget h4 {
	padding: 5px 0 5px 8px;
}
#execphp-3, #text-4 {
	margin:0;
	padding:5px 0;
}
#execphp-3, #execphp-3 a, #text-4, #text-4 a {
	border:none;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background:none;
	}
#execphp-3, #execphp-3 a {
	font-size: 20px;
	font-weight: bold;
	text-decoration:none;
	}
#text-4, #text-4 a {
	font-size:16px;
	text-decoration:none;
}
.title_initials {
	font-size:180%;
}
.site_title_break {
	margin-bottom:10px;
}
builder-module-4b9f9fb47c6d3  {
	background-color:#CCFF00;
}
/*********************************************
	Module Widget Bars
*********************************************/
.builder-module-widget-bar {
	background:#b3b3b3;
	color: #333;
	float: left;
	padding: 0;
	overflow: hidden;
}
.builder-module-widget-bar .widget-wrapper {
	display: inline;
	float: left;
	margin: 0;
	background: transparent url(images/widget_bg_corner.jpg) no-repeat top right;
	text-align: left;
	width: 100%;
	overflow: hidden;
}
.builder-module-widget-bar .widget {
	padding: 1em 1em;
}
.builder-module-widget-bar .widget a {
	color: #333;
	text-decoration: none;
}
.builder-module-widget-bar .widget a:hover {
	color: #000;
	text-decoration: underline;
}
.builder-module-widget-bar .widget h4 a {
	text-decoration: none;
}
.builder-module-widget-bar .widget h4 {
}
.builder-module-widget-bar .widget h4, .builder-module-widget-bar .widget p, .builder-module-widget-bar .widget ul, .builder-module-widget-bar .widget ol, .builder-module-widget-bar .widget img {
	padding: 0 0 .8em 0;
}
.builder-module-widget-bar .widget ul, .builder-module-widget-bar .widget ol {
	padding: 0;
	margin: 0 1em .5em 1.5em;
	list-style-type: square;
}
.builder-module-widget-bar .widget a.rsswidget img {
	display: none;
}
#nav_bg_shadow, #content_bg_shadow, #footer_bg_shadow{
	width:1000px;
	margin-left:-12.5px;
	background-color:#99FF00;
	}
#content_bg_shadow {
	background:url(images/content_background_shadow.png) repeat-y left top;
}
#nav_bg_shadow {
	margin-top:-5px;
	padding-top:5px;
	background:url(images/nav_background_shadow.png) no-repeat left top;
}
#footer_bg_shadow{
	height:110%;
	margin-bottom:-5px;
	padding-bottom:5px;
	background:url(images/footer_background_shadow.png) no-repeat left bottom;
}
#builder-module-4b842494a1cfb div.builder-module-block-outer-wrapper.left.clearfix {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #1B773A;
}
#builder-module-4b842494a1cfb div.builder-module-block-outer-wrapper.left.clearfix[style]{
	margin-right:-1px !important;
}
div.builder-module-block-outer-wrapper.right.clearfix {
	margin-left:-1px;
}
#builder-module-4b9f9fb47c6d3 div.builder-module-block-outer-wrapper.left.clearfix {
	border:none;
}
#builder-module-4b842494a1cfb div.builder-module-block-outer-wrapper.left.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}

div.post:after, div.meta-bottom.wrap {content:".";display:block;height:0;clear:both;visibility:hidden;}

div.green_button {
	width:240px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/green_button.png) no-repeat top left;
	
	text-align:center;
	vertical-align:middle;
	
}
.green_button_text {
	width:195px;
	height:40px;
	padding-top:11px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#consult_button_text.green_button_text a {
	color:#003300;
	font-weight:bold;
	font-size:145%;
	text-decoration:none;
}
#consult_button_text.green_button_text a:hover {
	color:#99CC00;
	text-decoration:none;
}
.twtr-ft {
	display:none;
}
