/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */

body {
	font-size: 62.5%;
/* Resets 1em to 10px */
	font-family: 'Arial', Verdana, Arial, Sans-Serif;
	background: #003333;
	color: #666666;
	text-align: left;
}

#content {
	padding-left: 7px;
	padding-right: 0px;
	vertical-align: top;
	font-size: 1.2em;
}

.box {
	border-top: 10px solid #336633;
}

.sidebarbox {
	border-top: 10px solid #999999;
}

.widecolumn .entry p {
	font-size: 1em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#bottombarright {
	background: #fff url('images/bottombar.gif') no-repeat top right;
	height: 21px;
	padding-right: 10px;
	border: none;
	color: white;
}

#bottombarleft {
	background: #fff url('images/bottombarleft.gif') repeat-x top left;
	height: 21px;
	border: none;
	color: white;
}

#footer {
	background: #fff url('images/bottombar.gif') no-repeat top right;
	height: 21px;
	border: none;
	text-align: center;
	color: white;
}

#footer .bar {
	height: 26px;
	background-color: #87763E;
}

#footer .borderleft {
	background: url('http://drbernhoft.com/wp-content/themes/default/images/footer_leftbg.gif') no-repeat left;
	width: 16px;
}

#footer .borderright {
	background: url('http://drbernhoft.com/wp-content/themes/default/images/footer_rightbg.gif') no-repeat right;
	width: 16px;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

.title {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	text-align: left;
/*color: white;*/
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #003333;
	text-align: left;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	text-align: left;
}

.entry p a:visited {
	color: #b85b5a;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

.leftarrow {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0% 6px;
}

#sidebar {
	font-family: 'Arial', Verdana, Arial, Sans-Serif;
}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #336633;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

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

.green {
	color: #003333;
}

.brightgreen {
	color: #336633;
}

.black {
	color: #000;
}

.bold {
	font-weight: bold;
}

/* End Typography & Colors */

/* @group structure */

/* Begin Structure */

body {
	margin-top: 0px;
	margin-bottom: 0px;
}

#page {
	background-color: #ffffff;
	width: 807px;
	text-align: left;
}

#header {
	

/*background: url('http://drbernhoft.com/wp-content/themes/default/images/header.jpg') no-repeat bottom center;*/
	

/*background-color: #73a0c5;*/
	margin: 0 0 0 0px;
	padding: 0;
	height: auto;
	width: 100%
}

#headerimg {
	margin: 0;
	padding: 0;
	height: 200px;
	width: 758px;
}

.narrowcolumn {
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 100%px;
	border: 1px solid #000;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}

.post {
	margin: 0 0 40px;
	text-align:left;	/*text-align: justify;*/
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

/* End Structure */

/* @end */

/* @group headers */

/*	Begin Headers */

#page .title {
	margin: 0px;
	font-size: 4em;
	font-size: 18px;
	color: green;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}

#content h3 {
	color: #666666;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	font-size: 1.6em;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}

h1, h2, h3, h4 {
	text-align: left;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	margin: 0;
	color: #003333;
	font-size: 2.75em;
}

h2 {
	margin: 0;
	color: #003333;
	font-size: 2em;
}

h3 {
	margin: 5px 0 0;
	padding: 0;
	color: #003333;
}

h3.articles {
	font-size: 1.5em;
	padding: 0;
	margin: 8px 0 8px 15px;
}

h4 {
	margin: 0;
	color: #003333;
	font-size: 1.5em;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 3px;
	border-bottom: 1px solid gray;
}

h2.pagetitle {
	margin-top: 30px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}

/* End Headers */

/* @end */

/* @group images */

/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* End Images */

/* @end */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
*/


div.entry ul li {
	margin-bottom: 6px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.leftcolumn {
	font-family: 'Arial', Verdana, Arial, Sans-Serif;
	background-color: #D7DED7;
	padding: 0;
	margin: 0;
	width: 225px;
	vertical-align: top;
}

#leftcolumn {
	font-family: 'Arial', Verdana, Arial, Sans-Serif;
	background-color: #D7DED7;
	padding: 0;
	margin: 0;
	width: 225px;
	vertical-align: top;
}

.category {
	background-color: #ccc;
}

#topmenu td {
	background: #fff url('images/oneslash.gif') no-repeat left;
	padding-left: 5px;
}

#topmenu a {
	color: #666666;
	font-weight: bold;
	padding-left: 5px;
	font-size: 10px;
	font-family: 'Arial', Verdana, Arial, Sans-Serif;
	text-decoration: none;
}

#topmenu a:hover {
	color: #c0c0c0;
}

#leftcolumn .menu {
	width: 225px;
	padding-bottom: 15px;
}

#leftcolumn .menu td {
	vertical-align: bottom;
	text-align: left;
	height: 23px;
}

.menu td.icon {
	width: 40px;
	vertical-align: top;
	background: #fff url('images/menuborder.gif') no-repeat right;
}

.menu td.iconactive {
	width: 40px;
	vertical-align: top;
	background: #fff url('images/menuborderactive.gif') no-repeat right;
}

#leftcolumn .articlemenu {
	background-color: #D7DED7;
	vertical-align: bottom;
	text-align: left;
}

.articlemenu td.icon {
	width: 40px;
}

.articlemenu td.title {
	background-color: #D7DED7;
	vertical-align: top;
}

td a.article {
	display: block;
	color: #666666;
	width: 100%;
	text-decoration: none;
	margin-bottom: 6px;
	padding: 0;
	font-size: 12px;
}

td a.article:hover {
	text-decoration: none;
	color: #336633;
}

