/*
Theme Name: SimplePie
Theme URI: http://www.simplepie.org
Description: A simple, yet beautiful theme inspired by (but not stolen from) 37Signals' Backpack and Basecamp websites.
Version: 1.0
Author: Ryan Parman
Author URI: http://www.skyzyx.com
Updated: 6 April 2006
*/


/*********************************************
GENERAL STYLES
*********************************************/
* { /*global style*/
  padding: 0;
  margin: 0;
}

body {
	font:12px verdana, sans-serif;
	letter-spacing:0px;
	color:#333;
	background:#fff url(images/top-bg.gif) repeat-x top left;
}

div#site {
	width:800px;
	margin: 0 auto;
}

div#content {
	width:800px;
	xpadding: 0 10px;
	xbackground-color:#333;
}

a {
	color:#000;
	text-decoration:none;
	padding:0 1px;
}

a:hover {
	xcolor:#fff !important;
	xbackground-color:#333 !important;
	text-decoration:underline;
  xpadding:0 1px;
}

.logo img{
	xwidth: 390px;
	xheight: 80px;
	text-align:left;
}

.logo h1 {
	display: none;
	text-align:left;
}

h1#logo a, 
h1#logo a:hover {
	background-color:transparent;
	text-decoration:none;
	padding:0;
}

h2.image {
	margin:0;
	padding:0;
	text-align:center;
}

h3 {
	margin:20px 0 0 0;
	padding:0 0 10px 0;
	font-size:18px;
}

  h3 a {
  color:#66CCFF;
  }

h4 {
	margin:20px 0 0 0;
	padding:0;
	font-size:14px;
}

p {
	margin:0;
	padding:5px 0;
}

ul, li {
	list-style-type: none;	
}

ul, ol {
	margin: 5px 0;
	padding:0;
}

ul li, ol li {
	margin:0 0 0px 0;
	padding:0 0 0 0px;
}

form {
	margin:0;
	padding:0;
}

code {
	font-size:1.1em;
	background-color:#f3f3ff;
	color:#000;
}

pre {
	font-size:12px !important;
	font-family:monospace !important;
}

div#site pre {
	background-color:#f3f3ff;
	color:#000080;
	border:1px dotted #000080;
	overflow:auto;
	padding:3px 5px;
}

blockquote {
	font-size:11px;
	color:#666;
	border-left:4px solid #666;
	margin:10px 0 10px 30px;
	padding:0 5px 0 10px;
	background:#f3f3f3 url(background_blockquote.png) repeat top left;
}

input, select, textarea {
	font:11px/16px verdana, sans-serif;
	padding:2px;
}

input[type=text], select, textarea {
	background-color:#e9f5ff;
	border:1px solid #333;
}

input[type=text]:focus, select:focus, textarea:focus {
	background-color:#ffe;
}

.feed {
	width: 250px;
	float: left;
	text-align: left;
	margin: 5px 0 0 10px;
}

ul.feeds
{
  margin:0;
  padding:0;
	background-repeat: repeat-x;
	display: block;
}

  ul.feeds li
  {
	 border-bottom: 1px solid #bbb;
	 xpadding: 2px 0px;
  }

ol.feeds
{
  margin:0;
  padding:0;
	display: block;
}

ol.feeds li
{
  margin: 0 0 5px 0;
}

.feeds a 
{
	font-size: 12px;
	text-decoration: none;
	padding: 2px 0px;
	display: block; 
}

.feeds a:hover
{
  color:#ffffff !important;
  text-decoration: none;
	background-color: #838383;
}

.feeds a:visited
{
	color: #767676;
}

/*********************************************
NAVIGATION STYLES
*********************************************/
#menu
{
	position: absolute;
	right: 25px;
	margin-top: 4px;
	width: 400px;
}

#menu li
{
	float: right;
	padding: 0px 4px;
	font-size: 13px;
	color: #aaa;
}

#menu li a
{
	text-decoration: underline;
	font-size: 13px;
	color: #000;
}

#menu li.current a
{
	font-weight: bold;
}
#menu li a:hover
{
	color: #000;
	text-decoration: underline;
}

/*********************************************
FOOTER STYLES
*********************************************/
.footer {
  clear: both;
	width: 100%;
	padding: 20px 0 0 0;
	xtext-align:center;
	background:#3F72C6 url(images/footer-bg.gif) repeat-x top left;
	
	xposition:fixed;
	xbottom:0;
	xborder-top:1px solid #4F5158;
	xborder-bottom:none;
	xpadding:3px 0;
	-moz-border-radius:3px;
}

h5.footnote
 {
	color:#aaa;
	padding: 10px 0 10px;
	width:800px;
	margin:0 auto;
	xbackground-color:#3F72C6;
}

/*********************************************
CONTENT STYLES
*********************************************/
p.highlight {
	background-color:#ffc;
	font-size:11px;
	text-align:center;
}

/*********************************************
IE FIXES
*********************************************/
* html li a {  /* make hover effect work in IE */
	width: 100%;
}
