/*
Theme Name: Hamstaa
Theme URI: http://hamstaa.symphonious.net/
Description: Classy rodent inspired theme.
Version: 1.0
Author: Adrian Sutton
Author URI: http://www.symphonious.net/
*/
body {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;
}

#body {
	background-image: url("images/sidebar-filler.jpg");
	background-attachment: fixed;
	background-position: left top;
	background-repeat: repeat-y;
	background-color: rgb(255, 236, 203);
}

#sidebar {
	position: absolute;
	left: 0;
	top: 0;
	width: 190px;
	background-image: url("images/posh-hamster.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 291px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

#sidebar a, #sidebar a:active, #sidebar a:link {
	color: rgb(228, 112, 1);
}

#sidebar {
	background-color: rgb(20, 17, 12);
	color: rgb(236, 146, 0);
}

#sidebar h2 {
	color: rgb(236, 146, 0);
	text-align: center;
}

#sidebar h3 {
	color: rgb(236, 146, 0);
	font-size: medium;
	text-align: center;
}

#sidebar ul {
	padding-left: 20px;
	margin: 0;
	list-style-type: circle;
}

#sidebar ul ul {
	padding-left: 20px;
	margin: 0;
	list-style-type: circle;
}

#sidebar p.about {
	font-size: smaller;
}

#sidebar p.feed-icon {
	text-align: center;
}

#wp-calendar {
	margin-left: 10px;
	caption-side: top;
	text-align: center;
}

#wp-calendar td {
	color: gray;
}

#header {
	text-align: center;
	margin: 0;
	height: 7em;
	background-color: rgb(228, 112, 1);
	background-image: url("images/heading-filler.jpg");
	background-repeat: repeat-x;
}

#header .tagline {
	margin-top: 0;
	font-style: italic;
}

#header h1 {
	margin: 0;
	padding: 0;
	padding-top: 0.2em;
	font-size: 36pt;
}

#header h1 a:link, #header h1 a:active, #header h1 a:visited {
	color: black;
}

#searchform {
	position: absolute;
	top: 3.5em;
	right: 1em;
	font-size: x-small;
}

#searchform input {
	font-size: x-small;
}

#searchform input#s {
	width: 10em;
	background-color: rgb(255, 236, 203);
	border: 1px solid gray;
}

#footer {
	margin-left: 210px;
	margin-right: 10px;
	font-size: xx-small;
	border-top: 1px solid gray;
}

img {
	border: 0;
}

#message {
	margin-left: 210px;
	margin-right: 10px;
}

#content {
	margin-left: 210px;
	margin-right: 10px;
}

h1, h2, h3, h4, h5, h6 {
	color: rgb(50, 50, 50);
}

#content h2{
	border-top: 1px solid gray;
	padding-top: 10px;
}

h2 a:link, h2 a:active, h2 a:visited, h1 a:link, h1 a:active, h1 a:visited {
	color: rgb(50, 50, 50);
	text-decoration: none;
}

blockquote {
	font-style: italic;
	border-left: 3px solid rgb(236, 146, 0);
	padding-left: 0.5em;
	margin: 2em;
}

div.alignleft {
	float: left;
}

div.alignright {
	text-align: right;
}

div.navigation {
	margin-bottom: 10px;
	margin-top: 5px;
	height: 1em;
}

div.post {
	clear: both;
}
