html {
   background-color: black;
   margin: 0px;
}

body {
   	float: none;
   	margin-left: auto;
   	margin-right: auto;
   	margin-top: 10px;
   	margin-bottom: 0px;
   	height: 1400px;
   	width: 1300px;
	
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-image-source:  url(../images/SimonVerticalBorder.PNG);
	border-image-slice: 82;
	border-image-width: 20px;
	border-image-outset: 0;
	border-image-repeat: repeat;
}

section#borderHolder {
	height: 1370px;
	margin-top: -7px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-image-source:  url(../images/SimonHorizontalBorder.PNG);
	border-image-slice: 82;
	border-image-width: 20px;
	border-image-outset: 0px;
	border-image-repeat: repeat;
}

header table.pageHeader {
	float: left;
}	

header table.pageHeader img{
	padding-top:10px;
	margin: 0px 0px 0px 32px;
}

header table.pageHeader td#imageCell {
	float: left;
}

header table.pageHeader td#headerCell {
	float: left;
}

header table.pageHeader td h1{
	color: #f7aa13;
	display: block;
	font-family: Copperplate, "Copperplate Gothic Light", fantasy;
	font-size: 45px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 60px;
	float: left;
	margin: 55px 0px 0px 150px;
	text-align: center;
}
/*Nav*/

header nav {
	clear: left;
	float: left;
	margin: 5px 0px 0px -10px;
	padding: 0px 0px 0px 0px;
	width: 1300px;
}

header nav ul li {
	background-color: black;
	border-top: 1px solid #f29e03;
	color: #fbac19;
	display: block;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
   	font-size: 18px;
   	font-weight: bold;
   	float: left;
   	height: 30px;
   	letter-spacing: 2px;
   	line-height: 28px;
	margin: 0px 4px 0px 0px;
	padding: 5px 0px 8px 0px;
  	text-align: center;
   	width: 134;

	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	-o-box-shadow: inset #fbac19 -5px -5px 5px, inset #f9e1b4 3px 3px 2px;
	-moz-box-shadow: inset #fbac19 -5px -5px 5px, inset #f9e1b4  3px 3px 2px;
	-ms-box-shadow: inset #fbac19 -5px -5px 5px, inset #f9e1b4  3px 3px 2px;
	-webkit-box-shadow: inset #fbac19 -5px -5px 5px, inset #f9e1b4  3px 3px 2px;
	box-shadow: inset #fbac19 -5px -5px 5px, inset #f9e1b4 3px 3px 2px;
}

/*Home Button*/

header nav.horizontal ul li#home a {
	color: #fbac19;
	text-decoration: none;
}

header nav.horizontal ul li#home a:hover{
	color: black;
	background-color: #f29e03;
	padding: 4px 32px 7px 32px;
	margin: 0px 1px 0px 0px;
	
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-o-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-moz-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-ms-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-webkit-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
}

/*Booking Button*/

header nav.horizontal ul li#book a {
	color: #fbac19;
	text-decoration: none;
}

header nav.horizontal ul li#book a:hover{
	color: black;
	background-color: #f29e03;
	padding: 4px 18px 7px 20px;
	margin: 0px 1px 0px 0px;
	
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-o-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-moz-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-ms-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-webkit-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
}

/*Media Button*/

header nav.horizontal ul li#media a {
	color: #fbac19;
	text-decoration: none;
}

header nav.horizontal ul li#media a:hover{
	color: black;
	background-color: #f29e03;
	padding: 4px 20px 7px 22px;
	margin: 0px 1px 0px 0px;
	
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-o-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-moz-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-ms-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-webkit-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
}

/*Events Button*/

header nav.horizontal ul li#events a {
	color: #fbac19;
	text-decoration: none;
}

header nav.horizontal ul li#events a:hover{
	color: black;
	background-color: #f29e03;
	padding: 4px 12px 7px 13px;
	margin: 0px 1px 0px 0px;
	
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-o-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-moz-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-ms-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-webkit-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
}

/*History Button*/

header nav.horizontal ul li#history a {
	color: #fbac19;
	text-decoration: none;
}

header nav.horizontal ul li#history a:hover{
	color: black;
	background-color: #f29e03;
	padding: 4px 19px 7px 19px;
	margin: 0px 1px 0px 0px;
	
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-o-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-moz-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-ms-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-webkit-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
}

/*Bios Button*/

header nav.horizontal ul li#bios a {
	color: #fbac19;
	text-decoration: none;
}

header nav.horizontal ul li#bios a:hover{
	color: black;
	background-color: #f29e03;
	padding: 4px 33px 7px 35px;
	margin: 0px 1px 0px 0px;
	
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-o-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-moz-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-ms-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-webkit-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
}

/*Weddings Button*/

header nav.horizontal ul li#weddings a {
	color: #fbac19;
	text-decoration: none;
}

header nav.horizontal ul li#weddings a:hover{
	color: black;
	background-color: #f29e03;
	padding: 4px 2px 7px 3px;
	margin: 0px 1px 0px 0px;
	
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-o-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-moz-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-ms-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-webkit-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
}

/*Song Lists Button*/

header nav.horizontal ul li#lists a {
	color: #fbac19;
	text-decoration: none;
}

header nav.horizontal ul li#lists a:hover{
	color: black;
	background-color: #f29e03;
	padding: 4px 2px 7px 4px;
	margin: 0px 1px 0px 0px;
	
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-o-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-moz-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-ms-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-webkit-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
}

/*Store Button*/

header nav.horizontal ul li#store a {
	color: #fbac19;
	text-decoration: none;
}

