@charset "UTF-8";
/* CSS Document */

/*OVERALL STYLES*/
.wrapper {
	margin:0px auto;
	width:100%;
}
h1 {
	font-size: 6em;
	font-family: 'Stint Ultra Condensed', cursive;
	text-transform:uppercase;
}
.intro p {
	margin: 0 auto;
	font-size: 2em;
	font-family: 'Stint Ultra Condensed', cursive;
	text-align:center;
}
p a:link, p a:visited {
	text-decoration:none;
	color:#584633;	
}
p a:hover {
	color:#791C22;
}
p .b {
	font-weight:bold;
}
.fineprint {
	font-size:12px;font-weight:100;
}

/*INDEX PAGE STYLES*/
#section0, #section2, #section4 {
	background-image: url(../img/pageelements/bck-butcherpaper.jpg);
	background-repeat: repeat;
}
.header {
	width:100%;
	display:block;
	margin-top:40px;
	z-index:1;
}

/*FEATURED ITEMS*/
.featured h1 {
	display:none;
	font-size: 42px;
	letter-spacing:2px;
	font-family: 'Stint Ultra Condensed', cursive;
	color:#7C181E;
	text-align:center;
	text-decoration: underline;
}
.featured h2 {
	display:none;
	font-size: 20px;
	padding-top:10px;
	letter-spacing:4px;
	font-family: 'Raleway', sans-serif;
	color:#6A5D41;
	text-align:center;
}
#floatleft {
	float:left;
	width:42%;	
	padding: 10px;
}
.featured #floatleft img {
	width:100%;
	margin:19px 9px;	
}
#floatright {
	float:right;	
	width:55%;
	margin:10px;
}
#slidy-container { 
	width: 100%; 
	margin: 0px auto; 
	overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#slidy-container img{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#slidy-container figcaption { 
	font-family: 'Raleway', sans-serif;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
#clear {
	clear:both;
	width:0%;	
}

/*EMAIL CLUB*/
.email {
	margin-bottom:25px;
	padding:20px;
	background-image: url(../img/pageelements/bck-woodtexture.jpg);	
	-moz-box-shadow: inset 0 0 15px 5px #000000;
   -webkit-box-shadow: inset 0 0 15px 5px #000000;
   box-shadow: inset 0 0 15px 5px #000000;}
.email h1, .galtext h1 {
	font-size: 6em;
	font-family: 'Stint Ultra Condensed', cursive;
	color:#ffffff;
	text-align:center;
	text-shadow: 0 0 3px #000;
}
.email p {
	color:#ffffff;
	font-size:3em;
	text-shadow: 0 0 3px #000;
	font-weight:bold;
}
.email p a:link {
	color:#E6D5B9;
}
.email p a:hover {
	color:#ffffff;
}
.email p a:link, .email p a:visited {
	text-decoration:none;
	color:#E6D5B9;	
}
/*EVENT PAGE STYLES*/
#slide1, #slide2, #slide3, #slide4, #slide5, #slide6 {
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:cover;
}
#slide1, #slide2 {
	background-image: url(../img/events/event9.jpg);
}
#slide3 {
	background-image: url(../img/events/eventLCC.jpg);
}
#slide4 {
	background-image: url(../img/events/event1.jpg);
}
#slide5 {
	background-image: url(../img/events/event4.jpg);
}
.eventtext {
	background-image: url(../img/pageelements/bck-blacktexture.jpg);
	background-repeat: repeat;
	padding:30px;
	width:40%;
	min-height:100vh;
	margin:0px auto;
	box-shadow: 0 0 3px #000;
	color:#ffffff;
	text-align:center;
}
.eventtext h1 {
	font-size:3em;	
}
.eventtext h2 {
	font-size:2.5em;
	font-family: 'Stint Ultra Condensed', cursive;
}
.eventtext p {
	font-family: 'Raleway', sans-serif;
	font-size:16px;	
	line-height:24px;
	width:75%;
}
.eventtext p b {
	font-size:18px;
	line-height:22px;	
}
.eventtext p a:link, .eventtext p a:visited {
	color:#ffffff;	
}
.eventtext p a:hover {
	color:#7C181E;	
}
#slide2 .eventtext p, #slide3 .eventtext p, #slide4 .eventtext p, #slide5 .eventtext p, #slide6 .eventtext p {
	width:75%;	
	margin: 0 auto;
}
.divider {
	width:75%;
	color:#ffffff;
	margin:25px auto;
}

/*MENU STYLES*/
.menuheader {
	display:block;
	margin:40px auto 10px auto;
	width:75%;	
}
#fineprint {
	font-family: 'Raleway', sans-serif;
	font-size:12px;
	line-height:12px !important;
	letter-spacing:3px;
	color:#422F0A;
}
.foodmenu {
	padding:0px 50px;	
}
.foodmenu a:link, .foodmenu a:hover, .foodmenu a {
	text-decoration:none;	
	display:block;
}
.foodmenu .item {
	font-family: 'Stint Ultra Condensed', cursive;
	font-size:4em;
	text-transform:uppercase;
	color:#7C181E;
}
.foodmenu .subitem {
	font-family: 'Stint Ultra Condensed', cursive;
	font-size:3em;
	color:#66441C;
	margin-left:35px;
}
.foodmenu .subitemdescrip {
	display:none;
	margin-left:50px;	
}
.foodmenu .subitemdescrip p {
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	line-height:22px;
	text-align:left;
	color:#422F0A;
}

