/*	CSS Properties for DG Fulford	*/

/*	LAYOUT DIVISIONS	*/
	
	body { background: #fff; margin: 0px; text-align: center; }
	
	#wrapper {
	 background: #fff2e3 url('images/ornament.png') top left no-repeat;
	 border-bottom: 1px solid #EDECC2;
	 border-left: 1px solid #EDECC2;
	 border-right: 1px solid #EDECC2;
	 margin: 0px auto 0px auto;
	 padding: 35px 0px 0px 0px;
	 text-align: left;
	 width: 800px;
	}
	
	#header {
	 background: url('images/header.jpg') top left no-repeat;
	 border-top: 1px solid #EDECC2;
	 border-bottom: 1px solid #EDECC2;
	 height: 150px;
	 margin: 0px 0px 30px 0px;
	 width: 800px;
	}
	
	#navigation { float: right; margin: 120px 10px 0px 0px; }
	
	#banner { background:url('images/banner.gif') top left no-repeat;
		border-top: 1px solid #EDECC2;
		border-bottom: 1px solid #EDECC2;
		margin-bottom:13px;
		width:800px;
		height:78px;
	}
	
	#content { 
		width: 780px;
		border-top: 1px solid #EDECC2;
		border-bottom: 1px solid #EDECC2;
	}
	
	
	#photos { width: 800px; }
	
	#footer {
	 background: url('images/footer.png') top left no-repeat;
	 height: 222px;
	 margin: 0px;
	 width: 800px;
	}
	
	#mainContent img { float: right; margin: 0px 0px 10px 10px; }
	

/*	TYPOGRAPHY	*/
	
	p {
	 color: #fff;
	 font-family: Verdana, Helvetica, Arial, sans-serif;
	 font-size: 12px;
	 line-height: 180%;
	}
	
	p.credit {
	 color: #4D7FB1;
	 font-family: Verdana, Helvetica, Arial, sans-serif;
	 font-size: 10px;
	 margin-right: 20px;
	 text-align: right;
	}
	
	h1 {
	 border-bottom: 1px solid #4D7FB1;
	 color: #FFFFE2;
	 font-family: Georgia, 'Times New Roman', serif;
	 font-size: 24px;
	 font-weight: normal;
	 padding: 0px 0px 5px 0px;
	 margin: 0px 0px 20px 0px;
	}

	h2 {
	 color: #FFE7BA;
	 font-family: Verdana, sans-serif;
	 font-size: 14px;
	 font-weight: normal;
	 padding: 0px;
	 margin: 30px 0px 10px 0px;
	 text-transform: uppercase;
	}

	h3 { 
	 color: #A7C400;
	 font-family: Georgia, 'Times New Roman', serif;
	 font-size: 18px;
	 font-weight: normal;
	 line-height: 180%;
	 padding: 40px 0px 0px 190px;
	 width: 590px;
	}
	
	em.name { color: #4D7FB1; font-size: 22px; font-style: normal; }

	
/*	LIST ELEMENTS	*/
	
	ul {  }
	
	li {
	 color: #fff;
	 font-family: Verdana, Helvetica, Arial, sans-serif; 
	 font-size: 12px;
	 line-height: 200%;
	}
	
	#navigation ul { margin: 0px; padding: 0px; }
	
	#navigation li {
	 color: #99A46D;
	 display: inline;
	 font-family: Georgia, 'Times New Roman', serif;
	 font-size: 15px;
	 padding-right: 5px; 
	 text-transform: uppercase;
	}
	

