@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background:#A30504;
	background-image:url(../images/patterns/Background.png);
	color: #000;
	
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	list-style-type: none;
	vertical-align: middle;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	margin-bottom: 0px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 820px; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 8.2em;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4em;
	padding-left: 4em;
	margin-bottom: 0px;
}

.projects-content {
	width: 820px;
	position: relative;
	border: 5px solid #ABAAAD;
	border-bottom-left-radius: 37px;
	border-bottom-right-radius: 37px;
	background-image:url(../images/patterns/dots2.png);
	height: 790px;
	box-shadow: 0px 0px 30px #000;
	margin: 0 auto;
	background-color: #FFF;
}
.index-content {
	width: 820px;
	margin: 0 auto;
	position: relative;
	border: 5px solid #ABAAAD;
	border-bottom-left-radius: 37px;
	border-bottom-right-radius: 37px;
	background-image:url(../images/patterns/dots2.png);
	height: 778px;
	box-shadow: 0px 0px 30px #000;
	background-color: #FFF;
}
.news-content {
	height: 690px;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* Header */
#Header {
	position:absolute;
	width:800px;
	height:140px;
	z-index:2;
	left: 115px;
	top: -87px;
}
#projects-header {
	height: 140px;
	width: 347px;
	clear: none;
	float: left;
	
}


#community-header {
	height: 140px;
	width: 219px;
	clear: none;
	float: left;
	
}


#company-header {
	height: 140px;
	width: 230px;
	clear: none;
	float: left;
	
}

#logo {
	position:absolute;
	width:251;
	height:325;
	z-index:10;
	left: 0px;
	top: -121px;
	color: #FFF;
	font-size: 36px;
}
/* projects */
#projects-left-column {
	height: 244px;
	width: 344px;
	margin-top: 4em;
	margin-left: 3.4em;
	clear: none;
	float: left;
	margin-right: 0.5em;
	text-align: center;
}
#projects-right-column {
	height: 244px;
	width: 342px;
	margin-top: 4em;
	margin-right: 3.4em;
	clear: none;
	float: right;
	margin-left: 0.5em;
	text-align: center;
}
#projects-left-column img {
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;


}
#projects-right-column img {
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;

}
#projects-columns {
	height: 330px;
	width: 820px;
	background-image: url(../images/text%20and%20logos/Other%20Goodies.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: 1px 20px;
}
#projects-top-column {
	text-align: center;
	height: 348px;
	width: 705px;
	margin-top: 5em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	padding: 2px;
}
#projects-top-column img {
	padding-top: 1px;

}

/* Home */

#index-left-column {
	height: 200px;
	width: 360px;
	margin-top: 4em;
	margin-left: 3.2em;
	clear: none;
	float: left;
	margin-right: 0.5em;
	text-align: left;
}
#index-right-column {
	height: 280px;
	width: 335px;
	margin-top: 5em;
	margin-right: 4em;
	float: right;
	margin-left: 0.5em;
	text-align: left;
	font-size: 14px;
	font-family: "Droid Sans";
	font-weight: normal;
	line-height: 1.5em;
}
#index-right-column a {
	color:#333;
}
#index-right-column a:visited {
	color:#333;
}
#index-right-column a:hover {
	color:#AD1E27;
	text-decoration:underline;
}
#index-left-column img {
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;


}
#index-right-column img {
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;

}#index-top-column {
	text-align: center;
	height: 340px;
	width: 713px;
	margin-top: 6em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	padding: 2px;
}
#index-top-column img {
	margin-top: -13px;
	width:715px;
}
#index-columns {
	height: 350px;
	width: 820px;
	background-image:url(../images/text%20and%20logos/Breaking%20News.png);
	background-repeat: no-repeat;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: 1px 20px;
	color: #666;
}
/* community*/
#community-top-column {
	text-align: center;
	height: 550px;
	width: 715px;
	margin-top: 4em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	padding: 2px;
}
.community-content {
	width: 820px;
	margin: 0 auto;
	position: relative;
	border: 5px solid #ABAAAD;
	border-bottom-left-radius: 37px;
	border-bottom-right-radius: 37px;
	background-image:url(../images/patterns/dots2.png);
	height: 650px;
	box-shadow: 0px 0px 30px #000;
	background-color: #FFF;
}
/* company */

