/*  
Theme Name: The Central
Theme URI: http://thecentral.ca/
*/

@import url("nm_webkit/CSS/news.css");

body {
	color: #18181A;
	background: #cccccc;
	margin: 0;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	height: 100%;
	width: 100%;
}

a {
	color: #839314;
	text-decoration: none;
	font-size: 13px;
	text-align: left;
}

a:hover {
	color: #9d9ba4;
}

hr {
	background-color: #839314;
}

input, select {
	width: 200px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

textarea {
	width: 400px;
	height: 100px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

input:focus, select:focus, textarea:focus {
	background-color: #e6e6e6;
	font-weight: bold;
}

ul {
	padding: 0;
	margin:0;
	margin-left: 25px;
	list-style: square;
	font-weight: bold;
}

ul li {
	padding:0;
	margin:0;
}

h1, #menu_tabs {
	font-weight: normal;
	font-size: 22px;
	color: #656565;
	letter-spacing: -.5px;
}

#main_block {
	width: 894px;
	background-image: url('/images/mainbg.gif');
	margin-left: auto;
	margin-right: auto;
	position: relative;
}	

/*
#leftbg {
	width:22px;
	margin:0; 
	padding:0;
	background-image: url('/images/leftborder.gif');
	background-repeat:repeat-y;
}

#rightbg {
	width:22px;
	margin:0;
	padding:0;
	background-image: url('/images/rightborder.gif');
	background-repeat: repeat-y;
}
*/

#main_content {
	padding:0;
	margin:0;
	width: 850px;
	padding-left:22px;
	text-align: left;		
}

#main_body {
	padding: 10px;
	color: #656565;
	font-size: 14px;
	line-height: 1.3em;
	width: 826px;
}

.bottom_shadow {
	margin:0;
	padding:0;
}

.main_table {
	margin:0;
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
}

.main_table_td {
	background:#ffffff;
	margin:0;
	padding:0;
}

table {
	margin:0;
	padding:0;
	background: #ffffff;
}

table td {
	vertical-align: top;
	text-align: left;
	padding: 4px;
	color: #656565;
	background: #ffffff;
}

#eventinfo_block {
	float: right;
	width: 175px;
	padding: 6px;
	margin-top: 41px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 3px #656565 solid;
	color: #f3f3f3;
	font-size: 12px;
	background: #656565;
}

#masthead {
	margin:0;
	padding:0;
	line-height:0%;
}

.image_left {
	float:left;
	margin-right: 10px;
	border:1px #cccccc solid;
}

.image_right {
        float:right;
        margin-left: 50px;
        border:1px #cccccc solid;
}

#month_head {
	float:left;
	font-family: Arial, Helvetica, serif;
	font-size: 24px;
	font-weight: bold;
	color: #656565;
	top: 1px;
	position: relative;
	margin-top: 3px;
}

#upcomingshows_head {
	line-height:100%;
	margin-bottom: 0;
	margin-top:0;
	font-family: Arial, Helvetica, serif;
	font-size: 20px;
	font-weight: normal;
	color: #656565;
}

#genre_filter {
	white-space: nowrap;
	float:left;
	padding-left:298px;
	padding-bottom:3px;
	color: #656565;
	font-size: 12px;
}


.calendar_table {
	padding:0;
	margin:0;
	border-spacing:0;
	border-collapse:collapse;
	color: #18181A;
	width: 100%;
}

#calendar_block {
	float:left;
	padding:0;
	margin:0;
	border-spacing:0;
	background-color: #ffffff;
	border:3px #cccccc solid;
	width: 620px;
}

#calendar_options {
	clear:left;
	text-align:center;
	width: 626px;
}

#calendar_options form {
	position: relative;
	top:-10px;
	margin:0;
	padding:0;
	display:inline;
}

.genre_arrowleft {
	position: relative;
	top:2px;	
	margin:0;
	margin-right: 20px;
}

.genre_arrowright {
	position: relative;
	top:2px;
	margin:0;
	margin-left: 20px;
}

.day_header {
	padding:3px;
	background: #cccccc;
	color: #575757;
	border-bottom: 1px #cccccc solid;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.border_bottom {
	border-bottom: 1px #cccccc solid;
	height:80px;
	color: #656565;
}

.border_bottom_todaycolor {	
	background-color: #cccccc;	
	border-bottom: 1px #cccccc solid;
	height:80px;
}

.border_bottom_selecteddate {
	color:#ffffff;	
	background-color: #cee563;	
	border-bottom: 1px #cccccc solid;
	height:80px;
}

.border_left {
	border-left: 1px #cccccc solid;
	height:80px;
	color: #656565;
}

.border_left_todaycolor {	
	background-color: #cccccc;		
	border-left: 1px #cccccc solid;
	height:80px;
}

