@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #FFF;
	/*background-image: url(../images/main_bg/skyline.jpg);*/
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #1a1a1a;
	/* This next one is for IE6 */
	background-attachment: absolute;
	font-family:  Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #FFF;
}

img {
	border:0;
}

.mainIntro p {
	margin:8px;
	margin-right:12px;
}

h1, h2, h3 {
	margin:8px;

}

.wrapper {	
	width: 100%;
	height: 100%;
	overflow:hidden;
	min-width:960px;
	min-height:600px;
	top: 0;
	left: 0;
	position: absolute;
}

img#expando { 
	position: absolute; 
	display: none; 
	z-index: 1; 
	-ms-interpolation-mode: bicubic; 
} 

.wide img#expando, 
.tall img#expando { 
	display: block; 
} 

.wide img#expando { 
	width: 100%; 
	height: auto; 
} 

.tall img#expando { 
	width: auto; 
	height: 100%; 
}

.ie6absolute {
	position: absolute;
	top: expression((ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + 'px') !important;
}

#close_small {
	cursor:pointer;
	cursor:hand;
	position:absolute;
	left:-14px;
	top:-14px;
}



/*Page Wrappers*/

#storyWrap {
	background-image: url(../images/story_bg.png);
	width: 960px;
	height: 600px;
}


/*Main Nav*/

.mainNav{
	width: 400px;
	position: absolute ;
	top: 0;
	right: 14px;
	z-index:99;
	font-size: 14px;
}

.stories {	
	float: left;
	width: 220px;
	height: 23px;
	background-image: url(../images/transparent_bg.png);
	cursor: pointer;
	/*IE5 fix*/
	cursor: hand;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;	
}

.stories > img {
	padding: 6px 4px 0 5px;
}

.storiesNav {
	float: left;
	margin-left: 1px;
	width: 221px;
	display: none;
}

#storiesBar {
	height: 16px;
	width: 219px;
	margin-left: -1px;
	background-image: url(../images/transparent_bg.png);
	border-right: solid 1px #000;
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
}

.storiesNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 219px;
	background-image: url(../images/transparent_bg.png);
}

.storiesNav ul li a {
	color: #FFF;
	height: inherit;
	width: inherit;
	display: block;
}

.storiesNav > ul > li {
	padding-left: 5px;
	padding-right: 2px;
	padding-bottom: 3px;
	border-right: solid 1px #000;
	border-left: solid 1px #000;
	border-bottom: dotted 1px #FFF;
	line-height: 1.2em;
}

.storiesNav > ul > li:hover {
	background: #000; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000d3f'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000d3f)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #000, #000d3f); /* for firefox 3.6+ */
}

.sTitle {
	font-size: 15px;
	line-height: 1.1em;
}

.sGoal {
	font-size: 12px;
	text-align: right;
	float: right;
	color: #00ccff;
	font-style: italic;
	margin-top: 1px;
	margin-right: 3px;
	margin-bottom: 1px;
}

.countryName {
	font-size: 11px;
	letter-spacing: .05em;
	font-family: Verdana, Geneva, sans-serif;
}

/*.documentary {
	float: right;
	width: 124px;
	height: 20px;
	background-image:url(../images/transparent_bg.png);	
	text-align: center;
	padding-top: 3px;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}

.documentary > a {
	color: #FFF;
	height: inherit;
	width: inherit;
	display: block;
}

.documentary > a:hover {
	color: #00ccff;
	text-shadow: 0 0 0.4em #002fdb, 0 0 0.4em #002fdb, 0 0 0.4em #002fdb;
}*/

.documentary {
	float: right;
	width: 160px;
	height: 23px;
	/*padding-left: 7px;
	padding-top: 3px;*/
	background-image:url(../images/transparent_bg.png);	
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	cursor: pointer;
	/*IE5 fix*/
	cursor: hand;
}

.documentary img {
	padding: 6px 4px 0 5px;
}

#docNav {
	float: right;
	width: 157px;
	height: 140px;
	margin-right: 1px;
	border-right: solid 1px #000;
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
	background-image:url(../images/transparent_bg.png);
	display: none;
}

.docDesc {
	font-size: 12px;
	text-align: right;
	float: right;
	color: #00ccff;
	font-style: italic;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
	width: 100px;
}

#docNav h3 {
	color: #FFF;
	font-weight: normal;
	font-size: 18px;
	margin-left: 5px;
}