a.mainlevel {
	display: block;


/*background:#D7C480 url('http://drbernhoft.com/wp-content/themes/default/images/leftcol_arrow.gif') no-repeat right;*/
	font-size: 18px;
	font-family: 'Arial', Verdana, Arial, Sans-Serif;
	padding-left: 10px;
	color: #999999;
	vertical-align: middle;
	width: 100%;
	text-decoration: none;
}

.alignleft {
	float: left;
}

a.mainlevel:hover {
	text-decoration: none;
	color: #003333;
}

a.active {
	text-decoration: none;
	color: #003333;
}

div.entry p{
	padding: 0;
	line-height: 1.5em;
	margin-left: 20px;
	margin-right: 20px;
}

/* End Entry Lists */

/* @group forms */

/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form {


/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

/* End Form Elements */

/* @end */

/* @group comments */

/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */

/* @end */

/* @group sidebar */

/* Begin Sidebar */

/*
#sidebar
{
	padding: 20px 0 10px 5px;
	margin-right: 545px;
	width: 190px;
	vertical-align:top;
	}
*/

#sidebar form {
	margin: 0;
}

/* End Sidebar */

/* @end */

/* @group calendar */

/* Begin Calendar */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font-family: 'Arial', Verdana, Arial, Sans-Serif;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {


/* Doesn't work in IE */
	background-color: #fff;
}

/* End Calendar */

/* @end */

/* @group misc tags */

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* End Various Tags & Classes*/

/* BV additions */

#content a {
	color: #003333;
	}

.conditions_treated h3 {
	margin-bottom: 2px;
	margin-top: 20px;
}

.conditions_treated p {
	margin-top: 0px;
	margin-bottom: 10px;
}

table.bottom_table ul {
	padding-left: 0px;
}

/* @end */

/* @group dropdown */

/*************************************************************/

/*   Design:   Multiflex-3 Update-7 / Drop-Down Menu         */

/*-----------------------------------------------------------*/

/*   Author:   Wolfgang, based on Stu Nichols ingenious      */

/*             designs over at www.cssplay.co.uk             */

/*   Date:     January 15, 2007                              */

/*   Homepage: wwww.1-2-3-4.info                             */

/*-----------------------------------------------------------*/

/*   License:  Public domain.                                */

/*************************************************************/

/**********************/

/*  2. DROP-DOWN MENU */

/**********************/

/*Basic Setup*/

.dropnav {
	float: left;
	width: 215px;
	border: none;
	color: rgb(75,75,75);
	font-size: 130%;
	z-index: 5000;
}

/*Color navigation bar normal mode*/

.dropnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.dropnav ul li {
	position: relative;
	z-index: auto !important

/*Non-IE6*/;
	z-index: 5000

/*IE6*/;


/*	border-top:solid 1px rgb(175,175,175);*/
}

.dropnav ul li a {
	float: none !important

/*Non-IE6*/;
	float: left

/*IE-6*/;
	clear: both;
	display: block;
	line-height: 1.1em;
	padding: 6px 6px 6px 6px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;
	color: #777677;
}

.dropnav ul li ul {
	display: none;
	border: none;
}

/*Non-IE6 hovering*/

.dropnav ul li:hover a {
	background-color: rgb(210,210,210);
	text-decoration: none;
}

/*Color main cells hovering mode*/

.dropnav ul li:hover ul {
	display: block;
	width: 10.0em;
	position: absolute;
	z-index: 4999;
	top: 0px;
	margin-top: 0.1em;
	left: 216px;
	border-top: hidden 0px #ffffff;
}

.dropnav ul li:hover ul li a {
	display: block;
	width: 10.0em;
	line-height: 1.3em;
	margin-left: -1px;
	padding: 4px 16px 4px 16px;
	border-top: hidden 0px #ffffff;
	border-left: solid 1px rgb(175,175,175);
	border-right: solid 1px rgb(175,175,175);
	border-bottom: solid 1px rgb(175,175,175);
	background-color: rgb(237,237,237);
	font-weight: normal;
	color: rgb(50,50,50);
}

/*Color subcells normal mode*/

.dropnav ul li:hover ul li a:hover {
	background-color: rgb(210,210,210);
	text-decoration: none;
}

/*Color subcells hovering mode*/

/*IE6 hovering*/

.dropnav table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}

.dropnav table ul li {
	height: 0px;
	padding: 0px;
	margin: -4px;
}

.dropnav ul li a:hover {
	background-color: rgb(210,210,210);
	text-decoration: none;
}

/*Color main cells hovering mode*/

.dropnav ul li a:hover ul {
	display: block;
	width: 10.0em;
	height: 1.0em;
	position: absolute;
	z-index: 999;
	border-top: solid 1px rgb(175,175,175);
	top: 0em;
	t\op: 0em;
	left: 0;
	marg\in-top: 0.1em;
}

.dropnav ul li a:hover ul li a {
	display: block;
	width: 10.0em;
	padding: 4px 16px 4px 16px;
	border-left: solid 1px rgb(175,175,175);
	border-bottom: solid 1px rgb(175,175,175);
	background-color: rgb(237,237,237);
	font-weight: normal;
	color: rgb(50,50,50);
	font-size: 1em;
}

/*Color subcells normal mode*/

.dropnav ul li a:hover ul li a:hover {
	background-color: rgb(210,210,210);
	text-decoration: none;
}

/*Color subcells hovering mode*/

/* @end */

#o-video, #p-video {
	z-index: 1;
}


.footnote {
	margin-top:30px;
	padding-top: 0px;
	border-top: solid 1px rgb(175,175,175);
}

sup {
	line-height: 0;
}

.italic_right {
	text-align: right;
	font-style: italic;
	}