/*-------------------------------------------------------*/
/*-----------------GLOBAL STYLES-------------------*/
/*-------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.float_left{
	float:left;
}
.float_left2{
	float:left;
	width: 300px;
}
html, body {
	background: url(../images/header_bg.png) repeat-x top;
	height: 100%;
}
img{
	border:none;
}
body {
	text-align: center;	
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
}
dd{
	padding-bottom: 8px;
}
p{
padding-bottom: 10px;
text-indent: 0px;
}
/*-------------------------------------------------------*/
/*----------------------NAVIGATION-----------------------*/
/*-------------------------------------------------------*/
#nav a:link, #nav a:visited, #nav a:active{
	color:#000;
	text-decoration: none;
}
#nav a:hover{
	color:#FFF;
	text-decoration: none;
}
#nav {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em !important;
    font-weight: bold;
    float: right;
    padding: 5px 0 0 0;
}

#nav li {
    list-style: none;
    display: inline;
    padding: 0 15px;
    border-right: 1px solid #000;
    min-height: 30px;
}
#nav #last {
    border: none;
    }
#logout{
	text-align: right;
	width: 93%;
	font-size: .8em;
}
#logout a {
	text-decoration: none;
	border-bottom: 1px dotted #000;
	color: #000;
}

/*----------------------NAV DropDown-----------------------*/

#nav li ul {
    display: none;
    width: 190px; /* Width to help Opera out */
    height: 49px;
    }

#nav li:hover ul {
    display: block;
    position: absolute;
    margin-left: /* 342px */ 362px;
    padding-top: 20px; 
    }
#nav li:hover li {
    float: none; 
	border: none;
	background: url(../images/nav_bg.jpg) repeat-x
    }
#nav li:hover li a {
    color: #000;
 	line-height: 30px;
 	width: 160px;
    }
#nav li li a:hover {
	color: #fff;
    }
#nav li:hover li#mon  {
	position: absolute;
	top: 7px;
	width: 160px;
}
#nav li:hover li#wjrr  {
	position: absolute;
	bottom: 1px;
	width: 160px;
}

/*-------------------------------------------------------*/
/*---------------------Main Content----------------------*/
/*-------------------------------------------------------*/

#wrapper{
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
	text-align: left;
}
#header{
	width: 100%;	
}
#header #logo, #header #name, #header #nav{
	float:left;
}
#left_column{
	margin-left:50px;
	float:left;
	width: 170px;
	padding: 35px 0 0 0;
}
#right_column{
	margin-right:50px;
	float:right;
	width: 645px;
	padding: 35px 0 0 0;
}
.hours{
	width: 134px;
	min-height: 84px;
	background-color: #e6e6e6;
	font-size: .8em;
	padding: 20px;
	line-height: 17px;
	margin: 20px 0 20px;
	list-style: none;
}
.hours ul{
	list-style: none;
}
.content_area{
	font-size: .7em;
	background-color: #e6e6e6;
	border-top: 5px solid #948266;
	padding: 15px;
	margin-bottom: 50px;
	text-align: justify;
}
.mondays{
	font-size: .7em;
	background-color: #e6e6e6;
	border-top: 5px solid #948266;
	padding: 15px;
	margin-bottom: 50px;
	text-align: center;
}
.content_area li, .feed_box li{
	list-style: url(../images/pixel_arrow_rt.png) inside square;
}
.content_area a:link, .content_area a:visited, .content_area a:active, .feed_box a:link, .feed_box a:visited, .feed_box a:active {
	color:#000;
	text-decoration: none;
}
.content_area a:hover, .feed_box a:hover {
	color:#ff6600;
	text-decoration: none;
	border-bottom: 1px dotted black;
}
.feed_box {
	font-size: .7em;
	background-color: #e6e6e6;
	border-top: 5px solid #948266;
	border-bottom: 2px solid #000;
	padding: 15px;
	margin-bottom: 50px;
	height: 250px;
	overflow: auto;
}
.footer, .push {
	height: 100px; /* .push must be the same height as .footer */
	
}
.footer{
	font-size: .8em;
	background: #e6e6e6 url(../images/footer_bg.png) repeat-x top;
	line-height: 20px;
	
}
.footer #content{
	padding: 25px 0 0 0;
}
.footer a {
	color:#000;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
.footer a:hover {
	color:#ff6600;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
#archive {
	display: none;
}
.hours a:link, .hours a:visited, .hours a:active{
	color: #000;
	text-decoration: none;
}
.hours a:hover {
	text-decoration: underline;
	color: #ff6600;
}
.archive_listing{
	
	:left;
	font-size: .7em;
	background-color: #e6e6e6;
	border-top: 5px solid #948266;
	padding: 15px;
	margin-bottom: 50px;
	text-align: justify;
	line-height: 15px;
}
.archive_listing li{
	margin-left: 20px;
}
.date{
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
}
div.tab { font-family: Georgia; font-size: 10pt; }
div.tab { text-align: justify; }

/*-------------------------------------------------------*/
/*---------------------ADMIN Content---------------------*/
/*-------------------------------------------------------*/

#admin_index{
	padding: 25px 50px 35px;
}
#results_index{
	padding: 25px 50px 35px;
}

