@CHARSET "UTF-8";
/*
Theme Name: Experiment in Living
Theme URI: http://experimentinliving.org
Description: 
Version: .01
Author: Wilson Whitaker
Author URI: http://dwilsonwhitaker.com
Tags: Anchor image

The Real K2: http://en.wikipedia.org/wiki/K2

$Revision: 932M $
*/

/* Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	}

body {
	background: #666;
	font-family: helvetica, arial;
	font-size:.8em;
}

a {
	color:#333;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

#page {
	width: 950px;
	margin: 0 auto;
	display:block;
}

#home {
	width: 950px;
	height: 633px;
}

#home_anchor {
	width: 950px;
	height: 633px;
	background:yellow;
	position: relative;
	z-index:-9;
	float:left;
	margin: 0;
	
}

#home_logo {
	background:url(images/logo4.png) no-repeat;
	position: absolute;
	text-indent: -9999px;
	font-weight:bold;
	font-size:2.5em;
	text-transform: uppercase;
	top:0;
	right: 0;
	text-shadow:0 1px 1px black;
	margin: 0 0 0 2px;
	width: 512px;
	height: 75px;
}

#home_title {
	position: relative;
	color: white;
	font-weight:bold;
	font-size:2.5em;
	text-transform: uppercase;
	top:600px;
	text-shadow:0 1px 1px black;
	margin: 0 0 0 2px;
}

#left {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	width: 475px;
	height: 633px;
	margin-left:-475px; 
	z-index: 100;
}

#right {
	position: absolute;
	top: 0;
	left: 50%;
	width: 475px;
	height: 633px;
	z-index: 100;
}

#back {
	background:url(images/arrows.png) no-repeat;
	width: 109px;
	height: 72px;
	top:250px;
	margin: 0 0 0 -20px;
	display:none;
	position: absolute;
}

#forward {
	background:url(images/arrows.png) -109px 0 no-repeat;
	width: 109px;
	height: 72px;
	top:250px;
	margin: 0 0 0 880px;
	display:none;
	position: absolute;
}

#home_content {
	width: 600px;
	border-right: 1px dotted #333;
	margin:10px 0 0 0;
	padding: 0 10px 0 0;
	float:left;
	font-weight: bold;
}

#home_sidebar {
	float: left;
	width: 315px;
	margin:-25px 0 0 20px;
	padding: 35px 0 0 0;
	/*background:url(images/dropdown-grey.png) no-repeat top center;*/
	font-style: italic;	
	text-align:right;
}

#footer {
	width:950px;
	margin: 20px 0 0 0;
	clear:both;
	height: 50px;
	color: #333;
	font-size: .8em;
}

.clear {
	float:left;
	clear:both;
	margin: 10px 0;
}
