/*
	FormulaFolios Green/Brown/Gray
	------------------------------
	Green: #B7C027
	Brown: #4D3C22
	Gray:  #A9A6A7
	------------------------------
*/

#guts-content {margin-top: 15px; position: relative; padding: 4px; border: 1px solid #cdcdcd; background-color: #f9f8f4; display: block;}
#guts-content .allocation-img {float: left; margin-right: 10px;}
#guts-content a {position: absolute; right: 0px; bottom: 0px; padding: 0; margin: 0; width: 240px;}
#guts-copntent a img {margin: 0; padding: 0;}
#guts h3 {margin-bottom: 10px;}
#guts-content p {margin-bottom: 10px;}

/* Body */
body {
	color: #4D3C22;
	background: #FFF;
	font-size: 0.75em; /* 12px */  
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif; 
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	line-height: 20px;
	text-align: center;
}

/* Grid */
.container {
	width: 960px; 
	margin: 0 auto;
	text-align: left;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6 {
	float: left; 
	margin-left: 10px;
	margin-right: 10px;
}

.container .grid_1 {
	width: 280px;
}

.container .grid_2 {
	width: 620px;
}

.container .grid_3 {
	width: 940px;
}

.container .grid_4 {
	width: 320px;
}

.container .grid_5 {
	width: 600px;
}

.container .grid_6 {
	width: 328px;
}

/* Layout */
.mainmenu {
	float: right;
	margin: 46px 10px 0 0;
}

.intro {
	height: 275px;
	margin-bottom: 25px;
	margin-top: 15px;
}

#header {
	float: left;
	width: 100%;
	position: relative;
}

#branding {
	display: inline;
	float: left;
	width: 350px;
}

#logo {
	margin: 10px 0 0 10px;
	float:left;
	font-size:3em;
	overflow:hidden;
	position:relative;
	text-indent: -9999px;
	text-transform: uppercase;
}

#logo a {
	text-decoration: none;
	color: FFF;
}

#logo span {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}

.info {
	height: auto;
	min-height: 200px;
	float: left; 
	padding: 10px;
}

.mailing {
	height: 100px; 
	float: left; 
	padding-top: 15px;
}

#footer { 
	width: 80%;
	min-width: 940px; 
	max-width: 1400px; 
	margin: 0 auto;  
	padding: 3em 0 1.5em 0;
	color: #FFF;
	text-align: left;
}

.footer {
	position: relative; 
	background: #000; 
	border-top: 5px solid #B7C027;
}

.links a {
	padding-right: 7px;
}

.copyright {
	margin-right: 10px;
}

.copyright_align {
	margin: 0 auto; 
	width: 940px;
}

/* Home Page Image Fader */
#slideshow {
	position: relative;
}

#slideshow img {
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 1; 
	opacity: 0.0;
}

#slideshow img.active {
	z-index: 3; 
	opacity: 1.0;
}

#slideshow img.last-active {
	z-index: 2;
}

/* Pages */  
#page {
	min-height: 600px; 
	float: left;
	padding-top: 10px;
}

#sidebar {
	min-height: 600px; 
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}

.bigline {
	width: 620px;
	height: 30px;
	float: left;
	border-bottom: 5px solid #B7C027;
	margin-bottom: 8px;
}

.smallline {
	width: 280px;
	height: 30px; 
	float: left;
	border-bottom: 5px solid #B7C027; 
	margin-bottom: 15px;
}

.middleline {
	width: 280px; 
	height: 5px; 
	float: left; 
	border-bottom: 5px solid #B7C027;
	padding-top: 10px; 
	margin-bottom: 16px;
}

.sidebartitle {
	padding-top: 15px;
}

/* Splashpage */
.splashpage {
	min-height: 260px;
	float: left;
}

.logo_big {
	height: 100px;
	margin-top: 50px;
}

.splash_enter {
	margin-left: 90px; 
	padding: 10px;
	min-height: 260px;
}

.splash_enter_right {
	margin-left: 50px;  
	padding: 10px; 
	min-height: 260px;
}

.splash_copyright_align {
	margin: 0 auto;
	width: 940px;
}

.splash_footer {
	position: relative; 
	background: #000; 
	margin-bottom: 50px;
	border-top: 5px solid #B7C027; 
	border-bottom: 5px solid #B7C027;
}