header nav.horizontal ul li#store a:hover{
	color: black;
	background-color: #f29e03;
	padding: 4px 33px 7px 34px;
	margin: 0px 1px 0px 0px;
	
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-o-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-moz-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-ms-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-webkit-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
}

/*Drop Down*/

#media ul.multiUL li.multi, #events ul.multiUL li.multi, #history ul.multiUL li.multi, #bios ul.multiUL li.multi, #weddings ul.multiUL li.multi, #lists ul.multiUL li.multi {
	border: none;
	display: block;
	clear: left;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 8px 0px;
	position: relative;
	left: 35px;
	top: 10px;
	width: 99px;
}

#media ul.multiUL li.multi a, #events ul.multiUL li.multi a, #history ul.multiUL li.multi a, #bios ul.multiUL li.multi a, #weddings ul.multiUL li.multi a, #lists ul.multiUL li.multi a {
    	color: #f29e03;
    	display: block;
	background-color: black;
	padding: 5px 5px 6px 5px;
	margin: 0px 0px 0px -35px;
	text-align: center;
	
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-o-box-shadow: inset #fbac19 -3px -3px 3px, inset #f9e1b4 2px 2px 1px;
	-moz-box-shadow: inset #fbac19 -3px -3px 3px, inset #f9e1b4  2px 2px 1px;
	-ms-box-shadow: inset #fbac19 -3px -3px 3px, inset #f9e1b4  2px 2px 1px;
	-webkit-box-shadow: inset #fbac19 -3px -3px 3px, inset #f9e1b4  2px 2px 1px;
	box-shadow: inset #fbac19 -3px -3px 3px, inset #f9e1b4 2px 2px 1px;
}

#media ul.multiUL li.multi a:hover, #events ul.multiUL li.multi a:hover, #history ul.multiUL li.multi a:hover, #bios ul.multiUL li.multi a:hover, #weddings ul.multiUL li.multi a:hover, #lists ul.multiUL li.multi a:hover {
	color: black;
	background-color: #f29e03;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px -35px;
	
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-o-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-moz-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-ms-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	-webkit-box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
	box-shadow: inset black -2px -2px 2px, inset grey 2px 2px 1px;
}

 #media ul, #events ul, #history ul, #bios ul, #weddings ul, #weddings ul, #lists ul{
	display: none;
  }

  #media:hover ul, #events:hover ul, #history:hover ul, #bios:hover ul, #weddings:hover ul, #lists:hover ul{
  	display: block;
  	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
  	position: absolute;
  }
  
section {
	display: block;
	height: 65%;
}

/*Table Layout*/

table td#topLeft{
	width: 40%;
}
table td#topRight{
	width: 60%;
}
table td#bottomLeft{
	width: 40%;
}
table td#bottomRight{
	width: 60%;
} 

/*Event Title*/

h1#eventTitle {
	color: #f7aa13;
	display: block;
	font-family: Copperplate, "Copperplate Gothic Light", fantasy;
	font-size: 36px;
	letter-spacing: 3px;
	line-height: 46px;
	float: left;	
	margin: 130px 0px 0px 0px;
	text-align: center;
}

/*Time / Date / Title*/

aside#dateTime{
	display: block;
	margin: -100px 0px 0px 100px;
	padding: 0px 0px 0px 0px;
}

aside#dateTime p{
	color: #fbac19;
	clear: left;
	font-family: Copperplate, "Copperplate Gothic Light", fantasy;
   	font-size: 26px;
   	font-weight: bold;
	line-height: 36px;
	letter-spacing: 2px;
}

figure#eventImg {
	display: block;
	margin: 40px 0px 0px 60px;
	padding: 0px 0px 0px 0px;
}

/* Event Map */

div#map{
	display: block;
	height: 300px;
	width: 300px;
	border: 5px ridge #fbac19;
	margin: 20px 0px 20px 80px;
	padding: 0px 0px 0px 0px;

	-o-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

/* Event Details*/

p#eventText{
	color: #fbac19;
	clear: right;
	float: right;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
   	font-size: 26px;
   	line-height: 36px;
   	margin: 0px 0px 0px -80px;
	padding: 0px 0px 0px 0px;
}

/*Calendar Return Link*/

aside#calendarReturn{
	background-color: black;
	border: 3px ridge #fbac19;
	display: block
	clear: right;
	float: right;
	margin: 30px 100px 30px 0px;
	padding: 10px 1px 10px 1px;
	
	-o-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

aside#calendarReturn a{
	color: #fbac19;
	font-family: Copperplate, "Copperplate Gothic Light", fantasy;
   	font-size: 26px;
   	padding: 9px 9px 9px 9px;
	text-decoration: none;
	
	-o-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

aside#calendarReturn a:hover{
	background-color: #fbac19;
	color: black;
}

/*Footer*/

footer{
	border-top: 1px solid #fbac19;
	clear: left;
	float: left;
	width: 100%;
}

footer table.footerTable{
	clear: left;
	display: block;
	float: left;
	margin: 20px 0px 0px 172px;
}

footer table.footerTable td {
	float: left;
   	margin-left: 12px;
	margin-right: 12px;
	padding-top: 22px;
}

footer table.footerTable td  img{
	height: 57px;
	width: 210px;
}

footer h1{
	color: #f29e03;
	display: block;
	float: left;
	font-family: "Brush Script MT", cursive;
   	font-size: 22px;
   	letter-spacing: 1px;
   	line-height: 2px;
   	margin-top: 20px;
   	margin-left: 270px;
}