/* CSS Document */

/* Reset */

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0px; padding: 0px; border: 0px;
	}
	
a:focus {
	outline: none;
	}

/* Structure */

body {
	font-family: Arial, Helvetica, sans-serif;
	}

a {
	color: #a45a75;
	}

#container {
	padding-top: 14px;
	margin: 0 auto;
	width: 800px;
	}

#header {
	margin: 0 auto;
	width: 783px;
	}

#content {
	padding: 20px 0;
	clear: both;
	overflow: auto;
	width: 800px;
	}

#content_main {
	float: left;
	width: 400px;
	padding-left: 20px;
	}

.menu {
	width: 161px;
	float: left;
	padding: 15px 0 0 100px;
	}

.logo {
	width: 261px;
	float: left;
	}

#links {
	float: right;
	width: 280px;
	padding-right: 30px;
	}

#badges {
	width: 265px;
	height: 100px;
	background: url(images/badge_divider.jpg) no-repeat 100px 0;
	margin: 0 auto;
	}

/* Menu */


.menu a {
	display: block;
	height: 33px;
	text-indent: -999em;
	}

.menu a.home:hover, .menu a.blog:hover, .menu a.contact:hover {
	background-position: bottom left;
	}

.menu a.home {
	background: url(images/menu_home.jpg) -151px 0 no-repeat;
	width: 225px;
	}

.menu a.blog {
	background: url(images/menu_blog.jpg) -71px 0 no-repeat;
	width: 66px;
	}

.menu a.contact {
	background: url(images/menu_contact.jpg) -92px 0 no-repeat;
	width: 84px;
	}

/* Text */

p {
	font-size: 13px;
	line-height: 1.5em;
	padding: 8px;
	}

#badges p {
	font-size: 9px;
	text-align: center;
	}

#badges #foxla {
	float:right;
	width: 160px;
	padding-top: 10px;
	}

/* Lists */

#links li {
	margin: 10px 0;
	}

#links li a {
	padding: 0 0 0 26px;
	font-size: 13px;
	color: #a45a75;
	text-decoration: none;
	}

#links li a:hover {
	text-decoration: underline;
	}

ul#linksLeft {
	float: left;
	list-style: none;
	}

ul#linksRight {
	float: right;
	list-style: none;
	}

li.facebook { background: url(images/icons_facebook.jpg) no-repeat 0 2px; }
li.twitter { background: url(images/icons_twitter.jpg) no-repeat 0 2px; }
li.yelp { background: url(images/icons_yelp.jpg) no-repeat 0 2px; }
li.model { background: url(images/icons_modelmayhem.jpg) no-repeat 0 2px; }
li.wedding { background: url(images/icons_weddingwire.jpg) no-repeat 0 2px; }
li.project { background: url(images/icons_projectwedding.jpg) no-repeat 0 2px; }

/* Images */

#header img.headerimage {
	border: 1px solid #cdcdcd;
	padding: 4px;
	}