@charset "utf-8";
/* CSS Document */

body {
	color: #dadada;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	background: url(../images/bg_tile.jpg) repeat-x top #000000;
}
body, html { height: 100%; }

/* reset */
html, body, a, p, table, fieldset, form, label, legend, tbody, tfoot, thead, tr, th, td { padding: 0px; margin: 0px; border: 0px; outline: none; }
* { padding: 0px; margin: 0px; }
/* --------------------------------------------------------------------------------------------------------- */

.clearboth { clear: both; }

#bg_shadow { background: url(../images/bg_shadow.png) repeat-y center; }
#container { width: 950px; border: #393939 solid 1px; margin: 0px auto; }
#banner { width: 950px; height: 142px; background: url(../images/banner.jpg) no-repeat; position: relative; }
#javier { position: absolute; top: -128px; right: 8px; }

/* ########## NAVIGATION STYLES ########## */
#nav {
	width: 950px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border-bottom: #363636 solid 1px;
	background: url(../images/nav_bg.gif) repeat-x;
	margin: 0px auto;
}
#nav ul {
	display: block;
	padding: 0px;
	margin: 0px;
	float: right;
}
#nav ul li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav ul li span { float: left; }
#nav ul li a {
	height: 28px;
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	/*border-left: #0c0c0c solid 1px;*/
	padding: 10px 25px 0px 25px;
	float: left;
}
#nav ul li a:visited, #nav ul li a:hover, #nav ul li a:active { color: #FFFFFF; text-decoration: none; }
#nav ul li a:hover { background: url(../images/nav_over.gif) repeat-x; }
/* ---------------------------------------------------------------------------------------- */

#content { padding: 20px 10px; background: url(../images/content_bg.gif) repeat-x top #000000; }
#content p { padding-bottom: 12px; }

h1 { color: #e8aa51; font-size: 18px; font-weight: bold; display: block; border-bottom: #767676 solid 1px; padding: 0px 0px 12px 0px; margin: 10px 0px 14px 0px; }
h2 { color: #FFFFFF; font-size: 16px; font-weight: bold; padding: 0px; margin: 0px 0px 12px 0px; }

/* Singles */
.images { padding: 5px; background-color: #FFFFFF; }
.title { color: #e8aa51; font-size: 14px; font-weight: bold; }
.new { color: #FF0000; font-size: 10px; font-weight: bold; text-decoration: blink; }
#mediaspace { text-align: center; margin: 10px 0px 14px 0px; }
/* ---------------------------------------------------------------------------------------- */
#right {
	/*width: 210px;*/
	width: 190px;
	float: left;
}
#right img { border: none; margin-bottom: 8px; }
#left {
	width: 192px;
	background: url(../images/box_bg.gif) repeat-x  #3b3b3b;
	border: #6a6a6a solid 1px;
	padding: 0px 8px;
	float: left;
}
#middle {
	/*width: 490px;*/
	width: 510px;
	margin: 0px 10px;
	float: left;
}
#gallery_container {
	width: 710px;
	/*height: 450px;*/
	padding: 0px;
	margin: 0px 5px;
	float: left;
}
#gallery_container * { outline: none; }
#schedule_container { width: 710px; margin-left: 10px; float: left; }

.services_title, .events_title, .welcome_title { text-align: center; border-bottom: #767676 solid 1px; padding: 16px 0px 12px 0px; margin: 0px 0px 14px 0px; }
.welcome_title { text-align: left; }

/* Left Navigation */
#left_nav {}
#left_nav ul { padding: 0px; margin: 0px; }
#left_nav ul li { list-style-type: none; border-bottom: #414141 solid 1px; margin: 0px; }
#left_nav ul li a, #left_nav ul li a:visited {
	display: block;
	color: #dddddd;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 0px 8px 12px;
}
#left_nav ul li a:hover, #left_nav ul li a:active { color: #e8aa51; }
/* ---------------------------------------------------------------------------------------- */

/* Events Styles */
.event { padding: 10px; margin-bottom: 15px; background-color: #191919; }
.event_image { float: left; width: 167px; height: 102px; margin-right: 12px; }
.event_image img { border: 0px; }
.event_info { width: 311px; float: left; }
.event_title { color: #e8aa51; font-size: 14px; font-weight: bold; margin-bottom: 8px; }
.event_subtitle { color: #e8aa51; margin-bottom: 10px; }

.event .read_more { text-align: right; }
/* ---------------------------------------------------------------------------------------- */

/* Services List */
ul.services_links {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
ul.services_links li { background: url(../images/bullet_yingyang.png) no-repeat center left; padding: 10px 0px 12px 24px; margin: 0px 0px 0px 6px; }
ul.services_links li a { color: #FFFFFF; font-weight: bold; }
/* ---------------------------------------------------------------------------------------- */

ul.list { display: block; margin: 0px 0px 10px 20px; }
ul.list li { padding: 4px 0px; }

.small_link { font-size: 10px; margin-left: 5px; }

/* Schedule */
#schedule_info { border-top: #6a6a6a solid 1px; border-bottom: #6a6a6a solid 1px; padding: 10px 0px; margin: 0px 0px 16px 0px; clear: both; }
#schedule_info .info_box { width: 215px; border-right: #6a6a6a solid 1px; padding: 0px 10px; float: left; }
/* ---------------------------------------------------------------------------------------- */

/* ########## TABLE STYLES ########## */
#table {
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: center;
	border: #434343 solid 1px;
	border-collapse: collapse;
	background-color: #161616;
	margin: 0px;
}
#table th {
	color: #FFFFFF;
	font-weight: bold;
	background: url(../images/table_title_bg.gif) repeat-x #000000;
	border: #434343 solid 1px;
	padding: 8px;
}
#table td {
	width: 80px;
	color: #FFFFFF;
	border: #434343 solid 1px;
	padding: 8px; 
}
#table tr.highlight td { color: #FFFFFF; background-color: #2a2a2a; }

#table tr td.schedule_time { width: 150px; color: #e8aa51; font-weight: bold; }
/* ---------------------------------------------------------------------------------------- */

/* ########## FOOTER STYLES ########## */
#footer {
	height: 21px;
	color: #606060;
	font-size: 11px;
	padding: 10px;
	border-top: #1a1a1a solid 1px;
	background-color: #090909;
}
#footer .copyright { float: left; }
#footer a, #footer a:visited { color: #FFFFFF; text-decoration: underline; }
#footer a:hover, #footer a:active { text-decoration: none; }
/* ------------------------------------------------------------------------------------------- */

/* ########## FOOTER NAVIGATION STYLES ########## */
#footer_nav { float: right; }
#footer_nav ul { padding: 0px; margin: 0px; }
#footer_nav ul li { list-style-type: none; display: inline; }
#footer_nav ul li a, #footer_nav ul li a:visited { color: #606060; padding: 0px 4px; text-decoration: none; }
#footer_nav ul li a:hover, #footer_nav ul li a:active { text-decoration: underline; }
/* ------------------------------------------------------------------------------------------- */

/* Signature */
#sig_container { width: 950px; margin: 4px auto 20px auto; clear: both; }
.sig { 	color: #606060; padding: 10px; margin-bottom: 10px; float: right; }
.sig a, .sig a:visited { color: #606060; text-decoration: none; }
.sig a:hover, .sig a:active { text-decoration: underline; }
/* ------------------------------------------------------------------------------------------- */

/* All Links Styles */
a, a:visited { color: #e8aa51; text-decoration: underline; }
a:hover, a:active { color: #e8aa51; text-decoration: none; }
/* ------------------------------------------------------------------------------------------- */

