/* ##################### VENUE LIST ##################### */

#venue_list td {
	border-bottom: 1px solid #ee3424;
	/*cursor: pointer;*/
	font-size: 80%;
}

#venue_list td a, #venue_list td a:visited{
	border-bottom: 0px;
}

/* ##################### BOX TABLE ##################### */

.box_table td{
	padding: 0 5px;
}

.box_table tr{
	vertical-align: top;
}

/* ##################### BUTTONS ##################### */

.button_box{
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px  5px;
	margin:0 auto;
    background: #BC7676;
    height: 26px;
    width: 55px;
    text-align: center;
}

/* ##################### AUTO SUGGESTIONS ##################### */

#autoSuggestionsList, #autoSuggestionsList_dir, #autoSuggestionsList_dirorg {
	background: #F8F8F8;
	position: absolute;
	left: 0px;
	top: 128px;
	width: 236px;
	z-index: 999;
	border-top: 2px solid #ee3424;
	border-left: 2px solid #ee3424;
	border-right: 3px solid #ee3424;
	border-bottom: 3px solid #ee3424;

	max-height:300px;
	overflow:auto;
}

html>body #autoSuggestionsList {
	left: 10px;
	top: 143px;	
	width: 165px;
}

#autoSuggestionsList_dir {
	left: 45px;
	top: 23px;
	width: 500px;
}

html>body #autoSuggestionsList_dir {
	left: 55px;
	top: 38px;	
	width: 495px;
}

#autoSuggestionsList_dirorg {
	left: 94px;
	top: 23px;
	width: 460px;
}

html>body #autoSuggestionsList_dirorg {
	left: 104px;
	top: 38px;
	width: 455px;
}

#autoSuggestionsList span, #autoSuggestionsList_dir span, #autoSuggestionsList_dirorg span {
	background: #F8F8F8;
	position: absolute;
	float: left;
	left: 0;
	width: 199px;
	margin-bottom: 3px;
	padding-left: 1px;
	text-align: left;
	font-size:80%;
	z-index:1000;
	white-space:nowrap;
	overflow:hidden;
}

html>body #autoSuggestionsList span {
	width: 198px;
}

#autoSuggestionsList_dir span {
	width: 493px;
}
#autoSuggestionsList_dirorg span {
	width: 453px;
}

html>body #autoSuggestionsList_dir span {
	width: 494px;
}
html>body #autoSuggestionsList_dirorg span {
	width: 454px;
}

#autoSuggestionsList span:hover, #autoSuggestionsList_dir span:hover, #autoSuggestionsList_dirorg span:hover {
	background: #ababab;
}

input, select {
	color: black;
	height: 22px;
	line-height: 18px;
	vertical-align: middle;
	background: #ffffff;
}

input, select, textarea {
	border:1px solid #B5B8C8;
}
/* ##################### VENUE LISTING ##################### */

div.leftpane table {
	width: 100%;	
}

div.leftpane td {
	padding: 3px  0px;
	margin:0 auto;
    background-color: #FFFFFF;
}

div.leftpane td a, div.leftpane td a:visited {
	color: #ee3424;
	text-decoration: none;
}

/* ##################### ELEMENTS ##################### */

body {
	direction:ltr;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:80%;
	text-align:center;
	margin:0px;
/*	height: 600px;*/
}

html {
	min-height: 100%;
	height: auto;
	/*background: #FFFFFF url(images/gradient_orange.png) repeat-x scroll center bottom;*/
	background: #FFFFFF;
}

table {
	direction:ltr;
	font-size:100%;
	text-align:left;
}

.subtext {
	color: #4C4C4C;
	font-size: 80%;
}

.photo_embed a img {
	border : none;
}

.photo_embed {
	width: 300px;
	height: 201px;
	color: black;
	overflow:hidden;
	/*background-color: white;*/
	padding: 0px;
	/*margin-bottom: 5px;*/
}

.photo_embed {
	width: 300px;
	height: 201px;
	color: black;
	overflow:hidden;
	/*background-color: white;*/
	/*margin-bottom: 5px;*/
}

.gallery_embed {
	width: 608px;
	padding-right:4px;
	padding-left: 4px;
	padding-top:4px;
	height: 410px;
	color: white;
	overflow:hidden;
	background-color: black;
	/*margin-bottom: 5px;*/
}

.topright #gallery_embed {
	padding: 4px;
}

.moduletext a {
	font-size:90%;
}

.desaturate {
	filter: url(http://www.kutcheris.com/css/resources.xml#desaturate);
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
}

/* ##################### BODY ##################### */

#text_list {
	list-style-type:none;
}

