/*
Theme Name: Tabula Rasa
Description: This is a blank Wordpress theme from InsideOut Solutions for InsideOut Solutions Customers
Author URI: http://www.insideout.com



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


p{ margin: 0 0 .9em 0;
	font-size: .8em;
}
h2 {
	font-size: 1.5em;
}
	
ul{

	margin: 0 0 1em 2em;
	list-style: disc;

}

.description {
	color: #eed;
}

#content {
	overflow: hidden;
}

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


.wpcontainer {
	float: left;
}

#wrap #content {padding: 0 3px}

*html #content .contentRight{

	width: 285px;
	padding: 10px;

}




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



h2 a:hover, h2 a:visited, h2 a {
	color: #111;
}

.post {
	margin: 10px;
	font-size: 1.3em;
	clear: both;
	color: #332;
}

.post p {

}

.post a {

}

.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata {
	clear: both;
	font-style: italic;
	border: 1px dashed #aa9;
	padding: 3px;
	background: #CCCE90;
	font-size: .8em;
}
.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

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

#content .contentRight ul{
	

}

#sidebar ul {
	margin:  0 0 0 0px !important;
	padding: 0 0 0 8px;
	
}

#sidebar ul h2 {
	font-size: 1.4em;
	margin: 20px 0 0;
}

#sidebar ul li {
	list-style: none;

}

#sidebar ul ul {
	
	margin: 5px 0 0 15px !important;
	
}

#sidebar ul ul li {

}

#sidebar ul ul ul {

	margin: 0;
	padding: 0;

}

#sidebar p {

}

#sidebar a {
	color: #2D3225;
	font-size: 1.1em;
}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------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------------------*/

/* --------------------------------------------------------------- */
/* image handling */
/* Images */
p img { padding: 0; max-width: 100%; }
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 }
/* Captions */
.aligncenter,
div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { border: 1px solid #DFB68B; text-align: center; background-color: #EED3B5; 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; }
/* ---*/


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

hr {
	display: none;
}

#comment {
	width: 90%;
	background-color: #eed;
	margin-left: 15px;
}

.post img {float: right; margin: 5px; border: 1px solid #222}

* 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}



