/* created by Stephan Koskowski */

*{
	margin:0px;
	padding:0px;
	font:14px Tahoma;
	text-align: center;
	color: rgb(220,220,220);
	text-decoration: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

body{
	background: black;
	
	/* this awesome background is from http://www.subtlepatterns.com */
	background: url('images/Background/dark_stripes_2X.png');
	background-size: 3%;
}

#contentPane,#siteHeader,#midSection,#midSection > div,#buildCreatorBody,#siteHeader > div,#siteFooter,
#siteFooter > div,#referenceWrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#contentPane,#buildCreatorBody{
	-webkit-box-flex: 1;
	flex: 1;
}

#contentPane,#siteHeader,#referenceWrapper,#siteFooter{
	-webkit-box-orient: vertical;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	flex-direction: column;
}

#midSection,#siteHeader > div,#siteFooter > div{
	-webkit-box-orient: horizontal;
	-webkit-flex-flow: row;
	-moz-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	flex-direction: row;
}

#buildCreatorBody,#siteHeader,#siteFooter,#referenceWrapper,#midSection{
    -ms-flex-pack: center;
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
#footerAnimationWrapper,#midSection > div:nth-child(1){
    -ms-flex-pack: end;
	-moz-box-pack: end;
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	-moz-justify-content: end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}
null{
    -ms-flex-pack: center;
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
#siteHeader > div:nth-child(1),#siteFooter > div:nth-child(2),#referenceWrapper{
    -ms-flex-pack: center;
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: space-around;
	justify-content: space-around;
}

#siteHeader,#midSection,#siteFooter,#midSection > div:nth-child(1),#midSection > div:nth-child(3){
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#referenceWrapper{
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
}

#midSection > div:nth-child(3){
    -ms-flex-pack: start;
	-moz-box-pack: start;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-moz-justify-content: start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}

#terydsim.inactive,#ripper.inactive{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(ffFilters.svg#grayscale); /* Firefox 4+ */
	filter: gray; /* IE 6-9 */
}
#terydsim,#ripper{
	-webkit-filter: grayscale(50%);
	-moz-filter: grayscale(50%);
	-ms-filter: grayscale(50%);
	-o-filter: grayscale(50%);
	filter: grayscale(50%);
	filter: url(ffFilters.svg#semigrayscale); /* Firefox 4+ */
	filter: gray; /* IE 6-9 */
}
null{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none;
	filter: grayscale(0%);
}

#siteHeader{
	border-bottom: 2px solid #8A6B34;
	
	height: 100px;
	min-height: 100px;
	max-height: 100px;
}
#headerContent{
	width: 980px;
	min-width: 980px;
	max-width: 980px;
	
	height: 90px;
	min-height: 90px;
	max-height: 90px;
}
#headerContent > div{
	width: 240px;
	min-width: 240px;
	max-width: 240px;
	
	height: 70px;
	min-height: 70px;
	max-height: 70px;
	
	padding-top: 10px;
}
#headerContent > div{
	margin-left: 100px;
	text-align: right;
}
#headerContent > div > a > img{
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	
	height: 60px;
	min-height: 60px;
	max-height: 60px;
}
#headerContent > div > a:nth-child(2){
	font: 16px Tahoma;
	color: gray;
}
#headerAnimationWrapper{
	position: relative;
	
	width: 980px;
	min-width: 980px;
	max-width: 980px;
	
	height: 10px;
	min-height: 10px;
	max-height: 10px;
}
#headerAnimationWrapper > div:nth-child(1){
	width: 80px;
	min-width: 80px;
	max-width: 80px;
	
	height: 10px;
	min-height: 10px;
	max-height: 10px;
	
	background: #8A6B34;
	
	border-radius: 10px 0px 0px 0px;
}
#headerAnimationWrapper > div:nth-child(2){
	position: absolute;
	
	left: 75px;
	bottom: 0px;
	
	width: 10px;
	min-width: 10px;
	max-width: 10px;
	
	height: 10px;
	min-height: 10px;
	max-height: 10px;
	
	background: #D6AB7D;
	
	border-radius: 10px 10px 10px 10px;
	
	transition: all 0.45s ease-in-out;
}
#headerAnimationWrapper > div.main:nth-child(2){
	left: 215px;
}
#headerAnimationWrapper > div.rip:nth-child(2){
	left: 545px;
}