/* Sidebar navigation */ 
.navcontainer {
	width: 274px;
	float: left;
	height: auto;
}

.navcontainer ul {
	padding-left: 0;
	margin: 0px; 
	list-style-type: none;
	font-weight: bold;
}

.navcontainer a {
	display: block; 
	padding: 3px; 
	padding-left: 20px; 
	width: 252px; 
	border-bottom: 1px solid #E7E4D9;
	color: #4D3C22;
	background-image: url(../images/arrow.png); 
	background-repeat: no-repeat;
}

.navcontainer a:link, .navlist a:visited {
	color: #4D3C22; 
	text-decoration: none;
}

.navcontainer a:hover {
	background: #B7C027; 
	color: #FFF; 
	background-image: url(../images/arrow_hover.png);
	background-repeat: no-repeat;
}

/* Elements */
.description {
	width: 280px;
	height: auto; 
	font-weight: normal;
	padding-top: 5px;
	margin-bottom: 10px;
}

.breadcrumb {
	margin-bottom: 15px;
	float: left;
	width: 620px;
	height: auto;
}

/* Blog */
.entry-title a{
	color: #4D3C22;
}

div#sidebar li, .info li{list-style:none;margin:0;padding:0;}
div#sidebar ul, div#sidebar ul, .info ul {list-style:none;margin:0;}
div#sidebar a, .info a {display: block; padding: 3px; padding-left:20px; width: 252px; border-bottom: 1px solid #e7e4d9; color:#4D3C22; background-image: url(../images/green-white/arrow.png); background-repeat: no-repeat;}
div#sidebar a:link, .info a:link, .navlist a:visited, .info a:visited {color: #4D3C22; text-decoration: none;}
div#sidebar a:hover, .info a:hover {background:#B7C027; color: #fff; background-image: url(../images/arrow-hover.png);background-repeat: no-repeat;}


/* Contact */  
#contact {
	min-height: 600px; 
	float: left;
	padding-top: 10px;
}

/* Media */
.videothumb {
	float: left;
	margin-right: 20px;
	padding: 5px;
	background: #F9F8F4;
	border: 1px solid #e7e4d9;
}

.videocontent {
	float: left;
	height: auto;
	width: 465px;
}

/* Comment */
.commentline {
	width: 620px; 
	height: 30px; 
	float: left; 
	border-bottom: 5px solid #B7C027;
	margin-bottom: 20px;
}

.comments_wrapper {
	margin-top: 30px;
}

.comment_list {
	padding-top: 10px;
}

.comment_list ul{
	margin: 10px 0 0 0 !important; 
	list-style: none !important;
}

.comment_list ul li{
	display: block; 
	padding: 16px 0;
	border-bottom: 1px dotted #ddd;
}

.comment_list p{
	margin-top: 0px;
}

.comment_list img{
	margin: 0 12px 12px 0; 
	float: left;
}

.comment_list textarea{
	width: 606px;
	border: 0px;
	padding: 4px; 
	border: solid 1px #ddd;
}

.comment_list .inputstyling {
	border: solid 1px #ddd; 
	padding: 4px; 
	margin-right: 10px;
}

.comment_list .comments_meta{
	padding: 4px 6px 6px;
	background: #F9F8F4; 
	border-bottom: dotted 1px #ddd;
}

/* Forms */
.mailing form {
	background-color: #F9F8F4;
	border: 1px solid #ddd;
	padding-top: 15px;
	padding-bottom: 20px;
	width: 938px;
}

.mailing  label {
	color: #4D3C22;
	display: block;
	float: left;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 0.9em;
	margin: 0 11px 0 15px;
	padding-bottom: 3px;
	vertical-align: middle;
}

.mailing  label span {
	color: #a3a199;
	font-size: 0.7em;
}

.mailing  input.text {
	color: #333;
	font-size: 1.2em;
	height: 15px;/*26-16*/
	margin-right: 10px;
	padding: 7px 8px;
	width: 237px;/*253-16*/
}

.mailing input { 
	vertical-align: middle;
}

input.text {
	width: 165px;
	height: 14px;
	border: 1px solid #ddd;
	font-size: 12px;
	padding: 5px 4px;
	color: #343434;
	margin-right: 10px;	
}

