@charset "UTF-8";
/* CSS Document */
/* Built for Dave Mason - Kitchen and Bathroom Installer */
/* Code and Design by Matt Alderson, aka supermingo, http://supermingo.com, http://twitter.com/super_mingo */
/* For support contact matt@supermingo.com */

/* Font Loading In - Google Webfonts */
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
@import url(http://fonts.googleapis.com/css?family=Cantarell);

/* Reset */
* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	-webkit-font-smoothing: antialiased;
}

/* Clear Class */
.clear {
	clear: both;
}

/* Default */
body {
	margin: 0px auto;
	background-color: #84292b;
	font-size: 10px;
	line-height: 10px;
}

#wrapper {
	width: 380px;
	height: 100%;
	margin: 50px auto;
	padding: 0px 10px 0px 10px;
	text-align: center;
}

#brand {
	margin: 0px 0px 20px 0px;
}

h1#tag {
	font-family: 'Droid Serif', serif;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.8em;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	text-shadow: 1px 1px 0px #992f31;
	color: #611d20;
}

p.follow {
	font-family: 'Cantarell', sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.8em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-shadow: 1px 1px 0px #992f31;
	color: #571a1d;
}

a.kudos:link, a.kudos:visited, a.kudos:active {
	font-family: 'Cantarell', sans-serif;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-shadow: 1px 1px 0px #992f31;
	color: #571a1d;
}

a.kudos:hover {
	font-family: 'Cantarell', sans-serif;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-shadow: 1px 1px 0px #992f31;
	color: #242424;
}




/* Fun */
body.plain {
	background-color: #fff;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

#brand-strip {
	height: 80px;
	background-color: #84292b;
	padding: 10px 30px 10px 30px;
	margin: 0px 0px 0px 0px;
}

#construction {
	margin: 20px auto;
	background-color: #ff0000;
	width: 96%;
	height: 100%;
}

#construction img {
	margin: 5px 5px 5px 5px;
}

a.home:link, a.home:visited, a.home:active, a.home:hover {
	float: left;
	text-decoration: none;
}

div.right {
	float: right;
	width: 500px;
}

h1#motto {
	font-family: 'Droid Serif', serif;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.6em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-shadow: 1px 1px 0px #992f31;
	color: #611d20;
	text-align: right;
}

p.social {
	font-family: 'Cantarell', sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-shadow: 1px 1px 0px #992f31;
	color: #571a1d;
	text-align: right;
}