/*  
Theme Name: Mine
Theme URI: http://blog.paulbonser.com
Description: My Blog Theme
Version: 0.1
Author: Paul Bonser
Author URI: http://blog.paulbonser.com

*/

.recent_visitors
{
  clear: left;
}

.photo_caption,
.attribution
{
  font-style: italic;
  font-size: 80%;
}

.attribution
{
  width: 100%;
  text-align: center;
}

.attribution a,
.attribution a img
{
  border: 0px none;
}

.pitch
{
  font-style: italic;
  margin: 10px;
}

img.alignleft
{
  display: block;
  float: left;
  margin-right: 1em;
}

.postimage img
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  background-color: #f0f0f0;
  border: none;
}

.postimage img:hover
{
  background-color: #e0e0e0;
}

.vslist th
{
  text-align: left;
}

.vslist td,
.vslist th
{
  padding: 5px;
  border-spacing: 0px;
  border-collapse: collapse;
}

.vslist tr.other
{
  background-color: #ccc;
}

body {
  font-family: Georgia, serif;
  font-size: small;
  line-height: 120%;
  margin: 0;
  padding: 0;
}

#page {
    width: 780px;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -490px;
}

#header {
  margin-top: 3em;
  margin-left: 160px;
  border-bottom: solid 1px;
}

#header h1 {
  letter-spacing: 5px;
  margin: 0px 0px 5px;
}

#header h1 .log{
  letter-spacing: normal;
}

#header h1 a,
#header h1 a:link,
#header h1 a:visited
{
  text-decoration: none;
  color: black;
}

#content {
  margin-left: 180px;
  margin-right: -800px;
  margin-top: 20px;
  width: 600px;
  float: left;
}

blockquote {
  padding-left: 10px;
  border: 4px solid #ddd;
}

.edit_note { 
  font-style: italic;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 4px solid #ddd;
}

#sidebar {
  float: left;
  width: 160px;
  border-right: 1px solid;
}

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

#sidebar li {
  display: block;
  padding-right: 1em;
  border-bottom: 1px solid;

}

#sidebar ul li ul li{ 
  padding-right: 0px;
  border: none;
}

#sidebar #meta { 
  border: none;
}

#sidebar ul li#bloglog_widget
{
  padding-right: 0px;
}

#sidebar .sidebar_widget
{
  float: right;
}

#header .description, 
#sidebar h2,
h2.date
{
  font-family: "Trebuchet MS", Trebuchet, sans-serif;
  font-size: small;
}

#sidebar h2 {
  text-align: right;
  font-weight: bold;
  margin-bottom: 0px;
}

#sidebar ul ul {
  text-align: right;
  margin-bottom: 1em;
}

#sidebar .aktt_tweets ul
{
  width: 200px;
  float: right;
  overflow: hidden;
}

#sidebar .aktt_tweets ul a
{
  display: block;
  margin-bottom: 3px;
}

#aktt_tweet_form
{
  float: right;
  clear: both;
}

#aktt_credit
{
  clear: both;
}

h2.pagetitle {
  font-size: medium;
  margin: 0px 0px 5px;
  color: #aaa;
}

h2 a {
  margin: 1px 0px 13px;
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h2 a,
h2 a:link,
h2 a:visited
{
  text-decoration: none;
  color: black;
}

h2 a:hover,
#header h1 a:hover
{
  color: #b0b0b0;
}

#rightbox {
    position: absolute;
    top: 75px;
    left: 50%;
    margin-left: 310px;
}
#rightbox img {
    border: none;
}

#footer {
    clear: left;
  font-size: smaller;
/*  position: fixed;
  right: 2px;
  bottom: 0px;
*/
  margin-right: 25%;
  text-align: right;
}

p {
  margin: 1em 0px;
}

.postmetadata {
  color: #aaa;
  text-align: right;
  font-size: small;
}

.posted a {
  font-size: small;
}

#searchbox {
  text-align: right;
}

#searchbox #s {
  width: 95%;
  border: solid 1px;
}

ol.commentlist li
{
  /*clear: both;*/
}

.eg-image
{
  margin: 5px;  
}


#lastfmbox
{ 
  position: absolute;
  right: 5px;
  top: 100px;
  padding: 0px; 
  padding-bottom: 10px; 
  width: 200px;
}

#lastfmrecords
{
  width: 180px;
  padding: 0px;
  margin: 0px;
}

#lastfmrecords li 
{ 
  list-style-type: none; 
  margin: 0px; 
  padding: 0px; 
  display: block; 
  float: left;
}
img.cdcover 
{ 
  height: 85px; 
  width: 85px; 
  margin: 0px 5px 5px 0px; 
  border: 0px; 
}

img.cover1
{
  height: 175px;
  width: 175px;
}

#listeningto 
{
  font-weight: bold;
  font-size: small;
}

pre {
    overflow: auto;
}

/* begin april fool 
body {
background-color: pink;
background-image: url("dance.gif");
}

#content, #header, #sidebar {
background: pink;
} */