#watchWrap {
	height: 44px;
	width: auto;
	margin-top: 14px;
	border-top: dotted 1px #FFF;
	border-bottom: dotted 1px #FFF;
}

#watchNow {
	color: #000;
	font-size: 18px;
	height: 25px;
	width: 137px;
	display: block;
	margin-top: 6px;
	margin-left: 10px;
	padding-top: 5px;
	text-align: center;
	border: 1px solid #002fdb;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	background: #00ccff; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ccff', endColorstr='#006699'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#00ccff), to(#006699)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #00ccff, #006699); /* for firefox 3.6+ */
}

#watchNow:hover {
	color: #FFF;
	text-shadow: -1px 0 #002fdb, 0 1px #002fdb, 1px 0 #002fdb, 0 -1px #002fdb;
}



/*Tech Nav*/

.techNav {
	width: 50px;
	height: 170px;
	margin-top: 14px;
	margin-left: 10px;
	z-index:9;
	float: left;
}

.embed {
	position: aboslute;
	margin-top: 120px;
	cursor:pointer;
	cursor:hand;
	width: 50px;
	height: 50px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #222;
	background-image:url(../images/transparent_bg.png);
	text-align: center;
	line-height: 1.8em;
	color: #FFF;
	font-size: 12px;
}

.embed:hover {
	color: #00ccff;
	text-shadow: 0 0 0.4em #002fdb, 0 0 0.4em #002fdb, 0 0 0.4em #002fdb;
}

.embed img {
	margin-top: 6px;
	margin-left: 9px;
	position: relative;
	float: left;
}

.share {
	width: 50px;
	height: 50px;
	position:absolute;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #222;
	margin-top: 0;
	background-image:url(../images/transparent_bg.png);
	text-align: center;
	color: #FFF;
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
}

.addthis_button > img {
	padding-top:5px;
}

.share:hover {
	color: #00ccff;
	text-shadow: 0 0 0.4em #002fdb, 0 0 0.4em #002fdb, 0 0 0.4em #002fdb;
}

.share img {
	margin-top: 0px;
	margin-left: 13px;
	position: relative;
	float: left;
}

.share p {
	margin-top: 33px;
	margin-left: 9px;
	position: absolute;
	clear: both;
}

.share a {
	height: inherit;
	width: inherit;
	display: block;
	position: absolute;
	z-index: 60;
}

.discuss {
	width: 50px;
	height: 50px;
	position:absolute;
	margin-top: 60px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #222;
	background-image:url(../images/transparent_bg.png);
	text-align: center;
	color: #FFF;
	font-size: 12px;
}

.discuss:hover {
	color: #00ccff;
	text-shadow: 0 0 0.4em #002fdb, 0 0 0.4em #002fdb, 0 0 0.4em #002fdb;
}

.discuss img {
	margin-top: 7px;
	margin-left: 13px;
	position: relative;
	float: left;
}

.discuss p {
	margin-top: 33px;
	margin-left: 4px;
	position: absolute;
	clear: both;
	text-align: center;
}

.discuss a {
	height: inherit;
	width: inherit;
	display: block;
	position: absolute;
	z-index: 60;
}



/*Copyright and About*/

.footer {
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #FFF;
	font-size: 12px;
	text-shadow: #333 1px 1px 1px;	
	z-index:12;
}

.footer > a {
	text-decoration: none;
	color: #FFF;
}

.footer > a:hover {
	color: #00ccff;
	text-shadow: 0 0 0.4em #002fdb, 0 0 0.4em #002fdb, 0 0 0.4em #002fdb;
}



/*Left Bar*/

.leftBar {
	width: 350px;
	min-height:600px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:19;
}

.leftBarInner {
	width: 317px;
	height: 100%;
	background-image: url(../images/transparent_bg.png);
	border-right: 1px solid #000;
}

.leftTab {
	position: absolute;
	width: 33px;
	height: 60px;
	margin-top: -30px;
	top:50%;
	left:317px;
	cursor: pointer;
	cursor: hand;
}

.globe {
	width: 318px;
	height: 101px;
	position: absolute;
	margin-top: 5px;
	margin-left: 5px;
}

#globe {
	position: absolute;
	z-index: 11;
}

#globeline {
	position: absolute;
	margin-top: 66px;
	margin-left: 37px;
}

/*.title {
	position: absolute;
	color: #FFF;	
	font-size: 20px;
	width: 220px;
	text-align: left;
	line-height: 2em;
	margin-left: 100px;
	margin-top: 4px;
}*/

