/*
Theme Name: 2 Col layout
Theme URI: http://www.design-kent.co.uk
Description: This is a custom Wordpress theme with a fixed width, laid out in 2 columns with the menu on the left
Author: Waynne Smith
Author URI: http://www.design-kent.co.uk


/*-----------Block Level Elements--------------*/

Body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:62.5%;
margin:0px;
}
#wrapper {
padding:0px;
margin-left:0px;
}
#page {
	width: 994px;
	font-size: 1.0em;
	margin: 0 auto;
	padding:0px;
	border:#999999;
	border:double;
}

#header {
	width: 100%;
}

#headerimg {

}

.description {

}

#wrapper {
	width: 100%;
}

#content {
	width: 625px;
	float: right;
}

#sidebar {
	width: 150px;
	margin-right: 10px;
	padding:0px;
	margin-left:0px;
	font-size: 1.0em;
	float: left;

}
#pages {
padding:0px;
margin-left:0px;
}
#entrytext {
color:#333333;
}

#footer {
	width: 100%;
	clear: both;
}

/*-------------Headings-------------*/

h1 {
font-size: 1.6em;
}

h2 {
font-size: 1.4em;
}

h3 {
font-size: 1.2em;
}

h4 {
font-size: 1.2em;
}

h5 {
font-size: 1.2em;
}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {
font-size: 1.2em;
}

.post {
font-size: 1.2em;
color:#000066;
}

.post p {
color:#666666;
font-size: 1.2em;
}

.post a {
color:#666666;
font-size: 1.0em;
}
.post h2 {
color:#666666;
font-size: 1.0em;
}

.post ul {
font-size: 1.2em;
}

.post li {
font-size: 1.2em;
}

.entry {
font-size: 1.2em;
}

.entrytext .postmetadata {
font-size: 1.1em;
color:#000033;
}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {
color:#000066;
font-size: 1.2em;
}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/
#sidebar ul {
list-style:none;
margin-left:0px;
padding-left:0px;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sidebar li {border-bottom: 1px solid #FFF;}
/* fix for browsers that don't need the hack */
html>body #sidebar li {border-bottom: none;}

#sidebar ul h2 {
list-style:none;
margin-left:0px;
padding:0px;
display:none;
}

#sidebar ul li {
list-style:none;
margin-left:0px;
padding:0px;
}

#sidebar ul ul {
list-style:none;
margin-left:0px;
padding:0px;
}

#sidebar ul ul li {
list-style:none;
margin-left:5px;
padding:0px;
}

#sidebar ul ul ul {
list-style:none;
margin-left:5px;
padding:0px;
}

#sidebar p {
color:#000066;
}
#sidebar {
background-image:url(http://www.cartuningguide.com/wp-content/themes/2collayout/images/nav-bg.gif);
}
#sidebar a {
background-repeat:no-repeat;
background-position:left bottom;
text-decoration:none;
color: #333333;
padding-left:5px;
font-size: 1.2em;
}
#sidebar a:hover {
color:#999999;
font-size: 1.2em;
}

#sidebar a:visited {
text-decoration:none;
background-color:none;
color:#000066;
font-size: 1.2em;
}
#sidebar a:visited:hover {
text-decoration:none;
background-color:none;
color:#333333;
font-size: 1.2em;
}
#news a {
text-decoration:none;
color: #000066;
font-size: 1.2em;
}
#news a:hover {
color:#999999;
font-size: 1.2em;
}

#news a:visited {
text-decoration:none;
color:#000066;
font-size: 1.2em;
}
#news a:visited:hover {
text-decoration:none;
color:#333333;
font-size: 1.2em;
}
/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}
