/* CSS Document */

/*

Links (light background, common):
a #f16800
a:hover #ff9933

Links (dark background)
a #ffae2e
a:hover  #ffd266

Links Orange:
a #f16800
a:hover  #ff9933

Titles (Orange): #f16800
a:hover  #ff9933

Titles (Light Grey): #8e8d8d
Hover: #ababab;

Text: #666666

Text (Light): #8e8d8d

Text (Light on Drk BKG): #eeeeee

Borders/Boxes: #8e8d8d



*/


/* ////////////////////////////////////// Typography /////////////////////////////////////// */


@font-face {
	font-family: 'FrutigerLTCom57Condensed';
	src: url('../fonts/frutigerltcom-condensed-webfont.eot');
	src: local('☺'), url('../fonts/frutigerltcom-condensed-webfont.woff') format('woff'), url('../fonts/frutigerltcom-condensed-webfont.ttf') format('truetype'), url('../fonts/frutigerltcom-condensed-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FrutigerLTCom67BoldCondensed';
	src: url('../fonts/frutigerltcom-boldcn-webfont.eot');
	src: local('☺'), url('../fonts/frutigerltcom-boldcn-webfont.woff') format('woff'), url('../fonts/frutigerltcom-boldcn-webfont.ttf') format('truetype'), url('../fonts/frutigerltcom-boldcn-webfont.svg#webfont') format('svg');
	font-weight: bold;
	font-style: normal;
}

.FrutigerLTCom-Condensed {font-weight: normal; font-style: normal;line-height:normal; font-family: 'FrutigerLTCom57Condensed', sans-serif;}
.FrutigerLTCom-BoldCn {font-weight: bold; font-style: normal;line-height:normal; font-family: 'FrutigerLTCom67BoldCondensed', sans-serif;}	


/* /////////////////////////////////////////////////////////////////////////////////////// */


body, p, td, li, div, input, textbox {
	font:11px/15px "Tahoma", Tahoma, Arial, Helvetica, sans-serif;
	color:#666666;
}

p, li {
	margin:0 0 6px 0; padding: 0;
}

a, a:link, a:visited, a:active {
	color: #f16800;
}

a:hover {
	color: #ff9933;
}

h1, h2, h3, h4, h5 {
	font-family: 'FrutigerLTCom57Condensed', 'Arial Narrow', Arial, Helvetica, sans-serif !important;	
	text-transform:uppercase;
	color:#8e8d8d;
}

h1 { font-size: 22px; }

h2 { font-family: 19px; } 

h3, h4 { font-size:17px; }

h5 { font-size: 14px; }

strong { font-weight:  bold; }
em, i { font-style: italic; }

/* ///////////////////////////////////////////////////////////////////////////////////////// */


/* /////////////////////////////////// Primary Structure /////////////////////////////////// */

body {
	background-color: #53514d;
}

#wrapper {
	width:100%; height:100%; background-color:#53514d;
	border:none; border-collapse:collapse;
}

#leftCol {
	width:auto; height:100%; margin:0; padding:0 10px; vertical-align:top;
	background:transparent url(../images/background_page_left.gif) no-repeat top right;
}

#rightCol {
	width:auto; height:100%; margin:0; padding:0 10px; vertical-align:top;
	background:transparent url(../images/background_page_right.gif) no-repeat top left;
}

#leftCol div.fade, #rightCol div.fade {
	width:auto; height:258px; margin:0 -10px; padding:0;
	background:transparent url(../images/background_page_fade.png) repeat-x top left;
}

#midCol {
	width:1100px; height:100%; margin:0; padding:0; vertical-align:top; background-color:transparent; 
}

/* /////////////////////////////////////////////////////////////////////////////////////// */



/* ///////////////////////////////// Secondary Structure ///////////////////////////////// */

#container {width:1120px; height:100%; margin:0 -10px; padding:0; }

#header { 
	width:1120px; height:200px; margin:0; padding:0;
	background:transparent url(../images/background_header.gif) no-repeat 10px 0px;
}

#divider { 
	width:1120px; height:4px; margin:0; padding:0;
	background:transparent url(../images/background_header-divider.png) no-repeat top left;
}

#content {
	background:transparent url(../images/background_content.png) repeat-y top left;
}

#content_bottom {
	width:1120px; height:50px; margin:0; padding:0;
	background:transparent url(../images/background_content-bottom.png) no-repeat top left;
}

#footer {
	width:1120px; height:135px; margin:0; padding:0;
	background:transparent url(../images/background_footer.png) repeat-y top left;
}


