@charset "utf-8";
/* CSS Document */
/* '#' means it is an ID, '.' means it is a class, just the name means it is a tag */

/* -------------------------- basic styling -------------------------- */
* { /* wildcard: resets browser defaults */
	margin: 0px;
	padding: 0px;
	}
html {
	height: 100%;
}
body {
	background: #333333 url(back.jpg) no-repeat fixed center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	text-align:center; /* centers page for IE */
	height: 100%;
	}
#background {
	position: relative;
/*	background: url(backh.jpg) no-repeat fixed center top;
*/
	}
/* resets heights for non-IE 6.0 browsers */
/*html>body #background { 
	min-height: 100%;
	}
*/

#wrapper {
	position:relative;
	width: 900px;
	margin: 0 auto; /* centers page */
	background-color: #D8E7ED;
	}
.clear {
	clear:both;
	}
#floatleft {
	position: relative;
	float:left;
	width: 49%;
	}
#floatright {
	position: relative;
	float:right;
	width: 49%;
	}

img {
	border:0;
	}	
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #FFFFFF;
/*	font-variant:small-caps;
*/	line-height: 50px;
	}	
#h2border {
	border: #333333 solid 1px;
	height: 50px;
	background: url(/includes/headers/bigbar.jpg) #333333 top right repeat-x;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #3399CC;
	}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;		
}

#h4image {
	background: url(/includes/headers/repbar3.jpg) repeat-x top;
	color: #FFFFFF;
	width: 100%;
	height: 25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height: 25px;
	}

a {
	color: #003366;
	}
a:hover {
	text-decoration: none;
	}
/* visited: will show differently if you have already clicked on it before */
/*a:visited { 
	text-decoration: none;
	color: 
	}
*/

ul {
	list-style-type: circle;
	}
form {
	background-color:#FFFFFF;
	}

/* Social Bookmarks Icons */
.addthis_toolbox .custom_images a
{
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}

/* ----------------------- header styling ------------------------ */
#header {
	position:relative;
	z-index: 100;
	}
#logo {
	position: relative;
	height:150px;
	width:900px;
	margin: 0;
	}
.comtitle { /* -- resize the 'dot com' after every-scene -- */
	font-size: 60%;
	}
#navbar {
	z-index: 90;
	}
#adspace {
	z-index: 80;
	}
#homelogo {
	position: absolute;
	left: 10px;
	z-index: 80;
	}
#homeback {
/*	position: absolute;
	top: 174px;
	margin-bottom: -550px;
*/	z-index: 1;
	}

/*#homecontent {
	position: absolute;
	top: 174px;
	height: 750px;
	width: 900px;
	z-index: 2;
	}
*/
/* --- administration sub navigation --- */
#navsub {
	position: relative;
	width: 900px;
	height: 26px;
	background-color: #FFFFFF;
	z-index: 20;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#navsub ul {
	margin: 0;
	padding: 0 auto;
	position: absolute;
	bottom: 0px;
	left: 181px; /* center:(900-width)/2 */
	width: 538px;
	list-style: none; /* removes bullet points */
	background-color: #FFFFFF;
	/* to have a background for nav buttons, link url to jpg:
	background: url(gradient) repeat-x top left
	*/
	}
#navsub ul li {
	float: left;
	width: auto;
	}
#navsub ul a {
	padding: 0 1em;
	font-size: 15px;
	line-height: 1.5em;
	text-decoration: none;
	color: #333333;
	float: left;
	display: block;
	/* to have a separator in between nav buttons, link url to jpg:
	background: url(separator) no-repeat left
	*/
	}
#navsub ul a.first { /* defaults background to left */
	background:none;
	}
#navsub ul a:hover { /* creates roll-over effect */
	color:#3399CC;
	}

	
/* ----------------------- content styling ------------------------ */
#content {
	position: relative;
	height: 350px; /* keeps footer toward bottom on short pages */
	margin: 10px;
	text-align:left;
	z-index: 50;
	}
html>body #content { /* resets heights for non-IE 6.0 browsers */
	height: auto;
	min-height: 425px;
	}
#content ul {
	padding-left: 1.5em;/* insets lists from margin */
	}
.comcontent { /* -- resize the 'dot com' after every-scene -- */
	font-size: 80%;
	}
.linedouble {
	line-height: 1.7em;
}

#divs {
	position:relative;
	}
#divspace {
	clear: both;
	height: 10px;
	width: 100%;
	}
#movie {
	position:relative;
	border-top-color:#CCCCCC;
	border-top-style:solid;
	border-top-width: 1px;
	}
.barpics {
	border: 0;
	max-width: 100%;
	}
.commentname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	float: right;
	}
#divstretch {
	border: #333333 solid 1px;
	background-color:#FFFFFF;
	width: 100%;
	}
