/*  Stylesheet for the Home Page   */

*
{
	padding: 0px;
	margin: 0px;
}


html
{

}

body
{
	background-color: #e4d6a6;
}


#container
{	
	position: relative;
	margin: 10px auto;
	width: 1000px;
	height:525px;
}

#header 
{
	background:  url('../images/head.png') no-repeat top center;
	margin: 0 auto;
	height: 105px;
	width: 100%;
	position: relative;
}
		
#topNav
{
	text-align: center;
	position: relative;
	top: 72px;
	padding-left:28px;
	font-size:1.2em;
	font-family: tahoma, geneva, Sans-Serif;
}
	
#topNav li
{
	display: inline;
	list-style-type: none;
	padding-right: 30px;
	color: white;
}

#topNav li a
{
	color: white;
	text-decoration: none;
	text-transform: lowercase
}

#topNav li a:hover
{
	color: #efc22c;
	
}

#topNav .current_page_item a:link, #topNav .current_page_item a:visited, #topNav .current_page_item a:active 
{
	line-height: 3px;
	color: #efc22c;
}

.page_item ul
{
	position:absolute;
	visibility:hidden;
}


#logo
{
	height: 100%;
	width: 39%;
	float: left;
}

#coffeorderad
{
	background:  url('../images/coffeadpeaceparty.png') no-repeat;
	height: 156px;
	width: 382px;
	position: absolute;
	bottom:0px;
	left: 5px;
}

#contentArea
{
	position: relative;
	background:  url('../images/content.png') black no-repeat left;
	height: 320px;
	margin:0 auto;
}


#content
{
	background-color:black;
	border-left:1px solid black;
	position: absolute;
	width: 61%;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	border-top: none;
	right: 0px;
}

#footer
{
	background:  url('../images/footer3.png') no-repeat top;
	height: 184px;
	width: 100%;
	margin: 0 auto;
	float: left;
	position: relative;
}


#footbox
{
	height: 90px;
	width: 510px;
	position: relative;
	left: 456px;
	top: 43px;
}

#footbox p
{
	font: 18px Tahoma, Arial, Sans-Serif;
	word-spacing:1px;
}

#footbox p span
{
		color: #852e06;
}

#fbbutton
{
	right: 22px;
	bottom: 10px;
	position: absolute;
	background:  url('../images/fblogo.png') no-repeat top;
	width: 28px;
	height: 28px;
}

#twitterbutton
{
	right: 55px;
	bottom: 10px;
	position: absolute;
	background:  url('../images/twitter_icon_28x28.png') no-repeat top;
	width: 28px;
	height: 28px;
}

#twitterlogo
{
	display:block;
	width: 28px;
	height: 28px;
	
}

#jwplayer-2-div
{
	background-color:black;
	position: relative;
	bottom: 0px;
	top: 0px;
	right: 1px;
}

#post-
{
	bottom:0;
	position:absolute;
}

#copywrite
{
	font-size:12px;
	left:-20px;
	position:relative;
	text-align:right;
	top:5px;
}

#copywrite p 
{
	height: 10px;
	font-family: Tahoma;
	color: #473b27;
}


#fblogo
{
	display:block;
	width: 28px;
	height: 28px;
	
}
#coffee_AD a
{
	background:  url('../images/coffeeAD_verysmall2.png') no-repeat;
	width: 171px;
	height: 56px;
	right: 220px;
	bottom: 7px;
	position: absolute;
}
