/* CSS Document */

h2 {
	margin-left: 20px;
	padding-left: 20px;
}

div#LeftBannerContainer {
	float: left;
	position: absolute;
	margin-top:360px;
	width: 1280px;
	text-align: center;
	height:768px;
	visibility:hidden;
	z-index:2;
	width:100%;
}

div#leftBanner {
	float: left;
	width:200px;
	position: relative;
    margin-left:0px;
    visibility:visible;
}

div#RightBannerContainer {
	float: left;
	position: absolute;
	margin-top:360px;
	margin-left: 1080px;
	width: 1280px;
	text-align: center;
	height:768px;
	visibility:hidden;
	z-index:2;
	width:100%;
}

div#rightBanner {
	float: left;
	width: 200px;
	position: relative;
    visibility:visible;
}


body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
	color: #FFF;
	borders: 0px;
	margins: 0px;
	padding: 0px;
	text-align: center; /*IE Fix*/
	overflow-y: scroll!important;
	overflow-x: hidden; 
}

a:link {
	color: #82dad2;
}

a:visited {
	color: #477772;
}

a:hover {
	color: #FFF;
}

a:active {
	color: #FFF;
}

#container {
	width: 1280px;
	min-height: 852px;
	background-image: url(assets/images/CogWebBG.jpg);
	background-repeat: no-repeat;
	borders: 0px;
	margins: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

}


/*POSTUDIOS TOP NAV BAR*/


#topBar {
	background-image: url(assets/images/newPosBarBG.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 47px;
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
	border: 0px;
}

#topBar ul {
	float: left;
	margin: 0px;
	margin-left: 240px;
	padding: 0px;
	border: 0px;
}

#topBar ul li {
	display:inline;
	float:left;
	list-style-type:none;
	height:22px;
	border-style: none;
	margin-right: 60px;
}

#topBar ul li .postudios a:link {
	display:block;
	width:80px;
	height:22px;
	background-image:url(assets/images/newPOSBar.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent:-9009px;
}

#topBar ul li .postudios a:hover {
	display:block;
	width:80px;
	height:22px;
	background-image:url(assets/images/newPOSBar.png);
	background-position: 0px -22px;
	background-repeat: no-repeat;
	text-indent:-9009px;
}

#topBar ul li .store a:link {
	display:block;
	width:83px;
	height:22px;
	background-image:url(assets/images/newPOSBar.png);
	background-position: -136px 0px;
	background-repeat: no-repeat;
	text-indent:-9009px;
}

#topBar ul li .store a:hover {
	display:block;
	width:83px;
	height:22px;
	background-image:url(assets/images/newPOSBar.png);
	background-position: -136px -22px;
	background-repeat: no-repeat;
	text-indent:-9009px;
}

#topBar ul li .games a:link {
	display:block;
	width:85px;
	height:22px;
	background-image:url(assets/images/newPOSBar.png);
	background-position: -272px 0px;
	background-repeat: no-repeat;
	text-indent:-9009px;
}

#topBar ul li .games a:hover {
	display:block;
	width:85px;
	height:22px;
	background-image:url(assets/images/newPOSBar.png);
	background-position: -272px -22px;
	background-repeat: no-repeat;
	text-indent:-9009px;
}

#topBar ul li .news a:link {
	display:block;
	width:71px;
	height:22px;
	background-image:url(assets/images/newPOSBar.png);
	background-position: -418px 0px;
	background-repeat: no-repeat;
	text-indent:-9009px;
}

#topBar ul li .news a:hover {
	display:block;
	width:71px;
	height:22px;
	background-image:url(assets/images/newPOSBar.png);
	background-position: -418px -22px;
	background-repeat: no-repeat;
	text-indent:-9009px;
}

#topBar ul li .community a:link {
	display:block;
	width:143px;
	height:22px;
	background-image:url(assets/images/newPOSBar.png);
	background-position: -546px 0px;
	background-repeat: no-repeat;
	text-indent:-9009px;
}

#topBar ul li .community a:hover {
	display:block;
	width:143px;
	height:22px;
	background-image:url(assets/images/newPOSBar.png);
	background-position: -546px -22px;
	background-repeat: no-repeat;
	text-indent:-9009px;
}

#topBar ul li .jobs a:link {
	display:block;
	width:64px;
	height:22px;
	background-image:url(assets/images/newPOSBar.png);
	background-position: -737px 0px;
	background-repeat: no-repeat;
	text-indent:-9009px;
}

