@charset "utf-8";
/* CSS Document */


h1, h2, h3, h4, h5, h6, p{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 0.8em;*/
}


h4.food, h4.drinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-left: 10px;
	padding-top: 15px;
	width: 50%;
}

h4.food + p.food + h4.food {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #410B08;
}

p.food{
	padding-left: 10px;
	text-transform: uppercase;
	color: #ffa705;
	font-size: 0.6em;
	padding-bottom: 15px;
	padding-right: 10px;
}

h4.drinks + p.drinks + h4.drinks {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #410B08;
}

p.drinks{
	padding-left: 10px;
	text-transform: uppercase;
	color: #49b4ff;
	font-size: 0.6em;
	padding-bottom: 15px;
	padding-right: 10px;
}

.food a, .drinks a {
	color: #FFFFFF;
	text-decoration: none;
}
.food a:link, .drinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.food a:visited, .drinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.food a:hover, .drinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.food a:active, .drinks a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* Used for event listings, meant to be easy to update
*******************
Class for image will make it float left, add border to its right and create necessary spacing. There is extra padding on the bottom
in case there is a larger amount of text (can go a little below the image), but should always be kept succinct as possible. */
.events img {
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #410B08;
	padding-right: 10px;
	margin-right: 10px;
	padding-left: 20px;
	clear: both;
	margin-bottom: 20px;
}

/* H4 // USED for EVENT Title */
.events h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFA705;
	font-style: italic;
	font-weight: normal;


}

/* H5 // USED for DATE of event */
.events h5 {
	font-size: 0.8em;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
}

/* H6 // USED for ARTIST LINK if there is one */
.events h6 a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	font-weight: normal;
}
.events h6 a:link {color: #FFFFFF; text-decoration: none;}
.events h6 a:visited {color: #FFFFFF; text-decoration: none;}
.events h6 a:hover {color: #FFFFFF; text-decoration: underline;}
.events h6 a:active {color: #FFFFFF; text-decoration: none;}

/* Paragraph // USED for EVENT DETAILS */
.events p {
	color: #9ca248;
	font-size: 0.7em;
	padding-right: 10px;
	font-weight: normal;
	margin-left:50px;
}

#event-intro h2 {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#event-intro h3 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFA705;
	font-weight: normal;
	padding-left: 50px;
}

.upcoming-events {
	font-size: 1.1em;
	text-transform: uppercase;
	width: 480px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8B8C2A;
	display: block;
	text-align: left;
	padding-bottom: 2px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-weight: bold;
}

h3.contact {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	width: 200px;
}

h4.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 200px;
	padding-left: 50px;
}



p.contact{
	padding-left: 50px;
	font-size: 0.7em;
	padding-bottom: 15px;
	padding-right: 10px;
	width: 200px;
	color: #FFA705;
}

p.contact a{color: #FFFFFF; text-decoration:none;}
p.contact a:link{color: #FFFFFF;text-decoration:none;}
p.contact a:visited{color: #FFFFFF;text-decoration:none;}
p.contact a:hover{color: #ffa705;text-decoration:underline;}
p.contact a:active{color: #FFFFFF;text-decoration:none;}

#contact-map {
	float: right;
	margin-right: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #410B08;
}
#contact-map a img {
	border:none;
	margin-bottom: 10px;
}
#contact-map p {
	font-size: 0.7em;
}
