/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* the padding and margin set to zero and the list-style set to none */
ul {
 	padding: 0;
  	margin: 0;
  	list-style: none;
}


/* ------------------------------------ Body / Outer Wrapper -------------------------------*/
body {
	font-family: "Book Antiqua", Garamond, "Times New Roman";
	color: #6D5F30;
	background: #353206;
}
#outerwrapper {
	width: 795px;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	border: 2px solid #000000;
	background: url(../assets/background-gifs/light-back.jpg) repeat-y left top;
}
h1 {
	font-size: x-large;
	text-align: center;
	letter-spacing: 2px;
	font-weight: bold;
	color: #733A00;
	margin-top: 5px;
}
h2 {
	font-size: x-large;
	color: #1B4A64;
	margin-bottom: 15px;
	margin-top: -30px;
	padding-top: -30px;
}

.fiddleface {
	color: #9F3704;
	font-weight: bold;
}

/* ------------------------------------ Logo -----------------------------------------------*/
#logo {
	position: relative;
	background: url(../images/logo.png) no-repeat left top;
	width: 100%;
}
/* ------------------------------------ Navigation ------------------------------------------*/
#navigation {
	padding-left: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D1B271;
	font-weight: bold;
	padding-top: 142px;
	padding-bottom: 20px;
}
#navigation a {
	text-decoration: none;
	display: inline;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 40px;
	padding-left: 20px;
}
#navigation a.active {
	padding-top: 1px;
	padding-bottom: 3px;
	background: url(../assets/images/link-box.jpg) no-repeat left;
	text-decoration: none;
}
#navigation a:link {
	color: #D1B271;
}
#navigation a:visited {
	color: #D1B271;
}
#navigation a:hover {
	color: #A73300;
}

/* ------------------------------- Home Page Boxes Formatting -------------------------------*/
#boxes {
	font-size: 0.9em;
	font-weight: 300;
	position: relative;
	background: #FFFFFF url(../assets/background-gifs/boxes.jpg) no-repeat right -8px;
	height: 336px;
	padding-top: 15px;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
}
#boxes p.tagline {
	padding-top: 5px;
	text-align: center;
	padding-left: 100px;
	color: #A53200;
	font-size: 0.9em;
	font-style: italic;
	font-weight: 300;
	font-variant: normal;
	letter-spacing: 1px;
}
.aboutus {
	color: #8F2400;
	float: left;
	width: 39%;
	padding-top: 80px;
	line-height: 150%;
	padding-left: 55px;
}
.services {
	float: right;
	width: 40%;
	color: #185568;
	line-height: 150%;
	padding-top: 80px;
	padding-left: 15px;
	padding-right: 35px;
}
/* ------------------------------- Main Content Formatting -------------------------------*/
#content {
	position: relative;
	padding-top: 30px;
	margin-left: 8px;
	margin-right: 8px;
	padding-left: 8px;
	padding-bottom: 15px;
}
#content a, #copyright a{
	background: url(../assets/background-gifs/dotted.gif) repeat-x bottom;
	text-decoration: none;
}
#content a:link, #copyright a:link, a:link {
	color: #185568;
}
#content a:visited, #copyright a:visited {color: #6D5F30;}
#content a:hover, #copyright a:hover, a:hover {color: #DB570F;}

#content p {
	padding-left: 50px;
	line-height: 180%;
	margin-right: 60px;
}
#content p.right {
	padding-left: 150px;
}
#content p.tagline {
	line-height: 120%;
	padding-left: 250px;
	margin-right: 200px;
	font-size: 0.9em;
	text-align: right;
	color: #9F3704;
	margin-bottom: 50px;
}
#content ul {
	line-height: 150%;
	list-style-type: disc;
	padding-left: 200px;
	color: #3B5A10;
}
.home {
	position: relative;
	height: 530px;
	background: #FFFFFF url(../assets/images/leftwoman.jpg) no-repeat left bottom;
}

/* ------------------------------- Faces Page Formatting -------------------------------*/
.faces {
	position: relative;
	color: #3C5615;
	background: #FFFFFF url(../assets/images/organgehair.jpg) no-repeat right top;
	margin-top: 10px;
	height: 200px;
}
#content.faces img {
	float: left;
	margin-left: 50px;
	padding-bottom: 50px;
}
#content.faces img.box {
	padding-left: 10px;
}
#content.portfolio {
	position: relative;
	padding-left: 40px;
	padding-bottom: 15px;
	background: #FFFFFF;
	padding-top: -30px;
	margin-top: -30px;
}
.boxthing {
	padding-top: 25px;
	padding-left: 200px;
}





/* ------------------------------- Works Page Formatting -------------------------------*/
.works {
	position: relative;
	background: #FFFFFF url(../assets/images/peopleTL.jpg) no-repeat left top;
	margin-top: 10px;
}

/* ------------------------------- Contact Page Formatting -------------------------------*/
.contact {
	position: relative;
	background: #FFFFFF url(../assets/images/yellowR.jpg) no-repeat right top;
	margin-top: 10px;
	color: #415A18;
}
#content.contactBottom {
	position: relative;
	height: 150px;
	background: #FFFFFF url(../assets/images/brown100.jpg) no-repeat left bottom;
}

/* ------------------------------- Bottom Page Formatting -------------------------------*/
#copyright {
	color: #000000;
	font-size: small;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 20px;
}
.clear {

	clear: both;
	height: 1em;
}
#test a:hover {
	background: url(../assets/homepages/writersarchive.png);
}
