/*
Theme Name: Or haGan
Theme URI: http://www.drskyeweintraub.com/
Description: Web site for Dr. Skye Weintraub ND
Version: 0.1
Author: Bodhi Goforth
Author URI: http://www.afinerweb.com/
*/

/* Begin Typography & Colors */
body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #000;
	background-color: #54003D;
}

a {
  color: #110088;
}

a:hover {
  color: #007700;
}

a:visited {
  color: #44005D;
}

a.photo_credit {
	color: #000000;
}

.disabled {
  color: #007700;
}

#footer a {
  color: #090044;
}

#footer a:hover {
  color: #007700;
}

.error, .warning {
	color: #AA0011; 
}

.required {
	font-family: Verdana, Helvetica, sans-serif; 
	color: #AA0011; 
}

.readonly {
  background-color  :  #E8E8E8;
	border: 1px solid #b09070; 
/*	border: 1px solid #ff4488; */
}

.popup {
  color: #000011;
  background-color: #F6F7FF;
}

/* End Typography & Colors */

/* Begin Structure */
body {
	font-size: .9em; 
	text-align: center;
	margin: 20px;
	padding: 0 0 20px 0;
}

#main a:hover {
  text-decoration: none;
}

#masthead {
	background-image: url('images/masthead.jpg');
	background-position: center top;
	background-repeat: no-repeat;
  text-align: left;
	margin: 0 auto; 
	padding: 0;
	width: 800px;
	height: 170px;
}

.separator {
  background-image:  url(images/gradient_bar.png);
  background-repeat: repeat-x; 
	width: 800px;
	height: 8px; 
	font-size: 1px; 
	margin: 0 auto; 
	padding: 0;
	clear: both;
}

#main {
	background-image: url('images/content_bkg.png');
	background-position: left top;
	background-repeat: repeat;
	width: 800px;
	margin: 0 auto;
}

#content {
	width: 607px;
	text-align: justify;
	float: right; 
	clear: none;
/*  min-height: 600px; */
	padding: 20px 20px 10px 20px; 
/*	border: 1px solid #000000; */
}

#links_content {
	width: 550px;
	text-align: left;
	float: left;  
	clear: none;
/*  min-height: 600px; */
	padding: 20px 20px 10px 20px; 
/*	border: 1px solid #000000; */
}

#article a {
	font-size: 14px; 
  text-decoration: none;
}

#article a:hover {
	font-size: 14px; 
  text-decoration: underline;
}

#temp_content {
	width: 607px;
	text-align: justify;
	clear: none;
	padding: 20px 96px 10px 96px; 
}

.center {
	width: 607px;
	text-align: center;
}

.contact_information {
  font-size: 1.1em;
  font-weight: bold;
	padding-left: 30px;
	padding-right: 50px;
	text-align: left;
	float: left;
}

#left_nav {
	width: 130px;
	float: left; 
	margin: 0px;
	padding: 20px 0 20px 20px;
	font-size: .9em;
	font-weight: bold;
	text-align: left;
/*
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
*/	
}

/*
td.nav {
	background-image: url('images/left_nav_bkg.png'); 
	background-position: left top;
	background-repeat: repeat-y;
	width: 130px;
	margin: 0px;
	padding: 20px 0 20px 20px;
	font-size: .9em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
*/

#left_nav_btm {
	background-image: url('images/left_nav_btm.png'); 
	background-position: left top;
	background-repeat: no-repeat;
	width: 150px;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
}

#left_nav div {
  margin: 0;    
  margin-bottom: 5px;
}

div.book {
	width: 180px;
	padding: 10px; 
  float: left;
	text-align: center;
	font-weight: bold;
}

.book img {
	border: 1px solid #000000;
}

.clear_both {
	clear: both;
}

#footer {
	background-image: url('images/footer.jpg'); 
	background-position: left top;
	background-repeat: no-repeat;
	width: 800px;
	height: 44px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}

#footer span {
  margin: 0 7px;
	vertical-align: -13px;
}

.copyright {
	font-size: 0.8em;
}

.error {
	font-weight: bold;
}

.warning {
	font-size: .8em;
	font-weight: bold;
}

.required {
	font-size: 15px; 
	font-weight: bold; 
	vertical-align: -3px;
}

.note {
	font-size: .8em; 
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.bolder {
  font-size: 1.1em;
  font-weight: bold;
}

.captcha {
	border: 2px solid #000000;
	vertical-align: text-bottom;
	margin-right: 40px;
}

.submit {
	vertical-align: text-bottom;
}

#wp_content {
	width: 600px;
	clear: none;
	float: right;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.0em;
}

p {
  margin-top: 4px;
  margin-bottom: 4px;
	text-align: justify;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body img {
	border: none;
}

body img.right {
	float: right;
	margin-left: 8px;
	clear: none;
}

body img.left {
	float: left;
	margin-right: 8px;
/*	clear: none; */
}

.left {
	float: left;
	margin-right: 8px;
}

.right {
	float: right;
	margin-left: 8px;
}

.top {
  vertical-align: top;
}

.photo_credit {
	font-size: .85em;
	font-weight: bold;
	vertical-align: top;
	margin-top: -4px; 
}

a.photo_credit {
	text-decoration: none;
}

a.photo_credit:hover {
	text-decoration: underline;
}

#page_title {
	font-size: 1.4em;
	font-weight: bold;
/*
	width: 760px;
	text-align: center;
*/
	width: 600px;
	text-align: center;
	float: right;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
}

