/* CSS Document */

/* -- allows for transparent gifs and pngs start -- */
img{
	behavior: url(../css/iepngfix.htc);
}
/* -- allows for transparent gifs and pngs end -- */


body{
	background-color: #000;
	font: normal 12px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%; /* needed for fixing footer to bottom of page */
/*	overflow: auto;
	overflow-x: hidden; */
}
div, h1, h2, h3, h4, h5, h6, form, label, input, span, ul, li, p, a{
	margin: 0;
	padding: 0;
}
ul{
	list-style: none;
}
.spacer{
	font-size: 0;
	line-height: 0;
	clear: both;
}
a:hover, a:active, a:focus {
	outline: none; /* a:focus is the rectangular box that appears around a link when using the tab key; setting outline to none removes it */
}

#homepage {
	min-height: 100%; /* needed to fix footer to bottom of page */
	position: relative; /* needed to fix footer to bottom of page */
	width: 1280px;
	height: auto;
	margin: 0 auto;
}
#postcard {
	min-height: 100%; /* needed to fix footer to bottom of page */
	position: relative; /* needed to fix footer to bottom of page */
	width: 1920px;
	margin: 0 auto;
}
.preload-image { /* using this to preload bg.jpg, so it's immediately available during hover */
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}
.orchid {
	/* Set rules to fill background */
	min-height: 100%;
	width: 450px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;

	width: 450px;
	height: 465px;
	background: url(../images/orchid.png) no-repeat left top;
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-ms-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}
.orchid:hover {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;

	background: url(../images/bg.jpg) no-repeat center top;
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-ms-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}
#billboard {
	display: block;
	right: 0px;
	bottom: 50px;
	margin-right: 60px;
	position: fixed;
}
.billboard-top {
	display: block;
	padding-top: 20px;
	padding-left: 25px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #808080;
	background: url('../images/80.png') repeat;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.billboard-top p {
	width: 300px;
	padding-bottom: 15px;
	font: normal 16px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: left;
}
.billboard-top:hover {
	color: #FFF;
}
.billboard-top a, .billboard-top a:active, .billboard-top a:visited {
	color: #F36;
}
.billboard-top a:hover {
	color: #FFF;
}
.billboard-bottom {
	display: block;
	padding-top: 20px;
	padding-left: 25px;
	padding-bottom: 5px;
	color: #808080;
	background: url('../images/80.png') repeat;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.billboard-bottom p {
	width: 280px;
	padding-bottom: 15px;
	font: normal 16px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: left;
}
.billboard-bottom:hover {
	color: #FFF;
}
.billboard-bottom a, .billboard-bottom a:active, .billboard-bottom a:visited {
	color: #F36;
}
.billboard-bottom a:hover {
	color: #FFF;
}

#page {
	min-height: 100%; /* needed to fix footer to bottom of page */
	position: relative; /* needed to fix footer to bottom of page */
}


/* -- header start -- */
header {
	padding-top: 0px;
}
header .logo {
	top: 0;
	width: 450px;
	height: 72px;
	background: url(../images/logo.png) no-repeat 0 0;
	position: absolute;
}
header .postcard {
	top: 0;
	width: 1920px;
	height: auto;
	background: url(../images/tonylamproductions-bg.png) no-repeat center top;
}
/* -- header end -- */


/* -- homepage nav start */
/*.nav-home {
	left: 0;
	max-width: 450px;
	position: absolute;
	padding: 0px;
	padding-top: 72px;
	text-align: left;
}*/
#nav-home {
	top: 0;
	left: 0;
	position: absolute;
	width: 450px;
	display: block;
	list-style: none;
	margin: 0 auto;
	margin-top: 72px;
	padding: 0;
	font: normal 13.5px Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url('../images/80.png') repeat;
}
#nav-home li {
	position: relative;
	display: inline;
	color: #808080;
}
#nav-home a {
	display: inline-block;
	padding: 10px;
}
#nav-home a, nav a:active, nav a:visited {
	display: inline-block;
	color: #808080;
	text-decoration: none;
}
#nav-home ul {
	position: absolute;
	left: -9999px;
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none; /* necessary for IE6 and IE7 not to show bullets */
}
#nav-home ul li {
	display: block;
	color: #808080;
}
#nav-home li:hover ul {
	left:0;
}
#nav-home li:hover a{
	color: #FFF;
	background: #000;
}
#nav-home li:hover ul a {
	text-decoration: none;
	background: #F36; /* drop-down background color */
}
#nav-home li:hover ul a:hover {
	color: #000;
	background: #F36;
}
#nav-home ul a {
	white-space: nowrap;
	display: block;
	border-bottom: 1px solid #333;
}
/* -- homepage nav end -- */


