/*
Theme Name: PerrysburgBlog
Theme URI: http://www.perrysburgblog.com
Description:  Custom Blog Theme for Perrysburg Blog
Version: 1
Author: JTk - http://www.doc5.com
*/

html, body { height: 100%; }

body {
	background: #a7a37e url(images/back.jpg) 0 0 repeat;
	background-position: top center;
	color: #353427;
	text-align: center;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 13px;
	padding:0px;
}

* {
	padding:0;
	margin:0;
}

#container {
	background: #FFF url(images/repeat.jpg) repeat;
	min-height: 100%;
	_height: 100%;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Header */
h1#header {
	margin: 0;
	height: 316px;
	background: url(images/header.jpg) 0 no-repeat;
	text-indent: -1234em;
	position: relative;
	z-index: 1001;
}

#header a {
	position: absolute;
	left: 25px;
	top: 20px;
	height: 80px;
	width: 500px;
	text-decoration: none;
	background-color: #feedd;
}

#header em {
	display: none;
}


/* Sidebar Positioning */

#sidebar {
	position: relative;
	float: left;
	color: #003F50;
	margin: -150px 0px 0 28px;
    _margin: -150px 0px 0 14px;
	width: 275px;
	z-index: 1002;
    }

	/*  All of the sidebar lists */

#sidebar ul li ul li {
	margin: 0px;
	padding: 0 4px 8px 18px;
	line-height: 99%;
	font-weight: bold;
    font-size: 11px;
    font-family: Tahoma, sans-serif;
}

#sidebar ul li ul li ul li{
	margin: 0px;
	padding: 0 0 4px 6px;
	font-weight: bold;
    font-size: 14px;
}

#sidebar ul li ul li ul{
	margin: 0px;
	padding: 0px;
}

/*  All of the sidebar H2's no margins */

#sidebar li {
	margin: 0;
}

#sidebar li ul{
	margin: 0;
}

/*  All of the sidebar H2s */

#sidebar ul li h2 {
	color:	#2d4828;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	padding: 3px 0 4px 10px;
	margin: 15px 0 10px 0;
    position: relative;
	background: url(images/line2.jpg) 0 no-repeat;
	background-position: bottom left;
}

#sidebar a {
	color: #757258;
 	text-decoration: none;
}

#sidebar a:visited {
	color: #757258;
 	text-decoration: none;
}

#sidebar a:hover {
	color: #575542;
	text-decoration: underline;
}

#header_contact {
	position: absolute;
	top: 20px;
	right: 30px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	z-index: 999999;
}

#header_contact a {
	color: #ffffff;
 	text-decoration: none;
}

#header_contact a:visited {
	color: #ffffff;
 	text-decoration: none;
}

#header_contact a:hover {
	color: #F0EBCB;
	text-decoration: underline;
}

#about_jon {
  position: relative;
  padding: 0 10px 10px 6px;
  font-size: 12px;
  color: #575542;
  line-height: 99%;
}

#about_jon img{
    margin: 0 4px 0 0;
}

#about_jon h5 {
  color: #242b45;
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 4px 0;
  font-family: Tahoma, sans-serif;
}

#about_jon h6 {
  color: #2d4828;
  font-weight: bold;
  font-size: 11px;
  margin: 4px 0 0 0;
  font-family: Tahoma, sans-serif;

}

#about_jon a {
	color: #2d4828;
 	text-decoration: none;
}

#about_jon a:visited {
	color: #2d4828;
 	text-decoration: none;
}

#about_jon a:hover {
	color: #575542;
	text-decoration: underline;
}



/* Content */
#wrapper {
	width: 580px;
	position: relative;
	float: right;
	z-index: 12001;
}

#content {
	margin: 20px 40px 0 0px;
}

#menu_too {
	position: absolute;
	left: 40px;
	top: 100px;
	color: #9E9047;
	margin: 0;
	padding: 0;
	word-spacing: -.2px;
	font-size: 16px;
	z-index: 12002;
	font-weight: normal;
    text-transform: uppercase;
}

#menu_too ul {
	list-style: none;
	padding: 0;
	margin: 0 0 6px;
}

#menu_too li {
	margin: 0;
	display: inline;
	padding: 2px 10px 2px 10px;
	border-right: 1px solid #E7EBC4;

}

#menu_too li a {
	color: #9E9047;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
			padding: 3px 5px 3px 5px;

}

#menu_too li a:visited {
	color: #9E9047;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
			padding: 3px 5px 3px 5px;

}

#menu_too li a:hover {
	color: #fefefe;
	background-color: #D5DD98;
	border-color: #ffffff;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	text-decoration: none;
		padding: 3px 5px 3px 5px;

}

hr#clear {
	clear: both;
	height: 200px;
	visibility: hidden;
}

h1,
h2,
h3,
h4,
h5 {
	color: #6a553f;
	font-weight: bold;
}

h6 {
	color: #6a553f;
	font-size: 13px;
	font-weight: bold;
}

hr.clearing {
	height: 1px;
	visibility: hidden;
	clear:both;
	width: 500px;
	margin: 0;
}

.spacer { clear: both; }

p,
pre,
blockquote,
form,
label,
dl,
fieldset,
address {
	margin: 10px 0;
}

fieldset {
	padding:10px;
}
h1 {
	font-size: 16px
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}


/* Word Press Stuff */

small {
	color: #6a553f;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
}

