/*
Theme Name: Typing in Stereo
Theme URI: http://www.typinginstereo.com/
Description: Typing in Stereo Wordpress Theme by Ray Grant
Version: 0.1
Author: Ray Grant
Author URI: http://raygrant.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/

  * {margin: 0px; padding: 0px;}
  html, body { height: 100%; margin: 0px; padding: 0px; }
  #main { min-height: 100%; }
  * html #main {height: 100%; } 
  body {
	background: url(img/background.jpg) #ffcc00; background-repeat: repeat-x;
  }
  #main {
    position: relative; width: 997px; margin: 0 auto; background: url(img/background.png); background-position: 50% 0%; background-repeat: repeat-y;
  }

  #top_bg { position: absolute; left: 0px; top: 0px; }
  #speaker_left { position: absolute; left: 0px; top: 0px; }
  #speaker_right { position: absolute; right: 0px; top: 0px; }
  #title { position: absolute; left: 52px; top: 0px; }
  .post { position: relative; border: 1px dotted #e8cda4; border-top: 0px; border-left: 0px; border-right: 0px; padding-bottom: 20px; padding-top: 20px; }
  .calendar {
	width: 53px; min-height: 68px;
	background: url(img/calendar.png); background-repeat: no-repeat;
	clear: both;
  }
  .day { position: absolute; top: 42px; left: 0px; font-size: 24px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; width: 50px; text-align: center; }
  .month { position: absolute; top: 67px; left: 0px; font-size: 12px; font-family: Arial, Helvetica, sans-serif; width: 50px; text-align: center; }
  .year { position: absolute; top: 24px; left: 0px; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; width: 50px; text-align: center; color: #ffffff; }
  .posttitle { padding-top: 12px; margin-left: 70px; width: 450px; font-family: Helvetica, Arial, sans-serif; font-size: 24px; color: #004079; font-weight: bold; }
  a { text-decoration:none; color: #004079; font-weight: bold; }
  a.title { text-decoration:none; font-family: Helvetica, Arial, sans-serif; font-size: 30px; color: #004079; font-weight: bold; }
  .tags { font-family: Helvetica, Arial, sans-serif; font-size: 10px; color: #202020; font-weight: normal; padding-top: 3px; }
  .text { font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; margin-top: 10px; line-height: 16px; }
  #content {
	width: 560px; padding-top: 160px; margin-left: 110px; clear: both;
  }
  #right_column {
	width: 200px;
        position: absolute;
	top: 170px;
        right: 90px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
        display: block;
        clear: both;
        height: 100%;
  }
  p { padding-bottom: 10px; }
  ul { list-style-type:none; font-weight: normal; }
  li { font-weight: normal; }
  h2 { text-decoration:none; font-family: Helvetica, Arial, sans-serif; font-size: 18px; color: #000000; font-weight: bold; padding-top: 20px; padding-bottom: 10px; }
  pre { font-family: American Typewriter, Courier New }
  .tweet { padding: 4px; padding-left: 10px; padding-right: 10px; width: 186px; display: block; background: url(images/twit_bg.png); }
  .timesince { font-weight: normal; font-style: oblique; }
  .alignright { float: right; }