/* /////////////////////////////////////////////////////////////////////////////////////// */



/* /////////////////////////////////////// Header //////////////////////////////////////// */


#logo {
	float:left; width:210px; height:110px; margin:0; padding:0 0 0 30px;
	background:transparent url(../images/background_logo.png) no-repeat top left;
}

#logo h1 { margin:0 !important; padding:0 !important; }

#banner {
	float:left; width:880px; height:110px; margin:0; padding:0;
	background:transparent url(../images/background_nav.png) no-repeat top left;
}


#banner ul {
	height:95px; width: 861px; margin: 5px 10px 0 9px; padding: 0;
}

#banner li {
	border-left:2px solid #ec8435;
	display:block; float:left; margin:0; padding:0 23px;
	list-style-type:none;	
}

#banner li:first-child {
	border-left:none;
}

#banner li a:hover {
	opacity:0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
}

#banner li.text1 {
	padding-bottom:20px;
	padding-top:24px;
}

#banner li.text2 {
	padding-bottom:38px;
	padding-top:41px;
}

#banner li.text3 {
	padding-bottom:28px;
	padding-top:26px;
}

#location {
	float:left; width:220px; height:90px; margin:0 10px; padding:0;
}

#location p {
	margin:0; padding:16px 0 0 25px; font-size:11px; line-height:15px; color: #FFFFFF;
}

#location a {
	color: #ffae2e;
}

#location a:hover {
	color: #ffd266;
}

#location span { padding:0px 5px;}

#description {
	float:left; width:640px; height:90px; margin:0 0 0 10px; padding:0;
}

#description h2 {
	width:595; height:40px; margin:21px 0 0 25px; padding: 0; 
	font-size:17px;
	line-height: 22px;
	font-family:'FrutigerLTCom57Condensed', 'Arial Narrow', Arial, Helvetica, sans-serif !important;
	color: #FFFFFF;
	text-transform: uppercase;
}

#description h2 a, #description h2 a:hover {
	color: #FFFFFF; text-decoration: underline;
}

#social {
	float:left; height: 90px; width:220px; margin: 0 10px 0 0; padding: 0;
}

#social p {
	padding:17px 0 0 13px;
}

#social a {
	border: none; padding:0px 0px;
}

#social a:hover {
	opacity:0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
}


/* /////////////////////////////////////////////////////////////////////////////////////// */



/* /////////////////////////////////// Columns  //////////////////////////////////// */


#left {
	float:left; width:240px; min-height:500px; margin: 0 0 0 10px; padding: 0;
}


#main {
	float:left; width:640px; min-height:500px; margin: 0; padding: 0;
}


#right {
	float:left; width:220px; min-height:500px; margin: 0; padding: 0;
}

#left h3 {
	width:178px; height:45px; margin:0; padding:29px 10px 0 32px;
	background: #FFFFFF url(../images/title_background-leftHome.gif) no-repeat;
}

#main h3 {
	width:618px; height:46px; margin:0 -20px -20px; padding:29px 10px 0 32px;
	background: #FFFFFF url(../images/title_background-mainHome.gif) no-repeat;
}

#right h4.title {
	width:156px; height:14px; margin: 0 0 6px; padding:13px 12px 11px;
	background: transparent url(../images/title_background-sidebar.gif) no-repeat;
	color:#8e8d8d;
}


/* /////////////////////////////////////////////////////////////////////////////////////// */


/* //////////////////////////////// Left Column ////////////////////////////////////////// */

body.home #left div.post {
	width: 180px; margin: 0 20px 20px; padding:0 0 20px 0;
	border-bottom: 2px solid #8e8d8d;
}

body.home #left div.post h4.post-title { 
	font-family: 'FrutigerLTCom67BoldCondensed', 'Arial Narrow', Arial, Helvetica, sans-serif !important;
	font-size:16px; line-height: 18px; color: #f16800;
	margin:0 0 6px 0; padding:0;
}

body.home #left div.post div.meta, body.home #left div.post div.social {
	font-size:10px; margin:12px 0 0 0; color: #8e8d8d !important;
}

body.home #left .nav {
	width: 180px; margin: 30px 20px 15px; padding:0;
	
}

a.more {
	font-weight: bold;
}


#sponsors {
	width: 180px; margin: 0 20px 20px; padding:0 0 0 0;
	background-color: #e9e9e9;
}

#sponsors h4 {
	margin: 0 !important; padding: 15px 0 15px 0; border-bottom: 1px solid #CCC;
	color: #727272;
	text-align: center;
	letter-spacing: -0.03em;
}

