/* ----- Global ----- */

*
{
  margin: 0;
  padding: 0;
  font-family: Sans-Serif;
  font-size: 1em;
}

body
{
  margin: 0;
  padding: 0;
  background: #000000;
}

/* ----- IDs ----- */

#container{
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header 
{
  position: static;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
  text-align: left;
}

.navigation{
  position: static;
  float: none;
  width: 759px;
  margin: 0;
  padding: 0;
  background: none;
  background-color: #ece661;
  text-align: left;
}

#primaryContent
{
  position: static;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  background: 0;
  text-align: left;
  height: 500px;
}

#secondaryContent
{
  position: static;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
  text-align: left;
}   

#footer
{
  position: static;
  clear: both;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: #ece661;
  text-align: left;
}

#musicControl, #subscribe
{
	font-size: 10px !important;
	color: #fff;
	background-color: #000000;
	padding: 2px;
}

#musicControl a,
#musicControl a:active,
#musicControl a:hover,
#musicControl a:visited,
#subscribe a,
#subscribe a:active,
#subscribe a:hover,
#subscribe a:visited
{
	color: #fff;
}
#musicControl
{
	float:right;
}
#subscribe
{
	float: left;
}
/* ----- CLASSES ----- */

.hide
{
  display: none;
}

.show
{
  display: block;
}

.clearboth
{
  clear: both;
}
/* ----- HEADINGS ----- */

h1
{
}

h2
{
}

h3
{
}

h4
{
}
/* ----- PARAGRAPHS ----- */

p
{

  font: inherit;
  color: inherit;
  
  font-size: 1em;
  font-family: Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  
  text-align: left;
  text-indent: 0;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  
  letter-spacing: normal;
  word-spacing: normal;
}

/* ----- LISTS ----- 

li
{
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  list-style-position: inside;
  float: none;
  margin: 0;
  padding: 0;
}*/

li p
{
}

ol
{
}

ul
{
}

.navigation ul
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
 
}

.navigation ul li
{
  position: relative;
  float: left;
  display: table-cell;
  margin: 0 35px;
  font-family: "Trebuchet", "Trebuchet MS", sans-serif;
  font-size: 0.9em;
}
.botnavigation ul li
{
  position: relative;
  float: left;
  display: table-cell;
  margin: 0 20px;
  font-family: "Trebuchet", "Trebuchet MS", sans-serif;
  font-size: 0.9em;
}
.navigation ul li>ul, .botnavigation ul li>ul
{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: 0px;
	margin-top: 0px;
}
.botnavigation ul li:hover>ul,
.navigation ul li:hover>ul{
	display : block;
}

.navigation ul li a,
.navigation ul li ul li a,
.botnavigation ul li a,
.botnavigation ul li ul li a
{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
	color: #583119;
}

.navigation ul li,
.botnavigation ul li {
	background-color: #ece661;
	color: #000;
}


.navigation ul li:hover,
.navigation ul li a:hover,
.botnavigation ul li:hover,
.botnavigation ul li a:hover{
	background-color: #583119;
	color: #fff;
}

.navigation ul li:active,
.navigation ul li a:active,
.navigation ul li:focus,
.navigation ul li a focus,
.botnavigation ul li:active,
.botnavigation ul li a:active,
.botnavigation ul li:focus,
.botnavigation ul li a focus {
	background-color: #583119;
	color: #fff;
}

.navigation ul li a.current,
.botnavigation ul li a.current
{
	background-color: #583119;
	color: #fff;
}

.navigation a,
.botnavigation a {
	text-decoration: none;
}

.navigation ul li .activeNav,
.botnavigation ul li .activeNav
{
	
	background-color: #583119; 
	color: #fff;
}


ol li
{
}

ul li
{
}
/* ----- IMAGES ----- */

img
{
}

img a
{
}

img a:hover
{
}
/* ----- LINKS ----- */

a
{
  font: inherit;
  /*color: inherit;*/
  text-decoration: none;
  border-bottom: 0;
}

a:hover, a:focus
{
  /*color: inherit;*/
/*  background-color: inherit;*/
}

a:visited, a:active, a:focus
{
 /* color: inherit;*/
  /*background-color: inherit;*/
  border-bottom: 0;
}

a:visited
{
}

a:active
{
}

a:focus
{
}
/* ----- FORMS ----- */

form
{
}

fieldset
{
}

legend
{
}

label
{
}

input
{
}

textarea
{
}

input, textarea
{
}

select
{
}

optgroup
{
}

option
{
}
