/*  
Theme Name: TEFLabs
Description: TEFLabs theme 2 Columns is a white, clean and simple, fixed width, widget ready theme
Version: 1.0
Author: IF marketing &amp; advertising
Author URI: http://www.yourifteam.com/
Tags: simple, clean, fixed width, widget-ready, widgets, two columns, valid XHTML, valid CSS
*/

body {
	margin: 0;
	background-image: url(/images/bg-body.jpg);
	background-repeat: repeat-x;
	background-color: #c0bfbf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container { 
	background: #ffffff;
	width: 718px; 
	text-align: left; 
	margin: 0 auto; 
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}

/*** Main ***/
#main
{
	width: 718px;
	margin: 0 auto;
}

#main #content
{
	float: left;
	width: 485px;
	margin-top: 65px;
	margin-left: 20px;
}

#main #content h2 {
	font-size: 1.2em;
	color: #ee3124;
}

.post
{
	margin-bottom: 70px;
	line-height: 20px;
	font-size: .8em;
}

.post p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.post a
{
	color: #333;
}

.post .postheader h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin-bottom: 3px;
}

.post .postheader h2 a
{
	text-decoration: none;
	color: #444;
}

.post .postheader h2 a:hover
{
	text-decoration: underline;
}

.post .postheader .postmeta
{
	width: 485px;
	font-size: 11px;
	border-bottom: solid 1px #ababab;
	padding-bottom: 5px;
}

.post img
{
	padding: 5px;
	border: solid 1px #ababab;
}

/*** Sidebar ***/
#sidebar
{
	float: right;
	width: 180px;
	line-height: 23px;
	margin-top: 130px;
	padding: 5px 0 0 10px;
	border-left: dotted 1px #ababab;
}

#sidebar img
{
	border: none;
}

#sidebar ul
{
	list-style: none;
	margin-top: 0;			
	/*white-space: nowrap;*/
	margin-left: 0;
	padding-left: 10px;
	text-indent: -10px;
	font-size: .8em;

}

#sidebar ul li a {
	color: #333;
}

#sidebar ul li a:hover {
	text-decoration: none;
}

#sidebar ul li a:hover {
	/*color: #3399cc;*/
	text-decoration: none;
}

#sidebar .sidebarbox
{
	margin-bottom: 30px;
}

#sidebar .sidebarbox h3
{
	/* color: #273647; */
	color: #ee3124;
	font-size: 15px;
	margin-bottom: 2px;
}

/***  Search form ***/
.searchform form
{
	margin-top: 4px;
}
.searchform #search
{
	width: 120px;
}

/*** Comments ***/
.allcomments {
	font-size: .8em;
}

.allcomments a {
	color: #333;
}

.allcomments h3
{
	font-size: 15px;
}

.commentbox
{
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #ababab;
	background: #f6f6f6;
}

.commentbox .avatar
{
	float: left;
	margin-right: 5px;
}

.commentbox small
{
	font-size: 11px;
}

.commentbox p {
	margin-bottom: 0px;
}

.commentbox .commentmeta
{
	width: 300px;
}

#commentform label
{
    display:block;
    margin: 0;
}

#commentform .text {
	width: 300px;
    margin: 0 0 15px 0;
}

#commentform strong
{
	font-size: 11px;
}

#commentform textarea
{
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
}

/*** Wordpress ***/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

/********* TEFLabs STUFF **********/
/********* TEFLabs STUFF **********/
div#wrapper {
	position: relative;
	margin: auto;
	width: 1021px;
}
div#hexagon {
	position: absolute;
	top: 25px;
	right: 0px;
	width: 376px;
	height: 259px;
	z-index: 1;
}
div#leftColumn {
	position: relative;
	float: left;
	width: 214px;
}
#leftColumn img {
	border: none;
}
div#promo {
	position: relative;
	margin: auto;
	background-image: url(/images/bg-promo.png);
	width: 187px;
	height: 163px;
}
div#rightColumn {
	position: relative;
	float: right;
	width: 807px;
	background-image: url(/images/bg-top4.jpg);
	background-repeat: no-repeat;
}
div#topNav {
	position: absolute;
	top: 90px;
	right: 385px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #333;
	z-index: 2;
}
#topNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topNav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#topNav ul li a {
	text-decoration: none;
	color: #333;
}
#topNav ul li a:hover {
	text-decoration: underline;
}
div#contentBlog {
	position: relative;
	width: 718px;
	border: 2px solid #d8d9da;
	margin: 155px 0 0 15px;
	background-color: #fff;
}
#contentBlog h1 {
	margin: 20px 0 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #ee3124;
}
div#googleSearch {
	background-image: url(/images/bg-search.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
div#footer {
	position: relative;
	width: 718px;
	margin: 20px 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #666;
	text-align: center;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#footer a {
	text-decoration: none;
	color: #666;
}
#footer a:hover {
	text-decoration: underline;
}