@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */

body {
	background-image: url(../img/body_bg.gif);	
	}
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	padding-top: 30px;
	padding-bottom: 30px;
	clear: none;
	float: none;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 8px 1px #574F47;
	box-shadow: 1px 1px 8px 1px #574F47;
}
h1 {
	margin-top: 15px;
	margin-bottom: 10px;
	color: #FF0202;
	font-family: "Comic Sans MS", cursive;
	font-size: 120%;
	line-height: 140%;
	clear:both;
}
h3 {
	padding-top: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	line-height: 140%;
	letter-spacing:0.05em;
	clear:both;
}
h3 .gbig {
	margin-top: 15px;
	margin-bottom: 10px;
	color: #77D151;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	line-height: 140%;
}
#header {
	width:94%;
	padding-bottom:20px;
	padding-left: 3%;
	padding-right:3%;
}
.logo {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#nav {
	width:100%;
}
#main_content {
	width: 90%;
	padding-left:5%;
	padding-right:5%;
	padding-top:20px;
	padding-bottom:20px;
}
#top_nav li {
	width: 100%;
	height: 50px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	background-color: #FFBABB;
	font-size:130%;
}
#top_nav li a {
	color: #5E3700;
	text-decoration: none;
}
p {
	font-size: 110%;
	color: #676767;
	line-height: 170%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	margin-left: 15px;
}
p.listp {
	font-size: 95%;
	font-weight: bold;
	color: #363636;
	line-height: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	padding-bottom: 2px;
	padding-left:10px;
	padding-right:10px;
	border-bottom: #4E4E4E 1px dotted;	
}
p.big {
	color: #515151;
	line-height: 165%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	margin-left: 35px;
	font-size: 125%;
	font-weight: bold;
}
p.small {
	font-size: 92%;
	color: #363636;
	line-height: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	margin-left: 20px;
	font-style: italic;
}
p.rightp {
	font-size: 170%;
	color: #A4A4A4;
	line-height: 150%;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 15px;
	font-style: italic;
	text-align: right;
	clear: both
}
.bimi {
	width:100%;
	clear:both;
	margin-top:15px;
	margin-bottom:15px;
}
.gmap {
	margin-top:15px;
	margin-bottom:15px;
}
 dl.reset {
	clear: both;
	margin-top: 15px;
	margin-bottom: 10px;
 }
 dt.year {
	margin-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	color:#515151;
}
dd.history {
	font-size: 97%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:150%;
	color:#676767;
}
.lineup {
	width:88%;
	height:auto;
	padding:6%;
	background-color:#000000;
	margin-top:10px;
	margin-bottom:10px;
}
.lineup img {
	width:100%;
	height:auto;
}
.sakura {
	clear:none;
	float:left;
	width:20%;	
	margin-right: 5%;
}
.sakura img {
	width:100%;	
	height:auto;
}
.performance {
	width: auto;
	margin-left:7%;
	margin-top:15px;
	margin-bottom:30px;
	padding:0px;
}
.clear {
	clear:both;
}
.listleft {
	width:100%;
	clear:both;	
	margin: 0px;
}
.ringo {
	width:100%;
	margin-top:5px;
	margin-bottom:15px;
}
.ringo img {
	width:100%;
	height:auto;
}
.ringo2 {
	width:100%;
	margin-top:10px;
	margin-bottom:15px;
}
.ringo2 img {
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
h1 {
	margin-top: 15px;
	margin-bottom: 20px;
	color: #FF0202;
	font-family: "Comic Sans MS", cursive;
	font-size: 160%;
	line-height: 140%;
}
h3 {
	font-size: 180%;
}
#header {
	width:94%;
	padding-left:3%;
	padding-right:3%;
}
.logo {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
#nav {
	width:100%;
}

#top_nav li {
	width: 25%;
	height: 50px;
	padding-top: auto;
	padding-bottom: auto;
	padding-left: 0px;
	padding-right: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	background-color: #FFBABB;
	float: left;
}
p.listp {
	font-size:105%;
}
.bimi {
	float:right;
	width:40%;
	margin-left:15px;
	margin-bottom:15px;
}
.lineup {
	width:40%;
	height:auto;
	padding:3%;
	background-color:#000000;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:4%;
	float:left;
	clear:none;
}
.ringo {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}
.ringo2 {
	width:25%;
	float: right;
	margin-top:10px;
	margin-left:5%;
	margin-bottom:15px;
}
.rightbox {
	width:auto;
	float:left;
	clear:none;
	padding:0px;
	margin-top:0px;
	margin-left:0px;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 78.6666%;
	max-width: 1232px;
	padding-left: 0.6666%;
	padding-right: 0.6666%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
h1 {
	margin-top: 15px;
	margin-bottom: 20px;
	color: #FF0202;
	font-family: "Comic Sans MS", cursive;
	font-size: 170%;
	line-height: 140%;
}
#header {
	width:94%;
	padding-left:3%;
	padding-right:3%;
}
.logo {
	width: auto;
	float: left;
}
#nav {
	width:100%;
}
#top_nav li {
	width: 25%;
	height: 50px;
	padding-top: auto;
	padding-bottom: auto;
	padding-left: 0px;
	padding-right: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	background-color: #FFBABB;
	float: left;
	font-size:150%;
}
.gmap {
	float:right;
	width:45%;
	clear:none;
	margin-top:0px;
}
.left {
	width:53%;
	margin-right:2%;
	float:left;
}
 dt.year {
	 width:10%;
	 margin-right:3%;
	 float:left;
	 height:60px;
	 text-align:right;
}
dd.history {
	 width:79%;
	 float:left;
}
.lineup {
	width:27%;
	height:auto;
	padding:2%;
	background-color:#000000;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:2%;
	float:left;
	clear:none;
}
.listleft {
	width:46%;
	clear:none;	
	margin-right: 2%;
	float:left
}
.ringo {
	width:40%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
#la_btn {
	float: right;
	height: 50px;
	width: 200px;
}
