/*  
Theme Name: Thea Harris
Theme URI: http://theaharris.com
Description: Thea Harris Theme
Author: Lifetree Creative Inc
Author URI: http://lifetreecreative.com
*/
/* ==== COLORS ==== 
Brown #a76b1e
Main Text: #fff
Orange: #c9995b
Green: #acbf71
*/


body {
	background: #a76b1e url(images/bg.jpg) repeat-x center top scroll;
	margin:0;
	padding:0;
	color:#eae5db;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size:13px;
}

h1, h2, h3, h4, h5, h6 {
	color: #eae5db;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-weight: lighter;
	letter-spacing: -1px;
}

p {
	line-height:22px;
}

p.smalltext {
	line-height: 15px;
	font-size: 12px;
}

a:link,
a:active,
a:visited,
a:hover {
	color: #acbf71;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #c9995b;
	color: #c9995b;
}

a img { border:none; }

.floatclear {
	clear:both;
	overflow:hidden;
	height:0px;
	width:0px;
}

.hidethis { display:none; }

.alignright {
	float: right;
	margin-left: 10px;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

input.field {
	background: transparent url(images/trans.png) repeat left top;
	border: 1px solid #6f6f0e;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 14px;
	padding: 10px;
	width: 327px;
}

input#s {
	background: transparent url(images/trans.png) repeat left top;
	border: 1px solid #6f6f0e;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 14px;
	padding: 3px;
	width: 230px;
}

/* =============== TEMPLATE =============== */

#mainWrapper {
	background: transparent url(images/design_bg.jpg) center top no-repeat;
	height: 650px;
	margin: 0 auto;
	width: 100%;
}

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

#topElements {
	overflow: hidden;
	height: 40px;
}

#musicPlayer {
	float: left;
	margin: 10px 0 0 10px;
}

/* Begin Nav */

#nav {
	float: right;
	margin-right: 0;
}

#nav {
width: 421px;
height: 40px;
position: relative;
background: url(images/menu.jpg);
margin: 0;
padding: 0;
}

#nav li {
float: left;
list-style-type: none;
}

#nav li a {
position: absolute;
top: 0;
margin: 0;
padding: 0;
display: block;
height: 40px;
background: url(images/menu.jpg) no-repeat;
text-indent: -9999px;
overflow: hidden;
}

/*up state*/
li#nav_home a {
left: 0;
width: 71px;
background-position: 0 0;
border: none;
}

li#nav_bio a {
left: 71px;
width: 45px;
background-position: -71px 0;
border: none;
}

li#nav_music a {
left: 116px;
width: 65px;
background-position: -116px 0;
border: none;
}

li#nav_calendar a {
left: 180px;
width: 93px;
background-position: -180px 0;
border: none;
}

li#nav_blog a {
left: 272px;
width: 56px;
background-position: -272px 0;
border: none;
}

li#nav_contact a {
left: 328px;
width: 93px;
background-position: -328px 0;
border: none;
}

/*hover state*/
li#nav_home a:hover {
background-position: 0 -40px;
}

li#nav_bio a:hover {
background-position: -71px -40px;
}

li#nav_music a:hover {
background-position: -116px -40px;
}

li#nav_calendar a:hover {
background-position: -180px -40px;
}

li#nav_blog a:hover {
background-position: -272px -40px;
}

li#nav_contact a:hover {
background-position: -328px -40px;
}

/* End Nav */

#contentArea {
	height: 400px;
	position: relative;
}

#logo {
	left: 0;
	position: absolute;
	top: 20px;
}

#content {
	height:465px;
	overflow:auto;
	padding:30px;
	position:absolute;
	right:0;
	top:0;
	width:370px;
}

#footer {
	color: #c9995b;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	height: 80px;
	line-height: 14px;
	margin: 0 auto;
	width: 930px;
}

#footer a {
	color: #c9995b;
}

#footer img a {
	border: none;
}

/* BLOG */

blockquote {
	font-style: italic;
}

textarea#comment {
	background: transparent url(images/trans.png) repeat left top;
	border: 1px solid #6f6f0e;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 14px;
	padding: 10px;
	width: 327px;
}

ul.dbem_events_list {
	margin: 0;
	padding: 0;
}

li.event {
	list-style-type: none;
	margin: 0 0 15px 0;
	line-height: 18px;
	padding: 0;
}

div#sidebar {
	border-top: 1px solid #ACBF71;
	margin-top: 15px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
}

