@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('../fonts/TeX-Gyre-Adventor-fontfacekit/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/TeX-Gyre-Adventor-fontfacekit/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/TeX-Gyre-Adventor-fontfacekit/texgyreadventor-regular-webfont.woff') format('woff'),
url('../fonts/TeX-Gyre-Adventor-fontfacekit/texgyreadventor-regular-webfont.ttf') format('truetype'),
url('../fonts/TeX-Gyre-Adventor-fontfacekit/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TeXGyreAdventorItalic';
    src: url('../fonts/TeX-Gyre-Adventor-fontfacekit/texgyreadventor-italic-webfont.eot');
    src: url('../fonts/TeX-Gyre-Adventor-fontfacekit/texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/TeX-Gyre-Adventor-fontfacekit/texgyreadventor-italic-webfont.woff') format('woff'),
url('../fonts/TeX-Gyre-Adventor-fontfacekit/texgyreadventor-italic-webfont.ttf') format('truetype'),
url('../fonts/TeX-Gyre-Adventor-fontfacekit/texgyreadventor-italic-webfont.svg#TeXGyreAdventorItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TeXGyreAdventorBold';
    src: url('../fonts/TeX-Gyre-Adventor-fontfacekit/texgyreadventor-bold-webfont.eot');
    src: url('../fonts/TeX-Gyre-Adventor-fontfacekit/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/TeX-Gyre-Adventor-fontfacekit/texgyreadventor-bold-webfont.woff') format('woff'),
url('../fonts/TeX-Gyre-Adventor-fontfacekit/texgyreadventor-bold-webfont.ttf') format('truetype'),
url('../fonts/TeX-Gyre-Adventor-fontfacekit/texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1 {
	font-family: 'TeXGyreAdventorBold';
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	color: #e3b037;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font-family: 'TeXGyreAdventorBold';
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	color:#6d6e70;
	margin-bottom: 10px;
}
h3 {
	font-family: 'TeXGyreAdventorRegular';
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
}
h4 {
	font-family: 'TeXGyreAdventorBold';
	font-size: 16px;
	font-weight: normal;
	color: #6d6e70;
}
h5 {
	font-family: 'TeXGyreAdventorBold';
	font-size: 18px;
	font-weight: normal;
	color: #6d6e70;
}
p {
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 16px;
	color: #6d6e70;
}
ul {
	list-style-type: square;
	font-size: 15px;
	line-height: 19px;
	color: #6d6e70;
	margin-left: 20px;
	margin-bottom: 10px;
}
label, input, select, textarea {
	font-size: 15px;
}
input, textarea {
	background-color: #f7f7f7;
}
label {
	font-family: 'TeXGyreAdventorBold';
	font-weight: normal;
}
textarea {
	overflow: hidden;
}
strong {
	font-family: 'TeXGyreAdventorBold';
	font-weight: normal;
}
em {
	font-family: 'TeXGyreAdventorItalic';
	font-style: normal;
}
.regular {
	font-family: 'TeXGyreAdventorRegular';
	font-style: normal;
}
body {
	background-color: #5f5f5f;
	margin-left: 0px;
	font-family: 'TeXGyreAdventorRegular', sans-serif;
}
a:link {
	color: #e3b037;
	text-decoration: none;
}
a:visited {
	color: #e3b037;
	text-decoration: none;
}
a:hover {
	color: #e3b037;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a.watch-button {
	color: #ffffff;
	text-decoration: none;
}

a.header_link:link {
	color: #ffffff;
	text-decoration: none;
}
a.header_link:visited {
	color: #ffffff;
	text-decoration: none;
}
a.header_link:hover {
	color: #e3b037;
	text-decoration: none;
}
a.header_link:active {
	color: #e3b037;
	text-decoration: none;
}

/* CSS for color bars spanning the web site background */
#bar_header_white {
	height: 80px;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
}
#bar_header_yellow {
	height: 10px;
	top: 0px;
	left: 0px;
	background-color: #e3b037;
	box-shadow: 0px 2px 2px 2px #bfbfbf;
}
#bar_body {
	height: auto;
	top: 0px;
	left: 0px;
	background-image: url(../images/common/background.jpg);
	background-position: 50% 0;
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #d4d4d4;
}
#bar_footer {
	height: 100px;
	top: 0px;
	left: 0px;
	background-color: #5f5f5f;
}

/* CSS for wrappers used to center the site content */
#wrapper_header {
	height: 80px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	font-family: 'TeXGyreAdventorRegular', sans-serif;
}
#wrapper_body {
	width: 940px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	left: 0px;
	top: 0px;
	font-family: 'TeXGyreAdventorRegular', sans-serif;
}
#wrapper_footer {
	height: 30px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	font-family: 'TeXGyreAdventorRegular', sans-serif;
}

