@charset "utf-8";
@charset "utf-8";
@media only screen and (max-width: 1678px) {
	#columnLeft {
	width:27% !important;
	-webkit-column-width:9em;
	column-width: 9em;
}

#columnRight {
	width:27% !important;
	margin-left:23em !important;
	-webkit-column-width: 9em;
	column-width: 9em;
	margin-top: -36.5em !important;
}
}

@media only screen and (max-width: 1440px) {
	#columnLeft {
	width:31% !important;
	-webkit-column-width: 9em;
	column-width: 9em;

}
#columnRight {
	width:31% !important;
	margin-left:31%;	
	-webkit-column-width: 9em;
	column-width: 9em;
}
}

@media only screen and (max-width: 1249px) {
	#columnLeft {
	width:35% !important;	
	-webkit-column-width: 9em;
	column-width: 9em;

}
#columnRight {
	width:35% !important;
	margin-left:35%;
}
}

@media only screen and (max-width: 1107px) {
	#columnLeft {
	width:39% !important;

}
#columnRight {
	width:39% !important;
	margin-left:39%;
	margin-top: -34em !important;
}
}
	
@media only screen and (max-width: 1073px) {
	#reviews a {
		font-size:.9em;
	}
	
	#biscuit #written p {
	clear:both;
	}

}

@media only screen and (max-width: 997px) {
	#cemetery #written p, #booger #written p {
	clear:both;
	}
	
	#columnLeft {
	width:39% !important;

}
#columnRight {
	width:39% !important;
	margin-left:40% !important;
	margin-top: -35.35em !important;
}
}

@media only screen and (max-width: 928px) {
.content h2 {
	font-size: 2.5em !important;
}
}

@media only screen and (max-width: 843px) {
#ReviewLinks {
	margin-top: -1.2em !important;
}
}

@media only screen and (max-width: 744px) {
.content h1 {
	font-size:5em !important;
	margin-top:.35em !important;
}

.content h3 {
	font-size:2em !important;
}

body p {
	font-size:.7em !important;
}
#ReviewLinks {
	margin-top: 0em;
}
#ReviewLinks a {
	font-size: .8em !important;
}

#columnRight {
	margin-top: -29.4em !important;
}
}

@media only screen and (max-width: 673px) {
.content h1 {
	font-size:4em !important;
}
.content h3 {
	font-size:1.8em !important;
}
#HomepageBtn a:link, #HomepageBtn a:hover {
	font-size:.7em !important;
}

body p {
	font-size:.7em !important;
	max-width:51% !important;
}

#columnLeft {
	width:69% !important;
	column-count:1 !important;

}
#columnRight {
	width:69% !important;
	margin-left:40% !important;
	margin-top: -34.5em !important;
	column-count:1 !important;
}
}

@media only screen and (max-width: 594px) {


.content img {
	margin-top:.2em !important;
}
#shows h2 {
	font-size: 2em !important;
}
}

@media only screen and (max-width: 450px) {

body p {
	max-width:48% !important;
}
}

@font-face {
	font-family: Garamond;
	src: url(/fonts/GARA.TTF)
}	

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

#booger h2 {
	margin-bottom:.2em !important;
}

	h5 {
			font-weight:normal;
		}
		
.dotCG {
  height: 25px;
  width: 25px;
  background-color: #99ad5c;
  border-radius: 50%;
  display: inline-block;
    color:white;
  font-family: "arial";
  line-height:25px;
  font-size:.9em;
  font-weight:bold;
	text-align: center;

}
.dotB {
  height: 25px;
  width: 25px;
  background-color: #7dc1c7;
  border-radius: 50%;
  display: inline-block;
    color:white;
  font-family: "arial";
  line-height:25px;
  font-size:.9em;
    font-weight:bold;
		text-align: center;


}
.dotBR {
  height: 25px;
  width: 25px;
  background-color: #ae1519;
  border-radius: 50%;
  display: inline-block;
  color:white;
  font-family: "arial";
  line-height:25px;
  font-size:.9em;
    font-weight:bold;
		text-align: center;
		}

	#schedule h2 {
	margin-bottom: .2em;	
	}
.background {
	background-color: #FFF;
}

body#home a#HomeNav,
body#booger a#BoogerNav,
body#biscuit a#BiscuitNav,
body#cemetery a#CemeteryNav,
body#schedule a#ScheduleNav,
body#press a#PressNav,
body#gallery a#GalleryNav,
body#bio a#Bionav
 {
border-bottom-style: solid;
border-bottom-color: #9D1C1F;
border-bottom-width: .5em;
cursor: default;
color: #9D1C1F;
}


/* ~~ Element/tag selectors ~~ */

a:hover, a:active, a:focus {
	text-decoration: none;
	color: #9D1C1F;
}

