/*
Theme Name: Dr. Naiman
Theme orginator URI: http://ravenseyedesign.com/
Description: The Dr. Naiman Wordpress theme is the default theme of Dr. Rubin Naiman's web site.
Version: 1.3
Author: Drogobetski Web Design
Author URI: http://www.drogobetski.com
Tags: three columns, fixed width, floating center
*/

/* color scheme
.near-black {
  color: #1f210c;
}
.naiman green {
  color: #71735a;
}
.off-white {
  color: #e8eae6;
}
.near-white {
  color: #eeefec;
}
.leaf {
  color: #4d7038;
}
.olive {
  color: #4b500e;
}
.text-area {
  color: #d9dad4;
}
 */

/* Reset All Margins and Padding */
* { 
  margin: 0; 
  padding: 0;
}

/* Layout */
body {
	background: #71735a url(images/halo.jpg) repeat-x;
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	text-align: center;
}
#outer-wrap {
	background: transparent url(images/waves.gif) 0 103px repeat-x;
}
#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#masthead {
	height: 176px;
	width: 960px;
	text-align: center;
}
#left {
	width: 200px;
	float: left;
	margin-top: -20px;
	position: relative;
	z-index: 20;
}
#column-top {
	background: transparent url(images/container-top.gif) 200px 0 no-repeat;
	width: 960px;
	margin-top: 0px;
	line-height: 10px;
	position: relative;
	z-index: 10;
}
#column-wrap {
	background: transparent url(images/container.gif) 200px 0 repeat-y;
	width: 960px;
}
#main {
	width: 760px;
	float: left;
position:relative;
}
#footer {
	background: transparent url(images/footer.gif) 200px 0 no-repeat;
	width: 960px;
}
.content, .contentNewsletter {
	padding: 10px;
}
#left .content {
	padding: 0;
}
#main .content, #mail .contentNewsletter {
	padding-right: 40px;
	padding-left: 20px;
	padding-bottom: 0;
}
#footer .content, #footer .contentNewsletter {
	padding: 16px 20px 10px 200px;
	text-align: center;
	font-size: 0.9em;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* Masthead */
#masthead h1 {
	text-indent: -9000px;
	line-height: 1px;
}
.content h1 a {
	background:  url(images/header.png) 0 0 no-repeat;
	width: 863px;
	height: 176px;
	display: block;
        overflow:hidden;
}

.contentNewsletter h1 a {
        background:  url(images/header2.png) 0 0 no-repeat;
	width: 863px;
	height: 176px;
	display: block;
        overflow:hidden;
}
#masthead .content {
	padding: 0;
}

/* Menu */
#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Arial, sans-serif;
	width: 200px;
}
#left ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
#left ul li a {
	display: block;
	text-decoration: none;
	padding: 4px 0 4px 20px;
	color: #1f210c;
	line-height: 13px;
	font-size: 13px;
	text-transform: uppercase;
	background: transparent;
	margin: 6px 0 0 0;
}
#left ul li a:hover {
	color: #e8eae6;
}
#left ul li.page_item li a {
	color: #1f210c;
	padding: 2px 0 0 40px;
	font-size: 12px;
	line-height: 12px;
	text-transform: none;
	margin-top: 2px;
}
#left ul li.page_item li a:hover {
	color: #e8eae6;
}
#left ul li.current_page_item a, #left ul li li.current_page_item a {
	color: #4d7038;
}
#left ul li.current_page_item a:hover, #left ul li.current_page_parent a:hover {
	color: #e8eae6;
}
#right .rightbox {
	margin-bottom: 40px;
	border: 1px solid #895;
	padding: 6px;
	margin-right: 55px;
}

