/*
Theme Name: Super Plain
Theme URI: http://www.anthonyvictorio.com/
Description: A custom built template by <a href="http://www.anthonyvictorio.com/" target="_blank">Anthony Victorio</a>.
Version: 1.0
Author: Anthony Victorio
Author URI: http://www.anthonyvictorio.com/
Tags: fixed width, two column, plain, simple

	Super Plain

	This theme was designed and built by Anthony Victorio.

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

*/
body {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 auto;
}

h1, h2, h3 {
	font-weight: normal;
}

h1 {
	color: #0000FF;
}
#wrap {
	width: 960px;
	margin: 0 auto;
}

#header {
	min-height: 120px;
}

#content {
	width: 700px;
	float:right;
	padding: 10px;
}

#sidebar {
	width: 220px;
	float:left;
	padding: 10px;
	background: #edf0f1;
	margin-top: 30px;
}
#sidebar ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#sidebar li {
	margin-left: 0;
	padding-left: 0;
}
#footer {
	clear:both;
	padding: 10px;
	text-align: center;
}