/*============================================================*
                    KEVIN LEWANDOWSKI CSS
 *============================================================*/

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;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

/*----------------------------------------*
   General styles
 *----------------------------------------*/

body {
	width: 100%;
	height: 100%;
	background-color: #000000;
	color: #f0f0f0;
	font-size: 62.5%;
	font-family:  Helvetica, Arial, sans-serif;
}

a:link, a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #999999;
	text-decoration: none;
}

.clear { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }
.semantic { display: none; }

p {
	margin: 0 0 1.4em;
	font-size: 1.1em;
	line-height: 1.4em;
}

#container {
	width: 760px;
	margin: 0 auto;
}

#header {
	width: 760px;
	height: 80px;
	margin: 0;
	position: relative;
} 

#main {
	width: 760px;
	margin-bottom: 20px;
	position: relative;
}

/*========================================*
   Header
 *========================================*/

#header h1,
#header h1 a {
	width: 200px;
	height: 20px;
	display: block;
	background: transparent url("/assets/images/h1_kheavencom.gif") 0 0 no-repeat;
}

#header h1 {	
	margin: 30px 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1em;
	line-height: 1em;
	text-indent: -9999px;
}

#header h1 a:hover {
	background-position: 0 -20px;
}

#nav {
	height: 20px;
	padding: 30px 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	list-style: none;
}

#nav li,
#nav li a {
	height: 20px;
	float: left;
	overflow: hidden;
	background: transparent 0 -20px no-repeat;	
	font-size: 1em;
	text-indent: -9999px;
	text-decoration: none;
}

#nav li a:hover {
	background-position: 0 0;
}

#nav .film,
#nav .film a {
	width: 51px;
	margin-right: 30px;
	background-image: url("/assets/images/nav_film.gif");
}

#nav .photography,
#nav .photography a {
	width: 181px;
	margin-right: 30px;
	background-image: url("/assets/images/nav_photography.gif");
}

#nav .design,
#nav .design a {
	width: 90px;
	margin-right: 0;
	background-image: url("/assets/images/nav_design.gif");
}

/*========================================*
   Main
 *========================================*/

#videoPlayer {
	width: 760px;
	margin-bottom: 25px;
	background: #0d0d0d;
}

.videoReel {
	width: 760px;
	height: 430px;
	overflow: hidden;
}

#videoPlayer .videoSWF,
#videoPlayer .videoSWF embed {
	width: 760px;
	height: 430px;
	overflow: hidden;
}

/*----- Video Text -----*/

#videoPlayer .description {
	width: 480px;
	padding: 15px 20px;
	float: left;
}

#videoPlayer .meta {
	width: 220px;
	padding: 15px 20px 15px 0;
	float: right;
}

#videoPlayer .description h4,
#videoPlayer .meta h4 {
	height: 14px;
	margin: 0 0 10px;
	overflow: hidden;
	background: transparent 0 0 no-repeat;	
	font-size: 1em;
	text-indent: -9999px;
	text-decoration: none;	
}

#videoPlayer .description h4 {
	width: 94px;
	background-image: url("/assets/images/video_h3_description.gif");
}

#videoPlayer .meta h4.date {
	width: 34px;
	background-image: url("/assets/images/video_h3_date.gif");
}

#videoPlayer .meta h4.credits {
	width: 57px;
	background-image: url("/assets/images/video_h3_credits.gif");
}

#videoPlayer .description p,
#videoPlayer .meta p {
	margin: 0 0 10px;
	color: #aaaaaa;
	font: normal 12px/18px Helvetica, Arial, sans-serif;
}

#videoPlayer .meta p strong {
	font-weight: normal;
	text-transform: uppercase;
}

/*----- Gallery -----*/

#main .gallery {
	width: 760px;
	overflow: hidden;
}

.gallery h3 {
	height: 16px;
	margin: 0 0 15px;
	clear: left;
	font-size: 1em;
	text-indent: -9999px;
	text-decoration: none;
	background: transparent center left no-repeat;
}

.gallery h3.music-videos {background-image: url("/assets/images/film_h3_music-videos.gif")}
.gallery h3.commissions {background-image: url("/assets/images/film_h3_commissions.gif")}
.gallery h3.personal {background-image: url("/assets/images/film_h3_personal.gif")}
.gallery h3.music {background-image: url("/assets/images/film_h3_music.gif")}
.gallery h3.epks {background-image: url("/assets/images/film_h3_epks.gif")}

.gallery h3.medium-format {background-image: url("/assets/images/photo_h3_medium.gif")}
.gallery h3.tfmm {background-image: url("/assets/images/photo_h3_35mm.gif")}
.gallery h3.digital {background-image: url("/assets/images/photo_h3_digital.gif")}