/* -- nav start -- */
nav ul li a {
	display: inline-block;
	font-weight: normal;
	font-size: 14px/20px;
	text-decoration: none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
nav ul li a:hover {
	color: #FFF;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#nav {
	top: 0px;
	min-width: 450px;
	display: block;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	font: normal 13.5px Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url('../images/80.png') repeat;
}
#nav li {
	position: relative;
	display: inline;
	color: #808080;
}
#nav a {
	display: inline-block;
	padding: 10px;
}
#nav a, nav a:active, nav a:visited {
	display: inline-block;
	color: #808080;
	text-decoration: none;
}
#nav ul {
	position: absolute;
	left: -9999px;
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none; /* necessary for IE6 and IE7 not to show bullets */
}
#nav ul li {
	display: block;
	color: #808080;
}
#nav li:hover ul {
	left:0;
}
#nav li:hover a{
	color: #FFF;
	background: #000;
}
#nav li:hover ul a {
	text-decoration: none;
	background: #F36; /* drop-down background color */
}
#nav li:hover ul a:hover {
	color: #000;
	background: #F36;
}
#nav ul a {
	white-space: nowrap;
	display: block;
	border-bottom: 1px solid #333;
}
#nav-ie6 {
	display: none;
}

/* -- nav end -- */


/* -- article start -- */
article {
	display: block;
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 10px;
	font: normal 14px/20px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center; /* centers inner divs when they have display property of inline-block */
	padding-bottom: 30px; /* height of the footer */
}
article h1.maintitle {
	margin: 10px 0 10px 0;
	font-size: 26px;
}
article .flash-wrapper {
	display: block;
	width: 430px;
	margin: 25px auto 110px auto;
	float: none;
}
article .flash {
	height: 40px;
	font: normal 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 1px solid #808080;
	color: #808080;
	text-align: center;
	float: left;
}
article .flash a, article .flash a:active, article .flash a:visited {
	color: #808080;
}
article .flash a:hover {
	color: #FFF;
}
article .description-wrapper {
	width: 100%;
	float: none;
}
article .description {
	display: block;
	width: 780px;
	margin: 0 auto 20px auto;
	color: #808080;
}
.about {
	display: block;
	width: 798px;
	margin: 0 auto; /* centers content on page */
	padding-top: 20px;
	padding-bottom: 10px;
}
.about p {
	font: normal 14px/20px Tahoma, Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 16px;
	padding-bottom: 15px;
	text-align: justify;
}
.about img {
    float: left; 
	padding: 3px 20px 10px 0px;
}
.about a, .about a:active, .about a:visited {
	color: #F36;
}
.about a:hover {
	color: #FFF
}
.clients-wrapper {
	width: 90%;
	margin: 0 auto;
	padding: 30px 50px 20px 50px;
}
.clients {
	display: inline-block; /* centers divs on page when outer div container has text-align property of center */
	margin: 15px;
	margin-top: 0;
	background-color: #FFF;
	padding: 10px;
}
.portfolio, .rolemodels {
	display: inline-block; /* centers divs on page when outer div container has text-align property of center */
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.portfolio img, .rolemodels img {
	border: 1px solid #333;
	padding: 2px;
}
.portfolio img:hover, .rolemodels img:hover {
	border: 1px solid #999;
	padding: 2px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.clients p, .portfolio p, .rolemodels p {
	display: block;
	font: normal 14px/20px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFF;
}
.clients .titles, .portfolio .titles, .rolemodels .titles {
	width: 366px;
	height: 40px;
	padding-top: 5px;
}
.screenplays, .confirmation {
	display: block;
	margin: 0 auto; /* centers content on page */
	width: 640px;
	padding-top: 30px;
}
.screenplays p, .confirmation p {
	font-family: normal 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 20px;
	padding-bottom: 15px;
	text-align: center;
}
.screenplays .heading, .confirmation .heading {
	font-size: 18px;
}
.screenplays .title {
	padding-top: 10px;
	font-size: 16px;
}
.screenplays .quote {
	font-size: 14px;
}
.confirmation a, .confirmation a:active, .confirmation a:visited {
	color: #FFF;
}
.testimonials {
	display: block;
	margin: 0 auto; /* centers content on page */
	width: 640px;
}
.testimonials p {
	font-family: normal 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	color: #CCC;
	line-height: 20px;
	padding-bottom: 15px;
	text-align: justify;
}
.testimonials .heading {
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	padding-top: 30px;
	text-align: center;
}
.testimonials .title {
	color: #FFF;
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
}
.testimonials .allcaps {
	text-transform: uppercase;
	font-weight: bold;
}
.testimonials .quote {
	font-size: 16px;
}
.testimonials a, .testimonials a:active, .testimonials a:visited {
	color: #F36;
}
.testimonials a:hover {
	color: #FFF
}
/* -- article end -- */


/* -- footer start -- */
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px; /* height of the footer */
	background: transparent;
	font: normal 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	color: #808080;
	text-align: center;
}
#footer a {
	color: #808080;
}
#footer-home {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 30px; /* height of the footer */
	background: url('../images/80.png') repeat;
	padding-top: 8px;
	font: normal 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	color: #808080;
	text-align: center;
}
#footer-home a {
	color: #808080;
}
/* -- footer end -- */