html, body {
	margin: 0;
	padding: 0;
	background-color: #eee;
	color: #999;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	font-weight: 400;
}

#wrapper {
	margin: 40px;
	font-family: 'Bitter', serif;
}

#about {
	float: left;
	width: 700px;
	font-size: 2.1em;
}

header {
	max-width: 1000px;
}

header .biggest, #about .biggest {
	color: #888;
	font-size: 2.1em;
	line-height: 120%;
	text-shadow: 1px 1px 1px #777;
}

#about .biggest {
	font-size: 1em;
}

#about .medium {
	color: #888;
	font-size: 0.65em;
}

ul#services li {
	color: #888;
	font-size: 0.65em;
}

ul#services {
	margin-top: 0;
	padding-top: 0;
	-webkit-margin-before: -0.4em;
}

#about p:first-child {
	margin-top: 5px;
}

#about .small {
	font-size: 0.55em;
}

#about .smallest {
	font-size: 0.5em;
}

header strong, #about strong {
	color: #C93935;
	font-weight: 800;
	text-transform: uppercase;
}

.sidenote {
	font-size: 0.6em;
	color: #888;
}

footer {
	color: #539FCF;
	font-size: 0.8em;
	font-style: italic;
	clear: both;
}

a, a:link, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

aside {
	float: left;
	width: 290px;
	padding-left: 15px;
	margin-left: 5px;
	border-left: 1px solid #ccc;
	padding-bottom: 10px;
	color: #888;
}

aside h2 {
	font-size: 1em;
	color: #C93935;
	margin-bottom: 5px;
}

aside label {
	display: inline-block;
	width: 100px;
	font-size: 90%;
}

aside input[type="text"], aside input[type="email"] {
	width: 180px;
}

aside input[type="submit"] {
	float: right;
}

aside input[type="submit"]:after {
	clear: right;
}

aside .small {
	font-size: 0.8em;
	margin-top: 3px;
}

.boxed {
	background-color: #ddd;
	padding: 5px 10px 7px 10px;
	color: #C93935;
	margin-top: 15px;
	font-size: 0.8em;
}

.roomy-list-item {
	margin-bottom: 15px;
}


.roomy-list-item ul li {
	margin-top: 5px;
}

.callout {
	padding: 10px 15px;
	background-color: #fff;
	color: #333;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radious: 10px;
}

.callout a {
	text-decoration: underline;
	color: #C93935;
}