#admin_index a:link, #admin_index a:visited, #admin_index a:active, #results_index a:link, #results_index a:visited, #results_index a:active{
	color: #000;
	text-decoration: none;
	
}
#admin_index a:hover, results_index a:hover{
	color: #ff3300;
}
#admin_index li{
	list-style: none;
	padding: 20px;
}
#admin_index ul{
	list-style: none;
	display: inline;
}
#login{
	width: 300px;
	background: #e6e6e6;
	padding: 0 20px 20px;
	margin: 50px auto 0;
	font-size: .7em;
}
.admin_top{
	font-size: .8em;
}
.status{
	margin-bottom: 10px;
}
.delete_img{
	float:left;
	text-align: center;
	padding: 25px;
}
.match_delete {
	font-size: .7em;
	background-color: #e6e6e6;
	border-top: 5px solid #948266;
	padding: 15px;
	margin-bottom: 50px;
}
.match_delete li {
	list-style: none;
	padding: 3px;
}
.match_delete img {
	padding-right: 3px;
}
.cms_btn {
	float:left;
	text-align: center;
	margin: 5px;
	height: 90px;
	width: 114px;
}
.cms_btn a:link, .cms_btn a:visited, .cms_btn a: active {
	text-decoration: none;
}
.cms_btn a:hover {
	background-color: #FFF;
	border: 2px solid #FF6600;
}
.admin_nav {
	text-align: center;
	font-size: .7em;
	background-color: #e6e6e6;
	border-top: 5px solid #948266;
	padding: 15px 50px;
	margin-bottom: 50px;
	text-align: justify;
}


/*-----------------------------------------------------------------------
Image Flipper
------------------------------------------------------------------------*/

div#image_viewer {
	position:relative;
	width:400px;
	float: left;
	background-color:transparent;
}

div#image_viewer {
  position:relative;
  overflow:hidden;
}

div#image_viewer img {
	position:relative;
	border:none;
}

div#image_viewer {
	float: left;
}

div.controls a {
	text-align: center;
	opacity: 0.40;
	filter: alpha(opacity=40);
}
.controls{
	text-align: center;
	padding: 25px 0;


}

/*
div.controls a {
	text-indent: -5000px;
	overflow: hidden;
	outline: none;
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index:1;
}
*/

/*
div.controls a.previous {
	left: 0;
	background-image: url('../images/controller/controller_prev.png');
}

div.controls a.next {
	right: 0;
	background-image: url('../images/controller/controller_next.png');
}
	
*/	
div.controls a:hover {
	opacity: 0.80;
	filter: alpha(opacity=80);
	width: 146px;
	height: 119px;
}

/*
div#image_viewer .details_bg {
	background-color:#000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	height:50px;
	width:400px;
	bottom:10px;
	left:10px;
	position:absolute;
	z-index:2;
}
*/

/*
div#image_viewer #details {
	position:absolute;
	color:#fff;
	font: 36px/.9em Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	text-align:left;
	top:10px;
	z-index:1;
	left:0px;
	width:400px;
	z-index:3;
	text-align:center;
}
*/

/* corners */

/*
div.corners .left_top {
	position:absolute;
	background:url('../images/corners/top_left.png') no-repeat top left;
	width:7px;
	height:7px;
	overflow:hidden;
	top:10px;
	left:10px;
	z-index:20;
}

div.corners .right_top {
	position:absolute;
	background:url('../images/corners/top_right.png') no-repeat top right;
	width:7px;
	height:7px;
	overflow:hidden;
	top:10px;
	right:10px;
	z-index:20;
}

div.corners .right_bottom {
	position:absolute;
	background:url('../images/corners/bottom_right.png') no-repeat top right;
	width:7px;
	height:7px;
	overflow:hidden;
	bottom:10px;
	right:10px;
	z-index:20;
}

div.corners .left_bottom {
	position:absolute;
	background:url('../images/corners/bottom_left.png') no-repeat top right;
	width:7px;
	height:7px;
	overflow:hidden;
	bottom:10px;
	left:10px;
	z-index:20;
}
*/

div#image_viewer {
	position:relative;
	background-image:url('../images/bg/bg-screen.png');
	width:400px;
	/* height:170px; */
	padding:10px;
}
