/* ==== ALL ELEMENT STYLE 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-family: inherit;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	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: "" "";
}

/* ====  END STYLE RESET ==== */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: white;
	color: #333;
	text-align: center;
	margin:auto;
	}
#container {
	width:850px;
	margin:auto;
	}
#header {
	width:850px;
	height:200px;
	background:white URL('images/header.gif') no-repeat;
}
#content {
	width:540px;

	padding:20px;
	text-align:left;
	background:#dedede ;
	border:1px solid #7B5923;
	float:left;
}



#nav {
	width:120px;
	float:left;
	text-align:left;
	line-height:2.6em;
}
#nav a {
	font-family:Georgia, TImes;
	font-weight:bold;
	font-size:1.7em;
	text-decoration:none;
	color:black;
	border-left:5px solid white;
}

#nav a:link ,
#nav a:visited ,
#nav a:active {
	text-decoration:none;
	padding:5px;
}
#nav a:hover {
	color: black;
	text-decoration:none;
	border-left:5px solid #7B5923;
	
	}
#navigation {
	width:100%;
}
#sidebar {
	float:right;
	width:130px;
	font: 1em
	text-align:left;
}
#sidebar h2 {
	color:black;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	text-align:left;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
h1 {
	font-size: 2.7em;
	font-weight: bolder;
	margin-top: .25em;
	margin-bottom: .5em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	color:Black;
	font-family: 'Garamond', Georgia, times;
	}
h2 {
	font-size: 1.9em;
	margin: .25em 0em .25em 0em;
	font-weight: bold;
	font-family: 'Garamond', Georgia, times;


	}
h3 {
	font-size: 1.3em;
	margin: .8em 0em 0em 0em;
	font-weight: normal;
	color:#323232;
	}
small {
	font-size:.8em;
	color:#323232;
}
.entry {
	font-family:verdana, arial;
	font-size:1.3em
}
.entry img {
	margin: 7px;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: Black;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #7B5923;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	coor:black;
	text-decoration: none;
	}
.entry a {
	font-weight:bold;
}
.entry p a:visited {
	color: #7B5923;
	}

a, h2 a:hover, h3 a:hover {
	color: #7B5923;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	text-decoration: underline;
	}
.postmetadata {
	padding-top: 5px;
	clear: left;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
#commentform textarea {
	width: 520px;
	padding: 2px;
	}