/*	ANCHOR ELEMENTS	*/
	
	p a:link { border-bottom: 1px dotted #B0E2FF; color: #B0E2FF; text-decoration: none; }
	p a:visited { border-bottom: 1px dotted #B0E2FF; color: #B0E2FF; text-decoration: none; }
	p a:hover { border-bottom: 1px solid #fff; color: #B0E2FF; text-decoration: none; }
	
	li a:link { border-bottom: 1px dotted #B0E2FF; color: #B0E2FF; text-decoration: none; }
	li a:visited { border-bottom: 1px dotted #B0E2FF; color: #B0E2FF; text-decoration: none; }
	li a:hover { border-bottom: 1px solid #fff; color: #B0E2FF; text-decoration: none; }
	
	#navigation a:link { border-bottom: none; color: #A7C400; text-decoration: none; }
	#navigation a:visited { border-bottom: none; color: #A7C400; text-decoration: none; }
	#navigation a:hover { border-bottom: none; color: #4D7FB1; text-decoration: none; }
	
	h3 a:link { border-bottom: none; color: #75A4C7; text-decoration: none; }
	h3 a:visited { border-bottom: none; color: #75A4C7; text-decoration: none; }
	h3 a:hover { border-bottom: none; color: #4D7FB1; text-decoration: none; }
	
	
/* BLOG ADDITIONS */
#content {
	background:url('images/contentbg.gif') repeat-y;
}
h1, h1 a {
	border-bottom: 1px solid #7a5b3b;
	color: #7a5b3b;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 24px;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 20px 0px;
	text-decoration:none;
}
h2 {
	font-family: Georgia, 'Times New Roman', serif;
	margin:0;
	font-size:16px;
	color:#fff2e3;
}
h2.pagetitle {
	border-bottom:1px solid #7A5B3B !important;
	color:#7A5B3B;
	font-family:Georgia,'Times New Roman',serif;
	font-size:24px;
	font-weight:normal;
	margin:0 0 20px;
	padding:0 0 5px;
	text-transform:none;
}
h3, #mainContent h3 {
	color:#4D7FB1;
}
#mainContent h3 {
	padding:0;
}
#mainContent img {
	padding:2px;
	border:2px solid #fff;
}
p a:visited, li a:visited {
	color:#75A4C7;
	border-bottom:1px dotted #75a4c7;
}
small {
	color:#666;
	font-style:italic;
	font-family:Georgia, 'Times New Roman', serif;
}
#navigation { 
	float: right;
	margin: 120px 193px 0 0;
}
#navigation a:link, #navigation a:visited {
	color:#7a5b3b;
}
.navigation, .navigation p, .navigation a {
	font-size:10px;
	font-family: Verdana, sans-serif;
	color:#7a5b3b;
	margin-bottom:10px;
}
.navigation a {
	text-decoration:none;
	border-bottom:1px dotted #7a5b3b;
}
div#content {
	width:100%;
}
div#blog-sidebar {
	background-color:#5f8fbd;
	width: 198px;
	padding:20px 10px 10px;
	color:#000;
}
div#blog-sidebar p {
	color:#fff;
	line-height:130%;
}
div#blog-sidebar ul {
	list-style:none;
	padding-left:0;
	margin-left:0;
	margin-bottom:10px;
}
div#blog-sidebar li li {
	padding-left:15px;
	margin-left:0;
}
div#blog-sidebar a {
	color:#fff;
	border-bottom:1px dotted #fff;
}
div#blog-sidebar a:hover {
	border-bottom:1px dotted #7a5b3b;
}
div#footer {
	clear:both;
}
div#mainContent {
	float:right;
	width:540px;
	padding:20px;
}
div#mainContent p, div#mainContent li {
	color:#333;
}
div#mainContent p a:link, div#mainContent li a:link {
	color:#7a5b3b;
	border-bottom:1px dotted #7a5b3b;
}
div#mainContent p a:hover, div#mainContent li a:hover {
	border-bottom:1px dotted #fff;
}
#mainContent h2 {
	color:#4D7FB1;
}
#mainContent h3 a:link {
	color:#4D7FB1;
	border-bottom:1px solid #4D7FB1;
}
#mainContent h3 a:visited {
	border-bottom:1px solid #75A4C7;
}
input#searchsubmit {
	margin:5px 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
	
