/*
Theme Name: Bay Area Orthopaedic Sports & Spine
Theme URI: 
Description: 
Version: 1.0
Author: HARDLOGIC [ Graphic Design + Creative Services ]
Author URI: http://hardlogic.com/
*/

/*
Orange: #F56F0A
Yellow: #FAA833
Gray: #2B2525
Red: #660000
*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #2b2525 url(images/body_bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
h1 {
}
h2 {
	font-family: Georgia, serif;
	font-size: 21px;
	font-style: normal;
	font-weight: normal;
	color: #660000;
	margin-bottom: 15px;
}
h3 {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
h3 {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
p {
	margin: 10px 0;
}
hr {
	margin: 10px 0;
	border-top: 1px dashed #999;
	border-right: 1px none #999;
	border-bottom: 1px none #999;
	border-left: 1px none #999;
	clear: both;
}
ol, ol li {
	margin: 5px;
	padding: 5px;
}
a:link, a:visited, a:hover, a:active {
	color: #660000;
}
#wrapper {
	margin: 20px auto auto;
	width: 800px;
	padding: 0px;
	background: #FFF;
}
#header {
	background: url(images/header_bg.gif) no-repeat left top;
	height: 95px;
	width: 800px;
	clear: both;
}
#header div.address {
	font-size: 12px;
	color: #666;
	line-height: 16px;
	font-style: normal;
	margin-left: 300px;
	padding: 55px 0px 0px 0px;
}
#navigation {
	background: url(images/navigation_bg.gif) repeat-x;
	height: 40px;
	width: 790px;
	clear: both;
	padding-left: 10px;
}
/*
#navigation ul {
	margin: 0px;
	padding: 0 0 0 10px;
	list-style: none;
}
#navigation ul li {
	display: inline;
	margin: 0;
}
#navigation ul li a {
	font: 12px Georgia, "Times New Roman", Times, serif;
	padding: 12px 8px;
	color: #FFF;
}
#navigation ul li a:link {
	text-decoration: none;
}
#navigation ul li a:visited {
	text-decoration: none;
}
#navigation ul li a:hover {
	text-decoration: none;
	background: url(images/navigation_on.gif);
}
#navigation ul li a:active {
	text-decoration: none;
}
*/
/*
#dropmenu, #dropmenu ul {
	margin:0;
	padding:0;
	list-style-type:none; 
	list-style-position:outside; 
	position:relative; 
	line-height:40px; 
	z-index:300; 
	width:100%;
}
#dropmenu a {
	display:block; 
	font: 12px Georgia, "Times New Roman", Times, serif;
	padding: 1em;
	color:#ffffff; 
	text-decoration:none; 
}
#dropmenu a:hover, .current_page_item a {
	background:#333; 
	color:#fff;
	background: url(images/navigation_on.gif) repeat-x;
}
#dropmenu li {
	float:left; 
	position:relative;
}
#dropmenu ul {
	background:#333; 
	position:absolute; 
	display:none; 
	width:14em; 
	top:3em; 
	left:0;
}
*/
#dropmenu ul a {
/*	border-left:1px solid #c8c8c8; */
	}
#dropmenu li ul {
/*	border-top:1px solid #c8c8c8; */
	width:14em;
	}
#dropmenu li ul a {
	width:12em; 
	height:auto; 
	float:left;  
