/*-----------------------------------------------------------------------------
Score Style Sheet

version:   1.0
author:    Justin Cathcart
email:     me@justincathcart.com
website:   http://scoreondavie.com
-----------------------------------------------------------------------------*/


/* General
-----------------------------------------------------------------------------*/


/* Class for clearing floats */
.clear {f
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/* Removes styling from all list items */
ul, li {
	list-style:none;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
}

h1 {
	margin:0;
	padding:0;
}


/* Global Typography
-----------------------------------------------------------------------------*/

body {
	font: 62.5%/1.6 Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background:#000000;
}

html, body {
margin: 0;
padding: 0;
height: 100%;
}

a {
text-decoration:none;
color: #939f02;

}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	background:#101010;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color: #0c0c0c;
}

div#footer {
	position:absolute;
	width:100%;
	height: 103px;
	bottom:0; /* stick to bottom */
	background-image:url(images/index_26.jpg);
}

p#footerleft {
		padding:0;
		margin:0px;
	}
	
p#footerright {
border: solid 1px;
		padding:0;
		margin:0px;
	}
	
a#leftlink {
display: block;
margin-top:32px;
margin-left: 90px;
height: 60px;
width: 210px;
}
	
a#leftlink span {
visibility: hidden;
}

a#centerlink {
display: block;
margin-top:-60px;
margin-left: 335px;
height: 60px;
width: 240px;
}

a#centerlink span {
visibility: hidden;
}


a#rightlink {
display: block;
margin-left: 630px;
margin-top:-60px;
height: 60px;
width: 190px;
}
	
a#rightlink span {
visibility: hidden;
}


   

/* Global Elements
-----------------------------------------------------------------------------*/


/* Backgrounds
-----------------------------------------------------------------------------*/


/* Home Page Specific Elements
-----------------------------------------------------------------------------*/

div#mvp {
background-image: url(cms/gallery/mvp.jpg);
}


/* Gallery Specific Elements
-----------------------------------------------------------------------------*/
div#gallerycontainer {
position: relative;
margin:0 auto;
padding: 25px 0px;
text-align:left;
width: 900px;
background-image:url(images/gallery-bg.jpg);
background-repeat: no-repeat;
}

div#galleryviewcontainer {
position: relative;
margin:0 auto;
padding: 25px 0px;
text-align:left;
width: 900px;
background-image:url(images/gallery-bg.jpg);
background-repeat: no-repeat;
}

.gallerythumb {
margin: 5px;
border: solid 1px #999999;
}

div#galleryphoto {
position: fixed;
}

.galleryviewtext {
font-size:14px;
padding: 0px 5px;
color: #9FA806;
white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
}



/* Schedule Specific Elements
-----------------------------------------------------------------------------*/

div#schdulebg {
background-image:url(images/schedule-bg.jpg);
background-repeat:no-repeat;
}

div#cal {
border: 1px solid #939f02;
background-color:#000000;
padding: 0 px 0px 10px 0px;
margin-top:40px;
margin-bottom:20px;
}

div#tv {
border: 1px solid #939f02;
background-color:#000000;
height:294px;
margin-bottom: 20px;
}

div#day {
border: 1px solid #939f02;
background-color:#000000;
top:0;
margin-top:40px;
margin-bottom:20px;
padding-right: 10px;
color:#939f02;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
line-height: 18px;
}

div#bottom {
border: 1px solid #939f02;
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
padding: 0px 10px;
margin-bottom: 20px;
font-size:13px;
line-height: 16px;
color:#FFFFFF;
}

pre#description {
color: #939f02;
font-size: 18px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

pre#galdescription {
margin-top: -20px;
color: #939f02;
font-size: 18px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* CMS Page Specific Elements
-----------------------------------------------------------------------------*/
.formheader {
color: #FFFFFF;
text-decoration: underline;
font: 18px Arial, Helvetica, sans-serif;
}

.formtext {
color: #222222;
font: 16px Arial, Helvetica, sans-serif;
}
.displayheading {
color: #222222;
font: 16px Arial, Helvetica, sans-serif;
margin-top: 10px;
}
.displaytext {
color: #222222;
font: 12px Arial, Helvetica, sans-serif;
}

.cmstext {
color: #659305;
font-size: 18px;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.cmsdiv {
margin-left:235px;
}

.mainTable {
	background-color: #000000;
	margin-bottom: 10px;
	margin-left: 5px;
}


.monthRow a:hover {
	text-decoration: underline;
}

.dayNamesText { 
	color: #939f02;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:18px;
}

.rows {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #939f02;
	text-align: center;
	padding-bottom:18px;
}

.sOther {
    background-color: #EEEEEE;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #BBBBBB;
}

.popupDate {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #336699;
	padding: 4px;
	border: 1px solid #EAEAEA;
	border-bottom: 0px solid #EAEAEA;
}

.popupDate2 {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	background-color: #336699;
	padding: 4px;
}

.popupClose {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	background-color: #336699;
}

.popupEventTitle {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding: 4px;
	vertical-align: middle;
	border: 1px solid #EAEAEA;
	border-bottom: 0px solid #EAEAEA;
}

.s23 {
	background-color: #CCFF00;
	padding: 4px;
}

.categoryDiv {
	background-color: #FCF5EF;
	padding: 4px;
	border: 1px solid #EAEAEA;
	border-bottom: 0px solid #EAEAEA;
}

.categoryName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}

.categorySelection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #777777;
}

.popupEventDescription {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;
	padding: 4px;
}

.eventtext {
text-align:left;
margin-top:0px;
padding-top:0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 13px;
}

.eventdetails { width:890px; height:115px; border-color:black; border-style:solid; border-width:1px; padding:0px; }

pre#details {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}