/***condensed meyer reset***/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding: 0;
	margin: 0;
	}
fieldset, img { 
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol, ul {
	list-style: none;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: helvetica;
	font-weight: normal;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym { 
	border: 0;
	}

/***********************/

body {
	font-family: Helvetica, sans-serif;
	text-align: left;
	background: #fff url('../i/scribble_bg.gif') no-repeat fixed top left;
	color: #333;
	}	


/***boxes***/

#container {
	margin: 30px;
	width: 900px;
	}

#header {
	background: url('../i/oldlogotwolines900.png') no-repeat scroll top left;
	height: 300px;
	width: 900px;
	margin-bottom: 30px;
	}
	
#aboutbutton {
	position: relative;
	left: 682px;
	top: 198px;
	height: 93px;
	width: 216px;
	text-align: center;
	}
	
#videogrid table {
	border: 0;
	float: left;
	margin: 0 0 30px 0;
	}

#videogrid td {
	border: 0;
	padding: 0px;
	}
	
#clipsinfo {
	float: left;
	margin-left: 10px;
	width: 200px;
	}

#clipsinfo ul {
	line-height: 1.5em;
	}

#clipsinfo li {
	height: 212px;
	}

#about {
	clear: both;
	width: 665px;
	margin-bottom: 40px;
	}

#footer {
	clear: both;
	}

	
/***typography***/
	
#footer p {
	font-size: 8pt;
	}
	
p {
	font-size: 13pt;
	line-height: 1.5em;
	margin-bottom: 1em;
	}

.hidden {
	visibility: hidden;
	margin-bottom: -1em;
	padding: 0;
	}

#header a {
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	font-size: 36px;
	font-weight: bold;
	color: #476876;
	border: 0;
	}

#about h2 {
	font-size: 48px;
	font-weight: bold;
	color: #476876;
	
	}
	
#header a:hover {
	color: #f28a01
	}
	
#clipsinfo p {
	line-height: 1.5em;
	}

#clipsinfo li p {
	font-size: 8pt;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: .5em;
	}

em	{
	font-weight: bold;
	color: #31729c;
	}

a {
	color: inherit;
	font-weight: bold;
	color: #476876;
	text-decoration: none;
	border-bottom: 1px dashed #476876;
	}

a:hover {
	color: #f28a01;
	}

.superscript {
	font-size: xx-small;
	vertical-align: top;
	}

/***other***/