#divabc {
	background: #ffffff url(includes/headers/whitebar3.jpg) repeat-x;
	padding: 10px;
	}
#divcat {
	border: #333333 solid 1px;
	background-color: #ffffff;
	width: 100%;
	height: 225px;
	}
#divfeatures {
	border: #333333 solid 1px;
	background-color: #ffffff;
	height: 462px;
	width: 100%;
	}
#divfeatmain {
	width: 100%;
	height:244px;
	overflow: hidden;
	}
#divfeatlow {
	height:125px;
	overflow: hidden;
	background-color:#63AACE;
/*	background: url(featlow.jpg) top right;
*/	border-top: 1px solid #333333;
	padding: 10px;
	}
#featborder {
	border-right: #333333 solid 1px;
	}
#divfeatimg {
	border: #333333 solid 1px;
	}
#divcomments {
	border: #333333 solid 1px;
	background-color:#FFFFFF;
	height: 225px;
	width: 100%;
	}
#divall {
	border: #333333 solid 1px;
	background-color:#FFFFFF;
	width: 400px;
	}
#divinfo {
	border: #333333 solid 1px;
	background-color:#FFFFFF;
	width: 100%;
	margin-left: 20px;
	}
#divtoday {
	position: absolute; 
	width:268px; 
	height:135px; 
	left:10px; 
	top:80px;
	overflow: auto;
	}
#divtodayevent {
	position: relative; 
	width:125px; 
	}

#nexttext{
	font-size: 85%;
	}

#homeimgdiv{
	float:left;
	margin-left: 10px;
	width: 285px;
	border: #333333 solid 1px;
	}
#homeimgpic{
	width: 285px;
	}

#cityad {
	position: absolute;
	top: 200px;
	}
#cityadleft {
	position: relative;
	float: left;
	width: 18%;
	}
#cityadright{
	position: relative;
	float: right;
	width: 82%;
	}
	
#cityimgdiv{
	width: 300px;
	border: #333333 solid 1px;
	}
#cityimgpic{
	width: 300px;
	}
#cityimgtitle a{
	display: block;
	text-decoration: none;
	font-variant: small-caps;
	color:#333333;
	}
	
#musicyt {
	position: relative;
	height: 432px;
	width: 500px;
	float: left;
	background: #ffffff url(includes/headers/whitebar3.jpg) repeat-x;
	padding:10px;
	border: #333333 solid 1px;
	}
#musictopad {
	position: relative;
	height: 425px;
	width: 350px;
	float: right;
	}
#musicaudio {
	background: #ffffff url(includes/headers/whitebar3.jpg) repeat-x;
	padding:8px;
	border: #333333 solid 1px;
	}
#musiccal {	
	position: relative;
	height: 425px;
	width: 350px;
	float: left;
	}
#musicpa {
	height: 202px;
	border: #333333 solid 1px;
	background: #ffffff url(includes/headers/whitebar3.jpg) repeat-x;
	padding: 10px;
	}
#musicup {
	border: #333333 solid 1px;
	background-color: #ffffff;
	height: 506px;
	width: 520px;
	float: right;
	}

#barsspecs {
	height: 1098px;
	border: #333333 solid 1px;
	background: #ffffff url(includes/headers/whitebar3.jpg) repeat-x;
	padding: 10px;
	}
#barsweek {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: #333333 solid 1px;
	vertical-align:middle;
	}
#barslogo {
	height: 250px;
	overflow: hidden;
	}
#barslist {
	background: #ffffff url(includes/headers/whitebar3.jpg) repeat-x;
	padding:10px;
	border: #333333 solid 1px;
	height: 100%;
	}

#movielist {
	border: #333333 solid 1px;
	background: #ffffff url(includes/headers/whitebar3.jpg) repeat-x;
	height: 506px;
	padding: 10px;
	}
#movieforum {
	height: 506px;
	border: #333333 solid 1px;
	background: #ffffff url(includes/headers/whitebar3.jpg) repeat-x;
	padding: 10px;
	}

/* class for two column lists */
.twocol ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	}
.twocol li {
	float: left;
	width: 50%; /* half ul width */
	margin: 0;
	padding: 2;
	line-height: 1.5em;
	}

/* ---------- home page styling ---------- */
#homecity {
	position: relative;
	width: 800px;
	height: auto;
	top: 50px;
	padding: 0 3em;
	}
#homecity ul {
	width: auto;
	margin: 0;
	padding: 0 auto;
	list-style: none; /* removes bullet points */
	}
#homecity ul li {
	width: 250px;
	}
#homecity ul a {
	display: block;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 1em;
	font-size: 15px;
	line-height: 1.4em;
	background-color: #3399CC;
	}
#homecity ul a:hover { /* creates roll-over effect */
	color: #003366;
	background-color: #FFFFFF;
	}
.titlelist {
	font-style: bold;
	font-size: 115%;
	}
	
