body 	{
	font-size: 10pt;
	font-family:georgia,times,'times new roman', serif;
	color: black;
	text-align: left;
	margin: 0; 
	padding: 0;
	line-height: 140%;
	background-color: gray;
	background-image: url(images/style.gif);
	background-repeat: repeat;
	}

#wrap 	{
	padding: 0 5px;
	clear: both;
	width: 960px;
	margin: 0 auto;
	}

#header {
	width: 960px;
	clear: both;
	padding: 0;
	margin: 0 auto;
	height: 125px;
	background-image: url(images/header11.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	}

#nav 	{
	font-family: tahoma,geneva,verdana,sans-serif;
	font-size: 9pt;
	color: #00A2F5;
	width: 960px;
	height:25px; 
	line-height: 30px;
	margin:0 auto; 
	padding:0px 0 0;
	border-bottom: 1px solid #ADD6EA;
	background-image: url(images/navigation-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	}

#nav p {
	margin-top: 13px;
	margin-left: 15px;
	}
 
#nav a:link {
	text-decoration: underline;
	color: #00A2F5;
	}

#nav a:visited {
	text-decoration:underline;
	color:#00A2F5;
	}

#nav a:hover {
	text-decoration: none;
	color: #00A2F5;
	}

#nav a:active {
	text-decoration: none;
	color: #00A2F5;
	}

#contentwrap {
	background-color: #ADD6EA;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	}

#page 	{
	clear: both;
	margin: 0 auto;
   	padding: 0;
	}

#contentleft {
	width: 680px; 
	float: left;
	padding: 0;
	margin:0;
	}

#contentright {
	font-family: tahoma, geneva, verdana, sans-serif;
	font-size: 9pt; 
	width: 260px; 
	float: left;
	padding: 5px 0 5px 5px;
	margin:0 0 15px;
	}

#sidebar {
	width: 266px;
	font-size: 8pt;
	float: left;
	margin: 0;
	padding: 0;
	}

#footer {
	border-top: 2px solid white;
	font-family: tahoma, geneva, verdana, sans-serif;
	font-size: 8pt;
	color: #00A2F5;
	width: 960px;
	height: 125px;
	line-height: 160%;
	clear: both;
	margin: 0px auto;
	padding: 0px 0;
	text-align: center;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	}

#footer p {
	margin: 0;
	}

#banner {
	float: right;
	width: 728px;
	height: 90px;
	position: absolute;
	top: 18px;
	right :0px;
	}

h1, h2, h3, h4, h5, h6, h7 {
	color: #00A2F5;
	font-family: georgia, times, 'times new roman', serif;letter-spacing: -1px;
	line-height: 130%;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: normal;
	}

h1 	{ 
	font-size: 16pt;
	margin: 0;
	}

h2 	{
	font-size: 14pt;
	}

h3 	{
	font-size: 12pt;
	}

h4 	{
	font-size: 10pt;
	}

h5, h6, h7 {
	font-size: 9pt;
	}

#header h1.blogtitle {
	color: #dcdcdc;
	text-align: center;
	font-size: 30px;
	line-height: 100%;
	padding: 50px 100px 5px;
	margin: 0;
	position: absolute;
	left: -99999px;
	}

#sidebar h2, #midcontent h2 {
	font-weight: bold;
	font-size: 9pt;
	letter-spacing: 0px;
	margin:0; padding:0;
	}

h1.sectionhead, h2.sectionhead, h2#trackbacks, h2#comments, h2#respond {
	line-height: 100%;
	font-weight: bold;
	font-size: 13pt;
	letter-spacing: 0px;
	margin: 0;
	padding: 10px 15px;
	border-bottom: 0px solid #CCC9B8;
	background: white;
	}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry h7 { margin-bottom: 10px; }

a, a:link, a:visited {
	color: black;
	text-decoration: none;
	}

a:hover, a:active {
	text-decoration: underline;
	color: #00A2F5;
	}

.entry a, .entry a:link, .entry a:visited, .postinfo a, .postinfo a:link, .postinfo a:visited, .postinfo2 a, .postinfo2 a:link, .postinfo2 a:visited { text-decoration: underline; }

.post h1 a, .post h2 a, .featurepost h2 a, .featurepost h1 a { color: black; }

#footer a:link {
	text-decoration: underline;
	color: #00A2F5;
	}

#footer a:visited {
	text-decoration: underline;
	color: #00A2F5;
	}

#footer a:hover {
	text-decoration: none;
	color: #00A2F5;
	}

#footer a:active {
	text-decoration: none;
	color: #00A2F5;
	}

img.alignright {
	float: right;
	clear: right;
	margin:0 0 5px 10px;
	background: #fff;
	padding: 2px;
	border: 1px solid #00A2F5;
	}

img.alignleft {
	float: left;
	clear: left;
	margin: 0 10px 5px 0px;
	background: #fff;
	padding: 2px;
	border: 1px solid #00A2F5;
	}

img.centered {
	display: block;
	padding: 2px;
	margin: 0 auto 20px auto;
	border: 1px solid #00A2F5;
	float: none;
	clear: both;
	}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding:0;
	}

#sidebar ul li {
	list-style-type: none;
	margin: 0 0 10px;
	padding:0;
	}

