/*
  Theme Name: Swerve Living Theme
  Theme URI: www.swerveliving.com
  Description: Swerve Living Theme
  Version: 1.0
  Author: Paul Harris
  Author URI: www.paulharris.ca
  Tags:
*/




/***** Universal reset to eliminate the margins and padding on the whole page, cascades to all of the elements. *****/
* {
	margin:0;
	padding: 0;
}
body {
	font: normal 13px/1.6em "Lucida Sans Unicode","Lucida Grande", Garuda, sans-serif;
	color: #440;
	letter-spacing:0em;
	word-spacing:0.1em;
	background-color: #837722;
}

#containerforpage {
	width:990px;
	margin:25px auto;
}
#header {
	width:100%;
	height:232px;
	background: #fff url(images/banner.jpg) no-repeat;
}
#wrapper{
	width:100%;
	background-color: #fff;
	background-image: url(images/mainbackground.gif);
	background-repeat: repeat-y;
	background-position-x: left;
}
#twocols {
	width:100%;
}

#maincol {
	width:665px;
	float:right;
	padding-left: 25px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom:25px;
}

#leftcol {
	width:225px;
	float:left;
	min-height: 500px;
	padding: 25px 25px;
}
#footer {
	width:100%;
	height: 40px;
	margin-bottom: 25px;
	text-align: center;
	background-color: #6f2405;
}

#logo, #slogan {
	text-indent: -9999px;
}

#page-superhead  {
	position:relative;
	top:10px;
	left: 290px;
	font-size:26px;
	line-height:24px;
	vertical-align:bottom;
	background-color:#fff;
	color:#CA7029;
	text-align:right;
	height: 20px;
	width: 250px;
	font-family: "Lucida Sans Unicode","Lucida Grande", Garuda, sans-serif;
}

/***** Navigation *****/
#mainmenubar {
	width:100%;
	background: #6f2405;
	height:40px;
}

#mainmenulist li{
	display: inline;
	padding: 0 5px;
}


#mainmenulist {
	float: right;
	padding: 10px 10px 7px  0;
}

/***** Default Styles ****/
#maincol img.alignleft {
	float: left;
	padding: 0 15px 15px 0;
	border: none;
}
#maincol img.alignright {
	float: right;
	padding: 0 0 15px 15px;
	border: none;
}
#maincol a img {
	border:none;
}

#maincol p {
	padding-bottom: 1em;
}
h3 {
	font-size: 1.2em;
	color: #660;
	font-weight: bold;
}
div.widget {
	padding-bottom: 20px;
}
div.widget ul li {
	list-style: none;
}
a {
	color: #F60;
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;
}
a:hover {
	color: #C60;
}

#sidebarmenu ul li{
	list-style:none;
}

/**** Content *****/


/**** Float containers fix ****/ 
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;} .clearfix{display: inline-block;}