/*  
   Theme Name: Sarbastic
   Theme URI: 
   Description: 
   Version: 1.0
   Author: Kenneth Bowen
   Author URI: http://kennethbowen.com
   */


/* Begin Typography & Colors */
body {
  font-family: Georgia, "Times New Roman", times, serif;
  line-height: 1.4;
  background-color: #ffffff;
  font-size: 1em;
  color: #333333;
}

#header h1 { 
  font-size: 40px;
  font-style: italic;
  margin: 0;
}

#sidebar {
  font-size: .9em;
}

#footer {
  font-size: .8em;
}

#content h2 a:hover, #content h3 a:hover {
  color: #96331C;
}

#content h2 {
  font-style: italic;
}

.postmetadata, sociable_tagline {
  font-size: .8em;
}
.postmetadata, .postmetadata a {
  color: #96331C;
}

.postmetadata a:hover {
  color: #96331C;
}    

pre {
  background-color: #dddddd;
  padding-top: .8em;
  padding-bottom: .8em;
  padding-left: .8em;
}

/* end typography & colors */

/* link style */

a {
  color: #333333;
}

a:hover {
  color: #96331C
}

.feed a {
  color: #ff6600;
}

#content h2 a, #content h3 a {
  text-decoration: none;
}

#header h1 a, #header h1 a:hover {
  text-decoration: none;
  color: #333333;
}

/* end link style */


/* begin structure */
body {
  margin-left: 137px;
}

#content {
  float: left;
  width: 620px;
}

#sidebar {
  float: left;
  width: 220px;
  margin-left: 57px;
}

#footer {
  clear: both;
}

/* End Structure */

/* Begin List Styles */
#sidebar ul {
  margin-left: 0px;
  padding-left: 0px;

}
#sidebar li {
  list-style: none;
  margin-left: 0px;
}

/* WordPress category children */
#sidebar .children li {
  margin-left: 10px;
}

/* end list styles */

/* image style */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img {
  border-style: none;
}
/* end image style */