/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
}
body {
	background:#000000;
	color:#BBBBBB;
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
	font-family:Arial, Helvetica, sans-serif;
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0px;
	margin: 0px;
	list-style:none;
}
.hide{
	display: none;
}
.clear-block {
	display: block; 
	overflow: hidden; 
	height: 1%;
}
a img {
	border: 0px; 
	text-decoration:none;
}
a {
	outline: none;
	text-decoration:none;
}

/* Layout CSS */

#wrapper{
	
}
#container{
	position:relative;
	padding:0px;
	width:100%;
}
/*header*/
#header{
	width:220px;
	padding:32px 0px;
	position:relative;
	top:0px;
	left:0px;
	float:left;
}


#headerLogo{
	font-size:3em;
	width:190px;
	height:100px;
	margin:0px 0px 16px 30px;
}
#headerLogo a{
	background:url(../images/logo.gif) no-repeat 0px 0px;
	width:190px;
	height:100px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
/*navigation*/
#nav{
	width:190px;
	margin:0px 0px 16px 30px;
	
}
#nav .links a{
	background:url(../images/menuMatrix.png) no-repeat 0px 0px;
	width:190px;
	height:32px;
	margin:0px 0px 4px 0px;
	padding:0px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
#nav ul.links{
}

#nav #homeLink a,
#nav #temp-homeLink a {
	background-position:0px 0px;
}
#nav .link#homeLink a:hover,
#nav .link#temp-homeLink a:hover {
	background-position:-190px 0px;
}
#nav .current#homeLink a,
#nav .current#temp-homeLink a {
	background-position:-380px 0px;
}

#nav #about-meLink a {
	background-position:0px -32px;
}
#nav .link#about-meLink a:hover{
	background-position:-190px -32px;
}
#nav .current#about-meLink a {
	background-position:-380px -32px;
}

#nav #contactLink a {
	background-position:0px -64px;
}
#nav .link#contactLink a:hover{
	background-position:-190px -64px;
}
#nav .current#contactLink a {
	background-position:-380px -64px;
}

#nav #blogLink a {
	background-position:0px -96px;
}
#nav .link#blogLink a:hover{
	background-position:-190px -96px;
}
#nav .current#blogLink a {
	background-position:-380px -96px;
}
/*content*/
#contentContainer{
	/*padding: 32px 0px 0px 0px;*/
	margin-left:252px;
	position:relative;
	padding: 32px 0px 0px 0px;
}
#content{
	width:576px;
	padding-right:24px;
}
#thumbnails{
	padding:26px 0px 0px 0px;
	min-width:280px;
	
}
.thumbnail{
	
	width:240px;
	height:135px;
	margin: 16px 16px 0px 0px;
	float:left;
	position:relative;
}
.thumbnail a{
	width: 240px;
	height:135px;
	display:block;
}
.thumbnail a img{
	width:240px;
	height:135px;
	position:absolute;
	top:0px;
	left:0px;
}
.thumbnail a span.thumbnailInfo{
	background:url(../images/thumbnailOverlay.png) repeat 0px 0px;
	width:240px;
	height:135px;
	overflow:hidden;
	position:absolute;
	bottom:0px;
	left:0px;
}
.thumbnail a span.thumbnailInfo .overlay{
	background:url(../images/scanLinesAlpha.png) repeat 0px 0px;
	width:240px;
	height:135px;
	overflow:hidden;
	position:absolute;
	bottom:0px;
	left:0px;
}
.thumbnail a span.thumbnailInfo .thumbnailText{
	display:block;
	position:absolute;
	bottom:10px;
	left:10px;
}
.thumbnail a span.thumbnailInfo .thumbnailPrimary{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.8em;
	line-height:1em;
	font-weight:bold;
	color:#DDDDDD;
	text-align:left;
	text-transform:uppercase;
}
.thumbnail a span.thumbnailInfo .thumbnailSecondary{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	line-height:1em;
	font-weight:bold;
	text-transform:uppercase;
	color:#DDDDDD;
	text-align:left;
}