#topBar ul li .jobs a:hover {
	display:block;
	width:64x;
	height:22px;
	background-image:url(assets/images/newPOSBar.png);
	background-position: -737px -22px;
	background-repeat: no-repeat;
	text-indent:-9009px;
}

#topBar ul li .empty {
	display:block;
	width:67px;
	height:22px;
	background-image:url(assets/images/newPOSBar.png);
	background-position: -884px 0px;
	background-repeat: no-repeat;
	text-indent:-9009px;
}



/*MAIN NAVIGATION BAR*/


#navBar {
	background: none;
	width: 885px;
	margin: 0px;
	margin-left: 200px;
	padding: 0px;
	border: 0px;
}

#navBar ul {
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;	
}

#navBar li {
	display:inline;
	float:left;
	margin-top: 0px;
	list-style-type:none;
	height:45px;
	border-style: none;
}

#navBar ul li .home a {
	display:block;
	width:216px;
	height:45px;
	background-image:url(assets/images/navBar.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent:-9009px;	
}

#navBar ul li .home a:hover, #navBar ul li .home .selected {
	display:block;
	width:216px;
	height:45px;
	background-image:url(assets/images/navBar.png);
	background-position: 0px -45px;
	background-repeat: no-repeat;
	text-indent:-9009px;	
}

#navBar ul li .news a {
	display:block;
	width:123px;
	height:45px;
	background-image:url(assets/images/navBar.png);
	background-position: -216px 0px;
	background-repeat: no-repeat;
	text-indent:-9009px;		
}

#navBar ul li .news a:hover, #navBar ul li .news .selected {
	display:block;
	width:123px;
	height:45px;
	background-image:url(assets/images/navBar.png);
	background-position: -216px -45px;
	background-repeat: no-repeat;
	text-indent:-9009px;	
}

#navBar ul li .media a {
	display:block;
	width:128px;
	height:45px;
	background-image:url(assets/images/navBar.png);
	background-position: -339px 0px;
	background-repeat: no-repeat;
	text-indent:-9009px;	
}

#navBar ul li .media a:hover, #navBar ul li .media .selected {
	display:block;
	width:128px;
	height:45px;
	background-image:url(assets/images/navBar.png);
	background-position: -339px -45px;
	background-repeat: no-repeat;
	text-indent:-9009px;	
}

#navBar ul li .episodes a {
	display:block;
	width:159px;
	height:45px;
	background-image:url(assets/images/navBar.png);
	background-position: -467px 0px;
	background-repeat: no-repeat;
	text-indent:-9009px;	
}

#navBar ul li .episodes a:hover, #navBar ul li .episodes .selected {
	display:block;
	width:159px;
	height:45px;
	background-image:url(assets/images/navBar.png);
	background-position: -467px -45px;
	background-repeat: no-repeat;
	text-indent:-9009px;	
}

#navBar ul li .merchandise a {
	display:block;
	width:257px;
	height:45px;
	background-image:url(assets/images/navBar.png);
	background-position: -626px 0px;
	background-repeat: no-repeat;
	text-indent:-9009px;	
}

#navBar ul li .merchandise a:hover, #navBar ul li .merchandise .selected {
	display:block;
	width:257px;
	height:45px;
	background-image:url(assets/images/navBar.png);
	background-position: -626px -45px;
	background-repeat: no-repeat;
	text-indent:-9009px;	
}


/*SOCIALIZE LINKS*/

#socializeContainer {
	float: left;
	position: relative;
	width: 150px;
	height: 25px;
	margin-left: 915px;
	margin-top:  120px;
}

#socializeContainer a {
	margin-right: 20px;
}



/*MAIN CONTENT CONTAINER*/

#mainContentContainer {
	margin:0px;
	padding: 0px;
	border: 0px;
	margin-left: 215px;
}

#mainContentTop {
	float: left;
	background-image: url(assets/images/mainContentBG_top.png);
	background-repeat: no-repeat;
	width: 862px;
	height: 17px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#mainContent {
	clear:both;
	float: left;
	background-image: url(assets/images/mainContentBG_1Pixel.png);
	background-repeat: repeat-y;
	width: 862px;
	min-height: 500px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#mainContentBottom {
	clear: both;
	float: left;
	background-image: url(assets/images/mainContentBG_bottom.png);
	background-repeat: no-repeat;
	width: 862px;
	height: 17px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}