#text_list li {
	margin: 0 0 -10px 0;
	white-space: nowrap;
	overflow: hidden;
}

.box{
	padding: 10px  10px;
	margin-bottom: 15px;
    background: #FFFFFF url(images/gradient.png) repeat-x 0 0px;
	border-style: solid;
	border-color: #292929;
	border-width:1px;
	text-align:left;
	overflow: hidden;
}

.darkbox {
	background: #292929;
}

.blackbox {
	background: black;
	color:white;
}

.photogallery {
	background: black;
	border: solid 1px black;
	height:190px;
}

.photogallery .caption {
	opacity:0.75;
	filter:alpha(opacity=75);
	color:white;
	background-color:black;
	height:35px;
	position:absolute;
	text-align:center;
	z-index:999;
}

.photogallery, #caption.caption_text a {
	color:white;
	text-align:center;
	font-size:90%;
}

.photo_border {
	border: 1px solid #C6C6C6;
	box-shadow: 0 1px 2px #CCCCCC;
	display: block;
	padding: 4px;
	width: 130px;
}

.photo {
	display: block;
	height: 195px;
	width: 130px;
	overflow: hidden;
}

.caption_text {
	position:absolute;
	z-index:1000;
	vertical-align:middle;
}

.photogallery img {
	background-color:white;
	border:none;
	overflow:hidden;
}

.box_carousel h3{
	color: #ee3424;
	font-size:130%;
	margin-bottom:5px;
}

.box_carousel p{
	padding-bottom:10px;
}

.box h3{
	color: #ee3424;
	font-size:130%;
	margin-bottom:5px;
	text-align: left;
}

.box h4{
	color: #ee3424;
	font-size:110%;
	margin-bottom:5px;
	font-weight:normal;
}

.box_ad{
	margin-bottom: 15px;
    /*padding: 4px  4px;
	background: #FFFFFF url(images/gradient.png) repeat-x 0 0px;
	border-style: solid;
	border-color: #ee3424;
	border-width:1px;*/
	clear: both;
}

.box_filter{
	padding: 10px  10px;
	margin:0 auto;
    background: #FFFFFF url(images/gradient.png) repeat-x 0 0px;
	border-style: solid;
	border-color: #ee3424;
	border-width:1px;
	text-align: left;
}

div#insidebox{
	padding: 10px  10px;
	text-align:left;	
}

#body_container {
	position: relative;
	top: 0px;
	width: 960px;
	margin: 0 auto;
	margin-top: 15px;
}

#body_container a, #body_container a:visited {
	color: black;
	text-decoration: none;
	/*border-bottom: 1px dotted #ee3424;*/
}

#body_container a:hover {
	color: #ee3424;
	text-decoration: none;
	/*border-bottom: 1px dotted #ee3424;*/
}

#body_container .box_ad a{
	text-decoration:none;
	border-bottom: 0px;
	border-style: none;
}

.topleft {
	position: relative;
	top: 0px;
	left: 0px;
	width: 638px;
	float: left;
	line-height: 1.6;
}

.doublewide {
	position: relative;
	left: 0px;
	width: 638px;
	float: left;
	line-height: 1.6;
	padding-bottom:10px;
}

.singlewide {
	float: left;
	position: relative;
	width: 314px;
}

.leftmargin {
	margin-left:10px;
}

.topright {
	position: relative;
	top: 0px;
	float: left;
	width: 310px;
}

#weather_div a, #weather_div a:visited, #map_canvas a, #map_canvas a:visited {
	text-decoration: underline;
	border-bottom: 0px;
}

.mycalendar {
	position: relative;
	left: 0px;
	float: left;
	width: 960px;
	padding: 0;
}

.leftpane {
	position: relative;
	top: 0px;
	float: left;
	width: 225px;
	margin-bottom: 15px;
}

.rightbody {
	position: relative;
	top: 0px;
	float: right;
	width: 728px;
}

html>body .rightbody {
	/*width: 705px;*/
}

#imageTitleSpan {
	background: black;
	color: white;
	font-size: 80%;
	text-align: center;
	opacity: .80;
	margin-bottom: 5px;
}

.field {
	margin-top: 5px;
	width: 535px;
}

.button_left_pane {
	background-color:#CCCCCC;
	color:white;
	text-align:center;
	font-size:90%;
	height:24px;
	line-height:24px;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
}

.button_left_pane:hover {
	background-color:#292929;
}

