/*  
Theme Name: Refuel Conference Theme
Theme URI: http://refuelconf.com/
Description: Theme for Refuel Conference in Fort Myers, FL.
Author: Alexander Quinonez
Author URI: http://alexanderquinonez.com/
Version: 1.0
*/
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right:0px;
	font-family:helvetica;
}
#header{
	position:relative;
	width:100%;
	height:67px;
	top:0px;
	left:0px;
	background-image:url(images/headerbg.jpg);
	background-repeat:repeat-x;
}
#menu{
	position:relative;
	width:960px;
	height:67px;
	margin:auto;
}
#mid{
	position:relative;
	height:255px;
	width:100%;
	background-image:url(images/midbg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#000;
}
#midcontainer{
	position:relative;
	margin:auto;
	width:960px;
	height:255px;
}
#dates{
	position:relative;
	float:left;
	width:300px;
	height:255px;
	left:102px;
	background-color:#FFF;
	
}
#logo{
	position:relative;
	top:30px;
	left:10px;
	width:543px;
	height:174px;
	float:left;
}
#container{
	position:relative;
	width:960px;
	margin:auto;
	height:100%;
	background-color:#FFF;
}
#content{
	position:relative;
	float:left;
	width:600px;
	height:100%px;
	padding:5px;
	
}
#rightbar{
	position:relative;
	float:left;
	width:300px;
	left:35px;
	padding-top:5px;
	
}
#blog{
	position:relative;
	width:600px;
	padding-top:5px;
	color:#FFF;
	font-size:12px;
	line-height:20px;
	
}
#footer{
	position:relative;
	clear:both;
	width:960px;
	color:#FFF;
	margin:auto;
	font-size:10px;
	text-align:center;
	padding-top:10px;
	line-height:16px;
	
}
.post a{
	color:#CCC;
	
	
}
.title{
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
.title a{
	font-size:24px;
	font-weight:bold;
	color:#a1c027;
	text-decoration:none;
}
.title a:visited{
	font-size:24px;
	font-weight:bold;
	color:#a1c027;
	text-decoration:none;
}
.posted{
	font-size:10px;
	
}
.navigation{
	color:#FFF;	
}
.navigation a{
	color:#FFF;	
}
.navigation a:visited{
	color:#FFF;	
}
.alignleft{
	float:left;
	
}
.alignright{
	float:right;
	
}

#twitterpage{
	width:600px;
	background-color:#FFF;
	color:#000;
	font-size:12px;
	float:left;
	
}
#twitterpage a{
	color:#a6c727;
	
}

#twitter{
	background-color:#FFF;
	font-size:12px;
	padding:5px;
	
}
#twitter a{
	color:#43b9eb;
	
}
#facebook{
	width:600px;
	float:left;	
}
a{
	color:#a6c727;	
}
a:hover{
	color:#FFF;
}
a:visited{
	color:#a6c727;
}
#connect{
	font-size:13px;
	color:#FFF;
	
}
#connect a{
	font-size:11px;
	text-decoration:none;
	
}
#connect a:hover{
	font-size:11px;
	text-decoration:none;
	color:#FFF;
	
}