@charset "UTF-8";
/*
Theme Name: Level Path Productions
Theme URL: http://www.levelpathproductions.com
Description: Site Style Sheet
Version: 1.0
Author: Jonathan Stanley
Author URI: http://www.jonathanstanley.com/
Tags: 
*/
 
/* 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, 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;  list-style:none;}
 
/* GLOBAL DEFINITIONS */
/* ---------------------------------------------------------------------------------------------------*/
body{
	font-family:Helvetica, Arial, sans-serif;
	font-size:15px;
	color: #585858;
	line-height:1.3em;
	background: url(images/lpp_background.jpg) repeat-x center top;
	height:250px;
	position: relative;
}

html, body {
	height: 100%;
	background-color:#94d1ed;
}

#wrapper {
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -175px;
}

a {
	color: #ff8635;
	text-decoration:none;
}

a:hover {
	color:#94d1ed;
}

a:visited {
	color: #ff8635;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #585858;
	line-height:30px;
}
h2 {
	text-transform:uppercase;
}



/* BRANDING & HEADER */ 
/* ---------------------------------------------------------------------------------------------------*/

#header {
	width:938px;
	height:250px;
	margin: 0 auto;
}
#headerbg {
	background: url(images/lpp_background.jpg) repeat-x center;
	height:250px;
	position: relative;
}

#gradient {	background: url(images/lpp_gradient.jpg) repeat-x;
	height:260px;
	margin-bottom:-260px;
	}

#reflection {
	width: 938px;
	margin: 0 auto;
}


/* NAVIGATION */ 
/* ---------------------------------------------------------------------------------------------------*/
#header li {float:left;width:155px;}

#nav {width:500px;
	margin:-60px 0 0 500px;
	position:absolute;
}
#nav li { 
	float:left;
}
#nav li a {
	display:block;
	float: left;
	text-transform:uppercase;
	color:#94d1ed;
	font-size:20px; 
	padding-right:60px;
}
	
#nav li a:hover {color:#ff8635;}

#homelink a{
	display:block;
	height:200px;
	width:350px;
	position:absolute;
	margin:-250px 0 0 0;
}

/* HOMEPAGE */ 
/* ---------------------------------------------------------------------------------------------------*/
.dvd {margin:20px 0px 0 15px;}
.projects {margin:115px 10px 0;}

#toppanel {
	width:938px;
	background-color:#e8f5fc;
	margin: 0 auto;
	padding: 0 0 5px;
	overflow:auto;
	position:relative;
}

#newsfeed {
	width:542px;
	float:left;
	border-right:2px solid #94d1ed;
	padding-right: 10px;
}
.newsh1 {
	display:inline;
	line-height: .8em;
}

#latestnews {
	margin:-38px 0 0 37px;
	position:absolute;
}

#currentprojects {
	width:428px;
	position:absolute;
	bottom:0%;
	right:0%;
}

#photogallery {
	width: 648px;
	float:left;
	margin: 15px 0 0 0;
	padding: 5px 0 0 80px;
	background: #e8f5fc url(images/lpp_gallery.jpg) no-repeat left center;
}

#photogallery .gallery {
	padding:0 25px;
	float:left;
	width:160px;
}

#photogallery .gallery p {
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
}

#connectlinks {
	width:193px;
	float:right;
	background-color:#e8f5fc;
	margin: 15px 0 0 0;
}

#connectlinks img {margin:5px 0 0 5px;}


/* CONTENT */ 
/* ---------------------------------------------------------------------------------------------------*/
#content {
	margin:0 auto;
	width:938px;
	position: relative;
}

#gary {
	width: 189px;
	margin: 49px -5px 50px 10px;
	float:left;
}

#aboutgary {
	width:460px;
	float:left;
	padding-left:20px;
}
#aboutgary p {
	padding-top:20px;
}
#filmography {
	width:235px;
	float:left;
	padding:55px 0 0 25px;
	text-transform:uppercase;
}
.lowercase{
	text-transform:lowercase;
}

.underline {
	text-decoration: underline;
}

/*PROJECTS*/
#projectswrapper {
	height:750px;
	width:938px;
}
#projects {
	display:block;
	margin:0 0 20px 20px;
}
.projectcategory {
	text-transform: uppercase;
	color: #94d1ed;
}

#thelist, #trial, #midnightclear, #finalsolution, #dogdays {
	padding: 0 10px 15px 20px;
	width:675px;
	float:left;
	position:absolute;
	visibility:hidden;
}
#thelist {
	visibility:visible;
}


#projectsgallery {
	width:230px;
	float:left;
	position:absolute;
	right: 0%;
}

#projectsgallery img{
	cursor: pointer;
}
.icon li {
	float:left;
	width:185px;
	text-align:center;
}
.icon a{
	display:block;
	padding-top:20px;
}

/*CONTACT FORM */
.fieldset, .textarea {display: block; padding: 5px; background-color:#94d1ed; width: 500px; height: 35px; margin: 10px 0;}
	
.textarea{height:300px; width: 650px;}	

input { border: solid 1px #AAA; -webkit-border-radius:15px; height: 30px; width: 80%;
	-moz-border-radius:15px;
	border-radius: 15px; 
	display:block; float:left;text-indent:20px;}

label {display:block; float:left; color:#5E4416;padding: 9px 0 0 5px;width:90px;}

textarea {border: solid 1px #AAA; -webkit-border-radius:15px; height: 290px; width: 80%;
	-moz-border-radius:15px;
	border-radius: 15px; 
	display:block; float:left;text-indent:20px;}
	
.submit {width: 140px; text-indent:0;}

#contact {
	padding-left: 50px;
}



.pad {padding:0 10px 0 7px;}
.floatright{float:right;}
.floatleft {float:left;}

/* FOOTER */ 
/* ---------------------------------------------------------------------------------------------------*/
#push {height: 70px;}
#footer {
	height: 50px;
	clear:both;
} 

#copyright {
	font-size: 14px;
	color: #b6defd;
	line-height:14px;
	text-align:center;
	width: 100%;
	margin: 0 auto;
	clear:both;
}

/* CLEAR FIX*/
.clearfix:after {
     content: " "; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
	 font-size:0;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