/*.contactform {width:418px; margin:2.0em 0 0 0; padding:10px 10px 0 10px; border:solid 1px rgb(200,200,200); background-color:rgb(240,240,240);}
.contactform fieldset {padding:20px 0 0 0 !important /*Non-IE6/; padding:0 /*IE6/; margin:0 0 20px 0; border:solid 1px rgb(220,220,220);}
.contactform fieldset legend {margin:0 0 0 5px !important /*Non-IE/; margin:0 0 20px 5px /*IE6/; padding:0 2px 0 2px; color:rgb(80,80,80); font-weight:bold; font-size:130%;}
.contactform label.left {float:left; width:100px; margin:0 0 0 10px; padding:2px; font-size:110%;}
.contactform select.combo {width:175px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.field {width:275px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;margin-top:15px;}
.contactform textarea {width:275px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform input.button {float:right; width:9.0em; margin-right:20px; padding:1px !important /*Non-IE6/; padding:0 /*IE6/; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:110%;}
.contactform input.button:hover {cursor: pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}
*/

/* ##################### FOOTER ##################### */

#footer_main {
	clear: both;
	position:relative;
}

#footer_main a {
	color: black;
	text-decoration:none;
}

#footer_main a:hover {
	color: #ee3424;
}

#footer_links {
	/*background: transparent url(http://www.kutcheris.com/css/images/footer_bar.png) repeat-x scroll center top;*/
	background: transparent;
	text-align: center;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	overflow: visible;
	padding: 10px;
}

#footer_strip {
	height: 20px;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #292929;
	clear:both;
}

#footer_strip a {
	color:white;
}

#footer_strip a:hover {
	color: #ee3424;
}

.unit {
	float:left;
	text-align: left;
	margin-left: 15px;
	margin-right:30px;
}

.unit li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

/* ##################### Directory ##################### */

#alpha {
	border-top: 1px solid #292929;
	border-right: 1px solid #292929;
	border-left: 1px solid #292929;
	border-bottom: 0px;
	padding: 5px 0;
	text-align:center;
	background-color:#292929;
	overflow:auto;
}

#search_dir {
	border-top: 1px solid #292929;
	border-right: 1px solid #292929;
	border-left: 1px solid #292929;
	border-bottom: 0px;
	padding: 5px 0;
	text-align:center;
	overflow:auto;
}

#alpha ul {
	display:block;
	list-style-type:none;
}

#alpha li {
	display:inline;
	text-decoration:none;
}

#alpha li.selected a {
	font-weight:900;
	color:#ee3424;
}

#alpha li.not_selected a {
	font-weight:normal;
	color:white;
}

#alpha li a:hover {
	font-weight:900;
	color:#ee3424;
}

.highlight {
	border:0px #ee3424 solid;
	z-index:40;
}

.highlight:hover {
	border: 2px #ee3424 solid;
	z-index:40;
}

/* ##################### HEADER & MENU ##################### */

#header_main{
	background-color: black;
	/*background: black url(images/fb_kutcheris.png) no-repeat center top;
	background-size:cover;*/
	border-bottom: #ee3424 5px solid;
}

#header_container {
	color: black;
	display: block;
	padding: 0;
	position: relative;
	top: 0px;
	margin: 0 auto;
	width: 960px;
	text-align:left;
	height: 105px;
}

#banner_main {
	background-image: url('images/logo.png');	
	background-repeat: no-repeat;
	background-position: top left;
	height: 100px;
	width: 400px;
	position: relative;
	top: 0px;
	float:left;
}

#header_main_thin{
	background-color: #FFFFFF;
	/*background: #FFFFFF url(images/gradient_orange_header.png) repeat-x scroll center top;*/
	position: fixed;
	width:100%;
}

#header_container_thin {
	color: black;
	display: block;
	padding: 0;
	position: relative;
	top: 0px;
	margin: 0;
	text-align:left;
	height: 30px;
	border-bottom: 1px #F5892A solid;
	clear:both;
	padding:2px 0;
}

#fblogin {
	right:2px;
	top:2px;
	position:absolute;
	margin-left:2px;
	z-index:1000;
}

#header_icons {
	position:absolute;
	top:75px;
	right:2px;
}

#header_icons img {
	background:transparent;
	border:none;
}

#banner_text {
	text-align: right;
	font-size: 110%;
	padding-top: 40px;
	padding-right: 40px;
}

#topmenu {
	font-size: 14px;
	height: 30px;
	line-height: normal;
	margin: 0 auto;
	display:block;
	position: relative;
	clear:both;
}

#topmenu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0;
}

#topmenu li{
	margin: 0;
	padding: 0;
}

#topmenu a {
	float: left;
	margin: 0;
	padding: 0 0 0 8px;
	text-decoration: none;
}

#topmenu a span {
	color: white;
	display: block;
	float: none;
	padding: 5px 15px 4px 6px;
}

