@charset "iso-8859-1";
/* CSS Document */

/* general styles */
html {
	height:100%;
}
.studioPics{
	float:right; 
	margin: 0 0 10px 20px; 
	border:2px solid #ACBFD1;
}
body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ACBFD1;
	background-color:#202020;	
	background-image:url(/images/background_stripes.jpg);
	background-repeat:repeat-x;
	height:100%;
}
h1{font-size:1.3em;}
h2{font-size:1.25em; margin-bottom: 10px;}
h3{font-size:1.2em;}
h4{font-size:1.15em;}
h4{font-size:1.1em;}
h1, h2, h3, h4, h5{
	color:#ACBFD1;
}

h1.studio-head {
	margin: 0;
}
h3.studio-subhead {
	font-size: 1.1em;
	margin: 0 0 15px 0;
}
h3.titleArchive {
	margin: 0 0 5px 0;
}

p{
	margin-top:0px;
	margin-bottom:10px;
}
/* END: general styles */

/* link styles */
a, a:active, 
a:visited {
	color:#F7F7F7;
	text-decoration: underline;
}
a:hover {
	color:#CEDBF0;
	text-decoration: underline;	
}
a:link.menu, a:visited.menu {
	text-decoration: none; 
	color:#F0F0F0;
	font-weight: bold; 
	font-size: 10pt;
}
a:hover.menu, a:active.menu {
	color:#CEDBF0; 
	font-weight: bold; 
	font-size: 10pt;
}

a:link.jobLinks, a:visited.jobLinks {
	text-decoration: none; 
	color: #ACBFD1;
	text-transform:uppercase;
	font-weight:bold;
	font-size:2em;
}
a:hover.jobLinks, a:active.jobLinks {
	color: #fff;
}
#applyForPositionBtn{
	width: 214px;
	height: 48px;
	background: url(/images/applyForPosition.png) no-repeat;
	border: none;
}
#applyForPositionBtn:hover{
	cursor: pointer;
	background: url(/images/applyForPosition_over.png) no-repeat;
}
#fpnav a {
	display:inline;
	float:left;
	margin-left:73px;
}
#interiorNav a {
	display:inline;
	float:left;
	margin-left:60px;
	margin-top:13px;
}
/* END: link styles */

/* layout styles */
#layoutBodyFP {
	position:relative;
	text-align:center;	
	width:954px;	
	background-color:#1F242E;
	margin-left:auto;
	margin-right: auto;
	border-left:3px solid #889ab8;
	border-right:3px solid #889ab8;	
	min-height:100%;			
}
* html body #layoutBodyFP{
	/*height:710px;*/
	height:100%;
}
#layoutBody {
	position:relative;
	text-align:center;	
	width:954px;
	margin-left:auto;
	margin-right: auto;	
	background: url("/images/backgroundgradient.png") repeat-x #1F242E 0px 156px;
	border-left:3px solid #889ab8;
	border-right:3px solid #889ab8;
	min-height:100%;
}
* html body #layoutBody{
	height:100%;
}
#layoutBodyInner {
	position:relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:18px;
	overflow: visible;
	padding-bottom:100px;
	width:800px;
}
#layoutHeaderGames {
	height:113px;
	text-align:left;
	background-image:url(/games/images/title.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#layoutHeaderNews {
	height:113px;
	text-align:left;
	background-image:url(/news/images/title.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#layoutHeaderStudio {
	height:113px;
	text-align:left;
	background-image:url(/studio/images/title.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#layoutHeaderDownloads {
	height:113px;
	text-align:left;
	background-image:url(/downloads/images/title.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#layoutHeaderJobs {
	height:113px;
	text-align:left;
	background-image:url(/jobs/images/title.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#fplogo {
	text-align:center;
	padding-top:10px;
}
#fpsplash {
	margin: 20px auto 0 auto;
	height: 250px;
	width: 948px;
}
.hr {
	text-align:center;
}
.hrNav{
	position:relative;
	left:-63px;
	z-index:2;
}
#legal {
	width:954px;
	margin:72px auto 0px auto;
	text-align:center;
	bottom:0px;
	left:0px;
}
#layoutBody #legal {
	position: absolute;
}

* html body #legal{
	z-index:0;
}
#legal p {
	color: #889AB8;
	font-size: 10px;
	left: 50%;
	margin: 15px 0 0 -150px;
	position: absolute;
	width: 300px;
}
#fpnav {
	width:800px;
	margin-left:140px;
	margin-right:auto;
	text-align:center;
	margin-top:30px;
	margin-bottom:4px;
	padding-bottom:25px;
}
#nclogo{float:left; margin-left:65px; display:block; z-index:2;}
#legalLine{margin-bottom:5px;}
#interiorNav {
	height:43px;
	background:url(/images/menubackground.png) no-repeat;
	padding-left:330px;
}
#subhead {
	text-align:left;
	padding-left:75px;
}
#subheadhr {
	margin-top:2px;
}
#ifrm {
	border:0px; 
	padding:0px; 
	margin:0px;
	background-color:#FFFFFF;
	border:0px;
}
.clearBoth {
	clear:both;
	height:0px;
	overflow:hidden;
}
/* END: layout styles */

