/*
Theme Name: Simply Red
Theme URI: http://wordpress.org/
Description: A theme developed to be simple and spartan.
Version: 1.0
Author: John Baker
Author URI: http://artofjohnbaker.com
Tags: red, custom header, percentage width, two columns, widgets

	Simply Red 1.0
	 http://artofjohnbaker.com/

	This theme was designed and built John Baker,
	whose blog you will find at http://artofjohnbaker.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

/*Begin Font Family and Colors*/
*, body {
     color:#493d3d;
     font-family:Helvetica, Arial, sans-serif;
}
/*End Font Colors*/

/*Begin Font Sizes*/
*, body {
     font-size:1em;
}
.timestamp {
     font-size:0.7em;
}
#sidebar ul ul li {
     font-size:0.8em;
}
.redtextbold {
     color:#b00a0a;
     font-weight:bold;
}
.postmetadata {
     font-size:0.7em;
     font-style:italic;
}
.caption {
     text-align:center;
     font-size: 1em;
     font-style:italic;
}
/*End Font Sizes*/

/*Begin Links*/
a:link {
     color:#b00a0a;
}
#htabletd1 a#blogtitle, #htabletd1 #blogtitle{
     color:#ffffff;
     font-size:2em;
     text-decoration:none;
     letter-spacing:0.6em;
     text-indent:1em;
}
.post h2 a:link, .post h2 a:visited, .post h3 a:link, .post h3 a:visited  {
     text-decoration:none;
}
/*End Links*/

/*Begin Background Colors and Borders*/
body {
     background-color:#f6f5f5;
}
#header a#blogtitle, #header #blogtitle, #blogtitlespacer, .narrowcolumn, #content, #sidebar, #footer, #widecolumn, #page{
     background:none;
}
img {
     border-color:black;
}
.post h2, .post h3 {
     background-color:#ffffff;
     border:1px solid black;
}
.entry{
     background-color:#ffffff;
     border:1px solid black;
}
#sidebar {
     background-color:#ffffff;
     border:1px solid black;
}
/*End Background Colors*/

/*Begin Background Images*/
#header {
     background-image:url('images/redhead.jpg');
     background-repeat:repeat-x;
}
body {
     background-image:url('images/redheadlong.jpg');
     background-repeat:repeat-x;
}
#content {
     background-image:url('images/contentbg.jpg');
     background-repeat:no-repeat;
}
/*End Background Images*/

/*Begin Structure*/
#header {
     height:75px;
     width:780px
}

body {
     top:0px;
     text-align:center;
     margin:0 auto;
}
#page {
     width:780px;
     margin:0 auto;
     text-align:left;
}
#sidebar {
     width:210px;
     margin-top:8px;
     float:left;
}
#sidebar ul ul {
     margin-top:-10px;
     padding-bottom:10px;
}
.narrowcolumn {
     width:530px;
     float:left;
}
.widecolumn {
     width:530px;
     float:left;
}
#content {
     padding:8px 8px 8px 8px;
}
.entry {
     padding:8px;
}
.post h2, .post h3 {
     padding:3px;
}
#footer {
     clear:both;
     width:780px;
}
/*End Structure*/

/*Begin Lists*/
#sidebar ul li{
     text-indent:-25px;
     list-style-type:none;
     width:100%;
}
#sidebar ul li ul li{
     margin-left:-15px;
}
/*End Lists*/

/*Begin Searchform*/
#searchform {
     margin-top:8px;
     text-indent:-20px;
}
#s {
     width:100px;
     height:15px;
     background-color:#000000;
     color:#ffffff;
     font-size:0.8em;
}
#searchsubmit {
     background-image:url('images/eye.gif');
     border: 0px solid black;
     background-repeat:no-repeat;
     height:20px;
     width:20px;
     cursor:pointer;
}
/*End Searchform*/

/*Begin Tables*/
#htable {

}
#htable #htabletd1 {
     height:52px;
     vertical-align:middle;
}
#htable #htabletd2{
     height:20px;
     font-size:0.8em;
     color:#ffffff;
     vertical-align:middle;
     text-indent:1em;
}
#htable #htabletd2 a:link, #htable #htabletd2 a:visited{
     color:#ffffff;
}
#stabletd1 {
     vertical-align:middle;
}
/*End Tables*/
