/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body {
	font-family: "Lucida Grande", sans-serif;
	font-size: 62.5%;
	background-image: url(images/wood_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000000;
}

ul { list-style: none inside; }
p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1.2em;
	color:#FFFFFF;
}
	p.metadata { background: #fff9a7; padding: 3px;} 
a {
	outline: none;
	color: #659935;
	text-decoration: none;
 }
 
a:hover { text-decoration: none; color: #EEE;}
a img { border: none; }

h1 {
	font-family: Georgia, serif;
	font-size: 2.4em;
	font-weight: normal;
	color: #a69028;
	}
	h1#logo {
		width: 426px;
		height: 150px;
		background: url(images/wakelife_logo.png) no-repeat center center;
		text-indent: -9999px;
	}
	
h2 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;	
	margin: 20px 0 0 0;

}

h3 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;	

}

h4 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #66FF33;
	font-variant: small-caps;
	text-align: left;
	margin-left: 120px;
	margin-top: -13px;
}
/* END RESET */

#slideshow {margin: 0 0 20px 0;}

#container {
	width: 960px;
	height: auto;
	margin: 0 auto;
}

#column {
	width: 310px;
	float: left;
}

.content {width: 620px; float: right; margin: 0 20px 0 0;}

.icon {margin: 0 35px 0 0;  border: 0; }

.clear {clear: both;}

#footer {
	border-top: thin #EEE solid;
	margin: 35px 0 35px 0;
	width: 100%;
}

#footer p {font-size: 10px;}

.logo {margin: 0 10px 0 0; vertical-align: middle; }