/*FOOTER*/

#footer {
	clear: both;
	float: left;
	text-indent: -9009px;
	background-image: url(assets/images/footer.png);
	background-repeat: no-repeat;
	width: 1200px;
	height: 217px;
	margin-left: 230px;
}

#footer ul {
	float: left;
	width: 1200px;
	margin-top: 20px;
	padding: 0px;
	border: 0px;
	
}

#footer ul li {
	display:inline;
	float:left;
	margin-left: 50px;
	list-style-type:none;
	border-style: none;

}

#footer ul li #postudios a:link {
	display:block;
	width: 65px;
	height: 104px;
	background-image:url(assets/images/postudios_logo.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent:-9009px;
}

#footer ul li #reverb a:link {
	display:block;
	width: 188px;
	height: 58px;
	margin-top: 20px;
	margin-left: 450px;
	background-image:url(assets/images/reverbLogo.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent:-9009px;
}



.spacesaver {
	clear: both;
	margin-top: 50px;
}



/*HOME PAGE*/
#homePageContainer {
	float: left;
	width: 950px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#homePageLeft {
	float: left;
	width: 460px;
}

#homePageLeft p {
	padding-left: 40px;
	width: 450px;
	text-align: justify;
	text-justify: inter-word;
}

#homePageLeft ul {
	margin-left: 20px;
}

#homePageLeft ul li {
	width: 430px;
	margin-bottom: 20px;
	list-style-type: none;
	text-align: justify;
	text-justify: inter-word;
}

#homePageLeft .emphasis {
	color: #C00;
	font-weight: bold;
}

#homePageLeft #video {
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 40px;
	text-align: center;
}

#homePageLeft .goodies {
	clear: both;
	float: left;
	padding-top: 40px;
	margin-left: 20px;
	width: 450px;
}

#homePageLeft .quote {
	float: left;
	width: 265px;
	padding-top: 10px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	letter-spacing: .24em;
	line-height: 1.4em;
	text-align: center;
}

#homePageLeft #soundtrackButton {
	float: left;
	height: 204px;
	width: 220px;
	margin-left: 265px;
	margin-top: -170px;
}

#homePageLeft #soundtrackButton ul {
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#homePageLeft #soundtrackButton ul li {
	display:inline;
	float:left;
	list-style-type:none;
	height:204px;
	border-style: none;
}

#homePageLeft #soundtrackButton ul li a:link, #homePageLeft #soundtrackButton ul li a:hover {
	display:block;
	background-image: url(assets/images/roundButton_purchaseST.png);
	background-repeat: no-repeat;
	height: 204px;
	width: 220px;
	text-indent:-9009px;
}

#gameDescription {
	width: 650px;
}

#verticalLine {
	float: left;
	position: absolute;
	background-image: url(assets/images/news_onePixel.png);
	background-repeat: repeat-y;
	margin-left: -10px;
	margin-top: 40px;
	width: 5px;
	height: 768px;
}

#homePageRight {
	width: 350px;
	margin-left: 535px;
	margin-top: -10px;
	margin-bottom: 45px;
	border: 0px;
	text-align: center;
}

#homePagePreorderHeader {
	background-image: url(assets/images/preorderNow.png);
	background-repeat: no-repeat;
	background-position: top;	
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	width: 320px;
	height: 65px;
	text-indent: -9009px;
}

#homePageRight a {
	margin-top: 0px;
	margin-right: 0px;
	border: 0px;
}

.preorderCenter {
	margin-left: -25px;
}
		

.preOrderCenterAdjust {
	margin-left: 68px;
}

.horizontalLine {
	float: left;
	background-image: url(assets/images/horizontalLine.png);
	background-repeat: no-repeat;
	border: 0px;
	margin-left: 60px;
	width: 350px;
	height: 15px;
	
}

#playDemoNow {
	width: 220px;
	height: 165px;
	text-align: center;
	margin-top: 25px;
	margin-left: 50px;
	margin-bottom: 20px;
}

#playDemoNow ul {
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	
}

#playDemoNow ul li {
	display:inline;
	float:left;
	list-style-type:none;
	border-style: none;

}

#playDemoNow ul li a:link {
	display:block;
	width: 220px;
	height: 165px;
	background-image: url(assets/images/playDemoNow.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent:-9009px;
}