/*	border-bottom:1px solid #c8c8c8; */
}
#dropmenu ul ul {
	top:auto;
}
#dropmenu li ul ul {
	left:14em; 
	margin:0;
}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display:none;
}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display:block;
	background-color: #000;
}
#content {
	clear: both;
}
#sidebar {
	float: left;
	width: 170px;
	padding: 30px 15px;
}
#sidebar-content {
	float: left;
	width: 540px;
	padding: 30px;
}
#sidebar h2 {
	margin: 0;
	font-size: 16px;
}
#sidebar ul {
	list-style: square;
	margin: 5px 10px;
	padding: 5px;
	color: #999;
}
#sidebar li {
	margin: 5px 0;
}
#sidebar a {
	background: none;
}
#sidebar li.current_page_item a {
	color: #660000;
}
.sidebar-bg {
	background: url(images/col_shadow.gif) repeat-y 600px;
}
#breadcrumb {
	font: 10px Helvetica, sans-serif;
	height:20px;
	line-height:20px;
	color:#9b9b9b;
	width:100%;
	overflow:hidden;
	margin:0px;
	padding:0px;
	border-top: 1px solid #cacaca;
	border-right: 1px none #cacaca;
	border-bottom: 1px solid #cacaca;
	border-left: 1px none #cacaca;
}
#breadcrumb li {
	list-style-type:none;
	float:left;
	padding-left:10px;
}
#breadcrumb a {
	height:20px;
	display:block;
	background-image:url(images/bc_separator.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 15px;
	text-decoration: none;
	color:#000;
}
#breadcrumb a:hover {
	color:#35acc5;
}
.home {
	border:none;
	margin: 8px 0px;
}
.home-bg {
	background: url(images/col_shadow.gif) repeat-y 350px;
}
#footer {
	background: url(images/footer_bg.gif) no-repeat;
	height: 40px;
	width: 800px;
	clear: both;
	padding: 25px;
}
#footer div.address {
	font-size: 11px;
	color: #FFF;
	line-height: 16px;
	font-style: normal;
	margin-left: 190px;
}
#home-splash {
	background: #000 url(images/homesplash.jpg) no-repeat left top;
	margin: 5px;
	height: 230px;
	width: 790px;
	clear: both;	
}
#home-flash {
	float: left;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	margin-top: 90px;
	margin-left: 10px;
	height: 130px;
	width: 585px;
}
#home-flash p {
	margin: 65px 0 0 410px;
}
#home-practice {
	background: #FFFFFF;
	padding-bottom:15px;
	font-size:15px;
}
#home-practice p {
	margin:15px 15px 0 15px;
}
#home-physicians {
	background: #ffffff url(images/col_shadow.gif) repeat-y 350px;
}
.physicians-isono {
	float:left;
	width:320px;
	padding:0 15px;
}
.physicians-strudwick {
	float:left;
	width:420px;
	padding:0 15px;
}
#home-specialties {
	float: left;
	color: #FAA833;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-left: 1px solid #2B2525;
	height: 200px;
	margin-left: 15px;
	width: 144px;
	padding: 15px;
}
#home-specialties ul {
	padding: 1;
	margin: 10px 0 10px 0;
	list-style: square;
}
#home-specialties li {
	padding-left: 1px;
	margin-left: 10px;
}
#home-specialties strong {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #F56F0A;
}
#home-affiliations {
	background: #FFFFFF;
}
/*
#home-affiliations img {
	margin: 0 15px;
}
*/
#home-col-left {
	float: left;
	width: 350px;
}
#home-col-left {
	float: left;
	width: 350px;
}
#home-col-left p {
	margin: 15px;
}
#home-col-left .post p, #home-col-left .post h4 {
	margin: 10px 5px;
}
#home-col-left h2, #home-affiliations h2, #home-practice h2, #home-physicians h2 {
	font-family: Helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	background: url(images/h2_bg_tile.gif) repeat-x;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
}
#home-col-right {
	float: left;
	width: 450px;
}
#home-col-right h2 {
	font-family: Helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	background: url(images/h2_bg_norepeat.gif) no-repeat;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
}
.floatleft {
	float: left;
}
.floatright, .alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.clearfix {
	clear: both;
}
.page {
/*	padding: 30px; */
}
.page ul, .page li {
	padding: 5px;
	margin: 5px;
	list-style: square;
}
.post, #respond {
/*	padding: 30px; */
}
#home-col-left .post, #home-col-right .post {
	margin: 10px;
	border-bottom: dashed 1px #999;
}
#sidebar-content .post {
	padding: 10px 0;
	border-bottom: dashed 1px #999;
}
.photoframe {
	background-color: #fff;
	margin: 0 10px 10px;
	padding: 3px;
	border: solid 2px #cccccc;
}
.entry img {
	background-color: #fff;
	padding: 3px;
	border: solid 2px #cccccc;
}
.entry img.noborder {
	background-color: none;
	padding: 0;
	border: none;
}
.entry ul {
	list-style: square;
	margin: 5px 10px;
	padding: 5px;
}
.entry li {
	margin: 5px 0;
}
.entry ol {
	margin: 5px 10px;
	padding: 5px;
}
.widgettitle {
}
.promoimage {
	float: left;
	margin: 0 10px 10px 0;
	background-color: #fff;
	padding: 3px;
	border: solid 2px #cccccc;
}
.postdate {
	font-size: 10px;
	font-style: italic;
	color: #666;
	margin-top: -10px;
	padding: 0;
	display: block;
}
#sidebar form {
	margin-top: 0;
}
form #s {
	width: 135px;
	height: 25px;
	border: solid 1px #999;
	display: inline;
}
form #searchsubmit {
	/*
	width: 170px;
	margin-top: 5px;
	background-color: #333;
	color: #fff;
	border: none;
	*/
	display: inline;
	vertical-align: middle;
	margin-top: -2px;
}
.hidden {
	visibility: hidden;
}
.navigation {
	margin: 10px 0;
}
.col-double {
	float:left;
	width:45%;
	padding:0 2.5%;
}