#topmenu a:hover {
	background-position: 0 -42px;
	/*background: transparent url(images/nav_selected_bg.gif) repeat scroll left top;*/
	height: 30px;
}

#topmenu a:hover span {
	background-position: 100% -42px;
	color: #ee3424;
}

#topmenu a.selected {
	background-position: 0 -42px;
	/*background: transparent url(images/nav_selected_bg.gif) repeat scroll left top;*/
	height: 30px;
}
#topmenu a.selected span {
	background-position: 100% -42px;
	color: #ee3424;
	font-weight: normal;
}

#header_text {
	text-align: center;
	font-size: 90%;
}

#header_container a{
	color: white;
	text-decoration: none;
}

#menu_top ul.menu_sub {
	visibility:hidden;
	position:absolute;
	/*left:250px;
	top:130px;*/
	z-index:100;
	float:left;
	border: 1px #F5892A solid;
	top: 30px;
	background: #292929;
}

li.menu_top {
	float:left;
	position:relative;
	list-style: none outside none;

}

#menu_top:hover ul.menu_sub {
	visibility:visible;
}

#menu_sub li {
	display: block;
	position:relative;
	text-align:left;
}

#menu_sub a {
	float: left;
	margin: 0;
	padding: 0 0 0 8px;
	text-decoration: none;
}

#menu_sub a span {
	color: white;
	display: block;
	float: none;
	padding: 5px 15px 4px 6px;
	width: 95px;
	height: 20px;
}

#menu_sub a:hover {
	background-position: 0 -42px;
	background: transparent url(images/nav_selected_bg.gif) repeat scroll left top;
	height: 30px;
}

#menu_sub a:hover span {
	background-position: 100% -42px;
	color: #D57524;
}

#menu_sub a.selected {
	background-position: 0 -42px;
	background: transparent url(images/nav_selected_bg.gif) repeat scroll left top;
	height: 30px;
}
#menu_sub a.selected span {
	background-position: 100% -42px;
	color: #D57524;
	font-weight: normal;
}

/* ##################### EXTERNAL LINKS #####################

*[href^="http:"] { 
	background: url('images/extlink.png') right center no-repeat; 
	padding-right: 14px; 
} 
  
*[href^="http://www.kutcheris.com"],*[href^="http://www.google.com"],*[href^="http://en.wikipedia.org"],*[href^="http://wowweb.weather.com"],*[href^="http://ima.weather.com"],*[href^="http://www.twitter.com"],*[href^="http://www.facebook.com"],*[href^="http://www.rss.com"],*[href^="http://www.youtube.com"],*[href^="http://www.charsur.com"]{ 
      background: transparent; 
      padding-right: 0px; 
}
*/
/* ##################### SCHEDULE ##################### */
.starred {
	height: 14px;
	width: 14px;
	background: url('images/stars.gif');
	background-repeat:no-repeat;
	background-position: 0 -14px;
	display:inline-block;
}

.unstarred {
	height: 14px;
	width: 14px;
	background-image:url('images/stars.gif');
	background-repeat:no-repeat;
	background-position: 0 0px;
	display:inline-block;
}

.event_listing {
	cursor:pointer;border-bottom:solid #CCCCCC 1px;padding:12px 5px;clear:both;height:auto;position:relative;float:left;width:100%;
}

.event_listing:hover {
	background-color:#292929;
}

/* ##################### TABLE SORTER ##################### */

table.tablesorter {
	background-color: #CDCDCD;
	margin:10px 1px 10px;
	font-size: 8pt;
	width: 920px;
	text-align: left;
	color: white;
}

html>body table.tablesorter {
	width: 100%;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #292929;
	border: 1px solid #FFFFFF;
	font-size: 8pt;
	padding: 4px;
}

table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFFFFF;
	vertical-align: top;
}

/*table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}*/

table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #A23737;
}

/* ##################### MAILING LIST ##################### */

.indicate-required {
	float:right;
	color:gray;
	display:none;
	position:relative;
}

.note-required {
	display:none;
}

.mc-field-group{
	clear:both;
	display:block;
	position:relative;
	padding-top:5px;
	padding-bottom:5px;
}

#mc-embedded-subscribe.btn{
	float:right;
}

/* #####################  Google Ads  ##################### */
.as_leaderboard, .as_mediumrectangle, .as_wideskyscraper, .as_smallsquare, .as_banner {
  margin-bottom: 10px;
  text-align: center;
}

.as_wideskyscraper {
  margin-left: -10px;
}

.as_banner {
  margin-top: 10px;
}

/* banner for ie users */
.upgarde_banner {
  display: none;
}