body {
	background: #fff;
	font-family: 'Quicksand', sans-serif;
	color: #545454;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	padding: 25px 0 25px 0;
}

a.logolink {
	width: 220px;
	height: 110px;
	display: block;
	position: absolute;
	margin: 45px 0 0 0;
}

header {
	background: url(/public/img/mlh-designs-header.gif) no-repeat;
	width: 960px;
	height: 177px;
	text-indent: -9999px;
}

ul#nav {
	overflow: hidden;
	padding-right: 80px;
	margin: -30px 0 25px 0;
	float: right;
}

ul#nav li {
	float: left;
	padding: 10px;
	font-size: 1em;
	text-transform: uppercase;
}

ul#nav li a {
	color: #6d6796;
	text-decoration: none;
}

ul#nav li a:hover {
	color: #545454;
}


#slides {
	width: 960px;
	margin: 0 auto;
}

#slides img {
	border: 2px solid #6D6796;
	padding: 9px;
	background: #fff;
}

.slides_container {
	width: 960px;
	height: 523px;
}

.slides_container div {
	width: 960px;
	height: 523px;
	display: block;
}

#content {
	padding: 25px 0 25px 0;
	width: 960px;
	overflow: hidden;
}

footer {
	width: 960px;
	padding: 10px 0 50px 0;
}

ul#footernav {
	float: right;
	clear: both;
}

ul#footernav li {
	float: left;
}

ul#footernav li.text {
	padding: 10px;
}

ul#footernav li.social a {
	width: 32px;
	height: 32px;
	display: block;
}


ul#footernav li.facebook {
	background: url(/public/img/facebook.gif) no-repeat;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
}

ul#footernav li.twitter {
	background: url(/public/img/twitter.gif) no-repeat;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	margin: 0 0 0 10px;
}

ul#footernav li.houzz {
	background: url(/public/img/houzz.gif) no-repeat;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	margin: 0 10px 0 10px;
}

ul#footernav li.googleplus {
	background: url(/public/img/google-plus.gif) no-repeat;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	margin: 0 10px 0 0;
}

ul#footernav li.blogger {
	background: url(/public/img/blogger.gif) no-repeat;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
}

/* TYPOGRAPHY */

h1 {
	color: #6d6796;
	font-size: 2em;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

h2 {
	font-size: 1.5em;
	margin: 20px 0 20px 0;
}

h3 {
	font-size: 1.2em;
	margin: 20px 0 10px 0;
	text-transform: uppercase;
}

p {
	font-size: 1em;
	line-height: 145%;
	margin: 10px 0 10px 0;
}

#content ul li {
    margin: 10px 0 10px 0;
}

em {
	font-style: italic;
}

.source {
	font-weight: 700;
	display: block;
	text-align: right;
}

strong {
	font-weight: 700;
}

a {
	color: #6d6796;
	text-decoration: none;
}

a:hover {
	color: #545454;
	text-decoration: underline;
}

/* Portfolio */

ul.portfolio {
	margin: 15px 0 15px -8px;
	width: 960px;
	overflow: hidden;
}

ul.portfolio li {
	float: left;
	text-align: center;
	width: 320px;
}

ul.portfolio li:first-child {
	margin: 0 0 0 0;
}

ul.portfolio li:last-child {
	margin: 0 0 0 0;
}

ul.portfolio li img {
	width: 280px;
}

ul#thumbnails {
	clear: both;
	display: block;
	overflow: hidden;
}

ul#thumbnails li {
	float: left;
	margin: 0 10px 10px 0;
}

ul#thumbnails li img {
	padding: 4px;
	width: 100px;
	height: 100px;
	border: 2px solid #6D6796;
	padding: 8px;
}

/* FORM */

table.contactform tr td {
	padding: 5px;
}

input, textarea {
	background: #fff;
	border: 1px solid #545454;
	padding: 4px;
}

.button {
	background: url(/public/img/submit.gif) no-repeat;
	width: 81px;
	height: 30px;
	border: 0;
	text-indent: -9999px;
}

.required {
	color: #cc0000;
	font-weight: 400;
}

/* MISC */

#content img {
	border: 2px solid #6D6796;
	padding: 9px;
}

#share .pinterest {
	float: left;
	margin: 0 10px 0 0;
}

#share .fb-like {
	float: left;
}

.meridith {
	float: right;
	margin: 0 0 25px 25px;
}