/* ===================================================
CSS for Paul Heath - v1.0

Author: 		Whitespace Design
Contact: 		emily@whitespacedesign.co.uk
Website: 		http://www.whitespacedesign.co.uk
created: 		10.10.08

Colours:
Dark blue - 2b6281
Medium Blue - 2e8dc4
Light Blue - 61b3e2
Dark Brown - 6a180b

=================================================== */

/******************{ universals }*********************/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table,td,tr,th
	{margin:0; padding:0 }
	
body {
	font: 75% georgia, times, serif; /* reset font size to 12px; */
	text-align: center;
	color: #29333b;
	background: #fff;
	}

h1,h2,h3,h4,h5,h6,pre,code,input,textarea {font-size:1em;font-weight: normal;}

a img,:link img,:visited img {border:none;}

:link,:visited {text-decoration:none;}

ul,ol {list-style:none;}

address {font-style: normal;}
	
.imageReplace,
#title {text-indent: -9000px;}

.clearfix:after,
#content:after { /* makes float container block clear floated blocks inside it */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix,
* html #content {height: 1%;} /* fix for about clearfix for IE PC */
/* End hide from IE-mac */


a:active {outline: none;}
:focus {-moz-outline-style: none;}


/******************{ structure }*********************/

#wrapper {
	background: url(../graphics/bg_header-border1.gif) repeat-x;
	}

#global {
	width: 980px;
	margin: 0 auto 48px auto;
	text-align: left; /* reset */
	display: block; 
	}

#header {
	height: 148px;
	width: 100%;
	padding: 0px 10px;
	}	             

#title {
	background: url(../graphics/title_header.gif) no-repeat 20px 21px;
	width: 320px;
	height: 102px;
	}
	
#content {
	width: 980px;
	margin: 22px 10px 0 10px;
	_margin-left: 10px; /* ie 6 hack */
	/* background: url(/graphics/baseline_18px.png); */
	}


/* ================  navigation styles ================ */

#header ul {margin: 15px;}   
	
	#header ul li {
		margin: 15px 0 0 21px; 
		display: inline;
		font-size: 1.5em;
		line-height: 1.333em;
		}
	
#nav_categories,
.sub_nav {
	margin-top: 2em;
	margin-bottom: 2em;
	}
	.sub_nav li,
	.nav_categories li {
		font-size: 1.167em;
		line-height: 1.286em;
		font-family: georgia, times, serif; 
		} 
	  	.nav_categories li li {font-size: 1em;}
		 
		.sub_nav li a,
		.nav_categories li a,
		#header ul li a,
		h4 a {
			color: #336699;
 			font-style: italic;
			}
	
		.sub_nav li a:hover,	
		.sub_nav li a.cur,
		.nav_categories li a:hover,
		#header ul li a:hover,
		#header ul li a.cur,
		h4 a:hover {color: #003333;}
		
		.sub_nav li li {
			margin-left: 25px;
			font-size: 1em;
			}
		
#about.sub_nav {
	margin-top: 1em;
} 

/* ================ content styles ================   */

	
h2,
h3,
#home h4 {
	font-size: 2em;
	line-height: 1.5em;
	color: #336699;	
	margin-bottom: 1em;
	font-style: italic;
	}
	
	#wide.col h3.hasSubhead {margin-bottom: 0px;} 

h4,
h5 {
	font-size: 1.5em;
	line-height: 1em;
	color: #336699;	
	margin-bottom: 1em;
	font-style: italic;
	}
	
.col {
	width: 320px; 
	float: left;
	}
    
	.col > * {           /* sets margin on all child elements of this div, but not on its grandchildren */
		margin-left: 10px;
		margin-right: 10px;
		} 
	
    #wide.col {
	width: 640px;      /* wider to contain 2 columns and their margins */
	}			
  
#content p {
	font-family: helvetica, arial, sans-serif;
	margin-bottom: 1.5em;  
	line-height: 1.5em;
	}
		
	#content p a {
		color: #2e8dc4;
		text-decoration: underline;
		}

		#content p a:hover {
		color: #1b2c35;
		text-decoration: underline;
	}

.block img {         
	float: left;
	padding: 0 10px 10px 0;
	}

#about .block,
#home .block {          
	float: left;
	width: 300px;
	}  

.col .image { 
	float: right;
	margin: 0 0 10px 15px;
	display:inline;
	} 
#about .block div.image {padding: 0px;}

 #content p.featureLink a {
	text-decoration: none;
	font-family: georgia, times, serif;
	color: #336699;
	font-size:1.5em;
	line-height: 1em;
	padding: 0px 20px 0 0;
	background: white url(../graphics/forward_home.gif) right center no-repeat;
}


/* ================ footer styles ================ */

#footer {
	border-top: 1px solid #dcecf5;    
	width: 100%;	
	}
	
#footer div {
	width: 940px;
	margin: 0 auto 0 auto; 
	}
	
#footer p {
	float: left;
	margin: 5px 0px;
	color: #669999; 
	font-family: helvetica, arial, sans-serif;
	font-size: .8em;
	}
