/*  
Theme Name: Speed Gel
Description: Custom theme by IF marketing &amp; advertising.
Version: 1.0
Author: IF marketing &amp; advertising
Author URI: http://www.yourifteam.com/
Tags: simple, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS
*/


/*** Main ***/
#main
{
	width: 800px;
	margin: 0 auto;
}

#main #content
{
	float: left;
	width: 550px;
	margin-top: 0;
	margin-left: 5px;
}

.post
{
	margin-bottom: 70px;
	line-height: 20px;
	font-size: 14px;
}

.post a {
	color: #fff;
}

.post .postheader a
{
	color: #fff;
}

.post .postheader h2
{
	font-size: 18px;
	margin-bottom: 3px;
	color: #f99233;
}

.post .postheader h2 a
{
	text-decoration: none;
	color: #f99233;
}

.post .postheader h2 a:hover
{
	text-decoration: underline;
}

.post .postheader .postmeta
{
	width: 550px;
	font-size: 11px;
	border-bottom: solid 1px #fff;
	padding-bottom: 5px;
}

.post .postheader .postmeta a {
	color: #fad143;
}

.post img
{
	padding: 5px;
	border: solid 1px #ababab;
}

/*** Sidebar ***/
#sidebar
{
	float: right;
	width: 220px;
	line-height: 23px;
	margin-top: 0;
	padding: 0 0 0 10px;
	border-left: dotted 1px #fff;
	position: relative;
	top: -85px;
}

#sidebar img
{
	border: none;
}

#sidebar ul
{
	list-style: none;
	margin-top: 0;			
	/*white-space: nowrap;*/
	margin-left: 0;
	padding-left: 10px;
	text-indent: -10px;

}

#sidebar ul li a {
	color: #fff;
}

#sidebar ul li a:hover {
	text-decoration: none;
}

#sidebar .sidebarbox
{
	margin-bottom: 30px;
}

#sidebar .sidebarbox h3
{
	/* color: #273647; */
	color: #f99233;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 2px;
}

/***  Search form ***/
.searchform form
{
	margin-top: 4px;
}
.searchform #search
{
	width: 160px;
}

/*** Comments ***/
.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;
	color: #333;
}

.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;
}
#commentform p {
	font-size: 14px;
}
#commentform a {
	color: #fff;
}

/*** 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;
}
