/* css for tonmanproductions.com */
/* written by Clayton Combe 2009 */

body {
	background-color: #000;
	overflow-y: scroll;
}

#body {
	position: relative;
	width: 800px;
	margin: 0px auto;
	padding: 0px 20px;
}


/* --- top nav styles --- */
span.name {
	color: #ddd;
}

#nav {
	position: relative;
	border: solid 0px #000;
	margin: 70px 0px 2px 0px;
	cursor: default;
}

#nav a {
	position: relative;
	color: #aaa;
	font: normal normal normal 14px Arial, Verdana, sans-serif;
	text-decoration: none;
	margin: 0px 0px 0px 20px;
}

#nav a:hover {
	color: #ddd;
	cursor: pointer;
}

#nav a.current {
	color: #ddd;
	cursor: default;
}
/* --- end top nav styles --- */


/* --- general styles --- */
#content {
	position: relative;
	width: 798px;
	border: solid 1px #aaa;
	border-top: solid 3px #aaa;
	border-bottom: solid 3px #aaa;
	background-color: #111;
}

p {
	position: relative;
	margin: 50px;
	color: #777;
	font: normal normal normal 14px Arial, Verdana, sans-serif;
	text-align: justify;
}

p.center {
	position: relative;
	margin: 14px;
	color: #777;
	font: normal normal normal 14px Arial, Verdana, sans-serif;
	text-align: center;
}

#eqt a.tab {
	position: relative;
	margin: 0px 2px 0px 0px;
	padding: 2px 10px;
	background-color: #333;
}

#eqt a.tab:hover {
	background-color: #555;
}

#eqt a.current {
	position: relative;
	margin: 0px 2px 0px 0px;
	padding: 2px 10px;
	color: #111;
	background-color: #aaa;
}

a {
	position: relative;
	color: #aaa;
	font: normal normal bold 14px Arial, Verdana, sans-serif;
	text-decoration: none;
}

a:hover {
	color: #ddd;
	cursor: pointer;
}

a.alone {
	margin: 30px;
}

a.jump {
	position: relative;
	margin: 0px;
	padding: 0px;
	color: #aaa;
	font: normal normal bold 14px Arial, Verdana, sans-serif;
	text-decoration: none;
	background-color: #111;
}

a.jump:hover {
	color: #ddd;
	cursor: pointer;
}

em {
	position: relative;
	font: normal normal bold 20px Arial, Verdana, sans-serif;
	color: #ddd;
}

strong {
	position: relative;
	color: #aaa;
}

img.right {
	position: relative;
	float: right;
	top: -65px;
	margin: 0px 0px -25px 15px;
	padding: 0px;
	border: solid 1px #aaa;
	border-top: solid 3px #aaa;
	border-bottom: solid 3px #aaa;
}

img.left {
	position: relative;
	float: left;
	top: 0px;
	margin: 0px 20px 20px 0px;
	padding: 0px;
	border: solid 1px #aaa;
	border-top: solid 3px #aaa;
	border-bottom: solid 3px #aaa;
}

img.center {
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: solid 1px #aaa;
	border-top: solid 3px #aaa;
	border-bottom: solid 3px #aaa;
}

img.plain {
	position: relative;
	top: 0px;
	margin: 0px 45px 20px 45px;
	padding: 0px;
	border: solid 0px #000;
}
/* --- end general styles --- */


/* --- movie styles --- */
#movViewer {
	position: relative;
	margin: 50px auto 20px auto;
	padding: 0px;
	border: none;
	width: 640px;
	text-align: center;
}

#movie {
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#movSizes {
	position: relative;
	width: 380px;
	margin: 0px auto 40px auto;
	font: normal normal normal 14px Arial, Verdana, sans-serif;
	text-align: center;
	color: #ddd;
	cursor: default;
}

#movSizes a {
	position: relative;
	margin: 0px 10px;
	color: #777;
	text-decoration: none;
	font-weight: normal;
}

#movSizes a:hover {
	color: #ddd;
}
/* --- end movie styles --- */


/* --- table styles --- */
table.resume {
	position: relative;
	width: 760px;
	margin: -30px 20px;
	padding: 0px;
	font: normal normal normal 12px Arial, Verdana, sans-serif;
	border-collapse: separate;
	border-spacing: 10px 5px;
	color: #aaa;
}

td.header {
	text-decoration: none;
	font-weight: bold;
	color: #777;
}

td.title {
	font-weight: bold;
	color: #ddd;
}

td.award {
	position: relative;
	font-weight: bold;
	font-size: 11px;
	color: #777;
}

td strong {
	color: #ddd;
}
/* --- end table styles --- */


/* --- footer styles --- */
#footer {
	position: relative;
	margin: 3px 0px 50px 0px;
	width: 800px;
	text-align: right;
	border: solid 0px #000;
}

#footer a {
	position: relative;
	color: #777;
	font: normal normal normal 14px Arial, Verdana, sans-serif;
	text-decoration: none;
	margin: 0px;
}

#footer a:hover {
	color: #ddd;
	cursor: pointer;
}

#preloadImg {
	position: absolute;
	display: none;
}

#w3c img {
	position: relative;
	bottom: -1px;
	border: none;
}
/* --- end footer styles --- */