a img {
	margin: 3px 0 -2px 0;
	border: none;
}

a:link , a:visited{
	color: #000	;
	text-decoration: none; 
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	font-family: Verdana, Geneva, sans-serif;
}

ul a:link , ul a:visited{
	color: #000;
	font-weight:bold;
	text-decoration: none; 
}

a:hover, ul a:hover {
	color:#9D1C1F;
}



.fltrt { 
	float: right;
}

.fltlft { 
	float: left;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	/*width: 875px;*/
	margin: 0 auto;
}

.header {
}

.header h1 {
	color: #000;
	font-family: "Garamond", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform:capitalize;
	font-size: 44px;
	padding: 0 0 0 3%;
	margin-bottom:-.25em;
}

#MainImage {
width:33%;	
float:right;
max-width:427px;	
}

.header img {
	margin-top:-3.3em;
	width:100%;
	}
	
#headerLine {
	background-color: #9B1C1F;
	height: 2px;
	width: 62.5%;
	float:right;
	margin-right:33%;
}

.nav {
	margin-right:34%;
	text-align:right;
	padding-left:1%
}

.nav ul {
}

.nav ul li{
	list-style-type: none;
	color: #000;
	font-size: .75em;
	padding-left: 2.25em;
	display:inline-block;
	line-height:2em;
}

.content h1 {
	font-family: 'Oregano', cursive;
	font-size: 6em;
	text-align:center;
	margin-bottom:-.1em;
	margin-top:10%;
	font-weight:400;
	line-height:.9em;
}

.content h2 {
	font-family: 'Oregano', cursive;
	font-size: 3.25em;
	margin-bottom:.1em;
	margin-top:1em;
	font-weight:400;
	line-height:.9em;
}

.content{
padding-left:7%;
width: 57%;
float: right;
padding-right: 3%;
}

#shows h2 {
	float:left;
}

#shows img {
	float: right;
	width: 43%;
	margin-top:6%;
	max-width:360px;
}

#shows p {
	line-height:1.5em;
	line-height:1.5em;
	float: left;
	max-width:53%;
	font-size:.9em;
}

/*#booger #shows p {
	max-width:100%;
}
*/
#written {
	width: 130%;
}

#written p {
	font-family: 'Oregano', cursive;
	font-size: 1.2em;
	font-weight:400;
	font-style:italic;
	padding-top:2%;
	}

.content h3 {
		font-family: 'Abel', sans-serif;
	font-size: 2.3em;
		text-align:center;
		margin-bottom:.7em;	
		font-weight:400;
}

#HomepageBtn a:link, #HomepageBtn a:visited {
	color: #FFF;
	font-size:.9em;
	font-weight:normal;
	text-decoration: none; 
	letter-spacing:.1em;
	background-color:#9B1C1F;
	padding:.7em 1.2em;	
 }
 
  #HomepageBtn a:hover {
	color: #FFF;
	font-size:.9em;
	font-weight:normal;
	text-decoration: none; 
	letter-spacing:.1em;
	background-color:#000;
	padding:.7em 1.2em;	
 }
	
	#HomepageBtn {
		text-align:center;
}


.footer {
	float: right;
	margin-top: 2em;
	margin-right: 11%;
	clear:both;
}

.footer a:link, .footer a:visited {
font-size:.7em;
color:#000;
font-weight:400;
}

.footer a:hover, .footer a:active {
color:#9D1C1F;
}


/* SCHEDULE------------------------ */

/*.scheduleHeader {
	height: 2.5em;
	background-color: #000;
	margin-top: 1em;
	width: 99.8%;
}
.scheduleFooter {
	height: 3.97em;
	background-image: url(../images/schedule_footer.png);
	margin-top: -10%;
	background-size: contain;
	background-repeat:no-repeat;
}
*/

.table  {
	display: block;
	/*font-family: Georgia, "Times New Roman", Times, serif; */
	font-size:.8em;
	/*overflow:hidden;*/
	margin-top: 3%;
}

.table table {
	border-collapse:collapse;
}

.table a:link, .table a:visited {
	color: #9D1C1F;
}

tr:hover {
	background-color:#FCF4F4;
}

tr {
	vertical-align:top;
}

td {
    /*padding-left: 20px;*/
    padding-right: 1em;
}
#tickets {
	padding-right:1em;
}

.even {
	color: darkgray;
	border-bottom: 1pt solid gainsboro;
}

.odd {
	color: darkgray;
	border-bottom: 1pt solid gainsboro;

}

/*------------------END SCHEDULE */

/* PRESS ----------------------- */


#ReviewLinks {
    /* [disabled]max-width: 63%; */
    /* [disabled]float:left; */
    /* [disabled]font-size: .9em; */
}
#reviews h2  {
    margin-bottom: .5em;
}


