/*
Theme Name: Tabula Rasa Theme
Description: Theme created for Tabula Rasa Health
Version: 2.8
Author: Code by David Powell, Art by Matt Hughes
*/

body
{
	
	background: #000000 url(images/mainbacking2.png) repeat-x top left;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-align: center;
}

#container
{
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	text-align: left;
}



#center
{
	background: transparent url(images/container.png) repeat-y top center;
	width: 941px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#header
{
	background: transparent url(images/header.png) no-repeat top center;
	width: 854px;
	height: 321px;
	margin: 0 auto;
	padding-top: 0;
	
}

#content_topper
{
	background: transparent url(images/content_topper.png) no-repeat top center;
	width: 931px;
	height: 168px;
	margin: 70px 0 0 -27px;
}

#sidebar
{
	float: left;
	margin-top: 26px;
	width: 200px;
	border: 3px #503F33 solid;
	padding-right: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;	
}

#blog_content
{
	float: left;
	width: 600px;
	margin: 0 15px 0 60px;
}

#blog_content img
{
	border: 3px #503F33 solid;
	margin: 10px;
}

.blog_entry
{
	border-bottom: 1px #403229 solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

a, a:visited
{
	color: #FFFABE;
	text-decoration: none;
}

a:hover
{
	color: #FFFABE;
	text-decoration: underline;
}

a:active
 {	
	position: relative;
	top: 1px;
 }


h2, h2 a, h2 a:link, h2 a:hover, h2 a:visited
{
	color: #ff9400;
	font-size: 1.5em;
	display: block;
	border-bottom: 2px #CC7600 solid;
	text-decoration: none;
}

#sidebar h2
{
	font-size: 1em;
	border: none;
	color: 	#FFFABE;
}

#sidebar li
{
	list-style-image: url(images/submenu_bullets.png);
	margin: 0px;
}

#footer
{

}

.clear
{
	clear: both;
}

#submenu
{
	border: 3px #503F33 solid;
	padding: 10px;
	color: #FFFABE;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

}

#submenu li
{
	list-style-image: url(images/submenu_bullets.png);
	cursor: pointer;
}

#comment
{
	display: block;
	width: 400px;
}

/*-----
	menu setup start
				-----*/

#main_menu
{
	background: transparent url(images/main_menu.png) no-repeat top center;
	margin: 0px 0 0 -43px;
	padding-top: 12px;
	width: 941px;
	height: 91px;
	color: #48BCBA;
	text-align: center;
}

#main_menu a, #main_menu a:visited
{
	text-decoration: none;
	color: #48BCBA;
}
#main_menu li
{
	display: inline;
	list-style-type: none;
	margin: 0 20px 0 0;
	font-weight: bold;
}

#main_menu ul
{
	margin: 0;
}
/*-----
	menu setup end
				-----*/
				
/*-----
	image setup start
				-----*/
				
#blog_content img
{
	border: 3px #503F33 solid;
}

#blog_content img.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#blog_content img.alignleft
{
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
}

#blog_content img.alignright
{
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
}

#facebookIcon
{
	background: transparent url(images/facebook.png) no-repeat left top;
}

#twitterIcon
{
	background: transparent url(images/twitter.png) no-repeat left top;
}

#linkedinIcon
{
	background: transparent url(images/linkedin.png) no-repeat left top;
}

#facebookIcon, #twitterIcon, #linkedinIcon
{	
	height: 100px;
	margin: 10px auto;
	width: 100px;
}

#facebookIcon a, #twitterIcon a, #linkedinIcon a
{
	display: block;
	height: 100px;
	text-indent: -99999px;
	width: 100px;
}
/*-----
	image setup end
				-----*/