.title {
	position: absolute;
	margin-left: 65px;
	margin-top: 12px;
}


.title > a:hover {
	color: #00ccff;
}

@font-face {
	font-family: 'AlteHaasGroteskRegular';
	src: url('altehaasgroteskregular-webfont.eot');
	src: local('☺'), url('altehaasgroteskregular-webfont.woff') format('woff'), url('altehaasgroteskregular-webfont.ttf') format('truetype'), url('altehaasgroteskregular-webfont.svg#webfontZfD9Na3z') format('svg');
	font-weight: normal;
	font-style: normal;
}

.mainIntro {
	position: absolute;
	color: #FFF;
	font-family:  Verdana, Geneva, sans-serif;
	font-size: 14px;
	width: 293px;
	margin-left: 16px;
	top: 18%;
	text-align: left;
	letter-spacing: .03em;
	text-shadow: #000 1px 1px 1px;
}

.mainIntro p {
	margin: 0;
}

.storyIntro {
	position: absolute;
	color: #FFF;
	width: 298px;
	margin-left: 14px;
	top: 18%;
	text-align: left;
	text-shadow: #000 1px 1px 1px;
}

.storyIntro > p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	letter-spacing: .03em;
	width: 290px;
}

.storyIntro a {
	color:#8fbdec;
}

.storyIntro a:hover {
	color: #00ccff;
	text-shadow: 0 0 0.4em #002fdb, 0 0 0.4em #002fdb, 0 0 0.4em #002fdb;
}

p#aboutIntro {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	letter-spacing: .03em;
	width: 290px;
}

.storyIntro > h2 {
	font-family: 'AlteHaasGroteskRegular', Arial, Helvetica, sans-serif;
	font-size: 25px;
	margin-left: 0;
}

.squishTitle {
	width: 180px;
}

.storyWrap {
	height: 38px;
	width: 317px;
	position: absolute;
	top: 77%;
}

.storyNav {
	background: #00ccff; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ccff', endColorstr='#006699'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#00ccff), to(#006699)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #00ccff, #006699); /* for firefox 3.6+ */
	border-top: 1px solid #002fdb;
	border-bottom: 1px solid #002fdb;
	padding: 5px 0 9px 0;
	width: 317px;
	height: 20px;
	word-spacing: 2em;
	text-align: center;
	position: absolute;
	margin-top: 9px;
}

#textbutton {
	word-spacing: .2em;
}

#docbutton {
	word-spacing: .2em;
}

#glow_border_top {
	display: none;
	position: absolute;
	margin-top: 0;
}

#glow_border_bot {
	display: none;
	position: absolute;
	margin-top: 43px;
}

.storyNav > a {
	color: #000;
	font-size: 20px;
}

.storyNav > a:hover {
	color: #FFF;
	text-shadow: -1px 0 #002fdb, 0 1px #002fdb, 1px 0 #002fdb, 0 -1px #002fdb;
}



/*Secondary Nav*/

.langMenu {
	background-color: #000;
	padding: 5px;
	position: absolute;
	top: 91%;
	height: 20px;
	width: 307px;
	word-spacing: 1.5em;
	text-align: center;
}


.langMenu > a {
	color: #FFF;
	font-size: 12px;
}

.langMenu > a:hover {
	color: #00ccff;
	text-shadow: 0 0 0.4em #002fdb, 0 0 0.4em #002fdb, 0 0 0.4em #002fdb;
}

.langMenuMain {
	background-color: #000;
	padding: 5px;
	position: absolute;
	top: 87%;
	height: 45px;
	width: 307px;
	word-spacing: 1.5em;
	text-align: center;
}

.langMenuMain > a {
	color: #FFF;
	font-size: 12px;
}

.langMenuMain > a:hover {
	color: #00ccff;
	text-shadow: 0 0 0.4em #002fdb, 0 0 0.4em #002fdb, 0 0 0.4em #002fdb;
}

.secondaryNav{
	position: absolute;
	display: inline;
	width: 288px;
	height: 30px;
	margin-left: 10px;
	top: 96%;
	padding: 0px 6px;
	font-size: 14px;
}

.language {
	width: 90px;
	height: 30px;
	float: left;
	color: #FFF;
	font-size: 14px;
}

.about {
	float: left;
	margin-left: 33px;
}

.howToHelp{
	color: #FFF;
	float: right;
}	