.border_left_selecteddate {	
	color:#ffffff;	
	background-color: #cee563;	
	border-left: 1px #cccccc solid;
	height:80px;
}

.border_both_todaycolor {
	background-color: #cccccc;		
	border-bottom: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	height:80px;
}

.border_both {
	border-bottom: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	height:80px;
	color: #656565;
}

.border_both_selecteddate {
	color:#ffffff;	
	background-color: #cee563;
	border-bottom: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	height:80px;
}

#calendar_eventselected {
}

#event_date {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

#event_head {
	font-size: 18px;
	font-weight: bold;
	background-color: inherit;
	margin-top: 5px;
}

#upcoming_events {
	width: 620px;
	border:3px #cccccc solid;
}

#upcoming_eventsfront {
        width: 439px;
        border:3px #cccccc solid;
}

#recent_newsfront {
	width: 356px;
}

.news_excerpt {
	margin-top: 5px;
	font-weight: normal;
}

.performer_text {
	font-size: 12px;
	line-height: 1.3em;
}

.upcoming_eventshead {
	background-color: #cccccc;
	color: #575757;
	border-bottom: 1px #cccccc solid;
	font-size: 13px;
	font-weight: bold;
	border-left: 1px  #989898;
}

.performer_heading {
	font-size: 14px;
	font-variant: small-caps;
	margin-bottom: 3px;
}

#upcoming_events .row1 {
	background-color: #ffffff;
	height:35px;
}

#upcoming_events .row2 {
	background-color: #ececec;
	height:35px;	
}

#event_picture {
	border:1px #18181A solid;
}

#event_website a {
	color: #ffffff;
}

#event_website a:hover {
	color: #c3cc54;
}

.menu {
	margin-top: 30px;
	width: 100%;
	border:2px #cccccc solid;
	padding: 10px;
}

.menu_head {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #656565;
}

.menu_headlabel {
	position: relative;
	top: -27px;
	left: -5px;
	border:2px #cccccc solid;
	padding: 3px;
	background-color: #ffffff;
}

#index_body {
	line-height: 1.8em;
	margin-left: 17px;
	font-size: 13.5px;
}

/* IE 6 hack */
* html .menu_headlabel {
	position: relative;
	top: -16px;
	left: 0;
	border:2px #cccccc solid;
	padding: 3px;
	background-color: #ffffff;
}

.menu_headlabelgreen {
	position: relative;
	top: -27px;
	left: -5px;
	border:2px #cccccc solid;
	padding: 3px;
	background-color: #c3cc54;
}

/* IE 6 hack */
* html .menu_headlabelgreen {
	position: relative;
	top: -16px;
	left: 0;
	margin-right:16px;
	border:2px #cccccc solid;
	padding: 3px;
	background-color: #c3cc54;
}

.menu_subhead {
	font-size: 14px;
	color: #656565;
	line-height: 1.4em;
}

.menu_tiny {
	font-size: 10px;
	letter-spacing: -.3px;
	color: #656565;
}

.menu_winehead {
	font-size: 16px;
	color: #656565;
	line-height: 1.4em;
}

.menu_item {
	padding-top: 6px;
	width: 100%;
	font-size: 13px;
	color: #656565;
}

.menu_itemcenter {
	padding-top: 6px;
	width: 100%;
	font-size: 13px;
	color: #656565;
	text-align:center;
}

.menu_descrip {
	width: 100%;
	padding-right: 20px;
	font-size: 12px;
	line-height: 1.5em;
	color: #656565;
}

.menu_price {
	font-size: 14px;
	font-weight: bold;
	background-color: #c3cc54;
	padding: 2px 4px;
	text-align:center;
}

.menu_pricewhite {
	font-size: 18px;
	font-weight: bold;
	padding:3px;
	text-align:center;
}

.menu_option {
	width: 100%;
	text-align: right;
	font-style: italic;
	padding-right: 20px;
	color: #656565;
	font-size: 12px;
}

.menu_addoptions {
	margin-top:20px;
	border:2px #cccccc dashed;
	padding:5px;
}

.menu_leftcol {
	width: 400px;
	float: left;
}

.menu_rightcol {
	width: 400px;
	float: right;
}

.submitrow {
	text-align: right;
}

.submitbutton {
	width: 150px;
	border: 3px #18181A double;
	font-weight:bold;
	background-color: #cee563;
}

.submitbutton:hover {
	background-color: #9d9ba4;
}

.date_field {
	width:100px;
}

.inputdate {
	width: 20px;
}

.inputyear {
	width: 35px;
}

.inputampm {
	width: 50px;
}

#maxchars {
	width:28px;
}

.boxtest {
	padding: 10px;
	border-style: solid;
	border-color: #7d7d7d;
	height: 100px;
	border-width: 1px;
	width: 800px;
}