/*********************/
/* GLOBAL */
/*********************/

* { padding: 0; margin: 0; }

body {
	background: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #333;
}

img { border: none; }
a { color: #0099FF; text-decoration: none; }
a:hover { text-decoration: none; color : #FF9900; }

/*********************/
/* PAGE STYLE */
/*********************/

#wrapper {
	margin: 20px auto 0 auto;
	width: 760px;
}

#top {
	background: #555 url(../images/top.gif) no-repeat;
	padding: 5px 0;
}

#bottom {
	background: #555 url(../images/bottom.gif) no-repeat;
	padding: 10px 0;
	clear: both;
}

/*********************/
/* TOP BANNER */
/*********************/

#header { 
	height: 120px;
	background: #555 url(../images/header.jpg) no-repeat;
}

#header h1 {
	font-size: 2.5em;
	font-weight: 100;
	padding: 35px 0 5px 20px;
	letter-spacing: -2px;
}

#header h1 a { color: #EEE; }

#header h1 a:hover {
	color: #FFF;
	text-decoration: none;
}

#header h2 {
	color: #FF9900;
	font-size: 1.5em;
	font-weight: 100;
	padding: 2px 0 0 22px;
}

/*********************/
/* MAIN NAVIGATION BAR */
/*********************/

#menu {
	height: 40px;
	line-height: 40px;
	background: #222 url(../images/menu.gif) no-repeat;
}

#menu ul {
	padding-left: 10px;
	list-style-type: none;
}

#menu ul li {
	display: inline;
	float: left;
}

#menu ul li a {
	color: #BBB;
	padding: 0 10px;
	text-decoration: none;
	font-weight: 600;
}

#menu ul li a:hover {
	color: #FFF;
	text-decoration: none;
}

.menubar-flashlink {
	background: url(../images/flash_med.png) no-repeat 10px 50%;
	padding: 0 10px 0 20px;
}

/*********************/
/* YOU ARE HERE LINKS */
/*********************/

body#pdrama a#portfolioLink,
body#pcommercials a#portfolioLink,
body#pdocumentary a#portfolioLink,
body#ppromos a#portfolioLink,
body#pcorporates a#portfolioLink  { color: #FFCC00; }

body#drama a#filmographyLink,
body#commercials a#filmographyLink,
body#documentary a#filmographyLink,
body#promos a#filmographyLink,
body#corporates a#filmographyLink,
body#gallery a#galleryLink,
body#about a#aboutLink,
body#contact a#contactLink { color: #FFCC00; }

body#drama a#dramaLink,
body#commercials a#commercialsLink,
body#documentary a#documentaryLink,
body#promos a#promosLink,
body#corporates a#corporatesLink { color: #FFCC00; }

body#pdrama a#dramaLink,
body#pcommercials a#commercialsLink,
body#pdocumentary a#documentaryLink,
body#ppromos a#promosLink,
body#pcorporates a#corporatesLink { color: #FFCC00; }

/*********************/
/* MAIN CONTENT LEFT */
/*********************/

#content {
	background: #555 url(../images/content.gif) repeat-y;
	padding: 10px 20px;
	width: 720px;
	text-align: left;
}

#content h1 {
	color: #333;
	font-size: 1em;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

#content a:hover {
	color: #FF9900;
	text-decoration: none;
}

.content-movie-link {
	background: url(../images/flash_sml.png) no-repeat 0px 5px;
	text-indent: 15px;
	display: block;
	width: 50%;
}

.backtotop a {
	padding-top: 15px;
	display: block;
	width: 100px;
}

/*********************/
/* MAIN CONTENT RIGHT */
/*********************/

#content-right {
	padding: 0px 0px 80px 80px;
	float: right;
	width: 158px;
	text-align: center;
	margin: 0;
}

.readerlink a {
	background: url(../images/get_adobe_reader.png) no-repeat 0px 0px;
	padding: 40px 0px 10px 0px;
	display: block;
	float: right;
	width: 158px;
	text-align: center;
}

.flashlink a {
	background: url(../images/get_flash_player.png) no-repeat 0px 0px;
	padding: 40px 0px 0px 0px;
	display: block;
	float: right;
	width: 158px;
	text-align: center;
}

.pdflink a {
	background: url(../images/pdficon_large.gif) no-repeat top center;
	padding: 35px 0px 0px 0px;
	display: block;
	float: right;
	width: 158px;
	text-align: center;
}

/*********************/
/* "ABOUT" PAGE */
/*********************/

#content-about {
	background: #555 url(../images/content.gif) repeat-y;
	padding: 10px 20px;
	width: 720px;
	text-align: left;
}

#content-about p { padding-bottom: 15px; }

.right {
	float: right;
	padding: 0px 0px 10px 20px;
}

