/*  -----------------------------------------------------------------
	Loat Davies  master style sheet 

	Version:   b1.0                  
	Author:    Nick Loat             
	Email: 	   nick@loatdavies.com  
	Website:   www.loatdavies.com   
    -----------------------------------------------------------------  */
	
	/*@import url("navigation.css");
	@import url("content.css");
	@import url("links.css");
	@import url("forms.css");*/

/*  -----------------------------------------------------------------
	= Browser reset
    -----------------------------------------------------------------  */	

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 11px;
	font-family: inherit;
	vertical-align: baseline;
	}

:focus {                           /* remember to define focus styles! */
	outline: 0;
	}

body {
	line-height: 1;
	color: black;
	background: white;
	}

ol, ul {
	list-style: none;
	}

table {           /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}
	
/*  -----------------------------------------------------------------
	= Font reset 10px
    -----------------------------------------------------------------  */		
	
html {
	font-size: 62.5%;
	}
	

/*  -----------------------------------------------------------------
	= Main Structure
    -----------------------------------------------------------------  */	

img	{
	color: #333;
	font: 10px/100% Verdana, Arial, Helvetica, sans-serif;
}		

/*  Establish general layout parameters */

body	{
	background: #6d6f2c url(../images/bkgrnd.gif) 0% 105% fixed repeat-x;
	color: #333;
	border: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	-webkit-text-size-adjust: none;
	}
	
#wrapper	{
	color: #333;
	margin: 75px auto 25px auto;
	padding: 0;
	border: 0;
	width: 330px; 
	}
	
h1 {
	color:#FF6600;
	font:32px/24px "Helvetica 75 Bold", Helvetica, Arial, ans-serif;
	letter-spacing:-1px;
	font: "Helvetica 75 Bold"
	}	
	
#pagetop	{
	border: 0; 
}

#pagebody {
	border: 0;
	text-align: left;
	color: #444;
	background:#fff;
	}
	
	
p.strap {
	padding:0 0 1.4em 30px;
	font: bold 1.1em/1.4em helvetica, arial verdana sans-serif; 
	text-align: left;
	color: #999;
}	

p {
	padding:0 0 1.8em 30px;
	font: 1.1em/1.4em helvetica, arial verdana sans-serif; 
	text-align: left;
	color: #999;
}

#pagebody img.roundel {
	padding:0 12px 0 30px;
	float: left;
}

ul {
    white-space: nowrap;
    padding: 11px 0 20px 30px;
}

ul li {
   font: 1.1em/1.4em  Helvetica, Arial, Verdana sans-serif;
   display: inline;
   color:#666;
   list-style-type: none;
   vertical-align:middle;
}

ul li.divider {
   font: 12px/16px  Helvetica, Arial, Verdana sans-serif;
   display: inline;
   list-style-type: none;
   color:#999;
}

#pagebase {
	border: 0;
	background: transparent;
	}
	
#footer {
	border: 0;
	background: transparent;
	}

#footer p {
	padding: 10px 30px;
	border: 0;
	color: #93965c;
	text-align: left;
	font-size:1em;
	}
 
/*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */

* html code	{font-size : 105%; }


/* Links */
	

a {outline:none; background: transparent; text-decoration: none;}

 ul li a:link,  ul li a:visited {color: #999; text-decoration: none;}
 ul li a:active,  ul li a:hover	{color: #666; text-decoration: none;}
li.location {color: #000;}


a:link, a:visited	{color: #333;}
a:active, a:hover	{color: #f60; text-decoration: underline; }

#footer a:link, #footer  a:visited	{color: #330;}
#footer a:active, #footer a:hover	{color: #f60; text-decoration: underline; }