#sponsors a.sponsor {
	display: block; width: 180px; text-align: center; text-decoration: none;
	margin: 0; padding: 20px 0 20px 0; 
	 border-bottom: 1px solid #CCC;
}

#sponsors a.sponsor img {
	text-decoration: none; border: none; margin: 0 0 8px 0;
}

#sponsors a.sponsor:hover {
	background-color: #dddddd;
}

#sponsors a.sponsor:hover img {
	opacity:0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
}


/* /////////////////////////////////////////////////////////////////////////////////////// */


/* //////////////////////////////// Main Column ///// /////////////////////////////////// */

body.home #main h5.date {
	font-family: 'FrutigerLTCom67BoldCondensed', 'Arial Narrow', Arial, Helvetica, sans-serif !important;
	font-size:18px; line-height:16px; color: #f16800; text-decoration: none; 
	margin:20px 0 15px 17px; padding:0;   
}

body.home #main table.event {
	width:620px; margin:0 20px 15px 0; padding:0;
	border:2px solid #8e8d8d;
	border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
}

body.home #main table.event td.details {
	margin: 0; padding: 15px 15px 8px 15px; vertical-align: top;
}

body.home #main table.event td.details h4.title {
	font-size: 21px; line-height: 20px; margin: 0 0 5px 0; padding: 0; 
}

body.home #main table.event td.details h4.title a {
	font-size: 21px; line-height: 20px; text-decoration: none;
	color: #8e8d8d;
}

body.home #main table.event td.details h4.title a:hover {
	text-decoration: none; color: #ababab;
}


body.home #main table.event td.details div.text p {
	font:10px/14px "Tahoma",Tahoma,Arial,Helvetica,sans-serif;
}

body.home #main table.event td.details div.social {
	font-size: 10px; margin-bottom: 4px;
}

body.home #main table.event td.image {
	margin:0; padding: 0; width:220px;  vertical-align: top; 
	background-color: #cccccc; background-position: center center;
	border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
}

/* /////////////////////////////////////////////////////////////////////////////////////// */


/* /////////////////////////////////// Right Column ////////////////////////////////////// */

#right div.widget {
	width:154px; margin:17px 20px 0; padding:0px;
}

#right div.box h4 {
	color:#eeeeee;
	margin-bottom:4px;
}

#right div.box {
	width:156px; margin: 0; padding: 12px 12px 0 12px;
	background: #8e8d8d url(../images/widget_background-top.gif) no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
}

#right div.box div.bottom {
	width:180px; height:8px; margin: 2px -12px 0; padding: 0;
	background: #8e8d8d url(../images/widget_background-bottom.gif) no-repeat;
}

#right div.box p, #right div.box li {
	color: #FFFFFF;
}

#right div.box a {
	color: #ffae2e;
}

#right div.box a:hover {
	color: #FEE8Ab;
}

#right div.form {
	height:23px; width:158px; margin: 15px 0 10px; padding: 0;
	background: transparent url(../images/form_background-sidebar.png) no-repeat;
}

#right div.form form {
	margin: 0; padding: 0;
}

#right div.form input.text {
	float:left; margin:0; padding:3px 8px 4px; width:111px; height:16px;
	border: none; background-color: transparent;
	font-size:12px; line-height: 12px;
}

#right div.form input.button {
	float:left; margin:0; padding:0; width:31px; height:23px;
	border: none; background-color: transparent;
}

#right div.photos {
	margin:0; padding: 0; width:180px;
}


/* /////////////////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////// Calendar ////////////////////////////////////////// */


#calendar {
	width: 180px; padding: 0; margin: 0;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
	background-color: #fff;
}

#calendar caption {
	width: 180px; margin: 0; padding: 3px 0;	
	background: #cacaca;
	color: #fff;	 
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#calendar th {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #fff;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-top: 1px solid #cacaca;
	text-align: center;
	padding:2px;
}

#calendar td {
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	color: #999;
	padding:4px;
}

#calendar td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#calendar td a:link, #calendar td a:visited {	
	color: #d86c00;
}

#calendar td a:hover, #calendar td a:active {
	color: #ff8d1b;
}

.today, td.today a, td.today a:link, td.today a:visited {
	color: #ffffff !important;
	font-weight: bold;
	background: #d86c00;
}


/* /////////////////////////////////////////////////////////////////////////////////////// */


/* /////////////////////////////////// Footer ////////////////////////////////////// */


#footer {
	text-align: center;
	vertical-align: bottom;
}

#footer p {
	font-size: 10px;
	color: #f16800;
	padding:0 0 8px 0;
}

