/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 90%/130% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

body {
 margin: 0 0 15px 0; 
 padding:0;
 width:100%;
 background-attachment: fixed;
 background-image: url(../images/bgimage.jpg);
 background-repeat: no-repeat;
 background-position: right top;
 color: black;
 text-align: center;
}

/*typography*/
a {
	text-decoration: none;
	font-weight: normal;
	color: blue;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.6em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.6em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
table{
	width:100%;
    border-width: 1px;
    border-spacing: 0;
    border-collapse: collapse;
	}
td {
    margin: 0;
    padding: 4px;
    border-width: 1px;
    font-size: 1.0em;
	}
 table, td{
    border-style:none;
    } 
 
img.floatleft{
float: left;
margin: 5px;
}
img.floatright{
float: right;
margin: 5px;
}

#logo {
	margin: 2% 12% 0% 12%;
	height: 140px;
}
#logo h1{
	font-size:2.5em;
	font-weight:normal;
	color: #0000FF;
}
#bar1{
 height: 1.2em;
 margin: 0% 8% 0% 8%;
 padding-left:12px;
 border-style:solid;
 border-width: 1px;
 border-color:#000000;
 background-color:#47B1D7;
 color: #ffffff;
 text-align: left;
}
#content{
 margin: 0% 8% 0% 8%;
 padding: 12px 12px;
 border-style:solid;
 border-width: 1px;
 border-color:#000000;
 background-color:#EEEEEE;
 filter:alpha(opacity:90); opacity:0.90;
 text-align: left;
 font-size:0.95em;
 color: #000000;
 height:50%;
} 
#content h2, h3{
text-align:center;
}
#specials b{
	color:blue;
}
#specials td{
	vertical-align:top;
}

#schedule b{
	color:red;
}
#schedule td{
	border-style:solid;
    border-color: #000000;
	text-align:left;
}
#schedule tr{
	vertical-align:top;
}
#news { font-size:1.1em;}
#news h2{
  color:red;
}

#footer{
 clear:both;
 margin: 0% 8% 0% 8%;
 padding:3px 12px;
 border-style:solid;
 border-width: 1px;
 border-color:#000000;
 background-color:#EEEEEE;
 filter:alpha(opacity:90); opacity:0.9;
 font-size:1.0em;
 font-weight: normal;
 color: #000000;
 text-align: left;
}


.l-col {
  float:left;
  width:35%;
  border-right:solid;
  border-width: 1px;
  border-color:#000000;
  padding:0% 2% 0% 2%;
}
	
.r-col {
	float:right;
	width:50%;
	padding:0% 2% 0% 2%;
}	

#roster table{
	border-style:solid;
	text-align:left;	
}
#roster td{
	border-style:solid;
	text-align:left;	
}
#roster tr{
	vertical-align:top;
}
#display1 table, td{
	border-style:none;
}
#display1 tr{
	vertical-align:top;
}
.tdL{
 border-style:none;
 text-align:right; 
 color:blue;'
}
.tdR{
 border-style:solid;
 text-align:left; 
}

