/*
Theme Name: WordPress RAYDOWE
Theme URI: http://raydowe.com
Description: Custom RAYDOWE theme
Version: 0.1
Author: Raymond Dowe
Author URI: http://binarybonsai.com/
Tags: raydowe
*/



/* ---------------- HTML ELEMENTS ------------------ */
body
{
	font-size: 14px;
	background-color:#000000;
	background-image:url('images/background.gif');
	background-position:center top;
	background-repeat:repeat-y;
	color:#999999;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a
{
	color:#0090FF;
}

a img
{
	border:none;
}

h2
{
	margin:15px 0 3px;
	padding:0;
}



/* ----------------- COMMON ELEMENTS ---------------- */
#page
{
	width:1000px;
	margin:0px auto;
}

#content
{
	vertical-align:top;
	width:666px;
	display:inline-block;
}

#sidebar
{
	vertical-align:top;
	width:200px;
	display:inline-block;
}

.post
{
	margin-bottom:50px;
}