/* CSS for Header */
header {
	position:absolute;
	left:0px;
	top:0px;
	width:940px;
	height:80px;
	z-index:1;
	border-radius: 0px;
}
#logo_starwars {
	position:absolute;
	left:0px;
	top:0px;
	width:300px;
	height:80px;
	padding-top:15px;
	padding-bottom:15px
}
.header_link {
	display:block;
	position:relative;
	float:right;
	width:98px;
	height:28px;
	background-color:#5f5f5f;
	border-style:solid;
	border-width:1px;
	border-color:#e6e6e6;
	text-align:center;
	padding-top:50px
}

#header_yellow_bar {
	position:absolute;
	left:0px;
	bottom:0px;
	width:960px;
	height:10px;
	background-color: #e3b037;
}
.header_nav_social {
	float:right;
	margin-right:8px;
}
.header_nav_main {
	font-size: 16px;
	text-align: right;
}
.header_nav_main a:link {
	color: #6d6e70;
	text-decoration: none;
}
.header_nav_main a:visited {
	color: #6d6e70;
	text-decoration: none;
}
.header_nav_main a:hover {
	color: #f7941d;
	text-decoration: none;
}
.header_nav_main a:active {
	text-decoration: none;
}
body#index a#index-nav,
body#film-iv a#films-nav,
body#film-v a#films-nav,
body#film-vi a#films-nav,
body#film-vii a#films-nav,
body#film-rogue a#films-nav,
body#film-secret a#films-nav,
body#film-shadows a#films-nav,
body#film-solo a#films-nav,
body#film-rise a#films-nav,
body#film-all a#films-nav,
body#events a#events-nav,
body#blog a#blog-nav,
body#contact a#contact-nav,
body#processForm a#contact-nav {
	color: #e3b037;
}

.section-title {
	display:block;
	width:930px;
	height:30px;
	padding-left:10px;
	margin-bottom:20px;
	border-top-style:solid;
	border-bottom-style:solid;
	border-width:2px;
	border-color:#7f7f7f; /*#5f5f5f;*/
	font-family:'TeXGyreAdventorBold', sans-serif;
	font-size:17px;
	color:#5f5f5f;
}
/* CSS for the sidebar */
aside {
	display: block;
	position: relative;
	float: left;
	width: 225px;	/* Sized for index.html */
	height: auto;
	margin-right: 10px;
	margin-bottom: 40px;
}
.sidebar_button {
	display:block;
	float:left;
	margin-left:11px;
	margin-right:11px;
	width:45px;
	height:25px;
	background-color: #bfbfbf;
	font-family: 'TeXGyreAdventorRegular', sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align:center;
	cursor:pointer;
}
.sidebar_button:hover {
	color: #ffffff;
	background-color: #ffb121;
	text-decoration: none;
}
.social_nav_horizontal {
	display: block;
	float: left;
	width: auto;
	height: 20px;
	margin-top: 5px;
	margin-right: 10px;
}
.social_nav_vertical {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 1px;
}

/* CSS for article tag */
article {
	display: inline-block;
	height: auto;
	position: relative;
	float: left;
	margin-bottom: 40px;
	color: #6d6e70;
	background-color: #ffffff;
	box-shadow: 0px 0px 2px 2px #bfbfbf;
}
.article_1x_left {
	width: 140px;
	margin-right: 10px;
}
.article_1x_right {
	width: 140px;
	margin-left: 10px;
}
.article_2x_left {
	width: 300px;
	margin-right: 10px;
}
.article_2x_right {
	width: 300px;
	margin-left: 10px;
}
.article_3x_left {
	width: 460px;
	margin-right: 10px;
}
.article_3x_right {
	width: 460px;
	margin-left: 10px;
}
.article_4x_left {
	width: 620px;
	margin-right: 10px;
}
.article_4x_right {
	width: 620px;
	margin-left: 10px;
}
.article_5x_left {
	width: 780px;
	margin-right: 10px;
}
.article_5x_right {
	width: 780px;
	margin-left: 10px;
}
.article_6x {
	width: 940px;
}
.article_border_top {
	border-top: 5px solid #e3b037;
}
.article_body {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

/* CSS for slidesjs */
figure {
	display: block;
	position:relative;
	float: left;
	width:715px;	/* Sized for index.html */
	height:400px;	/* Sized for index.html */
	margin-bottom: 40px;
	box-shadow: 0px 0px 2px 2px #bfbfbf;
	overflow:visible;
}
.figure_left {
	margin-right: 10px;
}
.figure_right {
	margin-left: 10px;
}
#slides, #slides2 {
	display:none;
}
#slides .slidesjs-navigation, #slides2 .slidesjs-navigation {
	margin-top:3px;
}
#slides .slidesjs-previous, #slides2 .slidesjs-previous {
	margin-right: 5px;
	float: left;
}
#slides .slidesjs-next, #slides2 .slidesjs-next {
	margin-right: 5px;
	float: left;
}
.slidesjs-pagination {
	margin: 10px 0 0;
	float: left;
	list-style: none;
}
.slidesjs-pagination li {
	float: left;
	margin: 0 1px;
}
.slidesjs-pagination li a {
	display: block;
	width: 13px;
	height: 0;
	padding-top: 13px;
	background-image: url(../images/common/pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}
.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active {
	background-position: 0 -13px
}
.slidesjs-pagination li a:hover {
	background-position: 0 -26px
}
#slides a:link, #slides a:visited, #slides2 a:link, #slides2 a:visited {
	color: #333
}
#slides a:hover, #slides a:active, #slides2 a:hover, #slides2 a:active {
	color: #9e2020
}
.navbar {
	overflow: hidden
}

