/*
THEME NAME: Rubidious
THEME URI: http://themes.performancing.com/
VERSION: 1.0
DESCRIPTION: <a href="http://performancing.com/">Performancing</a>'s Theme for May 2008, designed by <a href="http://stellify.net/">Sophia Lucero</a>
AUTHOR: Ia Lucero
AUTHOR URI: http://stellify.net/
*/
@import url('reset.css');
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #333;
	background: #001 url(images/body.png) repeat-x;
}
fieldset, form, input, label, legend, textarea {
	font-family: Verdana, Geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Palatino, "Palatino Linotype", "Book Antiqua", serif;
	font-weight: normal;
}
h2, ul, ol, dl {
	position: relative; /* fix ie disappearing background & border bug */
}
.sidebar li {
	list-style: none;
}
#header, #main, #footer {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 100px;
	margin: 45px auto 20px;
}
#blog-title, #blog-description {
	margin: 0 320px 0 190px;
}
#blog-description {
	padding: 10px 0 0;
}
#main {
	background: url(images/b.gif) 0 50% repeat-y;
	padding-bottom: 40px;	
}
#menu, #posts, #sidebar {
	float: left;
}
.sidebar li {
	margin: 20px;
}
.sidebar li li, .sidebar li.widget div {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #600;
	line-height: 1.4em;
}
.sidebar li li {
	padding-left: 15px;
	background: url(images/bullet.gif) 0 15px no-repeat;
}
.sidebar li li ul {
	border-top: 1px solid #600;
	margin: 10px 0 0;
}
.sidebar li li ul li {
	border-bottom: none;
	padding-bottom: 0;
	padding-left: 15px;
}
.sidebar li h2 {
	padding: 0 0 10px;
	border-bottom: 3px solid #600;
}
#menu {
	width: 170px;
}
#sidebar {
	width: 300px;
}
#posts {
	width: 510px;
	margin-top: -20px;
	background: #fff;
}
#posts .post {
	margin: 20px 20px 40px;
}
#posts .navigation {
	text-align: center;
	margin: 30px 20px;
}
#posts .navigation .newer {
	margin-right: 10px;
}
#posts .navigation .older {
	margin-left: 10px;
}
#posts .post .meta .comments, #posts .post .meta .tags {
	padding: 0 0 10px 20px; 
	border-bottom: 1px solid #ddd; 
	margin-bottom: 10px;
}
#posts .post .meta .comments {
	background: url(images/comment.gif) 0 2px no-repeat;
}
#posts .post .meta .tags {
	background: url(images/tag.gif) 0 2px no-repeat;
}
#posts .post p, #posts .post table {
	margin: 20px 0;
}
#posts .post ol, #posts .post ul {
	margin: 20px 30px;
}
#posts .post blockquote {
	margin: 20px 10px;
	padding-left: 40px;
	background: url(images/quote.png) top left no-repeat;
}
/* comments */
#commenting {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
#commenting h3 {
	margin: 20px 0;
}
#posts .post .commentlist {
	margin: 0;
	list-style: none;
	width: 470px; /* triggers hasLayout to fix disappearing floated images inside list */
}
#posts .post .commentlist li {
	background: #f3f3f3;
	border-top: 1px solid #ddd;
	padding: 20px 0;
	clear: both;	
}
#posts .post .commentlist li.alt {
	background: #eee;
	border-top: 1px solid #ddd;
}
#posts .post .commentlist .meta {
	padding: 0;
	border: none;
}
#posts .post .commentlist .meta, #posts .post .commentlist .entry {
	margin: 0 20px;
}
#posts .post .commentlist .meta .author {
	display: block;
	text-transform: none;
	padding: 5px 0;
}
#posts .post .commentlist .meta .avatar {
	float: right;
	display: inline;
	margin: 0 0 0 10px;
}
#commentform label, #author, #email, #url, #comment {
	display: block;
}
#commentform label {
	margin: 0 0 20px;
}
#author, #email, #url, #comment, #submitcomment {
	width: 460px;
	margin: 0 0 5px;
	background: #001 url(images/body.png) repeat-x;
	padding: 7px 5px;
	border: none;
}
#comment {
	height: 150px;
}
#submitcomment {
	padding: 10px;
	background: #001;
	border: none;
	width: 200px;
}
/* footer */
#footer {
	text-align: center;
	line-height: 1.6em;
}
#copyright {
	padding: 20px 0 40px;
	margin: 0 300px 0 170px;
	border-top: 20px solid #fff;
}
/* feed */
#subscribe h2 {
	border: none;
}
#subscribe img {
	vertical-align: middle;
	margin-right: 10px;
}
/* search */
#s {
	display: block;
	border: 1px solid #600;
	background: #25000c;
	width: 254px;
	padding: 5px 2px;
	margin: 0 0 10px;
}
#searchsubmit {
	border: none;
	background: #600;
	padding: 5px;
}
/* images */
a img {
	border: none;
}
#posts img {
	border: 1px solid #eee;
	padding: 4px;
	background: #eee;	
}
#posts a img {
	border-color: #ddd;
}
#posts a:hover img {
	border-color: #ccc;
}
#posts p img {
	margin: 0 auto;
	display: block;
}
/* links */
#blog-title a {
	color: #fff;
}
#posts a, #posts .post .commentlist .meta .author a {
	color: #005;
}
#posts a:hover, #posts .post .commentlist .meta .author a:hover {
	color: #c00;
}
.sidebar a, .textwidget, #posts .post .meta, #footer a, #s, #searchsubmit  {
	color: #999;
}
.sidebar a:hover, #author, #email, #url, #comment, #submitcomment {
	color: #eee;
}
#header a, .sidebar a, #posts h2 a, #posts .navigation a, #posts .post .meta a, #footer a {
	text-decoration: none;
}
#posts .navigation, #posts .post .meta, #commentform label {
	text-transform: uppercase;
}
#posts .post .meta {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-top: 10px;
	line-height: 1.4em;
}
#blog-description, #posts .post .meta a, #commentform label, #footer {
	color: #777;
}
.sidebar h2, .sidebar h2 a, #posts .post .meta a:hover {
	color: #555;
}
/* sizes */
h1 {
	font-size: 3.0em;
}
#posts .post h2 {
	font-size: 2.4em;
}
.sidebar h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.6em;
}
h5{
	font-size: 1.4em;
}
h6, #posts .post .commentlist .meta .author {
	font-size: 1.3em;
}
#posts .entry, #commentform p {
	font-size: 1.2em;
	line-height: 1.6em;
}
#blog-description, .sidebar, #footer {
	font-size: 1.1em;
}
#posts .navigation, #posts .post .meta {
	font-size: 1.0em;
}
/* common */
.post, .sidebar {
	overflow: hidden;
}
.clear {
	clear: both;
}
/* widgets */
#tag_cloud {
	line-height: 1.6em;
}
#tag_cloud h2 {
	margin-bottom: 10px;
}