#page_subtitle {
	font-size: .9em;
	font-weight: bold;
	width: 760px;
	text-align: center;
	margin-bottom: 20px;
}

.section_header {
	font-size: 1.0em;
	font-weight: bold;
}

ul {
  padding: 0;
	margin: 5px 0 5px 10px;
  padding-left: 10px;
}

#top_nav {
	margin: -10px 0 15px 0;
	padding: 0;
	font-size: .8em;
	font-weight: bold;
	text-align: left;
}

.leftnav {
  margin-bottom: 8px;
  line-height:  1.1;	
}

#quote {
	width: 400px;
	text-align: left;
	margin: 0 auto;
	padding: 10px 20px;
	font-size: .8em; 
}

.title {
	font-size: 1.05em;
	font-weight: bold;
  margin-top: 10px;
  margin-bottom: -5px;
}

.disclaimer_bold {
	font-size: 1.1em;
	font-weight: bold;
}

.disclaimer {
	font-size: 1.1em;
}

.subtitle {
	font-size: 1.0em;
	font-weight: bold;
}

.pagetitle, .wp_pagetitle {
	font-size: 1.16em;
	font-weight: bold;
  margin-bottom: 10px;
}

.center_title {
	font-size: 1.25em;
	font-weight: bold;
  margin-bottom: 0;
	text-align: center;
}

.center_subtitle {
	font-weight: bold;
  margin-bottom: 0;
	text-align: center;
}

#homesubtitle {
	font-weight: bold;
	text-align: center;
}

#hebrewtitle {
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
}

.wp_entrytitle {
	font-size: 1.16em;
	font-weight: bold;
  margin: 0;
  padding: 0;
}

.contact_info {
	font-size: 1.0em;
	font-weight: bold;
  margin-bottom: 10px;
}

.pagetop_item {
	text-align: left;
	margin-left: 170px;
	margin-right: 50px;
}

fieldset {
	border: 1px solid #888888;
	padding: 3px;
	margin-right: 20px;
}

fieldset legend {
	padding: .5em .5em;
	margin-left: .5em;
	font-weight: bold;
}


/* Begin Blog CSS */

h2.page_title  {
	font-size: 1.4em;
	margin-bottom: 10px;
	margin-top: 0;
}

h2.archive_title  {
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-top: 0;
}

h2.post_title  {
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 0;
}

  /* Begin post */
.post {
	margin-top: 0px;
	margin-bottom: 20px;
}

h2.blog_post_title  {
	font-size: 1.2em;
	margin-bottom: 0;
	margin-top: 0;
}
  /* End post */

  /* Begin Comments*/
img.gravatar {
  float: left;
	margin-right: 2px;
}

#comments {
  overflow: hidden; 
}

h3#comments, h3#respond {
	font-size: 1.0em;
	margin-bottom: 0;
	margin-top: 0;
}

.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 */

  /* Begin Sidebar */
#sidebar {
	font-size: .9em;
	font-weight: bold;
	margin: 0;
	width: 130px;
	clear: none;
	text-align: left;
	float: left; 
}

#sidebar li {
	font-size: 1.0em;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar form {
	margin: 0;
	}

#sidebar h2 {
	font-size: 1.0em;
	margin: 5px 0 0;
	padding: 0;
	}

div.author_info {
	margin-bottom: 0px;
	margin-top: 3px;
}

.author_info img {
  float: left;  
	margin-right: 2px;
}

div.entry {
 clear: both;
}
/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
  margin-bottom: 4px;
	font-weight: bold;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

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

#sidebar #searchsubmit {
	padding: 1px;
	}
  /* End Sidebar */
/* End Blog CSS */

/* End Structure */

/* popups */
.popup {
  font-size: 1.0em;
  text-decoration: none;
  position: absolute;
  z-index: 20; 
  visibility: hidden;
  top: 0px;
  left: 0px;
  border: 1px solid #000000;
  padding: 3px;
  overflow: hidden; 
/*	text-overflow: ellipsis; */
}
.popup dl {
  margin: 0px;
  padding: 0px;
}
.popup dt {
  font-weight: bold;
	text-align: center; 
  margin: 0px;
  padding: 0px;
}

.popup dd {
	text-align: left; 
  margin-left: 5px;
}

.nowrap { 
  white-space: nowrap; 
}

.contact {
  font-weight: bold;
  white-space: nowrap; 
}

/* end book popups */

/* customer table */
.customer_table {
  width: 398px;
  border: 1px solid #000000;
  border-collapse: collapse; 
}

.customer_table th {
  background-color: #87E5C0;  
  border-bottom: 1px solid #000000;
  font-weight: bold; 
  text-align: center; 
	height: 25px;
}

.customer_table td a {
  margin: 0 5px;
}

/* user table */
.user_table {
  width: 398px;
  border: 1px solid #000000;
  border-collapse: collapse; 
}

.user_table th {
  background-color: #87E5C0;  
  border-bottom: 1px solid #000000;
  font-weight: bold; 
  text-align: center; 
	height: 25px;
}

.user_table td a {
  margin: 0 5px;
}
/* user table */

.site_credit {
  margin-top: 5px;
	font-size: 0.8em;
}

.site_credit a {
  color: #a0a0a0;
}

.site_credit a:hover {
  color: #c0c0c0;
	text-decoration: none;
}

.larger {font-size: 1.3em;}

