/******************************************************************************
 *                                                                            *
 *     COMPANY:    Doug Stewart Design                                        *
 *     WEBSITE:    www.dougstewartdesign.com                                  *
 *     CONTACT:    doug@dougstewartdesign.com                                 *
 *                                                                            *
 ******************************************************************************/

/******************************************************************************
  CSS File Imports
 ******************************************************************************/
@import url("/lib/css/reset.css");
@import url("/lib/css/contact.css");
@import url("/lib/css/shadowbox.css");

/******************************************************************************
  Fonts
 ******************************************************************************/
body {
	color: #fff;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content dt {
	text-transform: uppercase;
	font-family: "Arial Narrow", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: normal;
	margin: 0px;
}
#content h2 {
	padding: 30px 0px;
	width: 900px;
	height: 40px;
}
#content h3, #content h4 {
	color: #BCC6DC;
}
#content h3 {
	font-size: 1.8em;
}
#content h4 {
	font-weight: bold;
	font-size: 1.4em;
}
#content blockquote {
	padding: 10px 10px 0px 10px;
	border-top: solid 1px #3b3b3b;
	border-bottom: solid 1px #3b3b3b;
	background-color: #000;
}
#site-info p, #site-info a, #content p, #content a, #content li, #content dt,  #content dd {
	font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
}
#content p.quote-source {
	font-size: 1em;
	font-style: italic;
}
#content li, #content li:focus, #content a, #content a:focus, #content a:active {
	border: none 0px;
}
#content a, #site-info a {
	color: #bcc6dc;
	font-size: 1em;
}
#content a:hover, #site-info a:hover {
	color: #0a0a0a;
	background-color: #bcc6dc;
	text-decoration: none;
}
#content p.quote-author {
	font-weight: bold;
	color: #bcc6dc;
}
#nav-main a:hover {
	background-color: transparent;
}
#content dt {
	color: #bcc6dc;
}
#site-info p, #site-info a, #site-info li{
	font-size: 1em;
}

/******************************************************************************
  Backgrounds, Borders, Colours & Cursor
 ******************************************************************************/
body {
	background-color: #0a0a0a;
}
#content form {
	border: solid 1px #3b3b3b;
	background-color: #000;
}
#content img {
	border: solid 1px #3b3b3b;
	background-color: #000;
}
#content input {
	background-color: #fff;
}
#heading {
	background: url(/lib/img/bg-heading.jpg) no-repeat center top;
}
#nav-main {
	background: url(/lib/img/bg-navmain.jpg) no-repeat center top;
}
#nav-main a {
	background-position: 5px 0px;
	background-repeat: no-repeat;
}

/*————— Nav-Main Links: Normal State —————*/
#nav-main #main-home a {
	background-image: url(/lib/img/navmain-home.jpg);
}
#nav-main #main-info a {
	background-image: url(/lib/img/navmain-info.jpg);
}
#nav-main #main-news a {
	background-image: url(/lib/img/navmain-news.jpg);
}
#nav-main #main-gallery a {
	background-image: url(/lib/img/navmain-gallery.jpg);
}
#nav-main #main-people a {
	background-image: url(/lib/img/navmain-people.jpg);
}
#nav-main #main-company a {
	background-image: url(/lib/img/navmain-company.jpg);
}
#nav-main #main-contact a {
	background-image: url(/lib/img/navmain-contact.jpg);
}
#nav-main #main-press a {
	background-image: url(/lib/img/navmain-press.jpg);
}

/*————— Nav-Main Links: Over State —————*/
#nav-main #main-home a:hover {
	background-position: 5px -30px;
}
#nav-main #main-info a:hover {
	background-position: 5px -30px;
}
#nav-main #main-news a:hover {
	background-position: 5px -30px;
}
#nav-main #main-gallery a:hover {
	background-position: 5px -30px;
}
#nav-main #main-people a:hover {
	background-position: 5px -30px;
}
#nav-main #main-company a:hover {
	background-position: 5px -30px;
}
#nav-main #main-contact a:hover {
	background-position: 5px -30px;
}
#nav-main #main-press a:hover {
	background-position: 5px -30px;
}