.gallery .group {
	width: 780px;
}

.gallery .group .thumb {
	width: 240px;
	height: 140px;
	margin: 0 20px 20px 0;
	overflow: hidden;
	position: relative;
	float: left;
}

.gallery .group .thumb a {
	width: 238px;
	height: 138px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	color: #ffffff;
	border: solid 1px #1a1a1a;
	font: bold 14px/16px Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.gallery .group .thumb a:hover {
	color: #ffffff;
	border: solid 1px #303030;
}

.gallery .group .thumb a .box {
	width: 198px;
	height: 98px;
	padding: 20px;
	display: block;
	position: relative;
	z-index: 2;
	visibility: hidden;
	background-color: rgba(0,0,0,0.6);
}

.gallery .group .thumb a .soon {
	color: #bbbbbb;
	background-color: rgba(25,25,25,0.8);
}

.gallery .group .thumb a:hover .box {
	visibility: visible;
}

.gallery .group .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/*========================================*
   OLD CSS
 *========================================*/

div.oneColumnDesign {
	width: 780px;
}

div.leftColumnDesign {
	width: 480px;
	float: left;
}

div.rightColumnDesign {
	width: 260px;
	padding-left: 20px;
	float: right;
}

div.designItem {
	padding-bottom: 20px;
	text-align: center;
}

/*========================================*
   DropUp Panels
 *========================================*/

#linksDropUp,
#creditsDropUp {
	width: 200px;
	padding: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #0d0d0d;
	z-index: 2;
	visibility: hidden;
}

#linksDropUp a.close,
#creditsDropUp a.close {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 6px;
	right: 6px;
	display: block;
	overflow: hidden;
	background: transparent url("/assets/scripts/skin/classix/icons/close.png") 0 0 no-repeat;
	font-size: 1em;
	text-indent: -9999px;
	text-decoration: none;
}

#linksDropUp ul {
	width: 200px;
}

#linksDropUp ul li {
	padding: 5px 10px;
	background-color: transparent;
	color: #555;
	font-size: 1.1em;
}

#linksDropUp ul li.title {
	padding: 10px 0 10px;
	background-color: transparent;
	color: #fff;
	list-style-type: none;
	font-weight: bold;
}

#linksDropUp ul li.first {
	padding: 0 0 10px;
}

#linksDropUp ul li.alt {
	background-color: #151515;
}

/*========================================*
   Footer
 *========================================*/

#footer {
	width: 730px;
	height: 20px;
	padding: 10px 15px;
	margin-bottom: 10px;
	background-color: #0d0d0d;
	color: #aaaaaa;
	font-size: 11px;
}

#footer div {
	height: 20px;
	float: left;
}

#footer .copy {
	height: 14px;
	padding: 4px 0 2px;
	line-height: 14px;
}

#footer div a.home {
	width: 163px;
}

#footer ul {
	height: 20px;
	margin: 0;
	padding: 0;
	float: right;
	overflow: hidden;
	list-style: none;
}

#footer div a.home,
#footer ul li,
#footer ul li a {
	height: 20px;
	float: left;
	overflow: hidden;
	background: transparent 0 0 no-repeat;
	font-size: 1em;
	text-indent: -9999px;
	text-decoration: none;
}

#footer div a.home:hover,
#footer ul li a:hover {
	background-position: 0 -20px;
}

#footer div a.home {
	width: 187px;
	margin-right: 10px;
	background-image: url("/assets/images/foot_home.gif");		
}

#footer ul li.contact,
#footer ul li.contact a {
	width: 67px;
	margin-right: 15px;
	background-image: url("/assets/images/foot_contact.gif");
}

#footer ul li.links,
#footer ul li.links a {
	width: 42px;
	margin-right: 15px;
	background-image: url("/assets/images/foot_links.gif");
}

#footer ul li.credits,
#footer ul li.credits a {
	width: 57px;
	background-image: url("/assets/images/foot_credits.gif");
}

/*========================================*
   Reel Splash - temp style
 *========================================*/

div.reel {
	width: 640px;
	margin: 100px auto;
}

h1#reelTitle {
	width: 640px;
	height: 40px;
	margin: 0 0 20px;
	padding: 0;
	display: block;
	overflow: hidden;
	font-size: 1em;
	line-height: 1em;
	text-indent: -9999px;
	background: transparent url("/assets/images/h1_reel.gif") 0 0 no-repeat;
}

div.reelVideo {
	background-color: #0d0d0d;
}

div.reelVideo .foot {
	height: 16px;
	padding: 10px 12px;
	background-color: #0d0d0d;
	color: #aaaaaa;
	font-size: 11px;
}

div.reelVideo .foot .copy {
	float: left;
}

div.reelVideo .foot .contact {
	float: right;
}
