	/*  
Theme Name: WordPress Default
Theme URI: http://www.rickhurst.co.uk
Description: Too Old To Skate wordpress theme
Version: 1.0
Author: Rick Hurst
Author URI: http://www.rickhurst.co.uk

	Too Old To Skate
	http://www.rickhurst.co.uk

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family:"Courier New", Courier, monospace;
  color: #333;
  background-color;#fff;
  background-image: url(/too_old_to_skate_logo.gif);
  background-repeat: no-repeat;
  background-position:bottom right;
  background-attachment: fixed;
}

a {
  text-decoration:none;
  color:#06c;
}

hr {
  display:none;
}

img {
  border:none;
}

#header {
  font-size:1.3em;
}

#header .description {
  width:510px;
  color:#999;
}

#headerimg h1 {
  font-size:3em;
  margin:10px 0;
}

#headerimg h1 a {
  color:#000;
}


#content {
  font-size:1.3em;
  text-align:left;
}

#sidebar ul {
  padding:0;
  margin:5px 0 15px 0;
  background:#fff;
  font-size:1.1em;
  background:#fff;
}

#sidebar li {
  list-style:none;
}

#sidebar li h2 {
  background:#000;
  color:#fff;
  text-transform:uppercase;
  font-size:1.2em;
  margin:0;
}

#searchform {
  margin-bottom:10px;
}


.post {
  background:#fff;
}

.post h2 {
  margin:10px 0 0 0;
}

.post img {
  margin-right:10px;
  margin-bottom:10px;
}

.post small {
  font-size:0.9em;
}

.postmetadata {
  color:#999;
  clear:both;
}

.commentlist {
  width:460px;
}

textarea#comment {
  width:500px;
}


/* layout */
body {
    text-align: center;
    margin:0;
    padding:0;
}


#page {
  text-align: left;
  width:980px;
  margin:0 auto;
  position: relative;
}

#sidebar {
  float: right;
  width:145px;
}

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

#footer {
    clear:both;
}

.post {
  margin:0 50px 0 0;
  border-bottom:1px solid #ccc;
}
