/*
Theme Name: Tabula Rasa CEC 05/08
Description: This is a blank Wordpress theme from InsideOut Solutions for InsideOut Solutions Customers; revised and stripped to bare necessities by Carolyn Cooper
Author URI: http://www.insideout.com



/*-----------Block Level Elements--------------*/

#blogcontent
{
	font-size: 1em;
	line-height: 1.8em;
	background-color: #CC9;
	padding-left: 20px;
}

#blogcontent h1, h2, h3, h4
{
	font-family: "Trebuchet MS"; Georgia; Times New Roman; Times; serif;
	padding-bottom: 4px;}

#blogcontent h2 {
	font-size: 1.4em;
}

#blogcontent h3 {
	font-size: 1.2em;
}

#blogcontent h4 {
	font-size: 1em;
}

*html #blogcontent {height: 30px; overflow: visible;}

*html #blogcontent {
	
}

.wpcontainer
{
	width: 72%;
	margin: 0;
	padding-right: 20px;
	float: left;
	border-right: 1px solid #FBFCEB;
}

#blogwrap #blogcontent {padding: 0 3px}

#blogsidebar
{
	width: 23%;
	float: right;
	padding: 10px;
}

*html #blogsidebar {width: 20%;}

#blogfooter {
	clear: both;
	width: 920px;
	background: #aa9;
}

#blogbottomNav{

	clear: both;
	
}

#blogbottomNav a{

	font-size: .8em;

}

#blogcopyright{

	color: #fff;
	font-size: .7em;
	padding: .5em .5em .1em .5em;
	text-align: right;

}

/* General Class Definitions */

.clear{ clear: both; }

.image { margin: 8px; }

.right { float: right; }

.left { float: left; }

/* More */

/*-------------The Post-------------*/

h2 a:hover, h2 a:visited, h2 a
{
	font-size: 1em;
}

.post
{
	margin: 10px 20px 10px 0;
	clear: both;
}

.post p {

}

.post a {

}

.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata
{
	clear: both;
	font-style: italic;
	padding: 3px;
	border-color: #AA9;
	border-width: 1px 0 1px 0;
	border-style: dashed;
	font-size: .9em;
}
.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle
{
	padding-top: 1.1em;
}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#blogsidebar ul {
	margin-left: 8px;
	padding-left: 8px;
}

#blogsidebar ul h2 { font-size: 1.1em; }

#blogsidebar ul li
{
	list-style: none;
}

#blogsidebar ul ul {
}

#blogsidebar ul ul li {

}

#blogsidebar ul ul ul {

}

#blogsidebar p {

}

#blogsidebar a {
}
#blogsidebar a:hover {

}

#blogsidebar a:visited {

}

#blogsidebar .sidebarHome
{
	padding-top: 20px;
	padding-bottom: 4px;
}

/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small .commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/*-------------Other------------------*/

hr {
	display: none;
}

#comment {
	width: 90%;
	background-color: #fff;
}

.comments
{
	font-size: 1em;
}

.post img
{
	float: right;
	margin: 5px;
	border: 2px #FFF solid;
}

* html #footer-wrapper {
   float: left;
   position: relative;
   z-index: 10;
   clear: both; /* IE fix for footer jumping up when right column is short */
   margin-left: 2px;
   padding-bottom: 10010px;
   margin-bottom: -10000px;
   background: #ffffff; /* Same as body background */
  }
   
   .headeralt {display: none}
   
#header a img {border: none}

.flickrmetadata { font-size: .8em; line-height: 1.1em; }

