@import url(https://fonts.googleapis.com/css?family=Open+Sans:800);

div.post {
	background: #a7a7a8 url(../img/texture.png);
	background-size: 420px;
	color: white;
	font-size: 20px;
	font-weight: 300;
	font-family: 'Signika', sans-serif;
	box-shadow:inset 0 0 150px rgba(0,0,0,0.6);
}

#post-container {
	width:800px;
	margin:0 auto;
	padding:20px 0;
}

h2 {
	padding:20px 0;
	text-align:center;
	color:white;
	clear:both;
	font-family: 'Open Sans', sans-serif;
	font-size:26px;
	font-weight:800;
	text-shadow: 2px 2px 1px #537cd2;
}
p {
	line-height:32px;
	text-align:justify;
	word-spacing:0.1em;
}

p a {
	color:#b0dbef;
	text-decoration:underline;
	font-weight:600;
}
p a:visited {
	color:#efb0e4;
}
p a:hover, p a:focus, p a:active {
	color:#efb0b0;
}

.illustration {
	box-shadow:0 0 10px rgba(0,0,0,0.4);
	display:block;
	margin:10px auto;
	border-radius:10px;
}

/*start*/
.theyellow {
	color:#fdff4e;
}

h1 {
	font-weight:600;
	font-size:55px;
	padding-top:50px;
	/*-webkit-text-stroke:0.5px #333;*/
	text-shadow: 2px 2px 2px #333;
}

#tshirt-graphic {
	width:400px; height:400px;
	float:left;
	padding:0 50px 50px 0;
}

.firstwords {
	font-weight:800;
	color:#32741e;
}

/*brick uses*/
#uses {
	font-size:25px;
	font-weight:600;
	color:#e72c1e;
	text-align:center;
	padding:25px 0;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
#brick-uses {
	width:600px; height:210px;
	margin:15px auto;
	background: transparent url(../img/brick-uses.png) left top no-repeat;
	background-size:298px;
	position:relative;
	font-weight:600;
	font-size:25px;
	text-shadow: 0px 0px 5px #666;
}
#brick-uses #eg {
	position:absolute;
	top:25px; left:120px;
	font-size:80%;
}
#brick-uses #use1 {
	position:absolute;
	top:11px; left:276px;
}
#brick-uses #use2 {
	position:absolute;
	top:84px; left:308px;
}
#brick-uses #use3 {
	position:absolute;
	top:156px; left:291px;
}

/*conditions*/
#conditions {
	width:800px; height:380px;
	padding-bottom:20px;
}
.condition {
	border-radius:10px;
	box-shadow:0 0 10px #333;
	width:380px; height:380px;
}
.condition img {
	width:380px;
	height:380px;
}
#condition-a {
	float:left;
}
#condition-b {
	float:right;
}
.condition img {
	border-radius:10px;
}
.condition-label {
	font-size:35px;
	color:#537cd2;
	font-weight:bold;
	text-shadow:0 0 2px #888;
	position:absolute;
	padding:10px;
}

/* results */
.results-graph {
	margin:0 auto;
	width:600px;
	display:block;
	padding:20px 0;
	background:center 30px no-repeat transparent;
	position:relative;
}
#results-graph-creativity {
	background-image:url(../img/results-graph-creativity.png);
	background-size:100%;
	height:240px;
}
#results-graph-number {
	background-image:url(../img/results-graph-number.png);
	background-size:100%;
	height:198px;
}
.results-graph div.axis-label, .results-graph div.value-label, .results-graph div.percentage {
	width:600px; height:30px;
	position:absolute;
	text-align:center;
	color:#888;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight:800;

}
.results-graph div.percentage {
	color:white;
	font-size:15px;
}
.results-graph div.axis-label {
	bottom:20px;
}

.results-graph div.value-label {
	width:300px;
	text-shadow:0 0 5px white;
}
.results-graph div.value-label.right {
	left:300px;
}

/* Downloads */
#downloads {
	width:400px;
	margin:0 auto; padding:5px;
	text-align:center;
}
#downloads img {
	width:200px;
	height:200px;
}
#downloads a {
	display:block;
	margin:5px auto; padding:5px;
	background:#b0dbef;
	color:white;
	text-decoration:underline;
	width:200px;
	border-radius:15px;
	border:2px solid #537cd2;
	text-align:center;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.4);
}


.h-px { height: 1px; }
.width-520 { width: 520px; }
.left-93 { left:93px; }
.bottom-40 { bottom:40px; }
.left-393 { left:393px; }
.top-15 { top:15px; }
.top-0 { top:0; }
.left-43 { left:43px; }
.left-343 { left:343px; }
.top-43 { top:43px; }
.top-46 { top:46px; }