.thumbnail a .thumbnailInfo .thumbnailPrimary,
.thumbnail a .thumbnailInfo .thumbnailSecondary{
	visibility:visible;
}
.thumbnail a:hover .thumbnailInfo .thumbnailPrimary,
.thumbnail a:hover .thumbnailInfo .thumbnailSecondary{
	visibility:hidden;
}

/*-- Video Page --*/

.videoInfo{
	float:left;
	width:240px;
	margin:24px 0px 0px 0px;
}

.videoStillsGallery{
	float:right;
	width:292px;
	padding:8px 0px 0px 0px;
	margin:24px 0px 0px 0px;
}
.behindScenesGallery{
	float:right;
	width:292px;
	padding:8px 0px 0px 0px;
	margin:24px 0px 0px 0px;
}
.galleryThumbnail{
	margin:0px 0px 8px 8px;
	float:right;
	width:65px;
	height:65px;
	position:relative;
	overflow:hidden;
}
.galleryThumbnail img{

}
.galleryThumbnail span.overlay{
	background:url(../images/scanLinesAlpha.png) 0px 0px repeat;
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:65px;
	height:65px;
}


.video{
	float:left;
	width:576px;
	margin:16px 0px 0px 0px;
}

/*-- Blog --*/
.blog h1.imr{
	background:url(../images/blogPage.png) no-repeat 0px -32px;
}
.blog h1.imr.archive{
	background-position:0px -64px;
}
.blog h1.imr.latest-posts{
	background-position:0px 0px;
}
#archiveNav{
	width:190px;
	margin:0px 0px 16px 30px;
	padding-top:8px;
	padding-right:16px;
	
}
#archiveNav span.imr.archive{
	background:url(../images/blogPage.png) no-repeat 0px -96px;
	font-size:1.6em;
}
#archiveNav ul{
	list-style:none;
	padding:8px 0px;
	text-align:right;
}
#archiveNav ul li{
	font-size:1.3em;
	padding:0px 0px 2px 0px;
}
#archiveNav ul li a{
	padding:0px 0px 0px 10px;
}
#archiveNav ul li.current a{
	background:url(../images/dot.png) no-repeat 0px center;
}
.blogPost{
	float:left;
	margin:32px 0px 0px 0px;
}
.blogPost.first{
	margin:0px 0px 0px 0px;
}
.date{
	position:relative;
	color:#FFFFFF;
	float:left;
	width:40px;
	height:40px;
	overflow:hidden;
	text-align:center;
	margin:10px 8px 0px 0px;
}
.date .dateDay{
	font-size:2.6em;
	font-weight:bold;
	line-height:0.8em;
}
.date .dateRest{
	font-weight:bold;
	font-size:1em;
	text-transform:uppercase;
	line-height:0.8em;
}
.date .overlay{
	background:url(../images/scanLinesAlpha.png) 0px 0px repeat;
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:40px;
	height:40px;
}
.blogPost h2.imr.blogPostTitle{
	width:528px;
}

.blogPost .blogPostContent{
	width:528px;
	padding:0px 0px 0px 48px;
}
.postNavigation{
	float:left;
	width:100%;
	margin:16px 0px 0px 0px;
	font-size:1.3em;
}
.postNavigation .newer{
	float:left;
}
.postNavigation .older{
	float:right;
}

/*  ABOUT  */
/*#content.about-me{
	width:512px;
}*/
#content.about-me h1.imr{
	background:url(../images/aboutMePage.png) no-repeat 0px 0px;
	/*width:512px;*/
}
/*#content.about-me .blurb{
	float:left;
	width:240px;
	height:143px;
	overflow:hidden;
	margin:8px 16px 0px 0px;
}*/


