/* @override http://basikneads.cornellcoulon.com/site/wp-content/themes/basikneads/homepage.css */

html, body {
	background: #a7b147 url(images/body2.gif) center;
}
div#header {
	top: 180px;
}
div#nav {
	top: 206px;
}

div#banner {
	height: 582px;
}
div#banner img {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
div#controls {
	position: absolute;
	top: 12px;
	right: 15px;
	z-index: 100;
}
div#controls a {
	display: block;
	float: right;
	margin-left: 10px;
	border: 1px solid #534741;
	background: white;
	width: 10px;
	height: 10px;
}
div#controls a span {
	display: block;
	float: right;
	width: 8px;
	height: 8px;
	border: 1px solid white;
}
div#controls a.selected span {
	background: #d56028;
}
div#controls a:hover {
	background: #feb884;
}
div#content-wrap {
	position: absolute;
	top:305px;
	left: 50px;
	width: 850px;
	padding: 0px;
	background: none;
}
div#content {
	float: none;
	width: auto;
	min-height: 1px;
}

div#left, div#mid, div#right {
	position: absolute;
	top: 0px;
	width: 260px;
}
div#left {
	left: 0px;
}
div#mid {
	left: 318px;
}
div#right {
	xwidth: 260px;
	right: 0px;
	text-align: right;
}
div.box {
	padding: 10px 20px;
	border: 5px solid white;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom: 20px;
}
.odd-box {
	float: none;
	margin: 0;
}
div#difference {
	background: url(images/box-tan-bg.png);
	color: #252525;
}
div#difference h4 {
	font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #7c237b;
	font-weight: normal;
}
div#news {
	background: url(images/box-purple-bg.png);
}
div#quotes {
	background: url(images/box-red-bg.png);
}
div#quotes p {
	display:inline;
	margin-right:1em;
}
.more {
	white-space:nowrap;
}
div#mid {
	color: white;
}
div#mid a {
	color: white;
	text-decoration: underline;
}
div#mid h4 {
	font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: white;
	font-weight: normal;
}
div#mid p {
	margin-bottom: 0;
}

div#footer {
	margin-top: 20px;
	color: #52550d;
}
div#footer a {
	color: #52550d;
}
div#footer strong {
	color: #d56028;
}