/*
Copyright Stuart Westbook 2010
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #36C;}

a:hover {color: #06F;}

body {
	background:   url('img/Cotswold Background.jpg') top center no-repeat fixed;
	color: #444;
	font-family: Segoe UI, arial, sans-serif;
	
	margin: 0;
}

p,blockquote,ul {margin-bottom: 1.2em;}

h1 {font: normal 0.7em serif;}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}

ul {margin-left: 1.8em;}

blockquote {
	background: url(img/openquotes.jpg) no-repeat;
	color: #555;
	font-family: Arial, sans-serif;
  font-size: 20px;
	padding-left: 42px;
	padding-top: 10px;
	padding-right: 33px;
}

blockquote p {padding: 6px;}



/* misc */
.clearer {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}

.left {float: left;}
.right {float: right;}

/* img.left {margin: 0 18px 6px 0;} */

.divider {
	background: url(img/div.gif) no-repeat;
	height: 18px;
	
}

/* structure */
.container {
	background:  url(img/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 936px;
}

.gfx {
	background: url(img/gfx.jpg) no-repeat;
	float: left;
	height: 140px;
	margin-top: 12px;
	width: 52px;
}

.top {
	background: url(img/top.gif)  no-repeat;
	
	text-align: center;
	width: 872px;
	margin-left: 32px;
	
}

.header {
	background: url(img/header2.jpg) top center no-repeat fixed;
	color: #FFC;
	margin:3px 0;
	font-size: 1.8em;
	height: 260px;
	
}

.header h1 {
	font: normal 3.2em serif,sans-serif;
	padding: 62px 0 34px 0;
	
}

.pattern {
	background: #334127 url(img/pattern2.gif) repeat-x;
	clear: both;
	
	height: 12px;
}

/* navigation */
.navigation {margin: 8px 10px;border-bottom: 1px solid #018843; border-top: 1px solid #018843;}

.navigation a {
	color: #6C7151;
        font-family: Monotype Corsiva, arial, sans-serif;
	line-height: 28px;
	margin: 0 1px;
	font-size: 1.4em;
	text-decoration: none;
}
.navigation a:hover,.navigation #selected {
	color: #2C3111;
}

/* content */
.content {
	
	clear: both;
	font-size: 1.0em;
	margin: -15px 32px;
	padding: 0 38px;
}
.content .spacer {
	height: 42px;
}

/* content item */
.item {clear: both;}

.item img {
		
		padding: 8px 8px 8px 8px;

}		
		
.item .title {
	color: #445044;
	font: normal 2em serif;
	
}

.content h3 {
  margin-top:3px;
  margin-bottom:10px;
  
  font-family: Segoe UI, arial, sans-serif;
  font-size: 24px;
  
  padding:4px;
  border-bottom: 1px solid #018843;
  clear:both;
}

.content h2 {
  margin-top:3px;
  margin-bottom:6px;
  
}
.item .title:first-letter {
	display: block;
	float: left;
	font-size: 2.4em;
	
}

.item .metadata {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
	
}

.bullet_list { 
  margin-left: 0px;
  padding-left: 0;
  list-style: none;
  
} 

.bullet_list li { 
  
 
  background-image: url(../img/small_boot.jpg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  margin-top: 10px;
  line-height: 22px;
  padding-left:36px;
  
  
}

/* footer */
.footer {
	
	
	font-size: 1.0em;
	line-height: 22px; 
	margin: 21px auto;
	text-align: center;
	width: 872px;
	
}
.footer .left {padding-left: 40px;}
.footer .right {padding-right: 40px;}

.footer a {
	color: #666;
	text-decoration: none;
}
.footer a:hover,.footer .right a:hover {
	color: #333;
	text-decoration: underline;
}
