/*
Theme Name: Sphaerula
Version: 1.0
Description: Sphaerula is modified from <a href="http://wpthemeland.com/themes/unlimited/" title="Unlimited">Unlimited</a>, a 2-column fixed width wordpress theme, with custom header image, by <a href="http://wpthemeland.com" title="WP Theme Land">WP Theme Land</a>.
Author: Conrad Halling
Author URI: http://sphaerula.com/
*/

body
{
  margin:      0;
  padding:     0;
  text-align:  left;
  font-family: Verdana, sans-serif;
  font-size:   13px;
  line-height: 1.2em;
  background:  #f0fff0;
}

h1,h2,h3,h4,h5,h6
{
  color:       #006600;
  font-family: Times, serif;
  text-align:  left;
  font-weight: normal;
  font-style:  italic;
  line-height: 1.0em;
  padding:     0;
  margin:      12px 0 12px 0;
}

h1
{
  font-size:   2.0em;
}

h2
{
  font-size:   1.6em;
}

h3
{
  font-size:   1.4em;
  margin-left: 3px;
}

h4
{
  font-size:   1.2em;
  margin-left: 6px;
}

h5
{
  font-size:   1.1em;
  margin-left: 9px;
}

h6
{
  font-size:   1.0em;
  margin-left:  12px;
}

li 
{
	padding:0.3em 0;
	margin:0;
}
blockquote{
	background: #EFE;
	padding: 5px;
	margin:1em;
}
abbr 
{
	border-bottom:#000 1px solid;
}
	
a img
{
    border-style:           none;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

img.figure
{
    border:                 solid 1px #888888;
}

img.icon
{
    padding:                10px 5px 10px 5px;
}

img.right 
{
	float:right;
	margin:0 0 1em 1em;
}
img.left 
{
	float:left;
	margin:0 1em 1em 0;
}

a 
{
	text-decoration: none;
	border:          none;
	background:      transparent;
}

a:link, a:visited 
{ 
	color:           #007700;
}

a:hover, a:active 
{ 
	color:           #003300;
}

#rap 
{
	margin:          0 auto;
	padding:         0;
	width:           70em;
	text-align:      left;	
	background:      #fff;
	border:          #99CC99 1px solid;
}

ul#menu {
	list-style:      none;
	margin:          0;	
	padding:         0;
	background:      #DED;	
	height:          2em;
	line-height:     2em;
	border-top:      #99CC99 1px solid;
	border-bottom:   #99CC99 1px solid;
	font-size:       1.1em;	
}

ul#menu li 
{
    float:           left;
    margin:          0;
    padding:         0;
    list-style:      none;
    background:      none;	
}

ul#menu li a
{
    display:         block;
    padding:         0 18px;
    border:          none;  
    color:           #000000;
}

ul#menu li a:hover, ul#menu li a:active, ul#menu li.current_page_item a
{
    background:      #BDB;	
    color:           #000000;
}

ul#menu li.feed
{
    float:           right;	
}

ul#menu li.feed a 
{
    background:      url(img/feed.gif) no-repeat left;
}

ul#menu li.feed a:hover 
{
    text-decoration:underline;
}

/* This style is overridden elsewhere */
#header {
	margin:         0;
	padding:        0;
	width:          70em;
	height:         9em;
	background:     #FFEEEE url(img/header.jpg) no-repeat center;
}

/* This style is overridden elsewhere */
#header h1 {
	margin:         0;
	padding:        10px 0 0 15px;
	font-weight:    normal;
	font-size:      2em;
	font-variant:   small-caps;
}

/* This style is overridden elsewhere */
#header h2 {
	margin:         0;
	padding:        0 0 0 15px;
	font-weight:    normal;
	font-size:      1em;
}

/* This style is overridden elsewhere */
#header * 
{
	color:          #blank;
}

#content {
	float: left;
	margin: 0px;
	padding: 0 2em;
	width: 48em;
	color: #000000;
	text-align: left;
	background:#fff;
    border-right: #99CC99 1px solid;
}

/* sidebar styles */

#sidebar {
    float:          left;
	margin:         0 0 0 -1px;
	padding:        0;
	width:          18em;	
	border-left:   #99CC99 1px solid;
    font-size: 90%;
}	

#sidebar ul 
{
    margin:         0;
	padding:        0;
	list-style:     none;
}

#sidebar ul ul, #sidebar p, #sidebar form, #sidebar .textwidget
{
    margin:         0px 0 0 5px; # top, right, bottom, left
}

#sidebar li 
{
    margin:         0 0 0 10px;
	padding:        0.3em 0;
}

#sidebar li li
{
	margin:         0;
	padding:        0.3em 0;
}

#sidebar h2 {
	margin:         10px 0 0 0px;
	font-size:      1.6em;
	letter-spacing: 0.09em;
	font-weight:    normal;
	color:          #000000;	
}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Calendar */

#footer {
	clear:      both;
	margin:     0 auto;
	padding:    5px 0;
	width:      70em;
	text-align: center;
	border-top: 1px solid #99CC99;
/*	font-size:  80%; */
}

#content h2, #content h3 {
	font-size:1.6em;
	font-weight:normal;	
}
#content .post 
{
	padding-bottom:2em;
}
#content p {
	margin:0 0 10px;
	line-height:1.7em;
}
.posted {
    clear: both;
	margin: 15px 0;
	padding:5px;
	color: #666;
	background:  #EFE; /* url(img/topbg.gif) repeat-x top; */
} 

#content ul li {
	line-height: 120%;
	background:transparent url(img/simplearrow.png) left top no-repeat;
	margin:0.5em 0;
	padding:0 1.5em;	
	list-style:none;
}
hr 
{
	display:none;
}
#comments, #respond{
	margin-bottom: 1em;
	margin-top: 2em;
}
.commentlist 
{
	margin:10px;
	padding:10px 20px;
}
#commentform 
{
	margin:10px;
	padding:10px;
}
.commentlist {
	margin: 0;
	padding: 0;
	border-top:#99CC99 1px solid;
}
.commentlist li 
{
	list-style:none;
	margin: 0;
	padding: 1em;	
	border-bottom:#99CC99 1px solid;
}
.commentlist li .cmtinfo 
{
	font-size:1em;		
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
	border-bottom:#99CC99 3px double;
}
.commentlist li em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
.commentlist .alt {
	background:#EFE;
}
input.textbox, textarea
{
	background:#EFE;
	border:#99CC99 1px solid;
}
textarea 
{
	width:80%;
}
#header, #content, #sidebar, #footer, .widget
{
	overflow:hidden;
}