#referenceWrapper{
	width: 100px;
	min-width: 100px;
	max-width: 100px;
	
	height: 90px;
	min-height: 90px;
	max-height: 90px;
}


#midSection{
	background: -moz-linear-gradient(top,  rgba(138,107,52,0.5) 0%, rgba(87,120,125,0) 50%, rgba(35,132,197,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(138,107,52,0.5)), color-stop(50%,rgba(87,120,125,0)), color-stop(100%,rgba(35,132,197,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(138,107,52,0.5) 0%,rgba(87,120,125,0) 50%,rgba(35,132,197,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(138,107,52,0.5) 0%,rgba(87,120,125,0) 50%,rgba(35,132,197,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(138,107,52,0.5) 0%,rgba(87,120,125,0) 50%,rgba(35,132,197,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(138,107,52,0.5) 0%,rgba(87,120,125,0) 50%,rgba(35,132,197,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808a6b34', endColorstr='#802384c5',GradientType=0 ); /* IE6-9 */

}
#midSection > div:nth-child(1),#midSection > div:nth-child(3){
	height: 667px;
	min-height: 667px;
	max-height: 667px;
}
#midSection > div:nth-child(2){
	position: relative;
	
	width: 980px;
	min-width: 980px;
	max-width: 980px;
	
	height: 667px;
	min-height: 667px;
	max-height: 667px;
	
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(7,7,7,0) 50%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(50%,rgba(7,7,7,0)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(7,7,7,0) 50%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(7,7,7,0) 50%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(7,7,7,0) 50%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(7,7,7,0) 50%,rgba(14,14,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
#midSection > div:nth-child(2) > div{
	z-index: 1;
}
#buildCreatorBody{
	width: 980px;
	min-width: 980px;
	max-width: 980px;
	
	height: 667px;
	min-height: 667px;
	max-height: 667px;
	
	border: none;
}

#siteFooter{
	border-top: 2px solid #2384C5;
}
#footerContent{
	width: 980px;
	min-width: 980px;
	max-width: 980px;
}
#footerContent > * > *{
	color: gray;
}
#footerContent > p{
	font: 12px Tahoma;
}
#footerAnimationWrapper{
	position: relative;
	
	width: 980px;
	min-width: 980px;
	max-width: 980px;
	
	height: 10px;
	min-height: 10px;
	max-height: 10px;
}
#footerAnimationWrapper > div:nth-child(2){
	width: 80px;
	min-width: 80px;
	max-width: 80px;
	
	height: 10px;
	min-height: 10px;
	max-height: 10px;
	
	background: #2384C5;
	
	border-radius: 0px 0px 10px 0px;
}
#footerAnimationWrapper > div:nth-child(1){
	position: absolute;
	
	right: 75px;
	top: 0px;
	
	width: 10px;
	min-width: 10px;
	max-width: 10px;
	
	height: 10px;
	min-height: 10px;
	max-height: 10px;
	
	background: #7DC4D6;
	
	border-radius: 10px 10px 10px 10px;
	
	transition: all 0.45s ease-in-out;
}

#bg{
	position: absolute;
	top: 0px;
	left: 0px;
	
	opacity: 0.5;
	
	width: 100%;
	height: 100%;
	
}


.advertiserWrapperTall{
	width: 120px;
	min-width: 120px;
	max-width: 120px;
	
	height: 600px;
	min-height: 600px;
	max-height: 600px;
	
	border: 1px solid black;
	
	margin: 10px;
}
#midSection > div:nth-child(1) > .advertiserWrapperTall{
	border:none;
}
.advertiserWrapperLeaderboard{
	width: 728px;
	min-width: 728px;
	max-width: 728px;
	
	height: 90px;
	min-height: 90px;
	max-height: 90px;
	
	border: 1px solid black;
	
	margin: 10px;
}