/*
Theme Name: MLBroe
Description: A custom theme for Dr. Mary Lynn Broe by <a href="http://www.christomkinstinch.com">Chris Tomkins-Tinch</a>.
Version: 1.0
Author: Chris Tomkins-Tinch
Author URI: http://www.christomkinstinch.com
*/


body {
	margin-left: 0px;
	margin-top: 0px;
	background: url(images/page_bg.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	line-height: 16pt;
	color: #000000;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	line-height: 16pt;
	color: #333333;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
	line-height: 12pt;
	color: #333333;
}

td, .td {
	vertical-align: top;
}

.mainlink {
	margin-left: 15px;
	font-size: 10pt;
	line-height: 14pt;
}

.style1 {
	font-size: 24px;
	font-weight: bold;
}

a:link {
	color: #000000;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

a:visited {
	color: #000000;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

#page{

}

#sidebar{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
	padding-right:45px;
	background-image: url(images/sidebar_rule.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	/*margin-right: 600px;*/
}

#sidebar li{
	/*line-height: 30pt;*/
	margin-top: 0.35em;
	margin-bottom: 0.35em;
}

#content{
	margin-left: 240px;
	display: block;
}

#admin-links{
	font-size: 0.7em;
	line-height: 8pt;
}

#admin-links h2{
	font-size: 1.0em;
	line-height: 8pt;
	list-style-type: none;
}

#title-text{
	text-align: center;
}

.entry p{
	text-align: justify;
	padding-right: 10px;
}

.entry>p>img{
	margin: 10px;
}

.alignright{
	float: right;
}


.alignleft{
	float: left;
}

.wp-caption p{
	text-align: center;
}

.wp-caption{
	margin-left: 10px;
	margin-top: 10px;
	padding: 2px;
	/*border: 1px solid #000;*/
}

.wp-caption-text{
	padding: 0px;
	margin: 0px;
	font-family: corbel, 'lucida grande', helvetica, sans-serif;
}