/* ---------- form styling ---------- */
#form {
	position:relative;
	background-color:#FFFFFF;
	width: 26.5em;  /* input width + label width + .5em */
	margin: 0 auto; /* centers page */
	}
fieldset {
	padding: .5em;
	}
input {/* styling for text input boxes */
	width: 16em;
	border-style: groove;
	border-width: 2px;
	}
input.checkbox {/* insert this class for checkboxes to reset input width */
	width: auto;
	}
input.buttons {/* insert this class for buttons to reset input width */
	width: 8em; /* half input width - .5em */
	border-style: auto;
	border-width: auto;
	}
input.date {
	width: 3em;
	display: inline;
	}
input.year {
	width: 7em;
	display: inline;
	}
textarea, select {/* styling for text area boxes, and menu or list selection items */
	width: 16.3em; /* iput with + .3em */
	border-style: groove;
	border-width: 2px;
	}
label {/* display labels next to form elements */
	float:left;
	width: 10em; /* aligns input fields away from labels */
	}
label.top {/* insert this class to display labels above item*/
	display: block;
	float:none;
	width: auto;
	}
.required { /* smaller red text */
	color:#CC0000;
	font-size: 70%;
	}

/* ---------- table styling ---------- */
#table {
	font-size: 12px;
	width: 400px;
	border-collapse: collapse;
	border: 1px solid #333333;
	text-align: left;
	}
#table th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	padding: 5px 8px;
	border-bottom: 2px solid #3399CC;
	}
#table td {
	border-bottom: 1px solid #ccc;
	color: #000000;
	padding: 5px 8px;
	}
.indent { /* apply this class to indent table */
	margin-left: 4em;
	}

/* ---------- large calendar styling ---------- */
table.cal{
	border: 1px #333333 solid;
	background-color: #FFFFFF;
	}
table.cal td{
	text-decoration: none;
	background-color: #FFFFFF;
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-collapse: collapse;
	line-height: 1em;
	}
td.calhead{ /* month name */
/*	background-color: #3399CC;
	color:#FFFFFF;
	border-bottom:2px solid #333333;
*/	color:#333333;
	font-size: 110%;
	}
td.calhead a, td.calhead a:hover, td.calhead a:active, td.calhead a:visited{
/*	color: #FFFFFF;
*/	}
td.calhead2{ /* week names */
	background-color: #FFFFFF;
	color: #333333;
	font-style: normal;
	font-size: 90%;
	padding-left:5px;
	}
td.caldates1{ /* large cal events cells */
	text-decoration: none;
	background-color: #FFFFFF;
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-collapse: collapse;
	padding-left:5px;
	font-size: 90%;
	}
td.caldates1 a{
	margin-left: 15px;
	padding-left:0px;
	padding-right:2px;
	display:list-item;
	font-size: 90%;
	}
td.caldates{ /* no event cells */
	color: #333333;
	text-decoration:none;
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-collapse: collapse;
	padding-left:5px;
	font-size: 90%;
	}
td.caldates a, td.caldates a:hover, td.caldates a:active, td.caldates a:visited{
	color: #003366;
	background-color:#FFFFFF;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
	font-size: 90%;
	}

/* ---------- small calendar styling ---------- */
table.smcal{
/*	background-color: #FFFFFF;
*/	}
td.smhead{ /* small cal month name */
/*	background-color: #FFFFFF;
*/	font-size: 100%;
	color: #333333;
	}
td.smdates{ /* no event cells */
	color: #A0A0A0;
	text-decoration:none;
	font-size: 90%;
	}
td.smdates a{
	padding-left:2px;
	padding-right:2px;
	font-size: 90%;
	}

/* ----------------------- footer styling ------------------------ */
#footer { 
	padding-bottom: 300px; /* ensures proper background placement for IE 6.0 browser */
	}
html>body #footer { /* resets margins for non-IE 6.0 browsers */
	padding-bottom: 10px;
	}
#navfoot {
	position:relative;
	margin: 0, auto;
	width: 900px;
	height: 20px;
	border-top: solid 1px #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#navfoot ul {
	margin: 0;
	padding: 0 auto;
	position: absolute;
	left: 340px; /* centers:(900 - ul width)/2 */
	bottom: 0px;
	width: 220px;
	list-style: none; /* removes bullet points */
	float:left;
	}
#navfoot ul li {
	float: left;
	width: auto;
	}
#navfoot ul a {
	padding: 0 1.2em;
	font-size: 9px;
	line-height: 1em;
	text-decoration: none;
	color: #333333;
	float: left;
	display: block;
	}
#navfoot ul a.first { /* defaults background to left */
	background:none;
	}
#navfoot ul a:hover { /* creates roll-over effect */
	color:#3399CC;
	}
#copyright {
	padding-top: 12px;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333
	}

