@charset "UTF-8";
body  {
	font: 100%;
	font-family: 'Josefin Slab', sans-serif;
	background: -webkit-linear-gradient(#000000, #0094CD 30%, #000000 15%, #005A30); /* For Safari */
	background: -o-linear-gradient(#000000, #0094CD 30%, #000000 15%, #005A30); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#000000, #0094CD 30%, #000000 15%, #005A30); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#000000, #0094CD 30%, #000000 15%, #005A30); /* Standard syntax (must be last) */
	background-repeat: no-repeat;
	background-color:#005A30;
	padding: 0px;
	margin: 0px;
	text-align: left;
	color: #671F00;
}
#container {
	margin: 0px;
	padding: 0px;
	height: 900px;
	width: 1400px;
	text-align: left;
	background-image: url(Pheno2015-BG.png);
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: left 0px top 50px;
} 
#header {
	background: #000000;
	padding: 0 px 0px 0px 10px;
	border-bottom: 1px solid #ffffff;
} 
#header h1 {
	height: 10px;
	margin: 0;
	padding: 10px;
	font-size: 60%;
	color:#ffffff;
}
h1 {
	font-family: 'Slackey', cursive;
	color:#671F00;
	font-size:130%;
	text-transform: uppercase;
	border-bottom: 1px solid
}
h2	{
	font-family: 'Slackey', cursive;
	font-size:100%;
	text-transform: uppercase;
}
h3	{
	font-family: 'Slackey', cursive;
	font-size:100%;
	text-transform: none;	
}
p	{
	line-height:100%;
	font-weight:400;
}
ul, ol	{
	line-height:110%;
}
.byline {
	font-variant:small-caps;
	line-height:1%;
}
a:link {
	color:#671F00;
	text-decoration:underline;/* unvisited link */
}
a:visited {
	color:#97499C;/* visited link */
}  
a:hover {
	color:#0094CD;
	text-decoration: underline;/* mouse over link */
}  
a:active {
	color:#ffffff;/* selected link */
} 
#mainContent {
	width:750px;
	height: 580px;
	position: absolute;
	top: 140px;
	left: 310px;
	padding: 10px
	margin: 0px;
	overflow: visible;
}
table {
	border-collapse:collapse;
	width:100%;
}
caption {
	text-align:left;
	font-variant:small-caps;
	line-height:150%;
}
.schedule td, th{
	width: 20%;
	padding:5px;
	text-align:center;
	border-bottom:solid 1px #671f00;
}
.schedule th {
}
.ratings td, th{
	padding:6px;
	text-align:left;
	vertical-align:top;
	border-top: solid 1px #671f00;
	border-bottom:solid 1px #671f00;
}
.ratings th {
	width:20%;
	text-align:right;
	color:#671F00;
	border-right:solid 1px #671F00;
}
.break {
	font-weight:700;
}
.fineprint {
	font-size:small;
}
#Content2 {
	width: 700px;
	position:absolute;
	top:876px;
	left: 180px;
	padding-top: 0px;
	padding-right: 400px;
	padding-bottom: 120px;
	padding-left: 130px;
	background-image:url(ForegroundPath.png);
	background-repeat:repeat-y;
}
#headcont2	{
	height:102px;
	width:580px;
	position:absolute;
	top:735px;
	left:256px;
}
#sidebar1 {
	float: left;
	width: 281px;
	height:	685px;
	margin: 10px 0px;
	position:fixed;
	top: 150px;
	padding: 20px 0px 0px 25px;
	background-image:url(MenuBG.png);
	background-repeat:no-repeat;
	font-family: 'Slackey', cursive;
	color: #671F00;
}
#sidebar1 h1 {
	font-size:120%;
	font-variant:normal;
	border-bottom:none;
}
#sidebar1 h2 {
	font-size:90%;
	font-variant:normal;
}
#sidebar1 ul	{
	list-style-type:none;
	padding:0;
	margin:0;
	line-height:normal;
}
#sidebar1 a:link {
	color:#671F00;
	text-decoration:none;
}
#sidebar1 a:visited {
	color:#671F00;
}  
#sidebar1 a:hover {
	color:#671F00;
	text-decoration:underline;
}  
#sidebar1 a:active {
	color:#671F00;
}
#sidebar2 {
	float:right;
	position: fixed;
	top: 550px;
	left: 1050px;
	height:auto;
	width: auto;
}
#footer { 
	width: 1400px;
	height:150px;
	position:fixed;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	background-image:url(Footer.png);
} 
#footer p {
	margin: 0;
	font-size:x-small;
	color: #009999;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