/* General Formatting */
h2 {
	font-size: 1.9em; 
	line-height: 1.2em; 
	color: #553;
	font-weight: normal;
	margin: 0px 0 0.8em 0;
	letter-spacing: 0.02em;
}
h3 { 
	font-size: 1.4em; 
	line-height: 1.2em;
	color: #4b500e;
	font-weight: bold;
	margin: 1em 0 0.4em 0;
}
h4 {
	font-size: 1.3em;
	color: #4b500e;
	margin: 1em 0 0.4em 0;
	font-weight: bold;
}
h5 {
	font-size: 1.2em;
	color: #553;
	margin: 1em 0 0.4em 0;
	font-weight: bold;
}
h6 {
	font-size: 1.1em;
	color: #4b500e;
	margin: 1em 0 0.4em 0;
	font-weight: normal;
}
.border-top {
	border-top: 1px solid  #4b500e;
}
p {
	line-height: 1.3em;
	margin: 0.8em 0 0.4em 0;
}
#main ul {
	margin: 0.8em 0 0 0;
	padding: 0;
}
#main ul li {
	margin: 0.2em 0 0 2em;
	list-style: url(images/bullet.gif);
}
#main ul li li {
	list-style: square;
}
#main ol {
	margin: 0.8em 0 0 0;
	padding: 0;
}
#main ol li {
	margin: 0 0 0 2em;
}
#main li {
	font-size: 100%;
}
#main .quoted {
	text-align: right;
}
.centered {
	text-align: center;
}
.imageb {
	border: 2px solid #71735a;
	margin: 6px;
}
.wp-caption {
	background: #ddd;
	border: 1px solid #71735a;
	text-align: center;
}
.wp-caption p {
	text-align: center;
	font-size: 0.8em;
	line-height: 1em;
}
.home-caption {
	text-align: center;
	width: 120px;
	margin: 20px auto;
}
.home-caption p {
	text-align: center;
	font-size: 0.8em;
	line-height: 1em;
	color: #fff;
}
.home-caption img {
	border: 1px solid #fff;
}
.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.alignleft {
	float: left;
	margin: 6px 8px 6px 0;
	display: block;
}
.alignright { 
	float: right;
	margin: 6px 0 6px 8px;
	display:block; 
}
#footer p.address {
	color: #777;
	font-size: 1em;
}
#footer p.copyright {
	color: #aaa;
	font-size: 0.9em;
}
#footer p {
	margin: 10px 0 8px;
	color: #aaa;
	text-align: center;
}
#footer p#to-top {
	text-align: center;
}
#footer p#to-top a {
	color: #fff;
	font-size: 1.1em;
	border-color: transparent;
	font-weight: bold;
}
#footer p#to-top a:hover {
	border-color: #fff;
}
.big-cap {
	margin-top: 1.5em;
}
.big-cap:first-letter {
	font-size: 40px;
	line-height: 0.8em;
}
.skiplinks {
	display: none;
}
input, textarea {
	background: #e6eadb;
}
input select {
	background: none;
}
.no-bold {
	font-weight: normal;
}

/* Main Links */
#main a {
	text-decoration: none;
	color: #472;
	border-bottom: 1px dotted #472;
}
#main a:visited {
	color:#462;
	border-color: #462;
}
#main a:hover {
	color: #673;
	border-bottom: 1px solid #673;
}
#footer a {
	text-decoration: none;
	color: #ddd;
	border-bottom: 1px dotted #ddd;
}
#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

/* Newsletters  */
.post {
	margin-bottom: 15px;
}
.navigation {
	width: 700px;
	height: 20px;
	margin-bottom: 8px;
}
.navleft {
	float: left;
	display: block;
	text-align: left;
}
.navright {
	float: right;
	display: block;
	text-align: right;
}

/* credit styles */
#credit {
	width: 235px;
	height: 26px;
	margin: 6px auto;
	padding: 0 0 6px 200px;
}
#credit p {
	font: 11px/26px "Lucida Grande", Arial, Lucida, Verdana, Helvetica, sans-serif;
	text-align: right;
	margin: 0 4px 0 0;
	float: left;
	padding: 0;
	color: #000;
	vertical-align: middle;
}
#credit a {
	background: transparent url(images/red_71735a.gif) 0 1% no-repeat;
	width: 152px;
	height: 26px;
	float: left;
	text-indent: -9000px;
}
#credit a:hover {
	background-position: 0 96%;
}

/* Special Page Styles */
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.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;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
.narrowcolumn {
	float: left;
	margin: 0px 0 0;
}
.widecolumn {
	float: left;
}
.post {
	margin: 0 0 40px;
	text-align: left;
}
.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;
}
.clear {
	clear: both;
}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered, div.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright, div.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft, div.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
	 
/* Form Elements */
#searchform {
	margin: 10px auto;
	text-align: center;
}
#left #searchform #s {
	width: 100px;
	padding: 1px 2px;
	background: #71735a;
	color: #ddd;
	font-weight: bold;
	border: 2px solid #999;
	border-color: #666 #999 #999 #666;
}
#left #searchsubmit {
	background: #71735a;
	color: #fff;
	border: 2px solid #999;
	border-color: #999 #666 #666 #999;
	text-transform: uppercase;
}
.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: 65%;
	padding: 2px;
	background: #e6eadb;
}
#commentform #submit {
	margin: 0 200px 0 0;
	float: right;
	background: #e6eadb;
}

/* Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
.commentlist {
	padding: 0;
	text-align: left;
}
.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;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 140px;
}
#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; }

/* 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;
}
#main ul li.linkcat {
	list-style: none;
}
.wpcf7 input, .wpcf7 textarea {
	background: #e6eadb;
	font: 1.2em/1.3em Georgia, "Times New Roman", Times, serif;
	color: #333;
}

/* Random quote */
.quotescollection_randomquote {
	width: 700px;
	margin: 10px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.quotescollection_randomquote q {
	font-size: 1.5em;
	line-height: 1.2em;
	color: #fff;
}
.quotescollection_randomquote cite {
	display:block; /* To display author and source in a new line */
	color: #fff;
	font-size: 1.3em;
	line-height: 1.3em;
	margin-top: 0.8em;
	text-align: right;
}
#quotescollection_nextquote-0 {
	color: #ddd;
	font-size: 1em;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	text-align: right;
	margin-top: 10px;
}
#quotescollection_randomquote-0 a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000;
}
#quotescollection_randomquote-0 a:visited {
	color:#555;
	border-color: #222;
}
#quotescollection_randomquote-0 a:hover {
	color: #e22;
	border-bottom: 1px solid #e22;
	background: #eee;
}
#quotescollection_nextquote-0 a, #quotescollection_nextquote-0 a:visited {
	color: #09a;
	border-bottom: 1px solid transparent;
	text-decoration: none;
}
#quotescollection_nextquote-0 a:hover {
	color: #e22;
	border-bottom: 1px solid #e22;
	background: #eee;
}

/* presentations styles */
#main .date {
	width: 100px;
	clear: both;
}
#main .image {
	width: 150px;
}
#main .title {
	width: 150px;
}
#main .title_no_image {
	width: 300px;
}
#main .venue {
	width: 100px;
}
#main .place {
	width: 100px;
}
#main .date, #main .title, #main .venue, #main .place, #main .title_no_image, #main .image {
	float: left;
	display: block;
	margin: 6px 0;
	border-top:  1px solid #898;
	padding: 2px 10px;
	text-align: center;
}
#main .box {
	width: 400px;
	border: 1px solid #4b500e;
	background: #e8eae6;
	padding: 6px;
	float: right;
	margin: 10px 0 6px 10px;
}
#main .box h4 {
	margin-top: 0;
}
.divider {
	clear: both;
	border-top: 1px solid #fff;
	line-height: 2px;
}
.byline {
	margin-left: 5em;
	font-weight: bold;
}

#rightcol {
	border: 1px solid #999;
	width: 203px;
	float: right;
	padding:0;
	margin: 0em 0 10px 20px;
	background-color: #FFF;
position:absolute;
top:-120px;
right:40px;
z-index:102;
}

#rightcol img{border:solid #3B3F10 1px}

#rightcol p{margin:0;}

#rightcol p img{margin:8px; padding:0;}

#rightcol .slideshow a{text-decoration: none; border:none;}

#homePageSleep{width:440px; min-height:610px;}

#rightcol h3 {
	margin: 8px 0 8px 0;
}

#mailingform {
	margin-left: 16px;
}
#mailingform .submit {

	padding: 1px 2px;
	background: #71735a;
	color: #ddd;
	font-weight: bold;
	border: 2px solid #999;
	border-color: #666 #999 #999 #666;
}

#mailingform h4 {
	color: #383C0B;
	font-size: 1.1em;
}
#mailingform .ea {
	width: 120px;
	padding: 1px 2px;
	background: #71735a;
	color: #ddd;
	font-weight: bold;
	border: 2px solid #999;
	border-color: #666 #999 #999 #666;
}

p sup, strong sup, sup {
	font-size: .75em;
	color: #666;
}

p.iFrame{padding:0, margin:0;}

.affiliates{width:49%; float:left;}
.affiliates img{padding-bottom:100px;}

.wp-image-1938{position:absolute; top:-120px; right:60px; z-index:100;}
.newsletterFont{font-size:12px;}
.contentNewsletter h2{width:300px;}
.contentNewsletter .leftMargin{margin-left:50px;}