/*
  Theme Name: Greentree Theme
  Theme URI: www.lesliegreentree.ca
  Description: Leslie Greentree 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;
}

#containerforpage {
	width:960px;
	margin:0 auto;
	background: url(images/sidebar.jpg) no-repeat 0 25px;
}
#header {
	width:100%;
	height:155px;
}
#wrapper, #twocols {
	width:100%;
}
#maincol {
	width:500px;
	padding-left:200px;
	float:left;
}
#rightcol {
	width:230px;
	margin-left:30px;
	float:right;
}
#footer {
	width:100%;
	margin-bottom: 25px;
	padding-top: 25px;
	text-align: center;
	background-color: #fff;
}

#logo, #slogan {
	text-indent: -9999px;
}

/***** Default Styles ****/
#maincol img.alignleft {
	float: left;
	padding: 0 15px 15px 0;
}
#maincol img.alignright {
	float: right;
	padding: 0 0 15px 15px;
}


#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: #e4426c;
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;
}
a:hover {
	color: #dd0;
}

/**** Footer Navigation ****/
#footer ul#footermenu li {
	list-style: none;
	display: inline;
	padding: 0 20px;
	text-align: center;
	border-left: 1px dotted #440;
	position: relative;
}
#footer ul#footermenu li:first-child {
	border: none;
}
#footer ul#footermenu li a {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #660;
}
#footer ul#footermenu li a:hover {
	color: #dd0;
}


#footer ul#footermenu li ul {
	position: absolute;
	top:25px;
	left: 20px;
	width: 200px;
	display: block;
}
#footer ul#footermenu li ul li {
	display: block;
	border: none;
	padding: 3px 0;
	margin: 0;
	text-align: left;
	font-size: 0.8em;
}
#footer ul#footermenu li ul li a {
	margin: 0;
	padding: 0;
	line-height: 1em;
	padding: 6px 0;
}


/**** Content *****/


/**** Float containers fix ****/ 
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;} .clearfix{display: inline-block;}