/* --------------------- */
/*     QUICK STYLING     */
/*  CHANGE THE BG IMAGE  */
/*  & LINK COLORS HERE   */
/* --------------------- #navigation li a*/


html{background: #fff;}

a{color: #ec0000;}

a:hover {text-decoration: underline;}
a img:hover {opacity: 0.80;}
#content h1 a:hover{color: #ec0000;}
#navigation li a:hover{background: #333333;}

.contact_btn{background: transparent url(img/contact_btn_grey.png) no-repeat top center; height: 38px; width: 105px; display: block;}

#content h1 span, {
	font-size: 14px; 
	background: black; 
	padding: 2px 6px 4px; 
	color: #fff; 
	text-transform: uppercase;
}
	
ul#slides {list-style: none; padding:0; margin:0;}
ul#slides li img{
	border: 1px solid #e8e8e8;
	padding: 0px;
	background: #eee;
}

/* Awesome Buttons */
.awesome {
	background: #222 url(/images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
	/* Sizes ---------- */
	.small.awesome {font-size: 11px;}
	.medium.awesome {font-size: 13px;}
	.large.awesome {font-size: 14px;padding: 8px 14px 9px;}
	 
	/* Colors ---------- */
	.blue.awesome {background-color: #2daebf;}
	.red.awesome {background-color: #e33100;}
	.vine.awesome {background-color: #8e1142;}
	.magenta.awesome {background-color: #a9014b;}
	.orange.awesome {background-color: #ff5c00;}
	.yellow.awesome {background-color: #ffb515;}
	.green.awesome {background-color: #32781e;}	
	.brown.awesome {background-color: #ad8f53;}

.content_body a.cafe {color: #32781e;}
.content_body a.bar {color: #ad8f53;}
.content_body a.vines {color: #8e1142;}
.content_body div .map a:hover{background: #333333;text-decoration: none;}
.content_body .menu a:hover{background: #333333;text-decoration: none;}
input:hover{background: #e8e8e8;text-decoration: none;}
a.bar {color: #ad8f53;}
a.cafe {color: #32781e;}
a.vines {color: #8e1142;}