.howToHelp > a:hover{
	color: #00ccff;
	text-shadow: 0 0 0.4em #002fdb, 0 0 0.4em #002fdb, 0 0 0.4em #002fdb;
}

.about > a:hover{
	color: #00ccff;
	text-shadow: 0 0 0.4em #002fdb, 0 0 0.4em #002fdb, 0 0 0.4em #002fdb;
}



/*Documentary*/

.miniWrapper {
	position: absolute;
	margin-top: 100px;
	margin-left: 350px;
	width: 300px;
	height: 400px;
	background-color: pink;
}

.miniWrapper > h2 {
	color: #FFF;
	font-size: 20px;
}

.miniWrapper > p {
	color: #FFF;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}



/*Flash Elements*/

.imageBox {
	height: 500px;
	width: 910px;
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -250px;
	margin-left: -430px;
	z-index:4;
}

.videoFlash {
	display: none;
	float: left;
	margin-left: 40px;
	/*position: absolute;
	top: 50%;
	left: 50%;
	margin-top:-225px;
	margin-left:-410px;	*/
	width: 772px;
	height: 492px;
	z-index:2;
/*	outline:2px #FFF;
	-moz-outline-radius:2px;
	border:2px thick #FFF;
	-moz-border-radius:2px;*/
}

#docBox {
	float: left;
	margin-left: 40px;
	width: 772px;
	height: 492px;
	z-index:2;
}

#player1 {
	float:left;
	width:768px;
	height:482px;
	margin:0;
	z-index:3;
	outline-color:#111;
	outline-style:solid;
	outline-width:5px;
	text-align:center;
	-moz-outline-radius-bottomleft:4px;
	-moz-outline-radius-bottomright:4px;
	-moz-outline-radius-topleft:4px;
	-moz-outline-radius-topright:4px;
	
}

.graphic {
	display: none;
	float: left;
	margin-left: 25px;
	width: 800px;
	height: 500px;
	border: solid #111 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.photoFlash {
	display: none;
	float: left;
	width: 850px;
	height: 500px;
	/*position:absolute;
	left:50%;
	top:50%;
	margin-left:-425px;
	margin-top:-250px;*/
	z-index:6;
	background-color: #000;
}

.embedDiv {
	display: none;
	position: absolute;
	left:50%;
	top:50%;
	margin-top: -225px;
	margin-left: -250px;
	width: 500px;
	height: 310px;
	z-index:19;
	color:white;
	background:#333;
}

.embedDiv textarea {
	margin:5px 22px;
	width:450px;
	height:240px;
}

.embedDiv h3 {
	margin-top:10px;
	margin-left:22px;
}

.tile_bg {
	width: 100%;
	height: 100%;
	overflow:hidden;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	background-image: url(../images/tile_holes2.gif);
	background-repeat:repeat;
}

.pageText {
	color: #FFF;
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -250px;
	margin-left: -300px;
	width: 600px;
	height: 500px;
	z-index: 4;
	background-color: #222;
	overflow: auto;
	padding-left: 20px;
	border: solid #000 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.pageText a {
	color:#8fbdec;
}

.pageText a:hover {
	color: #00ccff;
	text-shadow: 0 0 0.4em #002fdb, 0 0 0.4em #002fdb, 0 0 0.4em #002fdb;
}

.pageText h2 {
	font-family: 'AlteHaasGroteskRegular', Arial, Helvetica, sans-serif;
	margin-left: 0;
	padding-top: 20px;
}

.pageText ul {
	list-style: none;
	padding-left: 8px;
}

.pageText li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

li.creditHeader {
	font-size: 20px;
	color: #00ccff;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

.discussDiv {
	color: #FFF;
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -250px;
	margin-left: -400px;
	width: 800px;
	height: 500px;
	z-index: 4;
	background-color: #222;
	overflow: auto;
	padding: 10px;
	border: solid #000 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.discussDiv a {
	color:#8fbdec;
}

.discussDiv a:hover {
	color: #00ccff;
	text-shadow: 0 0 0.4em #002fdb, 0 0 0.4em #002fdb, 0 0 0.4em #002fdb;
}

#discussQ {
	margin:0;
	font-size: 34px;
	font-family: 'AlteHaasGroteskRegular', Arial, Helvetica, sans-serif;
}

.dsq-dc-logo { 
	display: none !important; 
}

.dsq-options {
	display: none !important;
}
	
a.bng {
    font-size: 19px;
}
