/*
Theme Name: Kobold Style
Description: A theme completely stripped of all styling. Functionality is based on the kubrick theme.
Version: 1.0
Author: Kirin Robinson

This theme was built out of the BlankSlate theme originally coded by Shawn Cope,
whose blog you will find at http://shawncope.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

@import "style/reset.css";

/* Main Body */

     body {
	font-family:Palatino Linotype,Book Antiqua,Palatino,serif;
	}

     li {margin-left:15px;}

     #page {
	margin:0 auto;
        width:600px;
	}

/* Home Page */

     #home-centerbox {
	position:absolute;
	top:40%;
        left:50%;
        height:300px;
        width:500px;
        margin:-150px 0 0 -250px;
        border:solid 1px grey;
	}

     #home-top {
	position:fixed;
	top:0;
	width:100%;
	padding:10px;
	}

     #home-bottom {
	position:fixed;
        bottom:0;
        padding:10px;
	}

/* Twitter */

     .twitter-timestamp {
	font-style:italic;
	font-size:x-small;
	text-decoration:none;
	}

/* Utility Styles */

     .alignright {
	float:right;
	}
     .alignleft {
	float:left;
	}
     .aligncenter {
	display:block;
	margin:0 auto;
	}