/*————— Nav-Main Links: Active State —————*/
#page-home #nav-main #main-home a {
	background-position: 5px -60px;
	cursor: default;
}
#page-info #nav-main #main-info a {
	background-position: 5px -60px;
	cursor: default;
}
#page-news #nav-main #main-news a {
	background-position: 5px -60px;
	cursor: default;
}
#page-gallery #nav-main #main-gallery a {
	background-position: 5px -60px;
	cursor: default;
}
#page-people #nav-main #main-people a {
	background-position: 5px -60px;
	cursor: default;
}
#page-company #nav-main #main-company a {
	background-position: 5px -60px;
	cursor: default;
}
#page-contact #nav-main #main-contact a {
	background-position: 5px -60px;
	cursor: default;
}
#page-press #nav-main #main-press a {
	background-position: 5px -60px;
	cursor: default;
}

#content {
	background: url(/lib/img/bg-content.jpg) no-repeat center top;
}

/******************************************************************************
  Dimensions, Margins, Padding & Positioning
 ******************************************************************************/
#content div {
	position: relative;
}
div#column-wrapper {
	width: 900px;
}
#content div.column-left {
	left: 0px;
	top: 0px;
	width: 440px;
}
#content div.column-right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 440px;
}
#content h3 {
	padding-top: 30px;
}
#content img {
	margin: 0px 20px 20px 0px;
	padding: 9px;
	float: left;
}
#content form {
	overflow: auto;
}
.remove {
	position: absolute;
	left: -9999px;
}
#heading, #nav-main, #content, #site-info {
	width: 900px;
	margin: 0px auto;
	clear: both;
	position: relative;
}
#heading {
	height: 160px;
}
#nav-main {
	height: 30px;
	width: 880px;
	padding: 0px 10px;
}
#nav-main li {
	display: block;
	float: left;
}
#nav-main a {
	display: block;
	padding: 0px 5px;
	height: 30px;
}
#nav-main #main-home a {
	width: 50px;
}
#nav-main #main-info a {
	width: 35px;
}
#nav-main #main-news a {
	width: 45px;
}
#nav-main #main-gallery a {
	width: 55px;
}
#nav-main #main-people a {
	width: 55px;
}
#nav-main #main-company a {
	width: 70px;
}
#nav-main #main-contact a {
	width: 60px;
}
#nav-main #main-press a {
	width: 45px;
}
#content {
	min-height: 400px;
	overflow: visible;
}
#site-info {
	padding: 60px 0px 30px 0px;
}
#site-info #back-to-top {
	position: absolute;
	top: 60px;
	right: 0px;
}
#site-info #footer-logos {
	overflow: auto;
	margin: 0px;
	width: 440px;
	padding-top: 10px;
}
#site-info #footer-logos li {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#site-info #footer-logos li.mid-left-logo {
	padding-left: 4px;
	padding-right: 2px;
}
#site-info #footer-logos li.mid-right-logo {
	padding-left: 2px;
	padding-right: 4px;
}
#site-info #footer-logos a:hover {
	background: none;
}

/******************************************************************************
  Page Specific CSS
 ******************************************************************************/
/*----------------------------------------------------------------------------
   Page Titles
  ----------------------------------------------------------------------------*/
#page-home h2 {
	background: url(/lib/img/home/h2-title.jpg) no-repeat center 30px;
}
#page-info h2 {
	background: url(/lib/img/info/h2-title.jpg) no-repeat center 30px;
}
#page-news h2 {
	background: url(/lib/img/news/h2-title.jpg) no-repeat center 30px;
}
#page-gallery h2 {
	background: url(/lib/img/gallery/h2-title.jpg) no-repeat center 30px;
}
#page-people h2 {
	background: url(/lib/img/people/h2-title.jpg) no-repeat center 30px;
}
#page-company h2 {
	background: url(/lib/img/company/h2-title.jpg) no-repeat center 30px;
}
#page-contact h2 {
	background: url(/lib/img/contact/h2-title.jpg) no-repeat center 30px;
}
#page-press h2 {
	background: url(/lib/img/press/h2-title.jpg) no-repeat center 30px;
}

/*----------------------------------------------------------------------------
   Gallery Page
  ----------------------------------------------------------------------------*/
