/* Base Definitions */
* 
{
	padding:0px; 
	margin:0px;
}

body 
{
	background:#7DB2E4 url(images/1bg.gif) repeat-x top left;
	margin: 0px; 
	font: 80%/1.6em helvetica, verdana, tahoma, arial,  sans-serif; 
	color: #fff; 
	text-align: center;
}

p 
{
	margin: 0.7em 0;
	line-height:1.5em;
}

a 
{
    color: #fff;
}

a:link, 
a:visited 
{
	color: #fff;	
}

a:hover, a:active 
{
    color: #EA5902;
	border-bottom: #124383 1px dotted; 
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, Verdana, Arial, Serif;
}

blockquote
{
	color:#666;
	margin: 5px 10px 5px 10px;
	padding: 0px;
	border-top: #1B2318 1px dashed;
	border-bottom: #1B2318 1px dashed;
}

.clear {
	clear:both;
	height:20px;
}

fieldset 
{
	border:0;
}

/* General Image Defintions */
img	{
	margin:5px;
	padding:4px;	
	border:#E4E4E2 1px solid;
	float: left;	
}

a:link img,
a:visited img,
a:hover img,
a:active img {
	margin:5px;
	padding:4px;	
	border:#E4E4E2 1px solid;		
}

a:hover img {
    border: #CCCCCC 1px solid;
}

/* Wrapper Definition */
#wrapper {
	margin:25px auto 7px auto;
	padding:0px; 
	width: 900px; 	
	position: relative; 
	text-align: left;
}

/* Header Definitions */
#header {
	clear: both; 
	width:900px;
	height:220px;
	margin:0px;
	padding:0px;
	background:#231202;
}

#headertitle {
	float:left;
	margin: 40px 0 0 20px;
	padding: 0px;
        background:url(images/8lgo.png) no-repeat;
}

#headertitle h1 {
	font-size:1.8em;
	margin:0px;
	padding:33px 0px 0px 37px;
	font-variant:small-caps;
	letter-spacing:0px;
}

#headertitle h1 a {
	margin:0px;
	padding:0px;
	text-decoration:none;	
	border:0;
}

#headertitle h2 {
	margin:0px;
	padding: 90px 0 10px 5px;
	font-size:1.4em;
	font-weight:normal;
	font-family: Helvetica, Tahoma, Verdana, Arial, Serif;
	letter-spacing:0px;
        color: #fff;
}

/* Feed Definitions */
#feeds {
	padding:0px 15px 0 0; 
	float: right;
	text-align: right;
        color: #F4F2E5;
}

#feeds a:link, 
#feeds a:visited {
        color: #F4F2E5;
}

#feeds a:hover, 
#feeds a:active {
	border: 0px;
}



/* Header Image Area Definition */
#headerimage {
	clear: both; 
	background:#124383 url(images/h150.jpg) no-repeat 0 0;
	margin: 0px; 
	height: 160px;
}

/* Search Bar Definitions */
#searchbar {
	clear: both; 
	background:#FFFFFF repeat-x top;
	width:770px;
	height:40px;
	text-align:right;
	margin:0px;
	padding:0px 15px 0px 15px;
}

#searchbar input#searchsubmit {
	border: #8F8F6B 1px solid; 
	font-size: 0.9em; 
	background: #E0DFE4; 
	margin: 0px 15px 0px 2px; 
	padding: 2px; 		
}

/* Container Definitions */
#container {
	margin: 0px 10px 10px 20px; 	
}

/* Content Definitions */

#content 
{
	float: left; 
	width: 600px;
	margin:30px 0 0 30px; 
}

#content h3 
{
	font-size: 1.4em; 
	font-weight:normal;
	margin: 5px 0px 0px 15px;
}

#content h4 
{
	font-size: 1.1em; 
	margin: 1em 0 0 ;
}

#content h5 
{
	font-size: 1em; 
	margin: 1em 0 0 0;
}

#content .post,
#content .post-long-title  
{
    border:1px solid #E4E4E2;
    padding:0px;
    margin:0px 0px 35px 0px;
    background:#000;

}

#content .posttitle h2 a {color:#EA5902;}

#content .post-content {background:transparent;}

#content h2,
#content h2.first-line,
#content h2.second-line 
{
	width:510px;
	font-size: 1.5em; 
	margin: 0px;
	padding: 10px 0px 12px 15px;	
	font-weight:normal;
	line-height:1.2em;	
	letter-spacing:0px;
        color:#EA5902;
}

#content .entry 
{
    margin:0px;
    padding:10px 15px 10px 15px;    
}

#content .entry ul 
{
	margin:5px 0px 0px 28px;
}

#content .entry ol 
{
    list-style-type:decimal;
	margin:5px 0px 0px 35px;
}

#content .entry a:link, 
#content .entry a:visited 
{
    border-bottom:#E0DFE4 1px solid;    
}

#content .entry a:hover, 
#content .entry a:active 
{
    border-bottom:#E0DFE4 1px dotted;    
}

