@media screen and (orientation: portrait) {

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

body {
   	float: none;
   	margin-left: auto;
   	margin-right: auto;
   	margin-top: 10px;
   	margin-bottom: 0px;
   	height: 3380px;
   	width: 940px;
	
	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: 3350px;
	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 Image*/

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#title2{
	display: none;
}
header table.pageHeader td h1#title1{
	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: 30px 0px 0px 90px;
	text-align: center;
}

/*Nav*/

header nav {
	clear: left;
	float: left;
	padding: 0px 0px 0px 0px;
	width: 920px;
	margin: 20px 0px 5px 0px ;
}

header figure.header img{
	display: block;
	float: left;
	height: 201px;
	width: 926px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

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

	-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: 9px 76px 9px 76px;
	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: 9px 56px 9px 56px;
	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: 9px 53px 9px 53px;
	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: 9px 44px 9px 44px;
	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: 9px 48px 9px 48px;
	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: 9px 72px 9px 72px;
	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: 9px 23px 9px 23px;
	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 {
	letter-spacing: 1px;
}

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: 9px 23px 9px 23px;
	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: 9px 82px 9px 82px;
	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 32px 0px;
	position: relative;
	left: 35px;
	top: 22px;
	width: 228px;
}

#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: 15px 5px 20px 5px;
	margin: 0px 0px 0px -35px;
	text-align: center;
	
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	-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: 12px 0px 23px 0px;
	margin: 0px 0px 0px -35px;
	
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-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{
	margin-top: 10px;
}

p {
	clear: left;
	float: left;
	color: #f7aa13;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 26px;
	line-height: 36px;
	font-style: normal;
	margin: 20px 40px 50px 40px;
	padding: 0px;
}

/*Footer*/

footer{
	border-top: 1px solid #fbac19;
	clear: left;
	float: none;
	width: 920;
	margin: auto;

}
footer table.footerTable {
	margin: 15px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
}

footer table.footerTable td {
	margin: 0px 0px 0px 0px;
	padding: 18px 20px 0px 0px;
}

footer table.footerTable td  img{
	height: 58px;
	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: 20px 0px 0px 265px;
	padding: 0px 0px 0px 0px;
}
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (orientation: landscape) {

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

body {
   	float: none;
   	margin-left: auto;
   	margin-right: auto;
   	margin-top: 10px;
   	margin-bottom: 0px;
   	height: 2730px;
   	width: 1200px;
	
	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: 2700px;
	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 Image*/

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#title1{
	display: none;
}
header table.pageHeader td h1#title2{
	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: 20px 0px 0px 130px;
	text-align: center;
}

/*Horizontal Nav*/

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

header nav.horizontal ul li {
	display: block;
	float: left;
   	padding: 10px 0px 15px 0px;
   	margin: 5px 5px 5px 5px;
   	width: 200px;
   	background-color: black;
	border-top: 1px solid #f29e03;
	color: #fbac19;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
   	font-size: 26px;
   	font-weight: bold;
   	letter-spacing: 2px;
  	text-align: center;

	-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 {
	margin-left: 202px;
}

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: 6px 54px 10px 54px;
	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: 6px 37px 8px 37px;
	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:6px 32px 10px 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;
}

/*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: 6px 26px 10px 26px;
	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 {
	clear: left;
	margin-left: 102px;
}

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: 6px 30px 10px 30px;
	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: 6px 51px 10px 51px;
	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: 6px 8px 10px 8px;
	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 {
	letter-spacing: 1px;
}

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: 6px 8px 10px 8px;
	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: 6px 60px 10px 60px;
	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 0px 0px;
	position: relative;
	left: 35px;
	top: 15px;
	width: 166px;
}

#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: 11px 5px 11px 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: 11px 5px 11px 5px;
	margin: 0px 0px 0px -35px;
	
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-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{
	margin-top: 10px;
}

p {
	clear: left;
	float: left;
	color: #f7aa13;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 26px;
	line-height: 36px;
	font-style: normal;
	margin: 30px 40px 50px 40px;
	padding: 0px;
}

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 170px;
}

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

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

footer table.footerTable td 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: 213px;
}
}  