@charset "utf-8";
/* CSS Document */

/*****Reset*****/  
div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, th, td { margin: 0; padding: 0; }  

  @font-face {
    font-family: Century Gothic;
    font-style:  normal;
    font-weight: bold;
    src: url(http://www.acbci.com/ACCHotel/fonts/CENTURY2.eot);
  }
  @font-face {
    font-family: Century Gothic;
    font-style:  normal;
    font-weight: normal;
    src: url(http://www.acbci.com/ACCHotel/fonts/CENTURY1.eot);
  }
  @font-face {
    font-family: Century Gothic;
    font-style: italic;
    font-weight: normal;
    src: url(http://www.acbci.com/ACCHotel/fonts/CENTURY0.eot);
  }

body {
	background:url(../images/background3.jpg);
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
}

/* --- */

.menu_wood ul {
	background-color:#000;
	list-style:none;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	height:40px;
	margin-top:2px;
}
.menu_wood ul li {
	background:url(../images/wood2.jpg);
	display:block;
	float:left;
	list-style:none;
	border-right:1px solid #9a5f27;
}
.menu_wood ul li a {
	display:block;
	color:#fff;
	padding:3px 0;
	height:34px;
}
.menu_wood ul li a p {
	margin-top:12px;
	line-height:12px;
}
.menu_wood ul li a:hover {
	background:url(../images/wood-dark2.jpg);
	color:#8dc73f;
}

/* --- */

.mugholder {
	width:100px;
	float:left;
}

.gallery_small {
	float:left;
	height:auto;
	margin:40px 0 0 25px;
}
.gallery_list {
	margin:10px 0 0 10px;
	padding:0;
}
#gallery div.off p.gallery_list {
	font-size:16px;
}
#gallery div.on p.gallery_list {
	font-size:16px;
	color:#8dc73f;
}
.comingsoontext,.comingsoontext2line,.comingsoontext3line {
	color:#FFFFFF;
}

.comingsoontext p,.comingsoontext2line p,.comingsoontext3line p {
	font-weight:bold;
	background:url(../images/wood.jpg);
}

span.comingsoontext {
	position:relative;
	top:30px;
	width:150px;
	float:right;
}

span.comingsoontext2line {
	position:relative;
	top:15px;
	width:150px;
	float:right;
}

span.comingsoontext3line {
	position:relative;
	top:5px;
	width:150px;
	float:right;
}

.comingsoontext h1,.comingsoontext2line h1,.comingsoontext3line h1{
	color:#8dc73f;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	margin:0;
}
.comingsoontext h2,.comingsoontext2line h2,.comingsoontext3line h2 {
	color:#8dc73f;
	font-size:15px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	margin:0;
}

.comingsoontext p,.comingsoontext2line p,.comingsoontext3line p {
	font-size:14px;
	font-weight:normal;
	text-align:center;
	margin:0;
}


/* --- */

.ticketslinks p a {
	color:#8dc73f;
	font-size:12px;
	text-transform:uppercase;
	margin:0 0 5px 0;
	padding:0;
}

/* --- */

.featuredcopy {
	color:#FFFFFF;
}

.featuredcopy h1 {
	color:#8dc73f;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:10px;
	margin-top:30px;
	font-weight:bold;
}
.featuredcopy h2 {
	color:#8dc73f;
	font-size:14px;
	font-weight:normal;
	margin:0;
}
.featuredcopy h3 {
	font-size:14px;
	font-weight:normal;
	margin:0;
}

.featuredcopy h5 {
	font-size:12px;
	font-weight:normal;
	margin:0;
}

.featuredcopy p {
	font-size:10px;
	font-weight:normal;
	margin-top:10px;
}

/* --- */
p.upcoming_events {
	background-color:#8dc73f;
	color:#000;
	width:100%;
	text-align:center;
	margin:20px 0;
}
div.upcoming_list_text {
	margin:0 auto;
	margin-top:40px;
	width:90%;
}
.upcoming_list_text div {
	width:100%;
	margin:3px 0 20px 0;
}
.upcoming_list_text h3 {
	color:#8dc73f;
	width:50%;
	text-transform:uppercase;
	font-size:18px;
	float:left;
	clear:left;
	text-align:right;
}
.upcoming_list_text h5 {
	width:48%;
	text-transform:uppercase;
	float:right;
	font-size:18px;
}

/* --- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
