/*
Theme Name: Bad Science
Version: 2.1
Description:  Tribal-style three column layout.
Author: Christopher Denton
Author URI: 
*/

/*#############################################################
Theme Name: Dark Ritual
Theme URI: http://www.kaushalsheth.com
Version: 1.0
Description:  Tribal-style three column layout.
Author: Kaushal Sheth
Author URI: http://www.kaushalsheth.com
#############################################################*/

/*#############################################################
Name: Dark Ritual
Date: 2006-11-06
Description: Tribal-style three column layout.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */

/*** Layout ***/
* {
	margin: 0;
	padding: 0;
}

body {
	background:#333333 url(img/bg.gif) repeat scroll 0 0;
	margin:3% 0;
	color:#333333;
}
#wrapper {
	margin:0 auto;
	width: 889px;
	border: 12px solid #222222;
	background:#222222 url(img/bgmain.gif) repeat-y 161px 0;
}

#header {
	background-image: url(img/header.jpg);
	width: 689px;
	line-height: 150px;
	text-align:center;
	clear:both;
}
#header a {
	color:black;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
}
/* left sidebar */
#sidebar_left {
	float:left;
	width:161px;
}
/* Content */
#content {
	float:left;
	width: 528px;
	height:100%;
	background:#F7F7F7 url(img/bgmain.gif) repeat-y 0 0;
}
#content .padded {
	padding:18px 24px;
}

/* right sidebar */
#sidebar_right {
	float:left;
	width:200px;
	position:relative;
	top:-150px;
}

#footer {
	clear:both;
	background-image:url(img/bgfooter.gif);
	line-height:39px;
	color:#CCCCCC;
	font-size:0.9em;
	padding:0 1em;
}

/*** Free Stylin ***/

/* General */
body {
	font-family:Arial, sans-serif; font-size:65%;
}
#wrapper {
	font-size:1.2em;
}
#header {
	font-family:Verdana, serif;
	font-size:3em;
	font-weight:bold;
}
h1, h2, h3 {
	color:#999944;
}
#content h2 {
	font-size:1.9em;
}
h2 a {
	text-decoration:none;
}
p, ul {
	padding-bottom:1em;
}
ul {
	margin-left:1.2em;
}
a {
	color:#668822;
}
a:visited {
	color: #999999;
}
a:hover {
	color:#99AA66;
}
.navigation {
	text-align:center;
}
.right {
	float:right;
	padding-left:1em;
}
.left {
	float:left;
	padding-right:1em;
}
.clearer {clear: both;}
.caption { margin: 5px; padding: 5px; border: solid 1px #E5E5FF; background: #E5F2FF; font-size:90%; color: black }
.post .info{
	padding:2px 3px 3px 8px;
	border:1px solid #e3e4e4;
	background-color:#f5f5f5;
	font-size:0.9em;
	color:#505050;
}
.hidden {
	visibility:hidden;
}

/* Content */
#content img, #content object {
	max-width:480px;
}
#content .meta {
	color:#666666;
	font-size:0.7em;
}
#content .entry {
	padding-bottom: 2em;
}
#content blockquote {
	background-color: #EBEADD;
	color: #333333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}

#content .entry ul  li {
	list-style: disc outside;
	margin-left: 18px;
	padding: 5px;
}
#content .entry ol li {
	margin-left: 22px;
	padding: 5px;
}

/* Comments */
.commentlist {
	margin-left:1em;
}
.commentlist p, .commentlist blockquote {
	word-wrap:break-word;
	overflow:hidden;
}
#comment {
	width: 480px;
}

/* Left Sidebar */
#sidebar_left h2 {
	background-color: #222222;
	color: #FFFFEE;
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 24px;
	padding-top: 1em;
}
#sidebar_left ul {
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
#sidebar_left ul li {
	background-color: #89866F;
	padding:4px 0 4px 6px;
	border-bottom: 1px solid #696755;
}
#sidebar_left ul li:hover {
	background-color: #9C997C;
}
#sidebar_left ul li a {
	color:#111111;
	text-decoration: none;
}
#sidebar_left #s {
	width:142px;
}

/* Right Sidebar */
#sidebar_right {
	color:#AAAAAA;
}
#sidebar_right .padded {
	padding: 4px 4px 4px 12px;
}
#sidebar_right img {
	border:0px;
}
#sidebar_right a:link, #sidebar_right a:visited{
	color: #FF6600;
	text-decoration: none;
}
#sidebar_right ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar_right ul li a:link, #sidebar_right ul li a:visited {
	display:block;
}
#sidebar_right ul li:hover {
	background-color:#333333;
}
#sidebar_right h2 {
	margin-top:1em;
}
#sidebar_right li.page_item  a:hover {
        background-color:#2A2A2A;
}
#sidebar_right li.page_item ul li a {
	padding-left:1em;
}
#sidebar_right li.page_item ul li a:hover {
	background-color:#2A2A2A;
}

/* RSS feeds */
.rssSummary {
	font-size: smaller;
	padding: 0 0 0.25em;
}