#reviews a {
	color: #9D1C1F;
	line-height:1.2em;

}


#reviews a:hover, #reviews a:active, #reviews a:focus {
	text-decoration:underline;
}

#PullQuote {
    width: 90%;
    /* [disabled]background: green; */
    background-image: url(../images/quotes.png);
    background-repeat: no-repeat;
	padding-bottom: 30px;
}
#PullQuote p {
    font-size: 1.4em !important;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 30px;
	margin-bottom:0px;
}
#Attribution p {
	text-align: right !important;
	font-size: 1em !important;
}


.PressImage1 img {
	float: right;
	width: 31%;
	margin-top: -3.5em;
	max-width: 150px;
	margin-left:1%;
	/* [disabled]margin-right: 9%; */
}
.PressImage1-2 img {
	float: right;
	width: 31%;
	margin-top: 1em;
	max-width: 150px;
	/* [disabled]margin-right: 9%; */
	clear: both;
}
#press .content {
}


/* DISABLED
.PressImage2 img {
	margin-left: 16%;
	max-width: 604px;
	width: 71%;
	margin-top: 3%;
}


 Press images
.PressImage3 img {
	max-width: 494px;
	width:64%;
	margin-top:2%;
	float:left;
}

.PressImage4 img {
	max-width: 281px;
	width:34%;
	margin-top:2%;
	float:right;
}

.PressImage5 img {
	max-width: 322px;
	width:34%;
	margin-top:2%;
	margin-left: 41%;
}
.PressImage6 img {
	max-width: 604px;
	width: 61%;
	margin-top: 0%;
}
*/

#photos {
	width:79%;
	padding-right:20%;
}

#GalleryImages {
	display: table;
	padding-top:1%;
	}
	
#GalleryImages img {
	max-width: 100%;
	}
	


.GalleryImage {
 	display:table-cell;	
	padding-right: 1%;
}

#GallerySpacer {
	padding-top: 3%;
}

/*------------------END GALLERY */


/* ABOUT ----------------*/

#about {
	width: 79%;
	padding-right:20%;
}

#AboutJim {
	background-color:#2F8FAC;
	width: 50%
}

#about img {
	width: 35%;
	max-width:360px;
	padding: 0 1em 1em 0;
	margin-right: 21%;

}

#about p {
	line-height:1.5em;
	float: left;
	font-size:.8em;
	padding-left:.5em;
	padding-right: .25em;
}

#columnLeft {
	-webkit-column-count:2;
	-moz-column-count: 2;
	column-count:2;
	-webkit-column-gap: 1em;
	-moz-column-gap:1em;
	column-gap:1em;
	-webkit-column-rule: 1pt solid gainsboro;
	-moz-column-rule: 1pt solid gainsboro;
	column-rule: 1pt solid gainsboro;
	-webkit-column-width:10em;
	column-width: 10em;
	width:23%;
	margin-left:-.5em;

}
#columnRight {
	-webkit-column-count:2;
	-moz-column-count: 2;
	column-count:2;
	-webkit-column-gap: 1em;
	-moz-column-gap:1em;
	column-gap:1em;
	-webkit-column-rule: 1pt solid gainsboro;
	-moz-column-rule: 1pt solid gainsboro;
	column-rule: 1pt solid gainsboro;
	-webkit-column-width:10em;
	column-width: 10em;
	width:23%;
	float: left;
	margin-left:24em;
	margin-top:-34em;
	border-left: 1pt solid gainsboro;
	padding-left: .5em;
}


	


/*.aboutBiscuit h1 {
	paddin-top: 38px; 
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 75px;
	font-family: "Cooper Black", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 25px;
}

.aboutCG h1 {
	padding-top: 33px; 
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 75px;
	font-family: "Cooper Black", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 25px;
}
.aboutCG p   {
	padding-top: 8px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 75px;
	margin-top: -25px;
	line-height: 1.8em;
}
.aboutBiscuit p   {
	padding-top: 2px;
	padding-right: 35px;
	padding-bottom: 11px;
	padding-left: 75px;
	margin-top: -20px;
	line-height: 1.86em;
	margin-right: 128px;
}


.aboutText {
	background-image: url(../images/yellowPaper_about.png);
	height: 650px;
	width: 460px;
	margin-top: 40px;
	float: left;
	margin-left: -35px;
}
.aboutText h1 {
	padding-top: 39px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 60px;
	font-family: "Cooper Black", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 24px;
}

.aboutText p {
	padding-top: 8px;
	padding-right: 65px;
	padding-bottom: 30px;
	padding-left: 60px;
	margin-top: -25px;
	line-height: 1.93em;

	*line-height: 1.85em;
	font-size: 15px;
}
*/
/*------------------END ABOUT*/
