/**************  Global Resets   ******************/

* { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; } 
fieldset,img { border:0; } 
ul { list-style:none; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } 

/**************************************************/

/* General Styles */
body {
	font:100%/1.125em Verdana, Arial, Helvetica, sans-serif;
	background: #141414 url(../images/tile2.png) top left repeat-x;
	}
	
#wrapper {
	width:960px;
	margin:0 auto;
	padding:0;
	}
	
a, a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	}
	
p {
	padding-bottom:10px;
}

/* Branding */
#branding {
	width:960px;
	height:125px;
}

#branding h1 {
	font-size:2em;
	float:left;
	text-indent:-9999px;
	width:362px;
	height:125px;
	background: url(../images/lpc-logo.png) top left no-repeat;	
}

/* Navigation */
#nav {
	clear:both;
	padding:30px 0;
	float:left;
}

#nav li {
	list-style:none;
	float:left;
	margin-right:45px;	
	}
	
#nav li.nomargin {
	margin-right:0;
}

#nav li a ,#nav li a:visited, #nav li a:active{	
	color:#7c211e;
	letter-spacing:2px;
	padding:0 10px 0 0;
	outline:none;
	font-size:1.125em;
	font-weight:normal;
	}
	
#nav li a:hover {	
	color:#d1d1d1;
	}

#youarehere {
	color:#262323; 
	font-weight:bold; 
	text-align:right;
	font-size:3.5em;
	padding-top:85px;
}


/* Thumbnail Gallery */

#thumbs div{
	float:left;
	width:960px;
}
	
#thumbs ul li {
	float:left;
	list-style: none;
	padding-right:48px;
	width:204px;
	height:160px;
	padding-bottom:30px;
}

#thumbs ul li.nopad {
	padding-right:0;
}

#thumbs ul li a {
  display: block;
  float: left;
}

#thumbs ul li a img, #thumbs ul li img {
	border:2px solid #333;
	width:200px;
	margin-bottom:3px;
}

#thumbs ul li a:hover img {
	border:2px solid #666;
}

#thumbs ul li span { 
	display: block;
	font-size:.625em;
	color:#d1d1d1;
	padding-left:5px;
	line-height:1.6;
}

#commercials-thumbs, #drama-thumbs, #promos-thumbs {
	padding-bottom:200px;
}

/* Footer */
#contact-wrapper {
	padding:30px 0;
	background:#000;
	height:500px;
	clear:both;	
	border-top:5px dashed #141414;
}
	
#contact {
	color:#eee;			
	width:960px;
	margin:0 auto;			
}

#lp-info {
	padding-bottom:25px;
	margin-bottom:35px;
	border-bottom:3px dashed #141414;
}

#lp-info p {
	padding-bottom:30px;
	font-size:1.2em;
	text-align:center;
}
/*
#contact h3 {
	font-size:1.5em;
	color:#7c211e;
	padding-bottom:20px;
}
*/

#contact a {
	color:#7c211e;
}

#contact a:hover {
	color:#ccc;
	text-decoration:underline;
}

#contact a:hover {
	text-decoration:none;
}

#contact-info {
	width:460px;
	float:right;
}

#contact-form {
	width:460px;
	float:left;
}

/*
#contact-info p {
	font-size:1.125;
	padding-bottom:30px;
}
*/

#back-to {
	padding-top:50px;
	font-size:1em;
	clear:both;
	text-align:center;	
}

#website-by {	
	padding-top:70px;
	text-align:center;	
	font-size:.875em;
}


/* Contact form */		

/*
#form label { 
	display:block; 
	padding:5px 0;
	}
	
#form textarea {
	height:160px;
	}
	
input, textarea {
	width:400px;
	border:1px solid #7c211e;
	background: #eee;
	color:#000;
	padding:2px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	}

input {	
	margin-bottom:10px;	
	}
	
#submit {
	text-align:right;
	padding-top:10px;
	font-size:1.25em;
}

*/


