/*  
Theme Name: Blogsmith
Theme URI: http://www.graticle.com
Description: Created by Graticle for TreeWiseMans.com
Version: 1.0
Author: Shawn Hooghkirk
Author URI: http://www.graticle.com
*/

body {
	margin: 0;
	padding: 0;
	background: #b50000 url(images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #222;

}

.aligncenter, div.aligncenter { display: block }
.aligncenter img, .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  
}
.alignleft { float: left; }
.alignright { float: right; margin-left: 20px;}

.entry div.alignleft { float: left; margin: 0px 0px 0px 0; }


.wp-caption {
  background-color: none;
  
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px

  margin-bottom: 0px;
}

.wp-caption img { border: 0 none; margin: 0; padding: 0; }

.wp-caption p.wp-caption-text {
   font-size: 12px;
   line-height: 17px;
   padding: 0 0px 0px;
   margin: 0;
   text-align: center;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
        padding-bottom: 7px;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}





/* Header */

#headerimg {
 margin: 0 auto;
 width: 850px;
 height: 200px;
 background-image: url(images/headerimg.png);
}


#logo {
	width: 850px;
	height: 0px;
	margin: 0 auto;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 0px;
}

#logo p {
	float: right;
	padding-top: 39px;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 850px;
	height: 25px;
	margin: 0 auto;
	background: #b50000 url(images/img02.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 14px;
	list-style: none;
}

#menu li {
	display: inline;

}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 11px 30px 0 30px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
	color: #000000;
}

#menu .current_page_item a {
	background: url(images/img06.gif) repeat-x;
color: green;
} 

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
        padding: 0 auto;
	/* background: #FFFFFF url(images/img05.gif) repeat-y; */
}

#page-bg {
        margin: 0 auto;
	padding: 0px 0px 0px 50px;
	background: url(images/img03.jpg) repeat-y;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: none;
}

/* Content */

#content {
	float: left;
	width: 550px;
	padding: 0px 0px 0 30px;
}

.posts {
}

.posts li {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: none;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: none;
        padding-right: 15px;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: none;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
line-height: 170%;
}

.entry ul{
list-style-type: none;
padding: 5px;
margin: 0;
}

.entry li.visit{
 background-image: url(images/candycane.png);
 background-repeat: no-repeat;
 background-position: 0 .1em;
 padding-left: 20px;
 margin-bottom: 30px;
}

.entry ul.bullet{
 list-style-type: circle; 

}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 150px;
	padding: 5px 0px 5px 15px;
       
}

#sidebar ul {
	margin: 0;
	padding-left: 0px;
	list-style: none;
        
}

#sidebar li {

}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
color: red;

}

#sidebar li li {
	
	 text-align: center; 
        font-weight: bold;
        font-size: 15px;
	border-bottom: none;
        padding-bottom: 10px;

        
}

#sidebar h2 {
	margin: 0;
	padding: 24px 0 3px 20px;
	border-bottom: none;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
        }

#sidebar a {
	text-decoration: none;
color: green;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar li .randomtext-4 {
 font-size: 15px;
 text-align: center;
  padding-left: 10px;
}

#search {
}

#search div {
	padding: 30px 0 0 20px;
}

#search br {
	display: none;
}

#comment {
	width: 400px;
}

#notes {
	padding: 20px 0 0 20px;
}

/* Footer */

#footer {
	width: 850px;
        height: 71px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/footer.jpg) no-repeat;
}

#footer p {
	margin: 0;
        padding-top: 50px;
	text-align: center;
	font-size: smaller;
	color: #eee;
}

#footer a {
	color: #eee;
}