.right img {
	width: 306px;
	height: 231px;
	border: 1px solid #bbb;
	padding: 5px;
}

.right p { padding-left: 5px; }

/*********************/
/* PORTFOLIO MOVIE PAGES */
/*********************/

#portfolio-content {
	background: #555 url(../images/content.gif) repeat-y;
	padding: 10px 20px;
	width: 720px;
	float: left;
	text-align: left;
}

#reel_title {
	float: left;
	margin: 10px 0px 15px 10px;
	width: 720px;
	font-size: 1.5em;
	font-weight: 100;
	letter-spacing: -1px;
}

.title_color1 { color: #555 }

.title_color2 { color: #FF9900 }

.pwrap {
	float: left;
	width: 150px;
	margin: 0px 10px 10px 10px;
}

.pthumb img {
	border: 3px solid #ccc;
	padding: 1px;
}

.pthumb a :hover {
	border: 3px solid #999;
	padding: 1px;
}

.pwrap p { margin: 4px 0px 0px 0px; }

/*********************/
/* GALLERY PAGE */
/*********************/

#gallery-content {
	background: #555 url(../images/content.gif) repeat-y;
	padding: 10px 20px;
	width: 720px;
	float: left;
	margin: 0;
}

.thumb img {
	border: 1px solid #bbb;
	padding: 0px;
	width: 90px;
	height: 50px;
	margin: 0;
}

.thumb {
	float: left;
	padding: 2px;
	margin: 0px 4px 10px 0px;
	border: 1px solid #bbb;
}

/*********************/
/* INDIVIDUAL MOVIE PAGES */
/*********************/

.mwrap {
	width: 720px;
}

.movie {
	border: 1px solid #000;
	padding: 0px;
	width: 480px;
}

.mwrap ul {
	padding-left: 20px;
	list-style-type: none;
}

.mwrap ul li { margin: 4px 0px 0px 0px; }

.movielink {
	background: url(../images/flash_sml.png) no-repeat 0px 4px;
	padding: 0px 0px 0px 14px;
}

#movienav {
	background: #555 url(../images/submenu.gif) no-repeat;
	height: 30px;
	width: 100%;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

#movienav a {
	color: #0099FF;
	text-decoration: none;
	font-weight: normal;
	padding-left: 20px;
}

#movienav a:hover {
	color: #FF9900;
	text-decoration: none;
	padding-left: 20px;
}

/*********************/
/* INDIVIDUAL PHOTO PAGES */
/*********************/

.photowrap {
	width: 470px;
	margin: 0px 10px 10px 10px;
}

.photonav {
	width: 470px;
	text-align: center;
}

.phototext {
	width: 470px;
}

.photo {
	padding: 4px;
}

.photo img {
	border: 1px solid #bbb;
	padding: 4px;
}

/*********************/
/* CONTACT PAGE FORM LAYOUT */
/*********************/

#form-content {
	background: #555 url(../images/content.gif) repeat-y;
	padding: 10px 20px;
	width: 720px;
	float: left;
	text-align: left;
}

#form-content p { padding: 10px 0px 15px 0px; }

.form { margin-top: 10px; }

.row {
	clear: both;
	width: 448px;
}

.row span.formlabel {
	float: left;
	width: 150px;
	text-align: left;
	padding: 4px;
}

.row span.forminput {
	float: right;
	text-align: right;
	padding: 4px;
} 

.spacer {
	clear: both;
	width: 80px;
}

input, textarea {
	width: 259px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #bbb;
	font-size: 100%;
	margin: 2px;
}

.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	font-size: 100%;
	border: 1px solid #bbb;
	width: 70px;
	height: 22px;
}

/*********************/
/* FOOTER */
/*********************/

#footer {
	text-align: center;
	color: #EEE;
	font-size: 0.85em;
	padding: 0px 0px 10px 0px;
}

#footer a { color: #EEE; }

/*********************/
/* COUNTER */
/*********************/

#counter {
	text-align: center;
	color: #888;
	font-size: 0.85em;
	padding: 0px 0px 10px 0px;
}

/*********************/
/* IE 5/6 HACKS */
/* Border Erase Bug */
/*********************/

* html #content {
	 width: 100%;
}

* html #gallery-content {
	 width: 100%;
	
}

* html #portfolio-content {
	 width: 100%;
}

* html #form-content {
	 width: 100%;
}

/*********************/
/* IE 5/6 HACKS */
/* Double Margin Bug */
/*********************/

* html .readerlink {
	 margin: 0px 40px 0px 0px;
}
* html .flashlink {
	 margin: 0px 40px 0px 0px;
}
* html .pdflink {
	 margin: 0px 40px 0px 0px;
}