/*  
Theme Name: Wheels for God's Word
Theme URI: http://www.fresh01.co.za/
Description: Custom Theme
Version: 1.0
Author: Cobus Bester
Author URI: http://www.fresh01.co.za/
*/

/*>>>>> Setup and Reset <<<<<*/

body, html  {
	height: 100%;
}

body, html, p, ul, ol {
	margin: 0;
	padding: 0;
	border: none;
}

body  {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14px;
	line-height: 1.5;  /*unitless for proper inheritance*/
	background: #336699 url(img/design/bg.jpg) repeat-x left top;
	color: #000;
}

h1, h2, h3, h4, h5, h6  {
	margin: 5px 0;
	color: #000;
}

h1  {font-size: 36px}
h2  {font-size: 30px}
h3  {font-size: 24px}
h4  {font-size: 18px}
h5  {font-size: 14px}
h6  {font-size: 12px}

h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited,
h6 a:link, h6 a:visited  {
	text-decoration: none;
	color: #336699;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover  {
	text-decoration: underline;
}

p  {
	margin: 18px 0;
}

ul, ol  {
	margin: 10px 0;
	padding: 0 0 0 30px;
}

img  {
	padding: 5px;
	border: 1px solid #ccc;
}

/*>>>>> Navigation <<<<<*/

a:link, a:visited  {
	color: #336699;
}

#nav  {
	margin: 0;
	padding: 0;
	line-height: 32px;
}

#nav li  {
	list-style: none;
	margin: 0;
}

#nav li a:link, #nav li a:visited  {
	text-decoration: none;
	color: #000;
	font-size: 16px;
}

#nav li a:hover  {
	
}

/*>>>>> Layout <<<<<*/

#wrap  {
	width: 750px;
	margin: 0 auto;
}

#header  {
	height: 180px;
	background: url(img/design/headerbg.jpg) no-repeat center top;
}

#header h1  {
	display: none;
}

#main  {
	float: left;
	padding: 30px 0 75px 0;
	background: #fff url(img/design/mainbg.jpg) no-repeat center top;
}

#content  {
	float: left;
	width: 500px;
	padding: 15px 50px 0 0;
}

#intro  {
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #8f8f8f;
}

#intro h2  {
	margin: 5px 0 30px 0;
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 27px;
}

.latestnews  {
	margin: 0 0 25px 0;
	font-family: Georgia, serif;
	font-size: 18px;
}

#news .item h2  {
	margin: 0;
	font-size: 18px;
}

p.meta  {
	margin: 0;
	font-size: 10px;
}

h2.title  {

}

#sidebar  {
	float: left;
	width: 170px;
	padding: 0 0 0 30px;
}

#footer  {
	position: relative;
	float: left;
	width: 730px;
	height: 65px;
	padding: 35px 0 0 20px;
	color: #fff;
	background: url(img/design/footerbg.jpg) no-repeat center top;	
}

#footer a:link, #footer a:visited  {
	color: #fff;
	text-decoration: none;
}

#footer ul  {
	margin: 0;
	padding: 0 0 0 7px;
}

#footer ul li  {
	list-style: none;
	display: inline;
}

#footer p  {
	font-weight: bold;
}

#bike  {
	position: absolute;
	bottom: -8px;
	right: -22px;
	width: 450px;
	height: 190px;
	background: url(img/design/bike.jpg) no-repeat center center;
}

/*>>>>> Custom Styles <<<<<*/

.floatl  {float: left;}
.floatr  {float: right;}

.alignl  {text-align: left;}
.alignr  {text-align: right;}
.alignc  {text-align: center;}

/*>>>>> WordPress Image Alignment Styles <<<<<*/

img.alignright  {
	float: right;
	margin: 10px 0 10px 20px;
}

img.alignleft  {
	float: left;
	margin: 10px 20px 10px 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}