/* stylesheet for duncankrieger.com */
/* developed by Kim Carson, brighteyeweb.com */

body {
	margin: 0;
	padding: 0;
	background: #723104 url(../images/bg.jpg) top center no-repeat;
	/* background: #723104 url(../images/bg.gif) top center repeat-y; */
	/* background-color: #723104; */
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 100%;
	min-width: 900px;
	text-align: center;
}

#bggradient {
	position: relative;
	margin: 0 auto;
	background: none;
	/* background: #723104 url(../images/bggradient.jpg) top left repeat-x; */
	width: 900px;
}


/* header */

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

#logo {
	position: relative;
	float: left;
	width: 400px;
	height: 75px;
	text-align: left;
	padding-top: 10px;
}

#contact {
	position: relative;
	float: right;
	width: 400px;
	height: 43px;
	color: #fff;
	text-align: right;
	padding-top: 35px;
}


/* nav */

#nav {
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 840px;
	height: 30px;
	font-size: 13px;
	/* border-top: 1px solid #a35921; */
	padding-top: 16px;	
}

#nav ul {
}

#nav li {
}

#nav a:link {
	color: #dbc9b2;
	text-decoration: none;
	}

#nav a:visited {
	color: #dbc9b2;
	text-decoration: none;
	}

#nav a:hover {
	color: #fff;
	text-decoration: none;
	}
	
#nav a.youarehere:link {
	color: #fff;
	text-decoration: none;
	}

#nav a.youarehere:visited {
	color: #fff;
	text-decoration: none;
	}

#nav a.youarehere:hover {
	color: #fff;
	text-decoration: none;
	}


/* content */
/* wrapper class keeps things centered */
/* float on content class keeps blocks from breaking out of the background */
/* wrappers can be stacked for multiple blocks of varying columns */

.wrapper {
	position: relative;
	margin: 0 auto;
	width: 840px;
	}

.content {
	position: relative;
	float: left;
	width: 780px;
	background-color: #fffffa; 
	padding: 25px 25px 5px 25px;
	text-align: left;
	margin-bottom: 10px; /* this works in safari & ff. <br /> in code works for ie */ 
}

.content-clear {
	position: relative;
	margin: 0 auto;
	float: left;
	width: 840px;
	padding: 15px 0 30px 0;
	color: #fff;
	font-size: 24px;
	font-style: italic;
}

.block-full {
	position: relative;
	float: left;
	width: 780px;
	text-align: left;
	padding-right: 20px;
}

.block-left {
	position: relative;
	float: left;
	width: 380px;
	text-align: left;
	padding: 0;
}

.block-right {
	position: relative;
	float: right;
	width: 350px;
	text-align: left;
	padding: 0 20px 0 10px;
}

#block-left-wide {
	position: relative;
	float: left;
	width: 500px;
}

#block-right-wide {
	position: relative;
	float: right;
	width: 500px;
	text-align: left;
}

#block-left-narrow {
	position: relative;
	float: left;
	width: 300px;
}

#block-right-narrow {
	position: relative;
	float: right;
	width: 300px;
	text-align: left;
}


/* footer */

#footer {
	clear: both;
	position: relative;
	margin: 0 auto;
	/* width: 830px; */
	width: 100%;
	font-size: 12px;
	padding: 10px 0 30px 0;
	color: #f6b991;
	border-top: 1px solid #a35921;
}

#footer a:link {
	color: #f6b991;
	/*color: #f99b5e;*/
	font-weight: normal;
	text-decoration: none;
	}

#footer a:visited {
	color: #f6b991;
	/*color: #f99b5e;*/ 
	font-weight: normal;
	text-decoration: none;
	}

#footer a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	}


/* general attributes */

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #a20000;
	margin-top: 0;
	}

h2 {
	font-size: 21px;
	font-weight: normal;
	color: #2b2b2b;
	margin-top: 0;
	}

h3 {
	font-size: .8em;
	color: #2b2b2b;
	}

p {
	font-size: 17px;
	line-height: 1.3em;
	color: #1d1d1d;
	margin-top: 0;
	}
	
.small {
	font-size: 12px;
	margin-top: 0;
	color: #f6b991;
	font-style: normal;
	}

ul {
	font-size: 17px;
	line-height: 1.3em;
	list-style: url(../images/dot.gif);
	color: #1d1d1d;
	margin-left: 10px;
	padding-left: 10px;
}

li {
	margin-bottom: 15px;
	}


sup {
	font-size: .65em;
	}

hr {
	border: 0;
	width: 100%;
	background-color: #cc8e63;
	color: #cc8e63;
	height: 1px;
	margin-top: 25px;
	margin-bottom: 20px;
	}

a:link {
	color: #8f0202;
	}

a:visited {
	color: #723104;
	}

a:hover {
	color: #944d1c;
	}
	
.white {
	color: #a20000;
	}
	
/* forms */

label {
	display: block;
	padding-top: 10px;
	}






