/*
	Gyroscope Pictures, LLC
	Author: Matt Giraud
	Author URI: http://www.gyroscopepictures.com
*/


/* 	Main body attributes */

body
{
	background-color: #2D3437;
	margin: 0px;
	padding: 0px;
}
#SiteTitle{
	font-family: "Andale Mono", "Arial Narrow", Verdana;
	font-size: 14px;
	color: #fff;
	padding: 4px 0px 4px 20px;
	letter-spacing: 3px;
}
#MainContainer
{
	width: 800px;
	overflow: visible;
	margin: 0 0 0 20px;
	border: 1px solid #eb7c00;
	background-color: #2D3437;
	background-image: url(../media/GyroBack.gif);
}
h1{
	margin: 0px;
	font-family: "Andale Mono", "Arial Narrow", Verdana;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #eb7c00;
}
h2{
	margin: 0px;
	font-family: "Andale Mono", "Arial Narrow", Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 2px;
}
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

a, a:visited{
	color: #eb7c00;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

/* 	Left column attributes */

#LeftColumn {
	width: 351px;
	float: left;
	display:block;
	margin: 20px 10px 8px 30px;
}
#LeftColumn h1
{
	margin: 3px 0 0 0;
	width: 265px;
	text-align: left;
}
#LeftColumn img{
	padding-bottom: 0px;
	float: right;
	display: inline;
}

#LeftColumn p{
	padding: 0px;
	margin-bottom: 50px;
	text-indent: 0px;
}
#LeftPlayClip{
	width: 351px;
	float: left;
	display: block;
	padding: 0px;
	margin-bottom: 6px;
	}
	
/* 	Right column attributes */

#RightColumn {
	width: 365px;
	float: right;
	display:inline;
	margin: 20px 30px 8px 10px;
	text-align: right;
}
#RightColumn h1{
	font-size: 12px;
	padding-right: 10px;
}
#RightColumn h2{
	padding-right: 10px;
	margin-bottom: 8px;
}
#RightColumn img{
	float: right;
	display: inline;
}
.RightMovieBay {
	width: 365px;
	float: left;
	display: block;
	padding: 0px;
	margin-bottom: 6px;
}
.RightMovieTextBlock {
	width: 244px;
	float: left;
	display: inline;
	margin-bottom: 6px;
}
#RightColumn p{
	text-align: right;
	padding-right: 10px;
	margin: 0px;
}

/* 	Footer attributes */

#Footer {
	width: 800px;
	overflow: visible;
	margin: 0 0 0 20px;
}
#Contact {
	margin: 0px;
	float: left;
	display: inline;
}
.SignOff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #cccccc;
	text-align: right;
	padding: 5px 0px 0px;
}

/* 	Pop up movie attributes */

#MoviePop {
	width: 320px;
	overflow: visible;
	margin-left: 80px;
	background-color: #2D3437;
	border: solid #2D3437 10px;
} 
#PopTitle {
	font-family: "Andale Mono", "Arial Narrow", Verdana;
	font-size: 11px;
	color: #fff;
	padding: 0px;
	margin-top: 10px;
	letter-spacing: 4px;
}
#MoviePop h1{
	margin: 10px 0 10px 0;
	color: #eb7c00;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#MovieNav {
	height: 15px;
	margin: 0px 0px 13px 0px;
	padding: 4px 0px 0px 0px;
	text-align:left;
	background-color: #eb7c00;
}
#MovieNav img{
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}
.MovieQuote{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding: 0 10px 0 20px;
}
.MovieSignOff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #cccccc;
	text-align: right;
	padding: 5px 0px 0px;
	border-top-style: solid;
	border-top-color: #eb7c00;
	border-top-width: 1px;
}

/* 	Approval attributes */

#ApprovalPop {
	width: 500px;
	overflow: visible;
	margin-left: 80px;
	background-color: #E1E2E3;
	border: solid #E1E2E3 20px;
} 

#AppTitle
{
	font-family: "Andale Mono", "Arial Narrow", Verdana;
	font-size: 11px;
	color: #2D3437;
	padding: 0px 0px 7px 0px;
	margin-top: 10px;
	letter-spacing: 4px;
}
#ApprovalPop h1{
	margin: 10px 0 10px 0;
	font-size: 14px;
	color: #c1671b;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#ApprovalPop p{
	font-size: 11px;
	color: #000;
}
.AppSignOff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #000;
	text-align: right;
	padding: 5px 0px 0px;
	border-top-style: solid;
	border-top-color: #2D3437;
	border-top-width: 1px;
}

#ApprovalPopWide {
	width: 640px;
	overflow: visible;
	margin-left: 80px;
	background-color: #E1E2E3;
	border: solid #E1E2E3 20px;
}
#ApprovalPopWide p{
	font-size: 11px;
	color: #000;
}
