/* Eric Meyer Reset CSS File */

@import url("reset.css");

@font-face {
    font-family: 'TimesSq';
    src: url('TIMES_SQ.TTF');
}

/* Template Layout CSS */

body
{
	background: #111;	font-family: Helvetica, Arial, sans-serif;
	color: #888;
	padding: 20px;
	font-size: 14px;

}

form {margin: 0px 25px 0px 25px; display: inline;}

a { color: #9C0; }
a:hover { color: #FFF; }
p { margin: 0 0 15px 0; }

a img.imgright {  float: right; padding: 5px; margin: 0 0 10px 15px; border: 1px solid #333; }
a:hover img.imgright { border: 5px solid #9C0; padding: 1px; margin: 0 0 10px 15px; }


img.imgleft { float: left; padding: 5px; margin: 0 15px 10px 0;  }

img.imgleft_alone { align: left; padding: 5px; margin: 0 15px 10px 0;  }

h1, h2 { font-weight: bold; font-size: 24px; margin: 0 0 15px 0; color: #FFF; text-shadow: 2px 2px 2px #000000; }
h3, h4, h5, strong { font-weight: bold; font-size: 14px;  color: #FFF;  }
canvas {
    display: block;
    margin-left: auto;
    margin-right: auto ;
	border: 1px solid; 
	background: white; 
	margin-top: 20px;
}

ul {
	list-style-type:circle;
	padding-left: 24px; 

}


article {
	margin-bottom: 40px;
}


/* Start Wrapper Container */

#wrapper
{
	width: 1000px;
	margin: 0 auto;
}

/* End Wrapper Container */

/* Start Nav Styles */

nav
{
	width: 1000px;
	height: 40px;
}
/*
nav ul.menu
{
}


nav ul.menu
{
	display: inline; 
}

nav ul.menu li a
{
	float: left;
	line-height: 40px;
	padding: 0 20px;
	background: #111;
	color: #FFF;
	font-weight: bold;
}

nav ul.menu li a.active
{
	background: #191919;
	color: #FFF;
}

nav ul.menu li a:hover
{
	
	color: #9C0;
} */
/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
	list-style:none;
	font-weight:bold;
	margin-bottom:0px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#nav li {

	float: left;
	line-height: 40px;
	padding: 0 20px;
	background: #111;
	color: #FFF;
	font-weight: bold;
	position: relative;

}
#nav a{
	display:block;
	padding:5px;
	color:#fff;
	background: #FFF
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	background:#191919;
	text-decoration:underline;
}
/*--- DROPDOWN ---*/
#nav ul{
	background: #191919; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	padding: 0 0px;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#191919;
	text-decoration:underline;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background: #424242;
}


header
{
	width: 940px;
	height: 135px;
	padding: 0 20px;
	background: #111;


}

header h1
{
	font-size: 42px;
	line-height: 120px;
	text-align: right;
	font-weight: bold;
	letter-spacing: -2px;
	
	text-shadow: 2px 2px 2px #000000;
}

header h3
{

	font-weight: bold; 
	font-size: 14px;  
	color: #FFF;
	text-align: center;
	font-weight: bold;
	letter-spacing: -1px;
	
	text-shadow: 2px 2px 2px #000000;
}

header h1 a
{
	color: #FFF;
}

header h1 a:hover
{
	color: #9C0;
}

header img {
    display: block;
    margin-left: auto;
    margin-right: auto ;

}

section img {
    display: block;
    margin-left: auto;
    margin-right: auto ;
}
section#main
{
	width: 1000px;
	line-height: 24px;
}

section#content
{
	float: left;
	width: 940px;
	padding: 20px;
}


section#templatecopy
{
	clear: both;
	width: 900px;
	padding: 20px;
	line-height: 22px;
	text-align: right;
	font-size: 12px;
	border-top: 1px dotted #333;
}

section#templatecopy a
{
	font-weight: bold;
}

section#templatecopy img
{
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

#plays { float:right;}
.f-right { float:right;}

#table {
	width: 942px;
	border-top: 4px solid #e3e7e7;
	}

#table p {
	clear: both;
	width: 100%;
	margin: 0;
	}

#table span {
	float: left;
	padding: 0 10px;
	border-left: 1px solid #e3e7e7;
	border-bottom: 1px solid #e3e7e7;
	}

#table span.col1 {
	width: 150px;
	border-right: 1px solid #e3e7e7;
	}

#table span.col2 {
	width: 80px;
	border-right: 1px solid #e3e7e7;
	}

#table span.col3 {
	width: 80px;
	border-right: 1px solid #e3e7e7;
	}
#table span.col4 {
	width: 80px;
	border-right: 1px solid #e3e7e7;
	}

#table span.col5 {
	width: 80px;
	border-right: 1px solid #e3e7e7;
	}

#table span.col6 {
	width: 340px;
	border-right: 1px solid #e3e7e7;
	}


.clear, .cleaner {
	height: 0;
	clear: both;
	}

#table2 {
	width: 900px;
	}


#table2 span {
	padding: 0 10px;
	}

#table2 span.col1 {
	width: 100px;
	font-weight: bold; font-size: 14px;  color: #FFF;
	}

#table2 span.col2{
	width: 50px;
	}

#table2 span.col3 {
	width: 85px;
	}
#table2 span.col4 {
	width: 400px;
	}

#table2 span.col5 {
	width: 100px;
	}

