@import url( "base.css" );
@import url( "../fonts/ostrich-sans-fontfacekit/stylesheet.css" );
@import url( "../fonts/opensans-fontfacekit/stylesheet.css" );

html, body { width: 100%; min-height: 100%; }

div#images-container {
	text-align: center;
}

figure.freezeframe-container {
	border-radius: 4px;
	border: 1px solid #fff!important;
}
.freezeframe_done {
	border-radius: 4px;
	cursor:pointer;
	/*border: 1px solid #aaa!important;*/
}

.gameClipColumn{
	border-radius: 24px;
	width: 440px;
	padding:40px;
	background-color:#808080;
	position:float;
	margin-left:auto;
	margin-right:auto;
}
.gameClip {
	border-radius: 8px;
	background-color:#404040;
	width:400px;
	padding:20px;
	text-align:center;
	position:float;
	margin-left:auto;
	margin-right:auto;
	color:white;
	font-size:.8em;
	
}
/*
a:link { 
   color: white!important;
}
a:visited { 
   color: white;
}
a:hover { 
   color:#202020!important;
   background-color: white;
}
a:active { 
   color: white;
}
*/

html {
	height: 100%;
	background-color: #b29a8e;	
	background: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 700, from(#ffffff), color-stop(0.5, #f4f3f1), to(#e5e3e2));
	background: -moz-radial-gradient(50% 0%, farthest-side, #ffffff, #f4f3f1, #e5e3e2);
	background-attachment: fixed;
	
	
}

body {
	background: transparent;
	padding-left:0px;
	padding-bottom: 1px;
	padding-right: 0px;
	padding-top: 20px;
	overflow:hidden;
	text-align: center;
	color: #aaa;
	
	position:float;
	width:960px;
	margin-left: auto;
	margin-right: auto;
	

}
img{
	text-align:center;
	position:float;
	margin-left: auto;
	margin-right: auto;
}
img.displayed
{

margin-left: auto;
margin-right: auto;
}

a:link{
	color: #767676;
}

a:visited{
	color: #767676;
}
a:hover{
	color: #171717;
}
a:active{
	color: #FFFFFF;
}

header {
	text-align: center;
	margin: 0px 0 0px 0;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

header h1 {
	font-size:80px;
	font-family: "OstrichSansCondensedLight", sans-serif;
	color: rgba(190,190,190,1);
		margin-top: -15px;
		
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

h2 {
	font-family: "Open Sans", serif;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 19px;
	margin-top: -10px;
	margin-bottom: 4px;
	color: #aaa;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

h3 {
	float: left;
	font-family: "Open Sans", serif;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 19px;
	margin-top: -20px;
	margin-bottom: 12px;

	color: #aaa;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

bodyText
{
	
	font-family: "Open Sans", serif;
	font-weight: lighter;
	font-size: 15px;
	color: #454545;
	
}

#sectionTitle
{

	float: left;
	font-family: "Open Sans", serif;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 24px;
	margin-top: -20px;
	margin-bottom: 0px;
	color: #aaa;	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.portfolio {
	width: 690px;
	margin: 40px auto;
	list-style: none;
	padding: 0;
	position: relative;
	left: 10px;
}

.portfolio li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 5px;
	background: #fff;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.2); /* Saf3.0+, Chrome */
	   -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.2); /* FF3.5+ */
	        box-shadow: 2px 2px 3px rgba(0,0,0,0.2); /* Opera 10.5, IE 9.0 */
	position: relative;
}

.portfolio li img,
.portfolio li span.placeholder-image {
	width: 200px;
	height: 150px;
	background: #3b1702;
	margin: 0;
	padding: 0;
	display: block;
}

.portfolio-info-panel {
	background: rgba(0,0,0,0.9);
	position: absolute;
	color: #fff;
	padding: 10px;
	width: 160px;
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	   -moz-border-radius: 5px; /* FF1+ */
	        border-radius: 5px; /* Opera 10.5, IE 9 */
	text-align: center;
	left: 15px;
	bottom: 140px;
	display: none;
}

.no-js li:hover .portfolio-info-panel {
	display: block;
}

.portfolio li:nth-child(1n+4) .portfolio-info-panel {
	bottom: auto;
	top: 140px;
}

.portfolio-info-panel h2 {
	font-weight: normal;
	font-family: "OstrichSansBlack", serif;
	text-rendering: optimizeLegibility;
	font-size: 24px;
	color: rgb(255,191,59);
}

.portfolio-info-panel a {
	color: #ccc;
	text-decoration: none;
}

.portfolio-info-panel a:hover {
	text-decoration: underline;
}

div.content {
	margin: auto;
	width: 960px;
}
div.broken,
div.missing {
	margin: auto;
	position: relative;
	top: 50%;
	width: 193px;
}
div.broken a,
div.missing a {
	height: 63px;
	position: relative;
	top: -31px;
}
div.broken img,
div.missing img {
	border-width: 0px;
}
div.broken {
	display: none;
}
div#unityPlayer {
	cursor: default;
	height: 600px;
	width: 960px;
}

ol, ul {
margin-top:10px;
	list-style-type: circle;
}

li {
	margin-top:5px;
	text-align: left;	
}
#console_line_1, #console_line_2
{
	font-size:xx-small;
}

#leftText_1_1_0, #leftText_1_1_1, #leftText_1_1_2, #leftText_1_1_3, #leftText_1_2_1, #leftText_1_2_2, #leftText_1_2_3, #leftText_1_3_1, #leftText_1_3_2, #leftText_1_3_3
{
	margin-top: 5px;
	padding: 10px;
	text-align: left;
	
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;


}


#figureLabel
{
	padding: 5px;
	font-size: x-small;
}

#figureInstructions
{
	padding: 5px;
	padding-top:0px;
	float:left;
	/*text-align: left;*/
	font-size: x-small;
	color: #676767;
}

#Figure_1_1, #Figure_1_2, #Figure_1_3
{

}

.activePlayer
{
	/*background-color: #f6f6f5;*/
	background-color: #cac7c5;
}

#leftTextBlock_1_1, #leftTextBlock_1_2,#leftTextBlock_1_3
{
	width: 50%;
	float:left;
	font-family: sans-serif;
	height: auto;
	padding: 30px;

	text-align: left;
	font-size: 14px;
	margin-top:0px;
}

.highlighted
{
    background-color: #fff;
    color: #202020;
    border-color:black;
    border-width:1px;
    -webkit-transition: all .2s linear;
}

.unhighlighted
{
    background-color: red;
    color: #00ff00;
}

.highlightedBlock
{
    background-color: #cac7c5; 
    border-color: #bbbbbb;
    border-width: 10px;
    color: #202020;
    -webkit-transition: all .2s linear;
}

#rightFigureBlock1, #rightFigureBlock2, #rightFigureBlock3 
{
	overflow: auto;
	float:right;
	padding-right: 30px;
	padding-left: 30px;
	padding-top:24px;
	border-color:##fdfdfc;
	border-width:2px;
	height:auto;	
}


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

#rightColumn{
	margin-left: 20px;
	float:left;
	width: 250px;
}


#leftColumnSwapped{
	float: left;
	width: 250px;
}

#rightColumnSwapped{
	margin-left: 20px;
	width: 460px;
	float: left;
}


#rightColumn img{
	margin-bottom: 21px;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px;
}

#leftColumnSwapped img{
	margin-bottom: 21px;
	border-color: #2a7fb9;
	border-style: solid;
	border-width: 1px;
}

#body .contentBlock{
	border-color: #ddd;
	border-style: solid;
	border-bottom-width: 7px;
	margin-bottom: 80px;
	font-size: 14px;
	overflow: hidden;
	float:left;

}

#sectionBlock
{
	height: auto;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;	
	padding-bottom: 50px;
}

#container
{
	margin-left: auto;
	margin-right: auto;	
	width: 90%;
	min-width: 860px;
}

clearDiv {
	clear:both;
}


footer p {
	/*
	clear: left;
	width: 700px;
	border-top: solid 1px rgba(0,0,0,0.4);
	padding-top: 0px;
	position: relative;
	margin: 0 auto;
	top: 20px;
	text-align: center;
	color: rgba(255,255,255,0.4);
	*/
}

footer a {
	color: #fff;
}