#content .post-info
{
    text-align:right;
	font-size:0.9em;
	color:#999;
	margin:0;
	padding:0px 15px 0px 15px;	
}

#content .postmetadata
{
	clear:both;
	text-align:right;
	font-size:0.9em;
	color:#fff;
	margin:0;
	padding:2px 15px 3px 15px;
}

#content .comments
{
        background:transparent;
	margin:-5px 0px 0px 0px;
	padding:5px 0px 5px 0px;
}

/* Sidebar Definitions */
#sidebar 
{
    float: right; 
	width: 200px;

	font-size:0.9em;
	margin:18px 10px 0px 0px;
	padding:10px;
        background: transparent;
}

#sidebar ul 
{
	list-style:none;
text-align:center;
}

#sidebar li 
{
	padding:0px;
}

#sidebar ul ul 
{
    list-style:none;
	margin: 0px;
}

#sidebar ul ul li 
{
	margin: 0px;
	padding:0px 0px 3px 10px;
border-bottom:1px solid #E2E2E2;
}

#sidebar ul ul ul 
{
    list-style:none;
    border:0px;
	margin:0px;
	padding:0px;
}

#sidebar ul ul ul li 
{
	border: 0px;
	padding:0px 0px 3px 5px;
}
#sidebar h2 
{
	font-size: 1.2em; 
	font-variant:small-caps;
	font-weight:bold;
	/*letter-spacing:.1em;*/
	margin:0px;
	padding:6px 0px 9px 0px;
}

#sidebar h3 
{
    font-weight: normal; 
	font-size: 1em; 
	text-align: left;
	font-weight:bold;
	letter-spacing:.1em;
	margin:0px;
	padding:0px 0px 3px 0px;
}

#sidebar li.sideblock p 
{
    margin:0;
	padding:3px 0px 5px 10px;
}

#sidebar li.sideblock 
{
 	border:0;
	margin: 0px 0px 35px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar img.rsswidget
{
   border:0;
   margin:0;
   padding:3px 2px 0px 0px;
}

/* These help support the widgets properly */
#sidebar ul table 
{
    width: 160px;
	margin: 0px;
}

#sidebar ul .textwidget 
{
	margin:0px;
	padding:0px 15px 0px 15px;
}

/* This is to support the search widget properly */
#sidebar ul form#searchform {
    margin:0;
	padding:15px 10px 10px 10px;
	text-align:center;
}

/* This is to support the calendar widget properly */
#calendar_wrap {
  margin:0;
  padding:0px 0px 5px 15px;
}

/* Footer Definitions */
#footer 
{
	clear: both; 	
	border-top:#663300 4px double; 
	margin: 0px;
	padding: 5px 15px 0px 15px; 
	width:870px;
	height:51px; 	
	text-align: left;
	v-align: bottom;
}

#footer p 
{
	float: left; 
	width: 50%; 
	font-size: 0.9em;
    margin: 15px 0px 0px 0px;
}

#footer p.right 
{
	float: right; 
	margin: 15px 0px 0px 0px; 
	width: 50%; 
	text-align: right;
	font-size: 0.9em;
}

#footer p a:hover, 
#footer p a:active,
#footer p.right a:hover, 
#footer p.right a:active 
{
	border: 0px;
}

li#sidelinks ul
{
	margin:0;
	padding:0;
}

#comments,
#response
{
	margin: 0;
	padding:1em 0 0 0;
}

#commentform {
	margin:0px;	
	padding:10px;
	background:#F6F6F6;
	border-top: #E0DFE4 1px solid;
	border-bottom: #E0DFE4 1px solid;
}

.commentnum {
	font-size:1.5em;
	font-weight:bold;	
	margin:0 5px 0 0;
}

#content .commentlist {
	margin: 1em 0;
	padding: 0;		
	border-top: #E0DFE4 1px solid;
}

.commentlist li {
	list-style:none;
	margin: 0;
	padding: 1em 0.5em;	
	background:#FFFFFF url(images/shadow_top.gif) repeat-x top;
	border-bottom: #E0DFE4 1px solid;
}

.commentlist li.alt {
    background:#F6F6F6;    
}

.commentlist li.authorcomment {
    border-top:#8F8F6B 1px solid;
	border-bottom:#8F8F6B 1px solid;
}

.commentlist li .cmtinfo {
	font-size:1em;		
}

.commentlist li cite {
	font-style:normal;
	font-weight:bold;
}

.commentlist li .cmtinfo em {
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#99999;
}

#content .commentsfeed {
	padding-left:16px;
}

#content .trackback {
	padding-left:20px;
}

input.textbox, 
textarea {
	border:#CCCCCC 1px solid;
	background:#FFFFFF url(images/shadow_top.gif) repeat-x top;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	width:150px;
}

textarea {
	width: 90%;
	padding:10px;
	line-height:2em;
	height: 20em;
}

input.textbox:focus, 
textarea:focus {
	background:#FFFFFF url(images/shadow_top.gif) repeat-x top;
	border:#AAAAAA 1px solid;
}

#submit {
	padding:3px 5px;
}

