/* 
Theme Name: whiteboard
Theme URL: http://whiteboardframework.com/
Description: A blank theme for you to draw on.
Author: Brian Purkiss
Author URI: http://brianpurkiss.com
Version: 2.0.1

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/
/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */
html, body, div, span, applet, object, iframe,h1, h2, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td
{
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
}

h1
{
	text-align:center;
	font-family: verdana;
	font-size: 350%;
}
caption, th, td
{
	text-align: left;
	font-weight: normal;
}
td.footerlinks
{
	text-align: right;
}
table
{
	border-collapse: separate;
	border-spacing: 0;
}
#footerlinks
{
	position: absolute;
	right: 100px;
	bottom: 0px;
	padding-bottom: 85px;
	text-align: right;
	font-size: 80%
}
#topTitle
{
	text-align: center;
	vertical-align: center;
}
blockquote:before,blockquote:after,q:before,q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}

{
	margin: 0;
	padding: 0;
}
/*
Here is a list of all the <DIV>s in Whiteboard.
*/
#container
{
	background-image:url('images/background.png');
}
.post
{
}
.postmeta
{
}
.postnavigation
{
}
#header
{
	position: absolute;
	top: 100px;
	left: 100px;
	right: 100px;
	height:100px;
	background-image:url('images/header_background.png');
	
}
#searchform
{
}
#content
{
	position: absolute;
	left: 244px;
	right: 100px;
	top: 200px;
	bottom: 100px;
	background-image:url('images/background.png');
}
#sidebar
{
	position: absolute;
	width: 134px;
	left: 100px;
	top: 200px;
	bottom: 100px;
	background-image:url('images/background.png');
	padding-left: 10px;
}
#sidebar ul li{
list-style-type: none;
}
#sidebar h2.widgettitle
{
	display:none;
}
#comments
.comments_navigation
{
}
.comments_navigation
{
}
.comments_reply
{
}
.comments_text
{
}
.comments_meta
{
}