/*  CONTACT  */
#content.contact{
	width:240px;
}
#content.contact h1.imr{
	background:url(../images/contactPage.png) no-repeat 0px 0px;
	width:240px;
}
#content.contact h2.imr.or{
	background:url(../images/contactPage.png) no-repeat 0px -32px;
	width:240px;
	margin:24px 0px 0px 0px;
	float:left;
}
#content.contact p{
	width:240px;
}
#content.contact p.phoneNumber{
	background:url(../images/contactPage.png) no-repeat 0px -165px;
	padding:0px 0px 0px 24px;
	margin:5px 0px 0px 0px;
	float:left;
}
#content.contact p.emailAddress{
	background:url(../images/contactPage.png) no-repeat 0px -149px;
	padding:0px 0px 0px 24px;
	margin:6px 0px 2px 0px;
	float:left;
}
#content.contact #submitText{
	margin:10px 0px 0px 0px;
	height:180px;
}
/* Pager */
.pagerTop{
	float:right;
	width:80px;
}
.pagerBottom{
	float:left;
	margin:16px 0px 0px 0px;
	width:80px;
}
/* prev/next */
.pagerTop .pagerPrevious{
	width:60px;
	height:45px;
	float:left;
}
.pagerTop .pagerPrevious a{
	background:url(../images/pagerPrevNext.png) 0px 0px repeat;
	width:60px;
	height:45px;
}
.pagerTop .pagerPrevious a:hover{
	background-position:-125px 0px;
}
.pagerTop .pagerNext{
	width:20px;
	height:45px;
	float:right;
}
.pagerTop .pagerNext a{
	background:url(../images/pagerPrevNext.png) -64px 0px repeat;
	width:20px;
	height:45px;
}
.pagerTop .pagerNext a:hover{
	background-position:-189px 0px;
}

/* older/newer */
.pagerOlderNewerTop{
	float:right;
	width:84px;
}
.pagerOlderNewerBottom{
	float:left;
	margin:16px 0px 0px 0px;
	width:90px;
}
.pagerOlderNewerTop .pagerOlder{
	width:64px;
	height:42px;
	float:left;
}
.pagerOlderNewerTop .pagerOlder a{
	background:url(../images/pagerOlderNewer.png) 0px 0px repeat;
	width:64px;
	height:42px;
}
.pagerOlderNewerTop .pagerOlder a:hover{
	background-position:-140px 0px;
}
.pagerOlderNewerTop .pagerNewer{
	width:20px;
	height:42px;
	float:right;
}
.pagerOlderNewerTop .pagerNewer a{
	background:url(../images/pagerOlderNewer.png) -68px 0px repeat;
	width:20px;
	height:42px;
}
.pagerOlderNewerTop .pagerNewer a:hover{
	background-position:-208px 0px;
}

.pagerOlderNewerBottom .pagerOlder{
	width:20px;
	height:42px;
	float:left;
}
.pagerOlderNewerBottom .pagerOlder a{
	background:url(../images/pagerOlderNewer.png) -44px 0px repeat;
	width:20px;
	height:42px;
}
.pagerOlderNewerBottom .pagerOlder a:hover{
	background-position:-184px 0px;
}
.pagerOlderNewerBottom .pagerNewer{
	width:70px;
	height:42px;
	float:right;
}
.pagerOlderNewerBottom .pagerNewer a{
	background:url(../images/pagerOlderNewer.png) -68px 0px repeat;
	width:70px;
	height:42px;
}
.pagerOlderNewerBottom .pagerNewer a:hover{
	background-position:-208px 0px;
}

/*  Other pages  */

#content.Security,
#content.page-not-found{
	width:240px;
}

.Security h1.imr{
	background:url(../images/securityPage.png) no-repeat 0px 0px;
}
.page-not-found h1.imr{
	background:url(../images/pageNotFoundPage.png) no-repeat 0px 0px;
	margin-bottom:12px;
}

/*footer*/
#footer{
	position:relative;
	bottom:12px;
	width:220px;
	clear:both;
}
#copyright{
	font-size:1.1em;
	text-align:right;
	color:#DDDDDD;
	text-transform:lowercase;
}
/* links */

a {
	color:#EEEEEE;
}
	a:hover,
	.a:active,
	a:focus {
		color:#00FFFF;
	}
	
/* headings */
.imr {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
h1.imr {	
	height:32px;
	width:480px;
	margin:16px 0px 0px 0px;
}
h2.imr {
	height:26px;
	width:576px;
	margin:10px 0px 0px 0px;
}

/*video page*/
h3.imr.label{
	background:url(../images/videoPage.png) no-repeat 0px 0px;
}
h3.imr.credits{
	background:url(../images/videoPage.png) no-repeat 0px -26px;
}