#company-left-column {
	height: 220px;
	width: 450px;
	margin-top: 6em;
	margin-left: 5em;
	clear: none;
	float: left;
	margin-right: 0.5em;
	text-align: left;
	font-size: 11px;
	font-family: "Droid Sans";
	font-weight: normal;
	color: #666666;
	line-height: 2em;
}
#company-right-column {
	height: 175px;
	width: 250px;
	margin-top: 2em;
	margin-right: 1em;
	float: right;
	margin-left: 0.5em;
	text-align: left;
	font-size: 12px;
	background-image: url(../images/text%20and%20logos/The%20Crew.png);
	background-repeat: no-repeat;
}
#company-columns {
	height: 300px;
	width: 820px;
	background-image:url(../images/text%20and%20logos/Greetings.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: 50px 10px;
}
#company-top-column {
	height: 365px;
	width: 710px;
	margin-top: 6em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	padding: 2px;
	text-align: center;
}

#defective-client {
	clear: none;
	float: right;
	height: 78px;
	width: 250px;
	margin-right: 12px;
}
#crew-contact {
	height: 175px;
	width: 250px;
	margin-top: 2.2em;
	line-height: 1.75em;
	color: #666;
	font-family: "Droid Sans";
}


/* Hire Us */

#HireEnvelope {
	position:absolute;
	width:36px;
	height:24px;
	z-index:1;
	left: 176px;
	top: 196px;
}

.blurb p {
	font-weight: normal;
}

#hire-top-column {
	height: 140px;
	width: 720px;
	margin-top: 4em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	padding: 2px;
	text-align: left;
	font-family: "Droid Sans";
	font-size: 24px;
	color: #666;
	line-height: 1.3em;
}
#hire-bottom-column {
	height: 420px;
	width: 820px;
	background-image:url(../images/text%20and%20logos/Satisfied%20Customers.png);
	background-repeat: no-repeat;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: 0px 0px;
}
#satisfied-customer ul li {
	display: inline;
}

h3 {
	font-size: 10px;
	padding-top: 1em;
}
#satisfied-customer {
	position:absolute;
	width:744px;
	height:186px;
	z-index:1;
	left: 45px;
	top: 294px;
}
#blurb1 {
	font-size: 10px;
	font-family: "Droid Sans";
	position:absolute;
	width:175px;
	height:170px;
	z-index:2;
	left: 44px;
	top: 492px;
	color: #666;
	font-weight: bold;
}
#blurb2 {
	font-size: 10px;
	font-family: "Droid Sans";
	position:absolute;
	width:175px;
	height:170px;
	z-index:1;
	left: 233px;
	top: 492px;
	color: #666;
	font-weight: bold;
}
#blurb3 {
	font-size: 10px;
	font-family: "Droid Sans";
	position:absolute;
	width:175px;
	height:170px;
	z-index:1;
	left: 424px;
	top: 493px;
	color: #666;
	font-weight: bold;
}
#blurb4 {
	font-size: 10px;
	font-family: "Droid Sans";
	position:absolute;
	width:175px;
	height:170px;
	z-index:1;
	left: 609px;
	top: 492px;
	color: #666;
	font-weight: bold;
}
#horray {
	position:absolute;
	width:150px;
	height:130px;
	z-index:1;
	left: 326px;
	top: 654px;
}

/* Tedbrush */

#tedbrush-top-column {
	text-align: center;
	height: 100px;
	width: 320px;
	margin-top: 400px;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	padding: 2px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	font-family: "FG Book";
}
#tedbrush-content {
	width: 820px;
	margin: 0 auto;
	position: relative;
	border: 5px solid #ABAAAD;
	border-bottom-left-radius: 37px;
	border-bottom-right-radius: 37px;
	background-repeat:no-repeat;
	background-image:url(../images/pictures/tedbrush%20page%20main%20image.png), -moz-linear-gradient(top, #28113f 51%, #131321 100%);
	background-image:url(../images/pictures/tedbrush%20page%20main%20image.png), -webkit-linear-gradient(top, #28113f 51%,#131321 100%);
	background-image:url(../images/pictures/tedbrush%20page%20main%20image.png), -ms-linear-gradient(top, #28113f 51%,#131321 100%);
	/*height: 1520px;*/
	box-shadow: 0px 0px 30px #000;
}
#tedbrush-middle-column {
	height: 131px;
	width: 548px;
	margin: 0 auto;
}
#tedbrush-content-viewer {
	height: 500px;
	width: 700px;
	margin: 0 auto;
}
#tedbrush-content-viewer-container {
	height: 500px;
	width: 700px;
	margin: 0 auto;
}
#tedbrush-menu {
	height: 40px;
	width: 300px;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#villian {
	position:absolute;
	width:257px;
	height:183px;
	z-index:1;
	left: 30px;
	top: 1338px;
}
#cop {
	position:absolute;
	width:180px;
	height:242px;
	z-index:1;
	left: 605px;
	top: 1280px;
}
#socialtop ul li {
	display: inline;
}
#socialtop {
	position:absolute;
	width:66px;
	height:46px;
	z-index:1;
	left: 730px;
	top: 26px;
}
#socialmenu {
	position:absolute;
	width:89px;
	height:150px;
	z-index:10;
	left: 708px;
	top: 58px;
	background-image: url(../images/pictures/Social%20Nav%20Box.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 8px;
	display: none;
}