#page-gallery img {
	margin: 0px;
}
#page-gallery #trailer {
	margin: 10px;
	padding: 0px;
	width: 600px;
	height: 320px;
	border: solid 1px #2d2d2d;
	display: block;
}
#page-gallery .gallery-heading {
	float: left;
	clear: left;
}
#page-gallery ol.gallery {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: left;
	overflow: auto;
}
#page-gallery ol.gallery li {
	float: left;
	padding: 10px;
	margin: 0px;
	list-style: none;
}
#page-gallery ol.gallery li a {
	display: block;
	width: 160px;
	height: 100px;
	border: none;
}

/*----------------------------------------------------------------------------
   News Page
  ----------------------------------------------------------------------------*/
#page-news form {
	width: 680px;
	margin: 0px auto;
	padding: 10px;
}
#page-news form input {
	margin-top: 1px;
	width: 315px;
}
#page-news form p {
	float: left;
	display: block;
	width: 320px;
	margin: 0px;
}
#page-news form p.message {
	font-size: 1em;
	line-height: 1em;
	font-style: italic;
	padding: 0px 0px 0px 20px;
}
#page-news #articles {
	width: 700px;
	margin: 0px auto;
}

/*----------------------------------------------------------------------------
   Contact Form:
		#contact-form
			#label-firstname
			#form-firstname
			#label-lastname
			#form-lastname
			#label-email
			#form-email
			#label-message
			#form-message
			#submit-btn
  ----------------------------------------------------------------------------*/
#contact-form {
	width: 420px;
	padding: 10px;
	margin: 1.6em 0px;	
}
#contact-form dt, #contact-form dd, #contact-form dl {
	margin: 0px;
}
#label-email, #label-message, #form-email, #form-message, #submit-btn {
	padding-top: 10px;
}
#contact-form dl {
	overflow: auto;
}
#contact-form dt {
	font-size: 1em;
	line-height: 2em;
	width: 65px;
	display: block;
}
#label-firstname, #label-lastname, #label-email, #form-firstname, #form-lastname, #form-email, #form-message {
	display: block;
	float: left;
}
#label-email, #label-message {
	clear: left;
	float: left;
}
#label-lastname {
	padding-left: 20px;
}
#form-firstname, #form-lastname, #form-email, #form-message {
	width: 125px;
	padding-left: 10px;
}
#contact-form input {
	width: 120px;
}
#form-email {
	width: 345px;
}
#form-email input, #contact-form textarea {
	width: 340px;
}
#submit-btn {
	clear: left;
	padding-left: 75px;
}

/*----------------------------------------------------------------------------
   Home Page
  ----------------------------------------------------------------------------*/
#page-home h2 {
	height: 59px;
}
#page-home #column-wrapper {
	position: relative;
	left: -130px;
	top: 0px;
	z-index: 1;
}
#page-home div.column-right {
	left: 600px;
	top: 40px;
}
#page-home #news {
	background-color: #000;
	border: solid 1px #3b3b3b;
	overflow: auto;
	padding: 10px;
}
#page-home #news h3 {
	padding-top: 0px
}
#page-home #news-link {
	margin: 0px;
	padding-top: 10px;
	border-top: solid 1px #3b3b3b;
}
#page-home #news-article {
	width: 620px;
	float: left;
}
#page-home #news-links {
	width: 195px;
	margin-left: 680px;
}
#page-home #news-links ol {
	margin: 0px;
}
#page-home #news-links ol li {
	list-style: none;
	margin: 0px;
}

/*----------------------------------------------------------------------------
   People Page
  ----------------------------------------------------------------------------*/
