/* Style Guide 
green: #88893B
alt color: #9A4298
mid gray: #a1a1a1
light gray: #e3e3e3
black: #000000

*/

/* Global Styles */

html{
	height: 100%;
}

body {
	background: #fff url(../images/global/tile.png);
	color: #FFFFFF;
	font-size: 12px;
}

a {
	cursor: pointer;
}

a, input[type=button], input[type=submit], button {
	outline: none;
	cursor: pointer;
}


object {
	outline: none;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #88893B;
	cursor: pointer;
	outline: none;
}

a:hover {
	color: #9A4298;
}

/* Global Container */

#main_container {
	margin:0px;
	padding:0px;
}

#main_container h1 {
	text-transform: uppercase;
}

/* logo */

#header {
	height: 295px;
}

#header h1 a {
	font-size: 0px;
	text-indent: -5000px;
	height: 393px;
	width: 394px;
	background: url(../images/global/logo.png) no-repeat top left;
	margin-left:-20px;
	position:absolute;
	top:-15px;
	z-index: -1;
}

/* Next Event Container */
#next_event {
	position:absolute;
	float:right;
	top: 28px;
	height: 200px;
	overflow: hidden;
	padding: 6px;
	background: url(../images/global/graybg.png);
	left: 470px;
}

/* Menu*/
#menu {
	position:absolute;
	float:right;
	top: 228px;
	padding: 6px;
	background:#000000;
	left: 470px;
}

#menu .menu_item {
	float:left;
	font-size: 16px;
	text-transform: uppercase;
	width: 33%;
	text-align:center;
}

/* Info Container */
#general_info {
	text-align: right;
	letter-spacing: 4px;
	font-size: 14px;
	font-weight: bold;
}

/* Schedule Container */
#schedule {
	background: url(../images/global/graybg.png);
	margin-right: 0px;
}

/* Regulars Container */
#regulars {
	background: url(../images/global/greenbg.png);
	margin-right: 0px;
}


/* Gallery Container */
#gallery {
	margin:0px;
	text-align:center;
}

#gallery .snap {
	background:#FFFFFF;
	padding: 23px 0px;
	height:296px;
	overflow:hidden;
}

#gallery img {
	width: 90%;
	height: auto;
	background:#FFFFFF;
}

/* Content Styles */

.content {
	background-color: #000000;
	color: #FFFFFF;
	line-height: 14px;
	font-size: 12px;
	padding: 5px;
}

.sub_content {
	font-size: 14px;
	line-height: 18px;
}

.sub_content h5 {
	color: #88893B;
	font-size: 24px;
	line-height: 26px;
	margin: 12px 0px 12px 0px;
}

/* next event */

#next_event h1 {

}

#next_event h2 {
	font-size: 18px;
	line-height: 20px;
}

#next_event .event_image {
	float:right;
	margin: 0px 0px 15px 10px;
}

#next_event .event_image img {
	width: 200px;
	height: auto;
}

#next_event .additional_info {
	font-size: 13px;
	color: #999999;
	margin-top: 5px;
}


/* schedule lsit */
#schedule_list .schedule_info {
	
}

#schedule_list .schedule_item {
	margin-bottom: 10px;
}

#schedule_list .additional_info {
	font-size: 13px;
	color: #999999;
	margin-top: 5px;
}

#schedule_list .event_image {
	margin:0px 0px 10px 0px;
	padding:0px;
	width:100%;
	height: 150px;
	overflow: hidden;
}

#schedule_list .event_image img {
	width: 100%;
	height: auto;
}


/* Useful Effects */

.fade_in {
	display:none;
}

.alpha {
	opacity:0.6;filter:alpha(opacity=60);
	cursor: pointer;
}

.alpha:hover {
	opacity:1;filter:alpha(opacity=100);
	cursor: pointer;
}

/* Useful Classes */

.centered {
	text-align: center;
}

.right {
	float: right;
}

.left {
	float: left;
}

.img_right {
	margin: 2px 0px 2px 20px;
	float: right;
}

.img_left {
	margin: 2px 20px 2px 0px;
	float: left;
}

.clear_float {
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
	margin: 0;
	padding: 0;
}
