/* ############# ELEMENTS ######################
##### This is where you provide style to #######
##### a general HTML tag or element ############
###############################################*/

body {
	color: #000000;
	background-color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-image: url(../images/background.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: auto;
	}

/* Prevents ugly blue border from appearing around hyperlinked images */
img {
	border: 0;
	}

h1 {
	font: italic bold 14pt Arial;
	color: #000000;
	text-align: left;
	}

h2 {
	font: italic bold 12pt Arial;
	color: #000000;
	}

h3 {
	font: italic bold 10pt Arial;
	color: #000000;
	}

/* ################# ID's ######################
##### These only appear once per page, #########
#### basically a unuque element for the page ###
###############################################*/

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}

#header {
	width: 800px;
	height: 114px;
	background-image: url(../images/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	}

/* ############ Wordishure character overlays ##############*/
#church_mice {
	position: absolute;
	top: 0;
	left: 550px;
	width: 249px;
	height: 166px;
	background-image: url(../images/characters/church_mice.png);
	background-repeat: no-repeat;
	}

#turner {
	position: absolute;
	top: -15px;
	left: 570px;
	width: 237px;
	height: 205px;
	background-image: url(../images/characters/turner.png);
	background-repeat: no-repeat;
	}
	
#fillmore {
	position: absolute;
	top: 10px;
	left: 500px;
	width: 293px;
	height: 115px;
	background-image: url(../images/characters/fillmore.png);
	background-repeat: no-repeat;
	}
	
#honx {
	position: absolute;
	top: 0;
	left: 550px;
	width: 240px;
	height: 154px;
	background-image: url(../images/characters/honx.png);
	background-repeat: no-repeat;
	}

#argyle {
	position: absolute;
	top: 0;
	left: 550px;
	width: 127px;
	height: 113px;
	background-image: url(../images/characters/argyle.png);
	background-repeat: no-repeat;
	}
	
#preston {
	position: absolute;
	top: 0;
	left: 550px;
	width: 128px;
	height: 111px;
	background-image: url(../images/characters/preston.png);
	background-repeat: no-repeat;
	}
	
#brimnibble {
	position: absolute;
	top: 16px;
	left: 703px;
	width: 185px;
	height: 114px;
	background-image: url(../images/characters/molasses.png);
	background-repeat: no-repeat;
	}
	
#strummingbird {
	position: absolute;
	top: 0;
	left: 510px;
	width: 167px;
	height: 109px;
	background-image: url(../images/characters/strummingbird.png);
	background-repeat: no-repeat;
	}

	
/*Adjusts the position of the "Tales of Wordishure PNG" */	
#header .title {
	padding-left: 5px;
	padding-top: 8px;
	}

#menu {
	}

#menu img {
	display: block;
	float: left;
	}

#menu_shadow {
	width: 800px;
	height: 9px;
	background-image: url(../images/menu-shadow.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	}
	
#body_content {
	width: 780px;
	margin-left: 10px;
	margin-right: 10px;
	}

#homepage_scrollbox {
	overflow:auto;
	height:190px;
	width:400px;
	border: solid 0px #000000;
	padding: 3px;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	overflow:-moz-scrollbars-vertical;
	}

#footer {
	text-align: center;
	}

/* ############# CLASSES ##################
##### These styles can be used in multiple #####
##### instances on a single page. ##############
###############################################*/

.audio {
	background-color: #f7f7d6;
	}

.clear {
	clear: both;
	}
	
.small_buttons {
	float: left;
	display: block;
	}

.small_buttons img {
	margin-left: 5px; /* Spaces the small buttons 10 pixels apart */
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.spacer_block {
	width: 1px;
	height: 50px;
	}
	
/* ##### HOMEPAGE NEWS : EASY-SLIDER ###########
##### These are all of the styles used for #####
###### the homepage news slider. ###############
###############################################*/

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
	}
	
#slider, #slider li {
	/* Define width and height of container element and list item (slide) list items must be the same size as the slider area */
	width:390px;
	height:250px;
	overflow:hidden; 
	border: 1px solid #b7b79b;
	}
	
#slider li{ 
	background:#f7f7d6;
	}		

#slider li h2{ 
	margin:0 20px;
	padding-top:20px;
	}	

#slider li p{ 
	margin:20px;
	}				

span#prevBtn{}

span#nextBtn{}					

/*#####  END EASY-SLIDER ########### */