#page-people ol, #page-people #credit-container {
	border: solid 1px #3b3b3b;
	margin: 0px;
	padding: 10px;
	width: 698px;
}
#page-people ol li {
	border-top: solid 1px #3b3b3b;
	list-style: none;
	margin: 0px;
	padding: 30px 0px 14px 0px;
}
#page-people #cast li {
	min-height: 230px;
}
#page-people ol li:first-child {
	border-top: 0px;
}
#page-people ol li p.no-imdb{
	margin-top: 1em;
}
#page-people a.bio-link {
	font-size: .8em;
	text-transform: uppercase;
}
#page-people #cast li {
	position: relative;
	width: 510px;
	padding: 30px 0px 20px 190px;
}
#page-people #cast img {
	position: absolute;
	top: 30px;
	left: 0px;
}
#page-people #content li.jump-links{
	padding-top: 20px;
	min-height: inherit;
	padding-left: inherit;
}
#page-people #content li.jump-links ul {
	padding: 0px 0px 20px 30px;
	margin: 0px;
	overflow: auto;
	width: 660px;
}
#page-people #content li.jump-links li {
	min-height: inherit;
	padding: 0px;
	margin: 0px;
	border: none;
	display: block;
	width: 33%;
	float: left;
}
#page-people #credit-container {
	overflow: auto;
}
#page-people dl.credit-list {
	font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	width: 698px;
	margin: 0px;
}
#page-people dl.credit-list .add-credit-space {
	margin-top: 1.6em;
}
#page-people dl.credit-list .credit-heading {
	font-size: 1.8em;
	display: block;
	width: 696px;
}
#page-people dl.credit-list .credit-heading.add-credit-space {
	margin-top: .6em;
}
#page-people dl.credit-list dt {
	float: left;
	clear: left;
}
#page-people dl.credit-list dt.no-dd {
	display: block;
	width: 696px;
	padding-bottom: 1.6em;
}
#page-people dl.credit-list dt.no-dd span {
	color: #fff;
	text-transform: none;
	font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
	font-size: 1em;
}
#page-people dl.credit-list dt img {
	border: none;
	background: none;
	margin: 0px;
	padding: 1.6em 100px 0px 100px;
}
#page-people dl.credit-list dt.single-logo img {
	padding: 0px 245px;
}
#page-people dl.credit-list dd {
	margin-left: 350px;
}
#page-people h4.credit-title {
	font-size: 1.8em;
	font-weight: normal;
	padding: 1.6em 0px;
}
#page-people dl.credit-list #credit-logos {
	overflow: auto;
	width: 360px;
	padding: 1.6em 166px 0px 166px;
	margin: 0px;
}
#page-people dl.credit-list #credit-logos li {
	border: none;
	float: left;
	list-style: none;
}
#page-people dl.credit-list #credit-logos li img {
	border: none;
	margin: 0px;
	padding: 0px;
}

/*----------------------------------------------------------------------------
   SimpleTabs
  ----------------------------------------------------------------------------*/
#content .tab-wrapper, #content .tab-menu {
	padding: 0px;
	width: 700px;
	margin: 0px auto;
	padding: 10px;
}
#content .tab-menu {
	list-style: none;
	padding: 2px 0;
	clear: both;
	line-height: 17px;
	font-size: 12px;
}
#content .tab-menu li {
	display: inline;
}
#content .tab-menu li {
	margin-left: 30px
}
#content .tab-menu li:first-child {
	margin-left: 0px
}
#content .tab-menu li a {
	font-size: 1.4em;
	text-decoration: none;
	color: #4d525c;
	text-transform: uppercase;
	font-family: "Arial Narrow", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: normal;
	margin: 0px;
}
#content .tab-menu li a:hover {
	color: #bcc6dc;
	background-color: #0a0a0a;
}
#content .tab-menu li.tab-selected a {
	color: #bcc6dc;
}

/*----------------------------------------------------------------------------
   Information Page
  ----------------------------------------------------------------------------*/
#page-info h2+p {
	margin-bottom: 60px;
}
#page-info .tab-wrapper, #page-info .tab-menu {
	width: 900px;
	padding: 0px;
}
#page-info div.tab-container {
	padding-left: 240px;
	padding-top: 30px;
	position: relative;
}
#page-info div.tab-container img {
	position: absolute;
	left: 0px;
}

/*----------------------------------------------------------------------------
   Company Page
  ----------------------------------------------------------------------------*/
#page-company img.rating-stars {
	border: none;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	display: inline;
	float: none;
}

/*----------------------------------------------------------------------------
   Press Page
  ----------------------------------------------------------------------------*/
#page-press #content {
	padding-bottom: 80px;
}

/*----------------------------------------------------------------------------
   News Page
  ----------------------------------------------------------------------------*/
#page-news #articles td {
	border: none;
}

/*----------------------------------------------------------------------------
   Shadowbox
  ----------------------------------------------------------------------------*/
#shadowbox {
	overflow: hidden;
}