/*
Theme Name: Brookhaven Hospital Blog
Theme URI: http://www.brookhavenhospital.com/
Description: Weblog theme for Brookhaven Hospital
Author: Kyle Baczynski
Author URI: http://discuss.nu/
Version: 1.0
*/

/* CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:top;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* rm 
/* General */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a,a:visited,a:hover,a:active {
	color: #006531;
	text-decoration: none;
}
h2 {
	font-size: 18px;
}
.clear {
	clear: both;
}

/* Header */
#topbar {
	height: 21px;
	border-top: 1px solid #0f4529;
	border-bottom: 1px solid #0f4529;
	background-color: #b6c6be;
	width: 100%;
	margin-top: 10px;
}
#logobar {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
left:10px;
position:absolute;
top:26px;
width:100%;
}
#logobar td  {
vertical-align:top;
}
#logo {
	float: left;
}
#bargraphic {
	float: right;
}
#navbar {
background-image:url(/wordpress/wp-content/themes/brookhaven/images/navbarbg.gif);
background-repeat:repeat-x;
height:26px;
left:10px;
position:absolute;
top:0;
width:100%;
}

/* Navigation */
#navbar ul {
	float: right;
}
#navbar ul li {
	display: inline;
	list-style-type: none;
}
#navbar ul li a {	
	padding: 0 10px;
	font-weight: bold;
	font-size: 12px;
	color: #0f4529;
	float: left;
	background-color: #b6c6be;
	height: 21px;
	line-height: 21px;
}
#navbar ul li a:hover {
	background-color: #FFFFFF;
}

/* Sidebar */
#sidebar {
	width: 245px;
	float: left;
	margin-left: 10px;
clear:left;
}
#address {
	font-size: 9px;
	width: 195px;
	margin: 0 auto;
}
.divider {
	height: 2px;
	width: 100%;
	background-color: #b5c7bd;
	margin: 10px 0;
}
.widgets {
	margin-left: 10px;
}
.widgets li {
	margin-bottom: 10px;
}
.widgets li ul li {
	margin: 3px 0 3px 10px;
}

/* Main */
#main {
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
height:26px;
left:5px;
position:absolute;
top:250px;
width:100%;
}
#main .post {
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	min-width: 500px;
font-size:12px;
padding-left:25px;
/*padding-top:28px;
padding-right:28px;
*/
}
#main .post p {
	margin-bottom: 10px;
}

/* Rightbar */
#rightbar {
	width: 200px;
	float: right;
	padding-right: 10px;
}

/* Font Styles */
.small {
	font-size: 9px;
}
.center {
	text-align: center;
	width: 100%;
}
.big {
	font-size: 14px;
	font-weight: bold;
}
.lightgrn {
	color: #527963;
}
#lightbar {
background-image:url(/wordpress/wp-content/themes/brookhaven/images/navbarbglight.gif);
background-repeat:repeat-x;
height:26px;
left:10px;
position:absolute;
top:224px;
width:100%;
}
.style3 {
color:#527963;
font-size:12px;
font-weight:bold;
}

#programs table {
border-bottom:1px solid #0F4529;
}

#rightbar p {
padding:12px;
}

#programs td {
border-left:1px solid #0F4529;
border-right:1px solid #0F4529;
border-top:1px solid #0F4529;
padding-left:10px;
}