/*
Theme Name: Generic theme with minumum to run Wordpress
Theme URI: http://www.blogseye.com
Description: This is an example for turning any single web page into a wordpress theme
Version: 1.0
Author: Keith P. Graham
Tags: development

The css styles here are not filled in and should be used when styling your own web templage

*/

/* layout containers */
#container {}
.content {}

/* posts */
.post {
position:relative;
width:100%;

}
.type-post {}
.hentry  {}
.entry-title {font-size:18px;font-weight:bold}
.post_date {border-bottom:none;font-size:15px;text-align:left;margin-top:20px;margin-bottom:14px;padding:1px;padding-left:17px;color:gray;font-family:trebuchet ms, verdana, sans-serif;}
.entry-content {padding-left:20px;margin-bottom:20px;text-indent:10px;padding-right:20px;line-height:22px}
.entry-utility {margin-bottom:15px;margin-left:0px;color:black;font-size:10px;clear:both;}
.entry-utility-prep {}
.entry-utility-prep-cat-links {}
.post-edit-link" {}

/* categories */
.cat-links {}
.categories"{}
.cat-item {}

/* comments */
.comments-link {}

/* misc */
.meta-sep{}

/* links */
.edit-link {}
.linkcat {}
.blogroll {}

/* search, etc */
.search {}
.archives {}
.meta {}

/* there are lots of others, but this will get you started. */

BODY {
   padding:0;
   margin:0;
   height:104;
   font-size: 10pt;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
#head {
	padding-right:1%;
	width:99%;
	background-image: url(/images/halogo2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 64px;
	font-size: 10pt;
	font-style: italic;
	text-align: right;
	//margin-bottom: 6px;
}
#linkbar {
	padding-right:1%;
	width:99%;
	height: 18px;
	margin: 6px;
	//margin-bottom:6px;
}
#left {
	padding:1px;
	width:184px;
	float:left;
	background-color: ivory;
	margin-right:4px;
}
#right {
   padding:6px;
   width:200px;
   float:right;
   height:1200px;
   height:auto;
}
#right a {
	font-size: 8pt;
	color: blue;
}
#right a:link {
	color: red;
	color: blue;
}

#right a:hover {
	color: red;
}

#foot {
	padding:4px;
	width:100%;
	background-color: #CCCCCC;
	position:fixed;
	bottom:0;
	height:12px;
}
#stable tr td {
	font-size: 7pt;
}
#stable tr td input {
	font-size: 7pt;
}
#stable tr td label {
	font-size: 7pt;
}
#contact {
	font-size: 7pt;
}
.postContainer {
	position:absolute;top:160px;left:200px;right:0px;
}

/* blogger styles to contend with from old system (copied to new WP theme stuff)*/

.DateHeader{border-bottom:none;font-size:15px;text-align:left;margin-top:20px;margin-bottom:14px;padding:1px;padding-left:17px;color:gray;font-family:trebuchet ms, verdana, sans-serif;}
.PostTitle{font-size:18px;font-weight:bold}
.Post{padding-left:20px;margin-bottom:20px;text-indent:10px;padding-right:20px;line-height:22px}
.PostFooter{margin-bottom:15px;margin-left:0px;color:black;font-size:10px}

.comment-link {}
.comment-poster {}
.comment-timestamp {}

.blogComments{font-size:15px;text-align:left;margin-top:20px;margin-bottom:14px;padding:1px;padding-left:17px;color:gray;font-family:trebuchet ms, verdana, sans-serif;}
.blogComment{margin-top:10px;margin-bottom:10px;color:black;text-indent:10px;padding-right:20px;line-height:22px}
.deleted-comment {font-style:italic;color:gray;}
.byline{margin-bottom:20px;margin-left:0px;margin-right:10px;color:black;font-size:10px;display:inline}

.mbott {
font-size:6pt;
}
.mbott td {
font-size:6pt;
}

ul , li {
	list-style-position: inside;
	margin: 0;
	padding: 1px;
}
li {
	list-style-position: inside;
	margin: 0;
	padding-left: 4px;
}