#playDemoNow ul li a:hover {
	display:block;
	width: 220px;
	height: 165px;
	background-image: url(assets/images/playDemoNow_hover.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent:-9009px;
}

.europeGuests {
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
}

.europeGuests p {
	line-height: 1.8em;
	text-align: center;
}

.europeGuests a:link {
	font-size: 1.4em;
	font-weight: bold;
	color:#e0ab39;
}

.europeGuests a:hover {
	font-size: 1.4em;
	font-weight: bold;
	color:#FFF;
}

#homePageNewsContainer {
	width: 350px;
	min-height: 350px;
	margin-left: 520px;
	border: 0px;
	/*background-image:url(assets/images/news_onePixel.png);
	background-repeat: repeat-y;*/
}

#homePageNews {
	width: 295px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 10px;
	font-size: .8em;
	text-align: left;
}

#homePageNews .newsHeading01 {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}

#homePageNews .newsHeading02 {
	color: #82dad2;
	text-decoration: underline;
}


/*NEWS PAGE*/
#newsContainer {
	float: left;
	width: 600px;
	min-height: 500px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#newsContent {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 40px;
}

#newsSideBar {
	width: 200px;
	font-size: .8em;
	margin-left: 625px;
	margin-top: 20px;
	
}




/*MEDIA PAGE*/
#mediaPageContainer {
	width: 820px;
	height: 600px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#mediaPageContent {
	float: both;
}

#mediaPageContent a:link, #mediaPageContent a:hover, #mediaPageContent a:active, #mediaPageContent a:visited {
	padding-left: 60px;
}

#screenshotsHeader {
	background-image: url(assets/images/screenshotsHeading.png);
	background-repeat: no-repeat;
	text-indent: -9009px;
	height: 40px;
}

.row {
	display: block;
	width: 820px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 0px;
}

#wallpapersHeader {
	clear: left;
	background-image: url(assets/images/wallpapersHeading.png);
	background-repeat: no-repeat;
	text-indent: -9009px;
	height: 40px;
}

.Wallpapers {
	position: static;
	width: 710px;
	padding-left: 40px;
	text-align: center;
	text-indent: -60px;
	z-index: 500;
}

.Wallpapers img {
	border:0px;
	padding-left: 90px;
}

.wallpaperContainer {
	float: left;
	position: relative;
	padding-top: 20px;
	margin-left: 20px;
}



/*EPISODES PAGE*/
#episodesContainer {
	float: left;
	width: 960px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#episodesTable td {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;	
	padding-bottom: 20px;
}

#episodesTable td p {
	text-justify: distribute;
}

#episodesListTop {
	clear: both;
}

#episodesListBottom {
	clear: both;
}

#episodesLeftContainer {
	float: left;
	width: 480px;
}

#episode01Container {
	float: left;
	width: 220px;
	margin-bottom: 40px;
}

#episode02Container {
	float: left;
	width: 220px;
	margin-left: 15px;
	margin-bottom: 40px;
}

#episode03Container {
	float: left;
	width: 220px;
}

#episode04Container {
	float: left;
	width: 220px;
	
}

.epSpacer {
	margin-top:650px;
}

#episodesContainer p {
	font-size: 1em;
	text-align: justify;
	text-justify: inter-word;
	width: 216px;
}

#episode01Header {
	background-image: url(assets/images/ep01HangmanTitle.png);
	background-repeat: no-repeat;
	text-indent: -9009px;
	height: 215px;
	width: 216px;
	margin-bottom: 0px;
}

#episode02Header {
	background-image: url(assets/images/ep02WiseMonkeyTitle.png);
	background-repeat: no-repeat;
	text-indent: -9009px;
	height: 215px;
	width: 216px;
	margin-bottom: 0px;
}

#episode03Header {
	background-image: url(assets/images/ep03OracleTitle.png);
	background-repeat: no-repeat;
	text-indent: -9009px;
	height: 215px;
	width: 216px;
	margin-bottom: 0px;
}

#episode04Header {
	background-image: url(assets/images/ep04CainKillerTitle.png);
	background-repeat: no-repeat;
	text-indent: -9009px;
	height: 215px;
	width: 216px;
	margin-bottom: 0px;
}

