/*   
Theme Name: crashandsues
Theme URI: www.crash-sues.com
Description: A custom theme for CRASH+SUES
Author: Alex Engelmann
Author URI: www.alexengelmann.com
Version: 0.1
.
General comments/License Statement if any.
.
*/
/* -------------------CSS RESET---------------------*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html
{
	height:100%;
}
body {
	line-height: 1;
	background-color:#ffffff;
	height:100%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	display: inline;
}
tr, td
{
	vertical-align:middle;
	color:#000000;
	font-weight: normal;
	font-size: 0.9em;
	font-family: sans-serif;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

#wrapper
{
	width:1000px;
	padding-left:32px;
	margin:0px auto;
}

#logo
{
	width:90px;
	height:100%;
	float:left;
}

#content
{
	width:910px;
	height:100%;
	min-height:400px;
	float:right;
}

#header
{
	width:910px;
	height:72px;
}

#nav
{
	width:377px;
	height:19px;
	float:left;
	position:relative;
	top:53px;
	padding-left:12px;
	border-left:solid 1px #c4b999;
	text-transform: none;
}

#nav li.topLevel a
{
	display:block; 
	height:19px; 
	background-image:url('images/navBtn.png'); 
	float:left;
	margin-right:6px;
	text-decoration:none;
}

#nav li.topLevel ul
{
	width:128px;
	display:none;
	background-color:#f5f4f4;
	position:absolute;
	top:19px;
	z-index:5;
	text-indent:3px;
	border:1px solid #cfcfcf;
}

#nav li.topLevel:hover ul
{
	display:block;
}

#nav li.topLevel ul.subWork {left:12px;}
#nav li.topLevel ul.subServ {left:57px;}
#nav li.topLevel ul.subComp {left:124px;}
#nav li.topLevel ul.subNews {left:195px;}

#nav li.topLevel ul a
{
	background-image:none;
	border-top:1px solid #ebebeb;
	width:128px;
	z-index:5;
	text-indent:3px;
}

#nav li.topLevel ul a:hover
{
	background-color:#b2dde8;
}

#nav li a.navWork {width:39px;}
#nav li a.navServ {background-position:-39px 0px; width:61px;}
#nav li a.navComp {background-position:-100px 0px; width:65px;}
#nav li a.navNews {background-position:-165px 0px; width:39px;}
#nav li a.navCont {background-position:-204px 0px; width:53px;}
#nav li a.navCftp {background-position:-257px 0px; width:63px;}

#nav li a.navWork:hover {background-position:0px -21px;}
#nav li a.navServ:hover {background-position:-39px -21px;}
#nav li a.navComp:hover {background-position:-100px -21px;}
#nav li a.navNews:hover{background-position:-165px -21px;}
#nav li a.navCont:hover {background-position:-204px -21px;}
#nav li a.navCftp:hover {background-position:-257px -21px;}

#noLower {
	text-transform: none;
}

#socialMedia
{
	width:105px;
	height:32px;
	float:right;
	position:relative;
	top:55px;
}

#socialMedia li a
{
	display:block; 
	width:32px;
	height:32px; 
	background-image:url('images/socialIcons.png'); 
	float:left;
	margin-left:3px;
	text-decoration:none;
}

#socialMedia li a.socTwit {background-position:-0px 0px;}
#socialMedia li a.socFace {background-position:-32px 0px;}
#socialMedia li a.socYout {background-position:-64px 0px;}

#leftContent
{
	width:360px;
	float:left;
	border-left:solid 1px #c4b999;
	padding-left:17px;
}
#title
{
	width:377px;
	height:36px;
	padding:28px 0px 0px 0px;
}

#thumbnails li a
{
	display:block; 
	width:74px;
	height:74px; 
	float:left;
	margin:16px 16px 0px 0px;
	text-decoration:none;
}

#thumbnails li a.bioThumb
{
	display:block; 
	width:72px;
	height:72px; 
	float:left;
	margin:16px 16px 0px 0px;
	border:1px solid #C4B999;
	text-decoration:none;
}

#thumbnails li a.bioThumb:hover
{
	border:1px solid #E30021;
}

#thumbnails #thumbnailContainer {
  margin:0 auto;
  width:360px;
  height:360px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}

#thumbnails #thumbnailContainer .slide {
  margin:0 auto;
  width:360px;
  height:360px;
}
.control
{
	color:#E30021;
	cursor:pointer;
}

#pagnation
{
	clear:left;
	text-align:right;
	margin-right:14px;
	height:19px;
}

#gutter
{
	width:32px;
	height:32px;
	float:left;
}

#rightContent
{
	width:500px;
	float:left;
}

#vidPlayer
{
	padding-top:28px;
	width:500px;
	height:291px;
}

#vidTitle
{
	width:400px;
	height:19px;
	margin-top: 5px;
	margin-bottom: -5px;
	float:left;
}

#vidDL
{
	width:180px;
	height:21px;
	float:left;
	text-align:right;
}

#vidInfo
{
	padding-top:10px;
	width:500px;
	clear:left;
}

#share
{
	display:none;
	left:900px;
	width:200px;
	height:100px;
	background-color:#aaaaaa;
	position:relative;
	top:410px;
	left:900px;
	z-index:100;
}
#footer
{
	clear:both;
	width:1000px;
	height:50px;
	padding-top:40px;
}

#filmstrip
{
	height:108px;
	margin-top:-20px;
}
#filmTag
{
	width:31px;
	margin-left:59px;
	height:108px;
	float:left;
}

#filmLinks
{
	width:893px;
	height:108px;
	float:left;
	margin-left:17px;
	background-color:#dedede;
}

#filmLinks li
{
	display:block;
	width:110px;
	height:74px;
	float:left;
	margin:17px 0px 17px 15px;
	background-color:#ffffff;
}

#footerLinks
{
	float:left;
	margin-top:10px;
	margin-left:108px;
	width:388px;
	
}
#footerAddress
{
	float:left;
	margin-top:10px;
}


span.hidden
{
	display:none;
}

span.hoverImg
{
	display:none;
}
img.csLogo
{
	margin-top:54px;
}
span.red
{
	color:#E30021;
	
}


h1
{
	font-family:arial,verdana,helvetica,geneva,sans;
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	text-decoration:none;
	color:#E30021;
}

h2
{
	font-family:arial,verdana,helvetica,geneva,sans;
	font-size:16px;
	line-height:22px;
	font-weight:normal;
	text-decoration:none;
	color:#E30021;
}

h3
{
	font-family:arial,verdana,helvetica,geneva,sans;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}

p
{
	font-family:arial,helvetica,verdana,sans;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}
p.commentor
{
	color:#E30021;
	font-weight:bold;
	font-size:14px;
}
p.subtitle
{
	color:#c4b999;
}

p.pr
{
	font-size:10px;
	line-height:14px;
}

p.red
{
	color:#E30021;
}

p.videoTitle
{
	font-family:arial,verdana,helvetica,geneva,sans;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	text-transform: uppercase;
	color:#000000;
}

p.bioName
{
	text-align:center;
	margin-top:25px;
}
p.small
{
	font-size:0.685em;
	line-height:1.75em;
}

p.err
{
	background-color:#ffaaaa;
	border:1px solid #aa0000;
	padding:0px 5px;
}
p.msg
{
	background-color:#aaffaa;
	border:1px solid #00aa00;
	padding:0px 5px;
}

a
{
	color:#E30021;
	text-decoration:none;
}

a:hover
{
	color:#E30021;
	text-decoration:underline;
}
a.addthis_button
{
	color:#000000;
	text-decoration:none;
}

a.addthis_button:hover
{
	color:#E30021;
	text-decoration:underline;
}

a.thumb:hover .hoverImg
{
	background-image:url('images/thumbHover.png');
	display:block;
	position:absolute;
	z-index:3;
}


a.blackLink
{
	color:#000000;
	text-decoration:none;
}
a.blackLink:hover
{
	color:#E30021;
	text-decoration:underline;
}
a.navLink
{
	font-family:arial,helvetica,verdana,sans;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}
strong{
	font-weight:bold;
}