/* CSS for Video Links and HTML Links*/
a.vimeoLink_140, a.websiteLink_140, a.htmlLink_140, a.vimeoLink_300, a.vimeoLink_460, a.vimeoLink_620, a.vimeoLink_940, a.youtubeLink_300, a.youtubeLink_460, a.youtubeLink_620, a.youtubeLink_940, a.embedLink_300, a.embedLink_460, a.htmlLink_460, a.htmlLink_620, div.photoLink, div.photoLink_300, div.photoLink_460, div.photoLink_620 {
	display: block;
	float: left;
	padding: 0px;
	height: 109px;
	width: 140px;
	margin-right:20px;
	box-shadow: 0px 0px 2px 2px #bfbfbf;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}
a.vimeoLink_300, a.youtubeLink_300, a.embedLink_300, div.photoLink_300 {
	height: 199px;
	width: 300px;
}
a.vimeoLink_460, a.youtubeLink_460, a.htmlLink_460, a.embedLink_460, div.photoLink_460 {
	height: 289px;
	width: 460px
}
a.youtubeLink_620, a.vimeoLink_620, a.htmlLink_620, div.photoLink_620 {
	height: 379px;
	width: 620px;
}
a.youtubeLink_940, a.vimeoLink_940 {
	height: 559px;
	width: 940px;
}
a.vimeoLink_140 img.play, a.websiteLink_140 img.play, div.photoLink_140 img.play {
	position: absolute;
	left: 50px;
	top: 49px;
}
a.vimeoLink_300 img.play, a.youtubeLink_300 img.play, a.embedLink_300 img.play, div.photoLink_300 img.play {
	position: absolute;
	left: 130px;
	top: 94px;
}
a.vimeoLink_460 img.play, a.youtubeLink_460 img.play, a.htmlLink_460 img.play, a.embedLink_460 img.play, div.photoLink_460 img.play {
	position: absolute;
	left: 205px;
	top: 140px;
}
a.youtubeLink_620 img.play, a.vimeoLink_620 img.play, a.htmlLink_620 img.play, div.photoLink_620 img.play {
	position: absolute;
	left: 290px;
	top: 184px;
}
a.youtubeLink_940 img.play, a.vimeoLink_940 img.play {
	position: absolute;
	left: 440px;
	top: 265px;
}
a:hover {
	text-decoration: none;
}

.videoThumb_140, .videoThumb_300, .videoThumb_460, .videoThumb_620, .videoThumb_940 {
	display: block;
	float: left;
	height: 109px;
	width: 140px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	overflow:visible;
}
.videoThumb_300 {
	height: 199px;
	width: 300px;
}
.videoThumb_460 {
	height: 289px;
	width: 460px;
}
.videoThumb_620 {
	height: 379px;
	width: 620px;
}
.videoThumb_940 {
	height: 559px;
	width: 940px;
}

.fancybox-title {
	font-size: 12px;
	padding: 2px 10px;
}
.fancybox-nav span {
	visibility:visible;
}
.project_info {
	display: none;
}
.project_info_body {
	font-family: 'TeXGyreAdventorRegular';
	padding: 10px;	
}

/* CSS for Title Bars */
.title_bar_2x {
	display:block;
	position: relative;
	width:290px;
	height:30px;
	background-color: #e3b037;
	padding-left:10px;
	text-align: left;
}
.title_bar_3x {
	display:block;
	position: relative;
	width:450px;
	height:30px;
	background-color: #e3b037;
	padding-left:10px;
	text-align: left;
}
.title_bar_4x {
	display:block;
	position: relative;
	width:610px;
	height:30px;
	background-color: #e3b037;
	padding-left:10px;
	text-align: left;
}
.title_bar_6x {
	display:block;
	position: relative;
	width:930px;
	height:30px;
	background-color: #e3b037;
	padding-left:10px;
	text-align: left;
}

/* CSS for Footer */
footer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 960px;
	height: 25px;
	border-radius: 0px;
	padding-top: 5px;
	font-size: 14px;
	color: #ffffff;
	text-align: right;
}
.clear_both {
	clear: both;
}