/*
Theme Name: Found Energy
Theme URI: http://foundenergyinc.com
Description: The theme mocked up by MFX and implemented by Jacob Kennedy
Version: 0.1
Author: Jacob Kennedy
Author URI: http://kennedydatasolutions.com/


*/
body, .innertube p, .innertube h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


#maincontainer{
	width: 765px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection{
	margin-top:55px;
	margin-bottom: 17px;
}
#topsection .links{
	font-size: 60%;
	color:#72B84C;
}
#topsection tr.secondrow td{
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 30px;
}
#fld_search{
	border:1px solid #A0A7AC;
	width:110px;
	height: 18px;
}
#s{
	border: 0;
	background-color: #D5D7D9;
	height:14px;
	width:108px;
	line-height: 12px;
	margin: 1px;
}
#footer, .links a,.toplinks.links a:hover{
	color:#A0A7AC;
	text-decoration: none;
}
.links a:hover,.toplinks.links a,#mainnav a.current:hover{
	color:#72B84C;
	text-decoration: none;
}
#mainnav{
	padding-top:1.5ex;
	padding-bottom:1.5ex;
}
#mainnav a{
	margin-right:5em;
	font-size: 120%;
	/* font-weight:bold; */
}
#mainnav a.current{
	color:#F9B15A;
}

#page_header_image{
	margin-bottom: 17px;
	
}
#page_header_image img{
	padding: 3px;
	border:1px solid #72B84C;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	font-size: 80%;
}

#leftcolumn{
	font-size: 80%;
	float: left;
	width: 185px; /*Width of left column*/
	margin-left: -765px; /*Set left margin to -(MainContainerWidth)*/
	/* background: #C8FC98; */
}

#footer{
	clear: left;
	width: 100%;
	padding-top: 40px;
	font-size: 60%;
	margin-bottom: 20px;
}


.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
.innertube.front_page{
	margin: 0;
}
div.dots{
	background-image: url(images/dots.gif);
	height: 6px;
	background-repeat: repeat-x;
	background-position: top left;
	width:763px; /* width of the header image (755px) plus its padding (3px x2) plus the width of the borders (1px x2) */
}
div.home_floater div.dots{
	width:170px;
}
#contentcolumn .innertube h1, #leftcolumn h2{
	color:#72B84C;
	font-size:130%;
	line-height:1.6;
	/* font-weight:bold; */
}
#contentcolumn .innertube a, #leftcolumn a{
	color:#F9B15A;
	text-decoration:underline;
}
#contentcolumn .innertube a:hover,#contentcolumn .innertube a:visited, #leftcolumn a:hover{
	text-decoration:none;
}
#contentcolumn .innertube h2{
	color: #9CA3A7;
	font-weight: bold;
	margin-top:.5em;
	margin-bottom:.75em;
}
.innertube p{
	margin-bottom: 1em;
	color: #9CA3A7;
	line-height: 115%;
	font-size: 95%;
}
.innertube .entry li{
	color: #F9B15A;
	margin-top:.5em;
	margin-bottom:.5em;
	/* font-weight:bold; */
}
#leftcolumn li{
	line-height: 1.1;
	color: #72B84C;
}
#leftcolumn ul ul{
	margin-bottom:1em;
}
div.home_floater{
	width: 187px;
	float:right;
}
div.home_floater img{
	border-top:2px solid #F9B15A;
}
div.home_floater img.arrow{
	border:none;
	margin-bottom: -4px;
}
div.home_floater p{
	width: 170px;
	font-size:90%;
	line-height: 1.5;
}
div.home_floater p.recent_link a{
	text-transform:uppercase;
}
div.home_floater p.recent_date{
	padding-top: 0;
	margin-top: -1em;
	font-size: 80%;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}