/*
Theme Name: Tim Showers Custom Theme
Theme URI: http://www.timshowers.com/
Description: My Theme Yo
Version: 1.0
Author: Tim Showers
Author URI: http://www.timshowers.com/

Blue: #209cea;
*/

body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;

	font-family:"Lucida Grande",  "Lucida Sans Unicode", Verdana,  Arial,  Helvetica,  sans-serif;
	font-size:13px;
	line-height: 20px;
}

a img {
	border: none;
}

#container {
	width: 990px;
	padding: 0;
	margin: 0 auto 0 auto;
	background-color: #FFF;
}

#header {
	width: 125px;
	height: 560px;
	float: left;
}

#headimage {
	visibility: hidden;
}

#content {
	width: 610px;
	height: 800px;
	padding: 30px 10px 0 20px;
	float: left;
}

/* Page Content */
div.post {
	padding-bottom: 10px;
	clear: both;
	overflow: auto;
}

.post h1,h2,h3,h4,h5,h6, h3#comments {
	font-family: Palatino, Georgia, Garamond, "Times New Roman", serif;
}

h3#comments {
	font-size: 24px;
}

.post h2 {
        font-size:36px;
        line-height: 40px;
        letter-spacing: -2px;
        font-weight: normal;
        color: #222;        
}

.post h2 a {
	font-family: Palatino, Georgia, Garamond, "Times New Roman", serif;
        font-size:36px;
        line-height: 40px;
        letter-spacing: -2px;
        font-weight: normal;
        color: #222;
        
        
        text-decoration: none;

}

.post h3 {
	font-size: 24px;
        line-height: 26px;
        letter-spacing: -1px;	
        font-weight: normal;
        color: #222;
        
}

.post h4 {
	font-size: 18px;
        line-height: 20px;
        letter-spacing: -0.5px;	
        font-weight: normal;
        color: #222;
}

.post a {
	color: #209CEA;
}

.post ul {
	list-style-position: inside;
}

.post hr {
	clear: both;
}

.commentlist {
	padding: 0;
}

.commentlist li a {
	color: #209CEA;

}

.commentlist li {
	list-style-position: inside;
	margin: 0;
	padding: 5px 10px;
	border-top: 1px solid #3baeae;
	border-bottom: 1px solid #3baeae;	
}

.commentlist li.alt {

	background-color: #eaf7ff;
	border-bottom: none;
}

#commentform a {
	color: #209CEA;
}

/* In-Post image alignment */
img.alignleft, div.alignleft
{
	float:left;
	margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright
{
	float:right;
	margin:0 0 0.5em 0.5em;
}
img.aligncenter, div.aligncenter
{
	text-align:center;
	margin:0 auto;
}

p.wp-caption-text {
	text-align: center;
	color: #444;
	margin-top: 2px;
}

/* Sidebar */
#sidebar {
	width: 225px;
	height: 800px;
	padding: 0;
	margin: 0;
	float: left;	
}

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

#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul#menu {
	margin: 20px 0 60px 0;
	padding: 0;
}

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

#sidebar ul#menu li#blog {
	padding-bottom: 2px;
}

#sidebar ul#menu li#projects {
	padding-bottom: 3px;
}

#sidebar h2 {
	margin: 30px 0 5px 0;
}

#sidebar ul li a {
	color: #209CEA;
}

p.tags a {
	color: #209CEA;
	text-decoration: none;
}

/* Comments section */
h3#respond {
	font-size: 24px;
	line-height: 26px;
	letter-spacing: -1px;	
	font-weight: normal;
        color: #222;
}

/* Archives */
h2.pagetitle {
	font-family: Palatino, Georgia, Garamond, "Times New Roman", serif;
        font-size:36px;
        line-height: 40px;
        letter-spacing: -2px;
        font-weight: normal;
        color: #222;
        
        
        text-decoration: none;
}

h2.pagetitle a {
	color: #222;
}