/*
Theme Name: Blog Business
Theme URI: http://www.rushplate.com
Description: It lets our visitors know who we are and what we can do for them.
Version: 1.0
Author: Daniel Corkill
Author URI: http://www.digitalbuzz.com.au
Tags: Two Columns, Blue, Fixed Width, Static Frontpage

	Blog Business v1.0
	http://www.rushplate.com

	This theme was designed and built by Daniel Corkill,
	whose freelance work you will find at http://www.digitalbuzz.com.au

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

h3 {
	color: #195bf2;
	font-size: 24px;
	margin-bottom: 0px;
}

h4 {
	padding-bottom: 5px;
	font-size: 16px;
}

a {
	text-decoration:none
}

#headerwrap a:link {
	color: white;
}

#headerwrap a:visited {
	color: white;
}

a:link {
	color: #195bf2;
}

a:visited {
	color: #195bf2;
}

#headerwrap {
	background-color: #313131;
	height: 98px;
}

#header {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	color: white;
	overflow:hidden;
	position:relative;
}

#header h1 {
	height: 50px;
	width: 260px;
	margin: 20px 0 5px;
	font-size:36px;
}

#topnav {
	top:35px;
	right:0;
	position:absolute;
	overflow:hidden;
	font-size:18px;
}

#header li {
	display: inline;
}

#highlighttop {
	background-color: #666464;
	height: 1px;
}

#highlightbot {
	background-color: #949091;
	height: 1px;
}

#contentwrap {
        min-height:300px;
	background-image:url('images/blue.png');
	background-repeat: repeat-x;
}

#contentwrap img {
	padding-top: 30px;
	margin-left:77px;
}

#main h2 {
	padding-top:25px;
	font-size: 24px;
}

.featuretext {
	padding-top:70px;
	font-size:16px;
}

.service h3, .rowtwo h3 {
	font-size: 16px;
}

.serviceicon {
	margin-left: 70px;
	padding-top: 30px;
	width:98px;
	float: left;
}

.service {
	width: 302px;
	float: left;
	padding-top: 30px;
	font-size: 16px;
}

.iconrowtwo {
	margin-left: 77px;
	padding-top: 30px;
	width:98px;
	float: left;
}

.rowtwo {
	width: 302px;
	float: left;
	padding-top: 30px;
	font-size: 16px;
}

.bottom {
	width: 300px;
	padding-top: 30px;
	float:left;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
}

.blue {
	color: #195bf2;
}

.date {
	font-size: 12px;
}

/* Sidebar */

#sidebar {
	padding-top: 90px;
}

#sidebar h4{
	padding-bottom: 5px;
	color:#195bf2;
}

#footer {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	font-size: 16px;
}

#botnav {
	overflow:hidden;
	float: left;
        margin-bottom:10px;
}

#botnav  a {
	color: #727272;
}

#botnav  a:hover, #botnav  a.active, #botnav li.current_page_item a {
	color: #000000;
}

#botnav li {
	display: inline;
	margin-left: 0px;
}

#botnav ul {
	display: inline;
}

#copyright {
	float: right;
        margin-bottom:10px;
}

.bluebot {
	background-image:url('images/bluebottom.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
        width100%;
}

/* Sidebar */

#sidebar ul {
       list-style: none;
}

#sidebar ul li {
       margin-left:0px;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 40px;}  /* must be same height as the footer */

#stickyfooter {position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 40px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

