/*
Theme Name: John Lackey Blog Site
Description: This is a blank Wordpress theme from InsideOut Solutions for InsideOut Solutions Customers; revised and stripped to bare necessities by Carolyn Cooper
Author URI: http://www.insideout.com



/*-----------Block Level Elements--------------*/
body
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;;
	font-size: 13px;
}
.tableborder
{
	border-right: 1px #1B244B solid;
	border-left: 1px #1B244B solid;
	border-top: 0 none;
	border-bottom: 0 none;
}

.indent {
padding: 4px 2px 0px 12px;
}

#sidebarNav {
width: 200px;
}

*html #sidebarNav {
width: 176px;
}
#blogcontent
{
	margin: 0 5px 0 10px;
}
#blogcontent h1, h2, h3, h4
{
	font-family: Arial, Geneva, Verdana, Helvetica, sans serif;
	padding-bottom: 4px;}

#blogcontent h2 {
	font-size: 1.2em;
}

#blogcontent h3 {
	font-size: 1.1em;
}

#blogcontent h4 {
	font-size: 1em;
}

*html #blogcontent {height: 30px; overflow: visible;}

*html #blogcontent {
	margin: 0;
	padding 0;	
}

.wpcontainer {
	margin: 0;
}

#blogwrap #blogcontent {padding: 0;}

#blogsidebar {
padding: 0;
}

/*html #blogsidebar {width: 20%;} */

#blogfooter {
}

#blogbottomNav{

	clear: both;
	
}

#blogbottomNav a{

	font-size: .8em;

}

#blogcopyright{

	color: #fff;
	font-size: .7em;
	padding: .5em .5em .1em .5em;
	text-align: right;

}

/* General Class Definitions */

.clear{ clear: both; }

.image { margin: 8px; }

.right { float: right; }

.left { float: left; }

/* More */

/*-------------The Post-------------*/

h2 a:visited, h2 a
{
	color: #1B254B;
	text-decoration: underline;
}
h2 a:hover {
	text-decoration: none;
}
.post
{
	margin: 10px 10px 10px 0;
	clear: both;
}

.post p {

}

.post a {

}

.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata
{
	clear: both;
	font-style: italic;
	font-size: .9em;
	line-height: 1em;
	padding: 3px 15px 3px 0;
	border-color: #333;
	border-width: 1px 0 1px 0;
	border-style: dotted;
}
.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/
#blogsidebar {
	font-family: Arial, Geneva, Verdana, Helvetica, sans serif;
	color: #333;
	display: block;
}
#blogsidebar ul
{
	list-style: none;
	margin: 0;
	padding:0;
	text-indent: 3px;

}

#blogsidebar ul h2
{
	color: #CCD1DD;
	font-size: 14px;
	background-color: #1B244B;
	margin: 8px 0 4px 0;
	padding: 0;
}
#blogsidebar ul h2 a
{
	padding: 10px 0px;
}
#blogsidebar ul h2 a
{
	color: #CCD1DD;
	font-size: 14px;
	background-color: #1B244B;
	text-decoration: none;
}

#blogsidebar ul h2 a:hover
{
	color: #fff;
	font-size: 14px;
	background-color: #8C96A6;
	text-decoration: none;
}

#blogsidebar ul h2 a
{
	color: #CCD1DD;
	font-size: 14px;
	background-color: #1B244B;
	text-decoration: none;
}
#blogsidebar ul li
{
	list-style: none;
}

#blogsidebar ul ul {
	list-style: none;
}

#blogsidebar ul ul li {
	list-style: none;
}

#blogsidebar ul ul ul {

}

#blogsidebar p {
padding: 0px 12px 0px 12px;
}

#blogsidebar a {
	font-size: 11px;

}
#blogsidebar a:hover {

}

#blogsidebar a:visited {

}

/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small .commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/


/*-------------Other------------------*/

hr {
	display: none;
}

#comment {
	width: 90%;
	background-color: #fff;
}

.comments
{
	font-size: 1em;
}

.post img {float: right; margin: 5px; border: 1px solid #222}

* html #footer-wrapper {
   float: left;
   position: relative;
   z-index: 10;
   clear: both; /* IE fix for footer jumping up when right column is short */
   margin-left: 2px;
   padding-bottom: 10010px;
   margin-bottom: -10000px;
   background: #ffffff; /* Same as body background */
  }
   
   .headeralt {display: none}
   
#header a img {border: none}


