/*  
Theme Name: Basic Bikes Limited
Theme URI: http://basicbikes.com
Description: Basic Bikes Template
Tags: Basic Bikes, Basic, Bikes, BB, Basic Bikes Limited, Bikes Online
Version: 01.01
Author: Csolutions
Author URI: http://csolutions.co.nz

*/

body{
	margin: 0px;
	text-align: center;
	vertical-align: top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#09678d;
	color:#868686;
	line-height:18px;}

a:link, a:visited{
	text-decoration: underline;
	color: #336699;
}

a:hover{
	text-decoration: none;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
}

h2{
 	font-weight: normal;
    font-size: 14px;
    font-family: Arial Narrow;
    color: #07789C;
    text-transform: uppercase;
    background-image:url(images/h1-bg.jpg);
    background-repeat: no-repeat;
    height: 36px;
    padding: 10px 0px 0px 20px;
	margin:0px;
}

#date {
	margin:0xp;
	text-transform:uppercase;
}

#header{
	float: left;
	width: 900px;
	height:170px;
	background-color:#5c5c5c;
}

#container{
	float: left;
	width: 609px;
	padding:20px;
	background-color:#FFFFFF;
	
}


.sidebar{
	float: left;
	width: 240px;
	background: #FFFFFF;
	margin: 0 0 0 10px;
	display: inline;
}

		.sidebar ul{
		list-style-type: none;
		margin: 0;
		padding: 0 10px 0 10px;
		}
		
		.sidebar ul li{
		padding: 10px 0 2px 0;
		}
		
		.sidebar ul li h2{
		color:#336699;
		margin:0px;
		}
			.sidebar ul ul li{
			padding: 0;
			}

				table#wp-calendar{
				width: 100%;
				}


.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}



#footer{
	clear: both;
	float: left;
	width: 750px;
	text-align:center;
	margin-top:30px;
}


.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}