@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:extralight);
@import url(http://fonts.googleapis.com/css?family=Inconsolata);

@import url('simplemodal.css');
@import url('reset.css');

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

html {
	background-color: #A3BAB7;
   	background-image: -moz-linear-gradient(-90deg,#A3BAB7,red);
	background-image: -webkit-gradient(linear, 0% 100%, 100% 50%, from(#A3BAB7), to(#AEC7C5));	
	height: 100%;
	position: relative;
}

body {
	font-family: 'Yanone Kaffeesatz', arial, serif;
    height: 100%;
}

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

#torso {
	
}

#footer {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
}

#container-main {
	width: 600px;
	margin: 0 auto;
}

#utility {
	position: relative;
	float: right;
	margin: 15px;
}

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

a:hover {
	color: #666;
}


h1 {
	font-weight: lighter;
	font-size: 45px;
	color: #8A9B98;
	text-shadow: 1px 1px 0px #C3DEDC;
	margin-bottom: 35px;
}

h2 {
	font-weight: lighter;
	font-size: 40px;
	line-height: 44px;
	color: #fff;
	margin-bottom: 15px;
}

p {
	font-weight: lighter;
	font-size: 40px;
	line-height: 44px;
	color: #fff;
	margin-bottom: 15px;
}

ul.social {
	font-weight: lighter;
	font-size: 40px;
	line-height: 44px;
	color: #fff;
}

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

.social a {
	-moz-transition: color .25s linear;
	-webkit-transition: color .25s linear;
}

#utility ul {
	font-weight: lighter;
	font-size: 40px;
	line-height: 44px;
	color: #fff;
}

#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.d:hover {
	color: #000;
}

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

a.t:hover {
	color: #30C0FE;
}

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;
}

.modal {
	display:none;
}

.modal-colophon {
	height: 580px;
}

.modal-what {
	height: 460px;
}

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

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

.modal h3 {
	font-weight: normal;
	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: -6px;
	right: 6px;
}

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

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;
}

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 {
	position: absolute;
	top: 0px;
	left: -100px;
}

.description p {
	opacity: 0.8;
	margin: 0;
	font-weight: lighter;
	font-size: 25px;
	color: #8A9B98;
	display: none;
}