.taggit {
	color: #2d4828;
}

.postmetadata {
	color: #2d4828;
	padding: 0 0 3px 2px;
	background: url(images/line1.jpg) 0 no-repeat;
	background-position: bottom left;
	font-size: 12px;
	font-weight: bold;
}

.button {
	margin-top: 7px;
	margin-left: 97px;
}

.entry {

}

.entry img{
	margin-right: 9px;
}

ul,
ol {
	margin: 6px 0 21px 0px;
	list-style-type: none;
}

li,
dd{
	margin-left: 6px;
	list-style-type: none;
}

#content ul {
	list-style-type: disc;
	margin-left: 21px;
}

blockquote {
	background: #efecca;
	padding: 3px 12px 3px 6px;
	margin: 9px 0 6px 9px;
}

.non_graybox {
	background: #efecca;
	padding: 3px 9px 3px 6px;
	margin: 9px 0 6px 9px;
}

.graybox {
	background: #efecca;
	padding: 3px 9px 3px 6px;
	margin: 9px 0 6px 9px;
}

ul#recentcomments li {
	margin: 0 0 7px 0;
}

li#recent-posts  ul li{
	margin: 0 0 7px 0;
}

form {

}

#searchform .buttons {
	 background-color: none;
	 border: 0px;
	 margin: 0 0 15px 0;
}

#searchform {
	margin: 0 0 0 8px;
	padding: 0;
	font-size: 11px;
	color: #AB324C;
}

input {
	color: #575542;
	background-color: #EBF4DB;
	vertical-align: middle;
    padding: 2px 0 0 3px;
    height: 20px;
    width: 180px;
    border: 1px solid #a5a17d;
	background: url(images/input_repeat.jpg) 0 repeat-x;
	font-family: "Trebuchet MS", helvetica, verdana, serif;
	font-size: 12px;
}

textarea {
	background-color: #EBF4DB;
	color: #333333;
	font-family: "Trebuchet MS", helvetica, verdana, serif;
        border: 1px solid #a5a17d;
	font-size: 12px;
    padding: 2px 0 1px 2px;
    	background: #ffffff url(images/input_repeat.jpg) bottom center repeat-x;
}

.commentnumber {
	font-size: 11px;
	font-weight: bold;
	color: #2d4828;
}

#commentform {
	padding: 4px 0 12px 18px;
}

/* Link Stuff */

a:link {
	color: #222944;
	text-decoration: none;
}

a:visited {
	color: #222944;
	text-decoration: none;
}
a:hover, a:active {
	color: #2d4828;
	text-decoration: underline;
}

.post h2 {
	color: #2d4828;
	font-size: 20px;
	margin: 0 0 -3px 0;
}

.post h2 a {
	color: #2d4828;
	text-decoration: none;
}

.post h2 a:visited {
	color: #2d4828;
	text-decoration: none;
}

.post h2 a:hover {
	color: #222944;
	text-decoration: none;
}

#comments  {
	padding-left: 15px;
}

.move_the_comments {
	padding: 9px 6px 3px 6px;
	margin: 6px 0 6px 3px;
}

#commentlist li {
	padding-left: 18px;
}

 .commentlist{
      position: relative;
 }

.buttons_no_b {
	border: none;
	background: none;
	height: 24px;
	width: 52px;
}

.search_no_b {
	margin: 3px 0 10px 0;
	border: none;
	background: none;
	height: 24px;
	width: 65px;
}

#postcomment {
	padding-left: 20px;
}

.comments_links {
	padding-left: 20px;
}

h3#respond {
	margin-left: 13px;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 9px;
	background-position: bottom left;
}

.read_more {
	margin: 0 40px 10px 0px;
	text-align: right;
}

.post_image {
	margin-right: 6px;
}

.post ul li{
	list-style-type: disc;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

.post ol li{
	list-style-type: decimal;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

#rss_feed {
    position: absolute;
    bottom: 80px;
    right: 100px;
    height: 40px;
    width: 261px;

}


  /* Footer
-----------------------------------------*/
#footer {
	  font-weight: bold;
	  background: url(images/footer.jpg) 0 0 no-repeat;
	  color: #ffffff;
	  min-height: 200px;
	  _height: 200px;
	  width:900px;
	  position: relative;
	  padding: 0px 0px 0px 0px;
	  margin: -200px auto 0 auto;
	  text-align: left;
  }

 #footer_text {
    padding-top: 160px;
    padding-left: 60px;
  }

#footer a:link {
	color: #CCD790;
	text-decoration: none;
}

#footer a:visited {
	color: #CCD790;
	text-decoration: none;
}

#footer a:hover, a:active {
	color: #fefefe;
	text-decoration: underline;
}

.image_buttons {
	margin-top: 10px;
	margin-bottom: 10px;
  }

.small_comments {
	margin: 0 0 0 6px;
	color: #a5a17d;
	font-weight: bold;
	font-size: 11px;
}

  #about_blog {
	padding: 0 0 5px 3px;
	color: #555555;
	font-size: 11px;
  }

  .move_it_on_over {
	margin-left: 20px;
	font-weight:bold;
  }


#side_header {
	line-height: 97%;
	padding: 0 15px 10px 10px;
	font-weight: bold;
	color: #B1370E;
	letter-spacing: -0.4px;
}

.side_header_blue {
	color: #293A6F;
}


