/*
Theme Name: Exotic World
Theme URI: http://wordpress.org/
Description: Wordpress theme & functionality for the documentary Exotic World and the Burlesque Revival.
Version: 1.0
Author: Bethany Bauman / Randy Skidmore
Author URI: http://www.be-what-you-are.com
*/


html, body {
	margin:0;
	padding:0;
}

body {
	background-color:#000;
	color:#190d06;
	background-image: url('images/desert_back.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}

/*---TYPE---*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1em;
	color:#321a0c;
}

a {
	color:#d05000;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	color:#d05000;
}

a.red {
	color:#bf1210;
	text-decoration:none;
}

a.red:hover {
	color:#bf1210;
	text-decoration:underline;
}

h1 {
	padding:5px 0 0 0;
	font-size:13px;
	text-transform:uppercase;
	line-height:.8em;
}

h2 {
	line-height:normal;
}

.container {
	margin:0 auto 0 auto;
	width:860px;
	position:relative;
}

#book {
	background-image: url('images/open_book.png');
	margin:19px 0 0 0;
	padding:0;
	width:839px;
	height: 641px;
	position:relative;
}

a.logobox {
	background-image: url('images/logo_box.jpg');
	float:left;
	width:397px;
	height:260px;
	border:none;
	text-indent:-9999px;
	margin: 32px 0 0 21px;
}

a.logobox:hover {
	background-position:-397px;
}

/*---MAILING LIST---*/

#mailinglist {
	position:absolute;
	right:30px;
	top:12px;
}

input {
	background:none;
	border:none;
	width:180px;
	color:#775230;
	font-size:10px;
}


/*---NAVIGATION----*/

#nav {
	right:0px; top:0px; /*----IE FIX----*/
	position:absolute;
	margin: 32px 3px 40px 0px;
}

a.nav_home {
	background-image: url('images/nav_home.jpg');
	width:73px;
	height:29px;
	float:left;
	text-indent:-9999px;
	margin-right:2px;
}

a.nav_home:hover {
	background-position:-73px;
}

a.nav_bio {
	background-image: url('images/nav_bio.jpg');
	width:50px;
	height:29px;
	float:left;
	text-indent:-9999px;
	margin-right:2px;
}

a.nav_bio:hover {
	background-position:-50px;
}

a.nav_press {
	background-image: url('images/nav_press.jpg');
	width:66px;
	height:29px;
	float:left;
	text-indent:-9999px;
	margin-right:2px;
}

a.nav_press:hover {
	background-position:-66px;
}

a.nav_news {
	background-image: url('images/nav_news.jpg');
	width:69px;
	height:29px;
	float:left;
	text-indent:-9999px;
	margin-right:2px;
}

a.nav_news:hover {
	background-position:-69px;
}

a.nav_links {
	background-image: url('images/nav_links.jpg');
	width:58px;
	height:29px;
	float:left;
	text-indent:-9999px;
	margin-right:2px;
}

a.nav_links:hover {
	background-position:-58px;
}

a.nav_buy {
	background-image: url('images/nav_support.jpg');
	width:72px;
	height:29px;
	float:left;
	text-indent:-9999px;
	margin-right:2px;
}

a.nav_buy:hover {
	background-position:-73px;
}

/*---IMAGE BAR----*/

#image_bar {
	right:0px; top:0px;/*----IE FIX----*/
	background-image: url('images/placeholder.jpg');
	width:399px;
	height:116px;
	margin:65px 4px 0 0px;
	position:absolute;
}

/*----VIDEO----*/

#video_area {
	width:382px;
	height:293px;
	background-image: url('images/video_area.jpg');
	margin: 0px 0 0 21px;
	padding:36px 0 0 10px;
	float:left;
	clear:left;
}

/*---CONTENT----*/

#content_area {
	right:0px; top:0px; /*----IE FIX----*/
	margin:180px 27px 0 0px;
	padding:0 10px 0 10px;
	width: 335px;
	height:430px;
	overflow:auto;
	position:absolute;
	
}

.cleardiv {
	height: 1px;
	clear:both;
}

/*----FOOTER----*/

#footer {
	color:#d05000;
	clear:both;
	margin-top:30px;
	padding-bottom:30px;
}

#footer p {
	text-align: center;
}

.donatebutton input {
	height:21px;
	width:74px;
}

.donatebutton {
	margin:-10px 0 0 380px;
}