#download-checkbox {
	font-size: 13px;
	color: #FFF;
	font-family: "FG Medium";
	text-align: center;
	height: 30px;
	width: 400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-weight: bold;
}
#Gimme {
	width: 250px;
	text-align: center;
	margin-top: .5em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#tedbrush-video {
	height: 39px;
	width: 89px;
	clear: none;
	float: left;
	background-image: url(../images/buttons/Ted%20Video.png);
	background-repeat: no-repeat;
	background-position: 2px center;
}
#tedbrush-video:hover {
	background-image:url(../images/buttons/Ted%20Video%20Hover.png);
	
}
#tedbrush-video:active {
	background-image:url(../images/buttons/Ted%20Video%20Click.png);
	
}

#tedbrush-screenshots {
	height: 39px;
	width: 122px;
	float: left;
	clear: none;
	background-image: url(../images/buttons/Ted%20Screenshots.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#tedbrush-screenshots:hover {
	background-image:url(../images/buttons/Ted%20Screenshots%20Hover.png);
	
}
#tedbrush-screenshots:active {
	background-image:url(../images/buttons/Ted%20Screenshots%20Click.png);
	
}

#tedbrush-info {
	height: 39px;
	width: 89px;
	clear: none;
	float: left;
	background-image: url(../images/buttons/Ted%20Info.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#tedbrush-info:hover {
	background-image:url(../images/buttons/Ted%20Info%20Hover.png);

}
#tedbrush-info:active {
	background-image:url(../images/buttons/Ted%20Info%20Click.png);
	background-repeat: no-repeat;

}

#tedbrush-concepts {
	height: 39px;
	width: 128px;
	clear: none;
	float: left;
	background-image: url(../images/buttons/Ted-Concepts.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#tedbrush-concepts:hover {
	background-image:url(../images/buttons/Ted-Concepts-Hover.png);

}
#tedbrush-concepts:active {
	background-image:url(../images/buttons/Ted-Concepts-Click.png);
	background-repeat: no-repeat;

}

#TedInfo, #BetaSignup, #TedVideo {
	position:absolute;
	width:700px;
	height:500px;
	z-index:1;
	left: 65px;
	top: 711px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 2px solid #A7CE42;
	text-align: center;
	color: #FFF;
	font-family: "Droid Sans";
	font-size: 12px;
	font-weight: bold;
	display: none;
}
#BetaSignup form {
    margin-top: 15em;
    text-align: center;
}

p#description, div#description p {
	color: white;
	font-family: "FG Book";
	font-size: 12pt;
	
	width: 650px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
	margin-top: 1em;
}
/*TODO: Can these two rules be compacted to one?*/
div#description p {
	text-align: justify;
}

/* Platformer */

#PlatformInfo p, #PL-BetaSignup {
	padding-top: 7em;
	padding-right: 2em;
	padding-left: 2em;
}
#PlatformInfo, #PL-BetaSignup {
	position:absolute;
	width:700px;
	height:400px;
	z-index:5;
	left: 64px;
	top: 201px;
	background-color: #333;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	display: none;
}
#ImageViewer {
	position:absolute;
	width:670px;
	height:500px;
	z-index:5;
	left: 67px;
	top: 176px;
	background-color: #232323;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#ImageViewer2 {
	position:absolute;
	width:670px;
	height:500px;
	z-index:4;
	left: 67px;
	top: 176px;
	background-color: #232323;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	display: none;
}
.platformer-content {
	width: 820px;
	position: relative;
	border: 5px solid #ABAAAD;
	border-bottom-left-radius: 35px;
	border-bottom-right-radius: 35px;
	background-image:url(../images/patterns/Platformer%20Grid.png), -moz-linear-gradient(-45deg, #272329 38%, #4eaadb 79%);
	background-image:url(../images/patterns/Platformer%20Grid.png), -webkit-gradient(linear, left top, right bottom, color-stop(38%,#272329), color-stop(79%,#4eaadb));
	box-shadow: 0px 0px 30px #000;
	background-color: #555;
	height: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#platformer-top-column {
	height: 200px;
	width: 600px;
	margin-top: 5em;
	margin-right: auto;
	margin-bottom: 340px;
	margin-left: auto;
}
#platformer-bottom-column {
	height: 179px;
	width: 820px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	
}
#LargeIsland {
	position:absolute;
	width:326px;
	height:327px;
	z-index:1;
	left: 47px;
	top: 235px;
}
#SmallIsland {
	position:absolute;
	width:198px;
	height:95px;
	z-index:2;
	left: 515px;
	top: 347px;
}
#screenshots {
	position:absolute;
	width:251px;
	height:48px;
	z-index:1;
	left: 26px;
	top: 716px;
	background-image: url(../images/buttons/Screenshots%20Regular.png);
}
#screenshots:hover {
	background-image:url(../images/buttons/Screenshots%20Rollover.png);

}
#screenshots:active {
	background-image:url(../images/buttons/Screenshots%20Select.png);

}