/* inset box styles */
.insetBox {
	width:801px;
	height:24px;
}
.ibTop {
	width:776px;
	height:24px;
	float:left;
	display:inline;
	background:url(/images/box2.gif) repeat-x #627593;
	border-left:2px solid #647796;
}
.ibUR {
	width:23px;
	height:24px;
	float:right;
	display:inline;
	background:url(/images/box3.gif) no-repeat;
}
.wallpaperWrapper, .jobWrapper {
	height:215px;
	width:797px;
	background:url(/images/box4.gif) repeat-x top #394455;
	border-left:2px solid #647796;
	border-right:2px solid #647796;
}
.jobWrapper{
	height:auto;
	padding:0px 20px 10px 20px;
	width:757px;
}
.jobWrapper ul{
	margin-bottom:20px;
}
.wallpaperWrapper img {
	float:left;
	margin-left:20px;
	margin-top:5px;
}
.wallpaperWrapper div.dlText {
	float:left;
	width:310px;
	margin-top:40px;
	margin-left:35px;
	text-align:center;
}
.insetBoxBtm {
	width:801px;
	height:23px;
}
.insetBoxBtm div {
	float:left;
}
.ibMid {
	background:url(/images/box11.gif) repeat-x;
	width:776px;
	height:23px;
	border-right:2px solid #647796;
}
.ibBLft {
	background:url(/images/box10.gif) repeat-x;
	width:23px;
	height:23px;
}
.container{position:relative; padding-top:5px;}
p.apply{text-align:center; padding:5px; margin-bottom:0px; margin-top:15px;}
div.imgCont{text-align:center; margin-left:auto; margin-right:auto; display:block; width:400px; height:200px; float:left;}
div.imgCont .music{margin-top:60px;margin-left:175px;}
/* END: inset box styles */
.divider{
	width:400px;
	clear:both;
	margin:20px auto;
	height:2px;
	background:url(/images/divider.png) no-repeat;
}
.date{float:left; margin-right:5px; font-weight:bold;}
#excerpt{text-align:center; width:60%; margin-left:auto; margin-right:auto;}


/*---------------*/
/* New Homepage  */
/*---------------*/
div.home-news {
	margin: 18px auto 0;
	text-align: left;
	width: 800px;
}

div.home-news h3 {
	font-size: 1.2em;
	margin: 0 0 5px 0;
}

/*---------------*/
/* New Downloads */
/*---------------*/
div.clear {
	clear: both;
}

#downloads-container {
	margin: 30px 0 0 0;
	width: 800px;
}
#downloads-container h2 {
	font-size: 1.6em;
	margin: 0 0 10px 0;
}

div.mp3-container {
	background: url("/images/music-note.gif") no-repeat bottom right #212631;
	border: 1px solid #50555D;
	margin: 0 0 30px 0;
	padding: 15px 85px 15px 25px;
}
div.mp3-container div.mp3 {
	border-bottom: 1px solid #3B434F;
	padding: 10px 0;
}
div.mp3-container div.mp3-end {
	border: 0;
}

div.mp3 p {
	margin: 0;
}

div.mp3 h3, 
div.mp3 a, 
div.mp3 a:visited {
	display: block;
	float: left;
	font-size: 1em;
	margin: 0;
	padding: 0 20px 0 0;
	width: 100px;
}
div.mp3 a, 
div.mp3 a:visited {
	clear: left;
	margin: 0 0 5px 0;
}

p.wallpaper-desc {
	margin: 0 0 20px 0;
}
div.wallpaper {
	border: 1px solid #4C5058;
	display: block;
	float: left;
	height: 248px;
	position: relative;
	width: 378px;
}
div.wallpaper div.resolutions {
	background: url("/downloads/images/wallpaper-shade.png") no-repeat top left;
	border-top: 1px solid #000;
	bottom: 0;
	display: block;
	font-size: 0.9em;
	height: 30px;
	left: 0;
	padding: 10px 15px;
	position: absolute;
	width: 348px;
	z-index: 9999;
}
*html div.wallpaper div.resolutions {
	background: #000;
}
div.wallpaper div.resolutions h3 {
	color: #ACBFD1;
	font-size: 1em;
	margin: 0 0 2px 0;
	padding: 0;
}
div.wallpaper div.resolutions a, 
div.wallpaper div.resolutions a:visited {
	color: #FFF;
	font-weight: bold;
	margin: 0 15px 0 0;
	text-decoration: none;
}
div.wallpaper div.resolutions a:hover {
	color: #ACBFD1;
}
div.wallpaper div.resolutions a.end {
	margin: 0;
}

#downloads-container div.left {
	margin: 0 40px 40px 0;
}
#downloads-container div.right {
	margin: 0 0 40px 0;
}