#blog_search {
	margin-bottom: 25px;
	margin-top: 8px;
}

#alignbottom {
	vertical-align: bottom;
} 

/* Contact form */
.primary {
	width: 290px;
	height: 60px; 
	float: left; 
	margin: 0 0 10px 0;
}

.secondary {
	width: 620px;
	height: auto; 
	float: left;
	margin: 0;
}

.last {
	width: 620px; 
	height: 15px; 
	float: left; 
	margin: 0;
}

.gutter {
	margin: 0 35px 0 0;
}

.hidden {
	display: none;
}

#contact .label {
	margin: 0 0 5px 0;
	cursor: pointer;
	color: #4D3C22;
	font-weight: bold;
}

#contact input {
	width: 285px;
	border: solid 1px #DDD;
	padding: 4px;
}

#contact input.radio {
	border: 0px;
}

#contact textarea {
	width: 610px; 
	border: 0px; 
	padding: 4px;
	border: solid 1px #DDD;
}

#contact input.text {
	width: 165px; 
	height: 14px;
	border: 1px solid #DDD;
	font-size: 12px;
	padding: 5px 4px; 
	color: #343434;
	margin-right: 10px;
}

#contact .submitbutton {
	width: auto; 
	height: auto; 
	margin: 0; 
	border: 0px; 
	overflow: hidden;
}

/* Images */
.entry-content img {
    margin: 0 0 18px 0;
}

.alignleft, img.alignleft {
	float: left;
  	margin-right: 20px;
  	padding: 5px;
 	background: #F9F8F4;
	border: 1px solid #E7E4D9;
}

.alignright, img.alignright {
	display: block;
	float: right;
 	margin-left: 20px;
	padding: 5px;
	background: #F9F8F4;
	border: 1px solid #E7E4D9;
}

.aligncenter, img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	padding: 5px;
	background: #F9F8F4;
	border: 1px solid #E7E4D9;
}

.wp-caption {
	text-align: center;
	margin-bottom: 18px;
}

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

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0px;
}

.gallery img {
  margin: 0;
}

.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height: 12px;
	margin: 0 !important;
}

/* Tables */
.wp-table-reloaded {
	background-color: #CDCDCD;
	margin: 10px 0px 15px 0px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}

.wp-table-reloaded th {
	background-color: #B7C027;
	border: 1px solid #FFF;
	padding: 4px;
}

.wp-table-reloaded td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}

.wp-table-reloaded .even td {
	background-color: #FFF;
}

.wp-table-reloaded .odd td{
	background-color: #F9F8F4;
}

.wp-table-reloaded .header {
	background-image: url(http://www.formulafolios.net/wp-content/plugins/wp-table-reloaded/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

.wp-table-reloaded .headerSortUp {
	background-color: #4D3C22;
    color: #FFF;
	background-image: url(http://www.formulafolios.net/wp-content/plugins/wp-table-reloaded/img/asc.gif);
}

.wp-table-reloaded .headerSortDown {
	background-color: #4D3C22;
    color: #FFF;
	background-image: url(http://www.formulafolios.net/wp-content/plugins/wp-table-reloaded/img/desc.gif);
}

/* Typography */
/* Headings */  
h1 {
	font-size: 1.667em;
}   

h2 {
	font-size: 1.5em;
}   

h3 {
	font-size: 1.333em;
}

h4 {
	font-size: 1.167em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.833em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold; 
	text-transform: uppercase; 
	display: block; 
	padding: 0 0 5px 0;
} 

/* Anchors */ 
a:link, a:visited {
	color: #B7C027;
	text-decoration: none;
}  

a:hover, a:active {
	color: #B7C027;
	text-decoration: underline;
} 

/* Text elements */
p {
    margin-bottom: 15px;
    display: block;
}

ul, ol {
	margin: 0 0 18px 2.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl	{
    margin: 0 1.5em;
}

dt {
    font-weight: bold;
}

dd {
	margin-bottom: 18px;
}

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 3em;
}

blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

pre {
	font: 11px Monaco, monospace;
	line-height: 18px;
	margin-bottom: 18px;
}

code {
	font: 11px Monaco, monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #333;
  cursor: help;
}

ins {
	text-decoration: none;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/* Pullquotes */
blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}

blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}