#video {
	position:absolute;
	width:251px;
	height:48px;
	z-index:1;
	left: 260px;
	top: 716px;
	background-image: url(../images/buttons/Video%20Regular.png);
}
/*#video:hover {
    background-image:url(../images/buttons/Video%20Rollover.png);

}
#video:active {
    background-image:url(../images/buttons/Video%20Select.png);

}*/

#downloadBeta {
	position:absolute;
	width:251px;
	height:48px;
	z-index:1;
	left: 494px;
	top: 716px;
	background-image: url(../images/buttons/Download%20Beta%20Regular.png);
}
#downloadBeta:hover {
	background-image:url(../images/buttons/Download%20Beta%20Rollover.png);

}
#downloadBeta:active {
	background-image:url(../images/buttons/Download%20Beta%20Active.png);

}

#info {
	position:absolute;
	width:86px;
	height:48px;
	z-index:1;
	left: 728px;
	top: 716px;
	background-image: url(../images/buttons/Info%20Regular.png);
}
#info:hover {
	background-image:url(../images/buttons/Info%20Rollover.png);

}
#info:active {
	background-image:url(../images/buttons/Info%20Select.png);

}

/* Fonts */

@font-face {
    font-family: "Aachen Bold";
    src:url(../fonts/AachenStd-Bold_0.otf);
	src:url(../fonts/aachenstd-bold_0-webfont.svg);
	src: url(../fonts/aachenstd-bold_0-webfont.woff);
	src:url(../fonts/aachenstd-bold_0-webfont.eot);
}
@font-face {
    font-family: "Droid Sans";
    src:url(../fonts/droidsans-webfont.woff);
	src:url(../fonts/DroidSans.ttf);
	src:url(../fonts/droidsans-webfont.svg);
	src:url(../fonts/droidsans-webfont.eot);
	
}
@font-face {
    font-family: "Droid Sans Bold";
    src:url(../fonts/droidsans-bold-webfont.woff);
	src:url(../fonts/DroidSans-Bold.ttf);
	src:url(../fonts/droidsans-bold-webfont.svg);
	src:url(../fonts/droidsans-bold-webfont.eot);
}
@font-face {
    font-family: "Hooge";
    src:url(../fonts/hooge0665.otf);
	src:url(../fonts/Hooge0665.ttf);
	src:url(../fonts/hooge0665-webfont.svg);
	
}
@font-face {
    font-family: "Rockwell";
    src:url(../fonts/rock.otf);
	src: url(../fonts/ROCK.TTF);
	src:url(../fonts/rock-webfont.svg);
	
}
@font-face {
    font-family: "Rockwell Bold";
    src:url(../fonts/rockb.otf);
	src:url(../fonts/ROCKB.TTF);
	src:url(../fonts/rockb-webfont.svg);
	
}
@font-face {
    font-family: "Rockwell Extra Bold";
    src:url(../fonts/rockeb.otf);
	src:url(../fonts/ROCKEB.TTF);
	src: url(../fonts/rockeb-webfont.svg);
	
}
@font-face {
    font-family: "FG Book";
   	src:url(../fonts/frabk.otf);
    src:url(../fonts/FRABK.TTF);
	src:url(../fonts/frabk-webfont.svg);
	
}
@font-face {
    font-family: "FG Heavy";
   	src:url(../fonts/frahv.otf);
   	src:url(../fonts/FRAHV.TTF);
	src:url(../fonts/frahv-webfont.svg);
	
}
@font-face {
    font-family: "FG Medium";
    src:url(../fonts/framd.otf);
	src:url(../fonts/framd.ttf);
	src:url(../fonts/framd-webfont.svg);
	
}
#TedInfo p {
	padding-top: 15em;
	padding-right: 5em;
	padding-left: 5em;
}