.post h4 {
	font-size:1em;
	font-weight:normal;
	font-family:Verdana, Tahoma, Arial, Serif;
}

dl {
	margin:1em 0;
}

dt {
	font-weight:bold;
}

dd {
	margin:0.5em;
	padding:0;
}

.wp-smiley, #wpstats {
	background: none;
	border: 0;
	padding: 0;
}

#navigation, #header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}

#site_content {position: absolute;left: -10000px;}

.dropcap { float:left; color:#fff; font-size:50px; line-height:35px; 
padding:2px 8px 0 3px; font-family: Times, serif, Georgia; }

.minicon { background:url(images/lgbg-sm.gif) no-repeat;
           padding:12px 0 0 17px; height:20px; margin:25px 0 25px 0;
}

table {
 font-size:0.9em;
 font-family: Arial, Helvetica, verdana sans-serif;
 background-color:#CEEEED;
 border-collapse: collapse;
 width: 100%;
}
caption {
 font-size: 25px;
 color: #1ba6b2;
 font-weight: bold;
 text-align: left;
 background: url(header_bg.jpg) no-repeat top left;
 padding: 10px;
 margin-bottom: 2px;
}
thead th {
 border-right: 1px solid #fff;
 color:#fff;
 text-align:center;
 padding:2px;
 text-transform:uppercase;
 height:25px;
 background-color: #a3c159;
 font-weight: normal;
}
tfoot {
 color:#1ba6b2;
 padding:2px;
 text-transform:uppercase;
 font-size:1.2em; 
 font-weigth: bold;
 margin-top:6px;
 border-top: 6px solid #e9f7f6;
}
tbody tr {
 background-color:#fff;
 border-bottom: 1px solid #f0f0f0;
}
tbody td {
 color:#414141;
 padding:5px;
 text-align:left;
}
tbody th {
 text-align:left;
 padding:2px;
}
tbody td a, tbody th a {
 color:#6C8C37;
 text-decoration:none;
 font-weight:normal; 
 display:block;
 background: transparent url(links_yellow.gif) no-repeat 0% 50%;
 padding-left:15px;
}
tbody td a:hover, tbody th a:hover {
 color:#009193;
 text-decoration:none;
}

/* from custom css file - moved to consolidate all css into one file */
.custom #container {width:900px; margin:0; background:url(images/20b.png)}

.custom #homedesc {width:540px;
                   padding-right:10px;
                   margin:0 0 60px 30px;
                   color:#fff;
                   text-align:center;}

.custom #navigation {height:auto; margin-top:0; background: #BAB2A5 url(images/nav2.gif) repeat-x; width:900px;
}
.custom #navigation ul {padding: 0; margin: 0 0 0 18px;}
.custom #navigation ul li {float:left; list-style:none; background:#FBFBFB url(images/tab.jpg) no-repeat top;}
.custom #navigation ul li a {
	background: #BAB2A5 url(images/nav2.gif) repeat-x;
	color: #553;
	display: block;
	font: bold 1em Tahoma,sans-serif;
	line-height: 41px;
	padding: 0 14px;
	text-align: center;
	text-decoration: none;
}
.custom #navigation a:hover {
	background-position: left bottom;
	color: #221;
        border-bottom:none;
}
.custom #navigation .current_page_item a {color: #3C2200;}
.custom .posttitle { background: url(images/124post.png-NO!-) repeat top left; border-bottom:thin solid #fff;}
.custom .entry img {margin-right:10px;}
.custom #headerimage {padding:1px;}
.custom #hi_1 {background:#000;
               border:thin solid #3F3F3F;
               height:140px;
               margin:10px;
               width:875px;
}
.custom #sg1 { background:#000 url(images/0031.jpg);
               float:right;
               margin:18px;
               width:550px;
               height:180px;
               border:1px solid #727272;
               position: relative; /*keep this intact*/
               visibility: hidden; /*keep this intact*/
}
.custom .gallerylayer img {margin:0px; padding:0px;}
.custom img.navimages {float:none;}

/* end from custom css file */

#content .post-info, 
#content .postmetadata,
#content .comments,
#sidebar ul ul,
#sidebar li.sideblock p,
#sidebar ul .textwidget,
#calendar_wrap
{
    border-right:#E4E4E2 1px solid;
    border-left:#E4E4E2 1px solid;
}

#content .postmetadata
{
	background:#663300;
}

#content h2.first-line
{
	padding: 3px 0px 0px 40px;	
	line-height:1.3em;	
}

#content h2.second-line
{
	padding: 0px 0px 5px 40px;	
	line-height:1.3em;	
}

#sidebar li.sideblock
{
	border-bottom:#E4E4E2 1px solid;
	background:#000;
}

#sidebar h2
{
	text-align:center;
        border: 1px solid #E2E2E2;
        border-bottom: none;
        background:#BAB2A5 url(images/nav2.gif) repeat-x scroll 0 0;
        color:#3C2200;
}

#sidebar h2.rsswidget
{
    padding:7px 0px 7px 26px;
	text-align:left;
}