.menudescrip {
	float:left;
	width:44%;
	margin:10px 20px;
}
.foodmenu .menudescrip p {
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	line-height:22px;
	text-align:left;
	color:#422F0A;
}
.foodmenu .fineprint p {
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	line-height:18px;
	text-align:left;
	color:#422F0A;
}
.foodmenu .menudescrip strong {
	font-family: 'Stint Ultra Condensed', cursive;
	font-size:32px;
	color:#750D22;
}

.menusubdivider, .menudivider {
	clear:both;
}
.menusubdivider {
	border-top: 3px dashed #C5A16E;
	margin-bottom:15px;	
}
.menudivider {
	border: 0;
	height: 2px;
	margin-bottom:12px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
.menuicon {
	width:30px;	
}
/*GALLERY STYLES*/
#section3 {
	background-image: url(../img/pageelements/bck-woodtexture.jpg);
	background-repeat: repeat;
	-moz-box-shadow: inset 0 0 15px 5px #000000;
   -webkit-box-shadow: inset 0 0 15px 5px #000000;
   box-shadow: inset 0 0 15px 5px #000000;
}
.galtext p {
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height:20px;
}
.galtext {
	margin-top: 50px;
	padding:10px;
	background-image: url(../img/pageelements/overlay.png);
	background-repeat:repeat;
	-moz-box-shadow: inset 0 0 15px 5px #000000;
   -webkit-box-shadow: inset 0 0 15px 5px #000000;
   box-shadow: inset 0 0 15px 5px #000000;
}
/*FAQ*/
#section4 h1 {
	margin-top:50px;
	text-align:center;
	color:#750D22;
}
#section4 {
	border-bottom: 2px solid #750D22;	
}
/*CONTACT*/
#section5 {
	background-image: url(../img/pageelements/bck-logo.jpg);
	background-position:top center;
	background-repeat:repeat;
}
/*FOOTER*/
.footer {
	background-color: #79191B;	
	margin: 0px auto;
	text-align:center;
	position:absolute;
	width:100%;
	height:100px;   /* Height of the footer */
	z-index:99;
}
.footer img {
	margin: 0px auto;	
}
.footer p {
	color: #ffffff;
	font-family: 'Raleyway', sans-serif;
	font-size:14px;	
	margin-bottom:10px;
}
.footer p a:link, .footer p a:visited {
	color:#ffffff;	
}
.footer p a:hover {
	color:#000000;
}

/*Fundraiser Page*/
.fundraiserlist {
	color: #ffffff;
	font-family: 'Raleyway', sans-serif;
	font-size:16px;
	line-height:20px;
	text-align:left;
	list-style:disc;
}
.fundraiserlist li {
	margin-top:15px;
}
.mealoptions {
	font-size: 14px;
	list-style:circle;
	margin-left:20px;
}
.mealoptions li {
	margin-top:5px;
}
.fundraiserpage {
	background-image: url(../img/pageelements/bck-blacktexture.jpg);
	background-repeat: repeat;
	padding:50px;
	width:50%;
	min-height:100vh;
	margin:0px auto;
	box-shadow: 0 0 3px #000;
	color:#ffffff;
	text-align:center;
}
.fundraiserpage h1 {
	font-size:3em;	
}
.fundraiserpage h2 {
	font-size:2.5em;
	font-family: 'Stint Ultra Condensed', cursive;
}
.fundraiserpage p {
	font-family: 'Raleway', sans-serif;
	font-size:16px;	
	line-height:24px;
	width:75%;
}
.fundraiserpage p b {
	font-size:18px;
	line-height:22px;	
}
.fundraiserpage p a:link, .fundraiserpage p a:visited {
	color:#ffffff;	
}
.fundraiserpage p a:hover {
	color:#7C181E;	
}


/*MODAL*/
.modal:before {
  content: "";
  /*display: none;*/
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.modal:target:before {
  -webkit-transition: -webkit-transform 0.9s ease-out;
  -moz-transition: -moz-transform 0.9s ease-out;
  -o-transition: -o-transform 0.9s ease-out;
  transition: transform 0.9s ease-out;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  /*display: block;*/
}
.modal:target + .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 20%;
}
.modal-dialog {
  background: #fefefe;
  border: #333 solid 1px;
  border-radius: 5px;
  margin-left: -200px;
  position: fixed;
  left: 50%;
  top: -100%;
  z-index: 11;
  width: 400px;
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal-body {
  padding: 20px;
}
.modal-header,
.modal-footer {
  padding: 10px 20px;
}
.modal-header {
  border-bottom: #eee solid 1px;
}
.modal-header h2 {
  font-size: 20px;
}
.modal-footer {
  border-top: #eee solid 1px;
  text-align: right;
}
.modal-footer a:link, .modal-footer a:visited {
  color:#7C2115;
  text-decoration:none;
}
.modal-footer a:hover {
  color: #000;
}