#EpisodesPageRight {	
	width: 320px;
	margin-left: 535px;
	margin-top: -30px;
	margin-bottom: 45px;
	border: 0px;
	text-align: center;
	overflow: visible;
}

#purchaseSeasonContainer {
	float: left;
	width: 275px;
	min-height: 1000px;
	margin-top: 20px;
}


#topBar ul li {
	display:inline;
	float:left;
	list-style-type:none;
	height:47px;
	border-style: none;
}

#topBar ul li .postudios a {
	display:block;
	width:205px;
	height:47px;
	background-image:url(assets/images/postudiosTopBar.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent:-9009px;
}


.purchaseEpisode {
	width: 260px;
	height: 55px;
	margin-left: -15px;
	margin-top: -15px;
	padding: 0px;
	border: 0px;
	font-size: 1.4em;
	font-weight: bold;
}

.purchaseEpisode ul {
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.purchaseEpisode ul li {
	display:inline;
	float:left;
	list-style-type:none;
	height:55px;
	border-style: none;
	padding: 0px;
	border: 0px;
}
	

.purchaseEpisode ul li a {
	display:block;
	background-image: url(assets/images/downloadNowButton.png);
	background-repeat: no-repeat;
	padding: 0px;
	border: 0px;
	width: 250px;
	height: 55px;
	text-indent: -9009px;
}


.comingSoon {
	float: left;
	margin-left: 545px;
	margin-top: -25px;
	font-weight: bold;
}

.purchaseEpisode a:link, .comingSoon a:link {
	color: #91dbe8;
	text-decoration: none;
}

.purchaseEpisode a:visited, .comingSoon a:visited {
	color: #5e8f98;
	text-decoration: none;
}

.purchaseEpisode a:hover, .comingSoon a:hover {
	color: #FFF;
	text-decoration: none;
}

.purchaseEpisode a:active, .comingSoon a:active {
	color: #FFF;
	text-decoration: none;
}

#purchaseFullSeason {
	float: left;
	width: 300px;
	height: 279px;
	margin-left: 5px;
}



/*MERCHANDISE PAGE*/

#merchandiseContainer {
	width: 800px;
	height: 650px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-left: 0px;
	padding-right: 10px;
}

#merchandiseContent {
	margin-top: -40px;
	float: left;
}

#musicPlayer {
	float: left;
	margin-top: 20px;
	margin-left: 60px;
}

#soundtrackHeader {
	background-image: url(assets/images/soundtrackHeader.png);
	background-repeat: no-repeat;
	text-indent: -9009px;
	height: 50px;
	margin-bottom: 30px;
}

.soundtrackBG {
	background-image: url(assets/images/playerBarBG.png);
	background-repeat: no-repeat;
	background-position: 0px -6px;
	width: 462px;
	height: 54px;
}

.soundtrackBG p {
	margin-left: 230px;
	margin-top: -20px;
}

#comicHeader {
	background-image: url(assets/images/comicHeader.png);
	background-repeat: no-repeat;
	text-indent: -9009px;
	margin-left: -70px;
	margin-top: 80px;
	margin-bottom: 30px;
	height: 40px;
}

#comicCover {
	float: left;
	background-image: url(assets/images/comicBookPages.png);
	background-repeat: no-repeat;
	text-indent: -9009px;
	margin-right: 60px;
	margin-bottom: 40px;
	height: 248px;
	width: 334px;
}

#comicCover a:link {
	display:block;
	width:334px;
	height:248px;
	background-image: url(assets/images/comicBookPages.png);
	background-repeat: no-repeat;
	text-indent: -9009px;
}

#comicPage01 {
	float: left;
	background-image: url(assets/images/comicPage01Thumb.jpg);
	background-repeat: no-repeat;
	text-indent: -9009px;
	margin-right: 60px;
	height: 205px;
	width: 134px;
}

#comicPage02 {
	float: left;
	background-image: url(assets/images/comicPage02Thumb.jpg);
	background-repeat: no-repeat;
	text-indent: -9009px;
	margin-right: 60px;
	height: 205px;
	width: 134px;
}

#purchaseSoundtrack {
	float: right;
	position: absolute;
	width: 265px;
	height: 184px;
	margin-left: 575px;
	margin-top: 5px;
}

#purchaseComic {
	float: right;
	position: absolute;
	width: 265px;
	height: 203px;
	margin-left: 520px;
	margin-top: 0px;
}





