@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:extralight);
@import url(http://fonts.googleapis.com/css?family=Dosis:700);
@import url('simplemodal.css');
@import url('reset.css');

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
.ie6 .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


html, #header, #footer {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
}

html {
	height: 100%;
	position: relative;
	background: url(../../images/lightmesh.png);
	color: #aaa;
}

body {font-family: 'Yanone Kaffeesatz', arial, serif;}
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {font-weight: 200;}

#header {
	height: 80px;
	width: 100%;
}

#torso { }

#footer {width: 100%;}

#container-main {
	min-width: 500px;
	margin: 0 90px;
}

#utility {
	position: absolute;
	right: 20px;
	bottom: 30px;
}

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

a:hover {
	color: #fff;
}


h1 {
	font-size: 45px;
	color: #ccc;
	text-shadow: 1px 1px 0px #fff;
	margin-bottom: 35px;
}

h2 {
	font-size: 40px;
	line-height: 44px;
	margin-bottom: 15px;
}

p {
	font-size: 40px;
	line-height: 44px;
	margin-bottom: 15px;
}

p.light {}

ul.social {
	margin-top: 15px;
	color: #ccc;
	font-size: 40px;
	line-height: 44px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

ul.social li {
	float: left;
	padding-right: 10px;
}

.social a {
	color: #666;
	-moz-transition: color .25s linear, opacity 1s ease;
	-webkit-transition: color .25s linear, opacity 1s ease;
	padding-right: 10px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

.social a:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
}

.social a:active {
	text-shadow: 0px 1px 0px #fff;
}

#utility ul {
	font-size: 40px;
}

#utility li {
	font-size: 24px;
	float: left;
	margin-left: 10px;
}

#utility a {
	background: #666;
	opacity: 0.2;
	-moz-transition: opacity .25s linear;
	-webkit-transition: opacity .25s linear;
}

#utility a:hover {
	opacity: 1.0;
	color: #fff;
}

a.what {
	padding: 10px 20px;
	border-radius: 32px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px; 
}

a.colophon {
	padding: 10px 18px;
	border-radius: 32px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px; 
}

a.contact {
	padding: 10px 15px;
	border-radius: 32px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
}

a.st:hover {
	opacity: 1.0;
	color: #F2613D;
}

a.d:hover {
	color: #000;
}

a.g:hover {
	color: #D9342B;
}

a.t:hover {
	color: #2484B4;
}

a.fb:hover {
	color: #2D4485;
}

a.f:hover {
	color: #FA0071;
}

a.ff:hover {
	color: #396DBF;
}

a.l:hover {
	color: #D10008;
}

a.db:hover {
	color: #ea4c89;
}

a.tr:hover {
	color: #0F203A;
}

a.p:hover {
	color: #191313;
}

a.s:hover {
	color: #FB1807;
}

.modal {
	display:none;
}

.modal-colophon {
	height: 580px;
}

.modal-what {
	height: 460px;
}

.modal h2 {
	margin-top: 0;
	margin-bottom: 25px;
	color: #777;
}

.modal h2 span {
	color: #ddd;
	margin-left: 15px;
}

.modal h3 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 15px;
}

.modal p {
	letter-spacing: 1px;
	color: #333;
	font-size: 18px;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.modal a {
	color: #333;
	opacity: 0.5;
	-moz-transition: opacity .25s linear;
	-webkit-transition: opacity .25s linear;
	padding-bottom: 1px;
	border-bottom: 1px dotted #666;
}

.modal a:hover {
	opacity: 1.0;
}

p.simplemodal-close {
	position: absolute;
	top: 0px;
	right: 13px;
}

p.simplemodal-close a {
	background: #666;
	color: #fff;
	opacity: 0.3;
	-moz-transition: opacity .25s linear;
	-webkit-transition: opacity .25s linear;
	padding: 5px 11px;
	border-radius: 32px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	font-size: 17px;
}

p.simplemodal-close a:hover {
	opacity: 1.0;
	color: #fff;
}

form dl {
	margin-top: 10px;
}

form dd {
	margin-bottom: 10px;
}

form label {
	color: #666;
}

form input,
form textarea {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size: 20px;
	padding: 3px 5px;
	font-weight: 200;
}

form input.full,
form textarea.full {
	width: 98.5%;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

form input.button-submit {
	color: #fff;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size: 20px;
	padding: 10px 18px;
	border-width: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #666;
	opacity: 0.6;
	-moz-transition: opacity .25s linear;
	-webkit-transition: opacity .25s linear;
	cursor: pointer;
	float: left;
}

form input.button-submit:hover {
	opacity: 1.0;
	color: #fff;
}

.modal p.error {
	margin-left: 20px;
	line-height: 14px;
	float: left;
	color: red;
}

.modal p.success {
	margin-left: 20px;
	line-height: 14px;
	float: left;
	color: green;
}

img#loading {
	margin-left: 20px;
	margin-top: 11px;
	float: left;
}

.description {
	padding: 0;
	margin: 0;
	position: absolute;
	top: -10px;
	left: -100px;
}

.description p {
	opacity: 0.8;
	margin: 0;
	padding: 0;
	font-size: 25px;
	display: none;
}