/* @override 
	http://www.dynamicvision.org/html/main.css
	http://www.dynamicvision.org/css/main.css
*/

/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*//////////////END RESET*/






/* CSS Document */

a {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	text-decoration: none;
}

a:hover { color: #bfa300; }

a:link { color: #FFF; }

a:visited {	color: #333; }

body {
	color: #999;
	font: 100%/.8px Tahoma, Helvetica, Arial, sans-serif;
}
.body_color { background-color: black; }

.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a content that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

#content {
	width: 980px;
	margin: 0 auto;
	/* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #222;
	height: 882px;
}

#content #mainContent h2 {
	margin: 0px;
	padding: 10px 0px 0px;
	height: 0.6em;
	font-size: 14px;
	font-style: italic;
}
#content .video, #soundslider #swf{
	border: 1px solid #333;
}

#content #mainContent p {
	padding-right: 20px;
	padding-left: 10px;
	margin: 0 auto;
	color: silver;
	letter-spacing: .1em;
	text-align: left;
	font: normal normal 12px/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content #mainContent p.copyrightnotice {
	font-size: 10px;
	color: #333;
	width: 903px;
	height: 55px;
}
 #content #mainContent img#photo {
	width: 750px;
	margin: 20px auto 0;
	padding: 0;
	display: block;
	border: 1px solid #333;
}
#content #mainContent #photo_vert {
	width: 350px;
	border: 1px solid #333;
	margin: 35px auto 0;
}

#copyright {
	/* 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;
	font: 11px/1px sans-serif;
	position: relative;
	top: 16px;
	margin: 0;
	padding: 0;
	color: #444;
}

#delicious {
	background: url(http://dynamicvision.org/graphics/delicious.png) no-repeat;
}

#email {
	background: url(http://dynamicvision.org/graphics/email.png) no-repeat;
}

#email, #delicious, #facebook, #twitter, #posterous, #flickr {
	width: 30px;
	text-indent: -9999px;
	display: table-cell;
	position: relative;
	padding: 0;
	margin: 0;
}
#email a, #delicious a, #facebook a, #twitter a, #posterous a, #flickr a {
	display: block;
	width: 30px;
	padding: 2px;
	margin: 0;
}

#facebook {
	background: url(http://dynamicvision.org/graphics/facebook.png) no-repeat;
}
#flickr {
	background: url(http://dynamicvision.org/graphics/flickr.png) no-repeat;
}

.fltlft {
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.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;
}

#footer {
/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #181512;
	border-top: thin solid #201c18;
	color: gray;
	padding: 16px 10px 0;
	height: 30px;
	position: relative;
	top: 40px;
}

#footer p {
	margin: 0;
	/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 0;
/*

padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#header {
	background: #111;
	padding: 0 10px 0 20px;
	height: 60px;
}

#header h1 {
	margin: 0;
/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0px;
	color: #222;
	text-shadow: 2px 4px 3px #000;
	font-weight: lighter;
	line-height: 1em;
	font-size: 45px;
	width: 300px;
}

#header h1 a:link, #header h1 a:visited, #header h1 a:active {
	color: whitesmoke;
	font-size: 45px;
}

#header #network {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}
#intro_left {
	float: left;
	margin-top: 69px;
	margin-left: 71px;
}
.intro_menu {
	background-color: red;
	height: 0px;
	font-variant: small-caps;
	font-size: 24px;
}
#intro_right {
	clear: left;
	position: relative;
	left: 372px;
}
#introphoto {
/*	border: thin solid silver;*/
	display: block;
	margin: 0px auto 35px;
	position: relative;
	z-index: -1;
}

#mainContent {
	text-align: center;
	width: 980px;
	display: block;
	height: 700px;
	margin: 0 auto 35px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#network {
	list-style-type: none;
	line-height: 16px;
	width: 450px;
	float: left;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin: 0;
	position: relative;
	top: -8px;
}

#next, #previous {
	float: right;
	margin: 0;
	padding: 18px 0 0;
	width: 80px;
	height: 18px;
}

#mainContent p#caption, p#quote {
	width: 70%;
	padding: 10px 0px 0px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: silver;
	margin-top: 15px;
	line-height: 1.1em;
	font-size: 11px;
}

#mainContent p#quote {
	font-style: italic;
}

#page {
	height: 240px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 113px;
}

#page #resume, #page #email2 {
	display: block;
	width: 157px;
	float: right;
	clear: left;
	position: relative;
	height: 40px;
	top: 25px;
}

#page p#about, #page h2#about {
	line-height: 2em;
	margin-bottom: 40px;
	top: 30px;
	position: relative;
}

#posterous {
	background: url(http://dynamicvision.org/graphics/posterous.png) no-repeat;
}

a#previous, a#next {
	width: 100px;
	height: 12px;
	text-align: center;
	position: relative;
	display: inline-block;
	width: 85px;
	top: 12px;
	margin-top: -12px;
	padding-top: 20px;
	border-bottom: 1px solid #111;
}

a:hover#previous, a:hover#next {
	background-color: #333;
	border-bottom: 1px solid #666;
}

#previous_next {
	width: 204px;
	height: 40px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -46px;
	width: 225px; 
	float: right; 
	margin-right: 10px; 
	left: 450px;
	top: -7px;
}

strong {
	font-weight: bold;
}

#titleBar { 
	width: 980px;
	height: 40px;
	margin: 0 auto;
	background-color: #090909;
}
#title {
	width: 300px;
	height: 18px;
	position: relative;
	left: 0px;
	top: 20px;
	margin: 0;
	padding: 18px 0 0;
}
#counter { 
	width: 100px;
	position: relative;
	display: block;
	left: 700px;
	top: 20px;
}
#previous_next {

}

#twitter {
	background: url(http://dynamicvision.org/graphics/twitter.png) no-repeat;
}

ul#about li p {
	margin: 0;
	padding: 0;
	width: 226px;
}

ul.breadcrumbs {
	
}

ul.breadcrumbs li {
	list-style-type: none;
	margin: 0;
	display: inline;
	position: relative;
	top: -60px;
	right: -640px;
	padding: 0 0 0 6px;
}

ul#network li {
	float: left;
	clear: left;
	color: white;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}

.videos {
	display: inline-block;
	position: relative;
	border-bottom: thin solid #1f1b17;
	background-color: #090909;
	left: 531px;
}

.videos li {
	list-style-type: none;
	display: table-cell;
	float: left;
	position: relative;
	background-color: #090909;
	font: .8em Tahoma, Helvetica, Arial, sans-serif;
	padding: 3px 4px 5px 8px;
	border-left: thin solid #1f1b17;
}

.videos li a {
	display: block;
	position: relative;
}
.videos li:hover {
	background-color: gray;
}
.videos li#this_video {
	background-color: white;
	color: black;
}