#sidebar ul li ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
	}

#sidebar ul li ul li {
	list-style-type: none;
	padding-left: 15px;
	margin: 0;
	background: url(images/zekebullet.gif) 0 5px no-repeat;
	}

#commentform {
	font-size: 8pt;
	background: white;
	padding: 15px 15px 1px;
	margin: 0;
	border-bottom: 1px solid #ADD6EA;
	}

#commentform label {
	display: block;
	margin:0;
	}

#commentform input {
	width: 170px;
	color: white;
	font-weight: bold;
	padding: 1px;
	margin: 0px 5px 10px 0;
	border: 1px solid #ADD6EA;
	background: #ADD6EA;
	}

#commentform textarea {
	width: 400px;
	padding: 0;
	margin: 0px 0px 10px 0;
	border: 1px solid #ADD6EA;
	}

#commentform #submit {
	margin: 0 0 20px 0;
	}

#commentform p {
	margin: 5px 0;
	}

ol.commentlist {
	font-size: 8pt;
	padding: 0;
	margin:0;
	}

ol.commentlist li {
	display: block;
	list-style: none;
	padding: 15px 15px 1px;
	margin: 0;
	border-bottom: 1px solid #00A2F5;
	}

ol.tblist {
	font-size: 8pt;
	list-style: none;
	padding: 15px 15px 10px; 
	margin: 0;
	border-bottom: 1px solid #00A2F5;
	}

ol.tblist li {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
	background: url(images/zekebullet.gif) 0 3px no-repeat;
	padding-left: 14px;
	}

.odd{}
p.description {
	color: #FAF7E8;
	font-size: 12pt;
	padding: 0 100px;
	margin: 0;
	text-align: center;
	position: absolute;
	left: -999999px;
	}

.post ul, .singlepost ul {
	list-style-type: none;
	}

.post ul li, .singlepost ul li {
	list-style-type: none;
	background: url(images/zekebullet.gif) 0 4px no-repeat;
	padding: 0 0 2px 14px;
	}

p	{
	margin-top: 0px;
	margin-bottom: 15px;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dotted #999;
	}

* html acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {border-left: 5px solid #330000;
	padding-left: 5px;
	}

.center {
	text-align: center;
	}

a img, img a {
	border: none;
	}

.navigation {
	text-align: left;
	margin: 0;
	padding: 10px 12px;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.entry {
	padding: 0;
	margin:0;
	}

.postinfo {
	font-family: tahoma, geneva, verdana, sans-serif;
	font-size: 8pt;
	background: url(images/doc.gif) 0 3px no-repeat;
	clear: both;
	margin: 0 0 10px;
	padding-left: 14px;
	}

.post {
	margin: 0;
	padding: 15px 15px 5px;
	border-bottom: 1px solid #ADD6EA;
	}

.featurepost {
	margin: 0;
	padding: 15px 15px 5px;
	background: #00A2F5;
	border-bottom: 1px solid #ADD6EA;
	}

code {
	font: 1.1em'Courier New', Courier, Fixed;
	}

hr {
	display: block;
	clear: both;
	}

a.more-link, a.more-link: link, a.more-link: visited, a.more-link: hover 		
	{ 		
	background:url(images/arrow-rt.gif) 100% 70% no-repeat;
	padding-right: 16px;
	}

#searchform {
	margin: 0;
	padding: 0;
	}

#searchform #s {
	font-size: 8pt;
	margin-right: 2px;
	border: 1px solid #ADD6EA;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}

#searchform #submit {
	font-size: 8pt;
	}

ul.nav {
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 0px;
	height: 35px;
	line-height: 35px;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	}

ul.nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

ul.nav li a, ul.nav li a:link, ul.nav li a:visited 	 
	{
	color: #FAF7E8;
	float: left;
	display: block;
	padding: 0 10px;
	}

ul.nav li a:hover, ul.nav li a:active {
	background: #660000;
	text-decoration: underline;
	}

ul.nav li.current_page_item a {
	text-decoration: underline;
	background: #660000;
	text-decoration: underline;
	}

ul.nav li ul {
	float: left;
	margin: 0;
	padding: 0;
	}

.entry table {
	margin-bottom: 0px;
	}

.entry tr, .entry td, .entry th {
	margin: auto;
	}

.entry td, .entry th {
	padding: 8px;
	vertical-align: middle;
	}

.entry th {
	font-weight: bold;
	background: #ADD6EA;
	}

.related {
	margin: 0 0 1px;
	background: #eee;
	padding: 10px 10px 8px;
	}

.related ul {
	line-height: 130%;
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	}

.related ul li {
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0 0 2px;
	background: url(images/zekebullet.gif) 0 3px no-repeat;
	}

ul#archives {
	margin: 0 0 10px 5px;
	padding: 0;
	}

ul#archives ul {
	padding: 0;
	}

ul#archives ul li {
	background: transparent;
	padding-left: 0;
	margin: 0;
	}

ul#archives ul ul {
	margin: 0;
	margin-left: 10px;
	padding:0;
	}

#firefox {
	line-height: 20px;
	background-color: #fff6bf;
	height: 20px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffd324;
	border-bottom-color: #ffd324;
	}

#firefox p {
	text-align: center;
	}
