/* @override 
	http://localhost:4000/stylesheets/styles.css
	http://localhost:3000/stylesheets/styles.css
*/

/*------------------------------------------------------------------------------
                           Override default browser spacing
------------------------------------------------------------------------------*/
h1, h2, img {
  margin: 0em 0% 0em 0%;
	line-height: 1em;
  border: 0px;
}

/*------------------------------------------------------------------------------
                                   Basic Elements
------------------------------------------------------------------------------*/
body {
  font-family: "Trebuchet MS";
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0;
  word-spacing: normal;
  text-decoration: none;
  color: #0a0900;
  background-color: #fff;
  
  margin: 0px;
  padding: 0px;
  text-align: center;
}

p {
  font-family: "Trebuchet MS";
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0;
  text-align: justify;
  word-spacing: normal;
  text-decoration: none;
  color: #0a0900;
  background-color: #fff;  margin-top: 0px;
}

ul {
  font-family: "Trebuchet MS";
  font-size: 1.em;
  line-height: 1.5em;
  letter-spacing: 0;
  word-spacing: normal;
  text-decoration: none;
  color: #0a0900;
  background-color: #fff;  margin-top: 0px;
}

a {
  color: #660099;
}

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

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

a:hover, a:active {
/*  background-color: #ebe0fe; */
  background-color: #eef1fe;
  text-decoration: underline;
}

/*------------------------------------------------------------------------------
                                   Structure
------------------------------------------------------------------------------*/
#container {
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 760px;
}

#container_front {
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 760px;
  background-color: #786CC3;
}

/*=== Container for Full width with sidebar ===*/
#fullcontainer {
  width: 608px;
  margin: 0 auto;
  padding: 0px;
}

/*------------------------------------------------------------------------------
                             Page Header/Backgrounds
------------------------------------------------------------------------------*/
#header {
  width: 100%;
  height: 100px;
}


/*------------------------------------------------------------------------------
                                    Main
    152 sidebar, 708 interior.  75 interior margin, 533 interior article
              172 right picture margin, 361 interior text area
------------------------------------------------------------------------------*/
#article {
  position: relative;
  left: 160px;
  width: 533px;
  padding-top: 30px;
  margin-left: 75px;
	margin-bottom: 20px;
}

#article h1 {
  font: 1.5em "Big Caslon", Verdana, sans-serif;
  margin-bottom: 30px;
	color: #660099;
  padding-left: 20px;
  padding-right: 75px;
  line-height: 1.3em
}

#article_body {
  border-left: 2px solid #e7dfc3;
  padding-left: 20px;
  padding-right: 75px;
}

#article_body h2 {
  font-size: 1.2em;
  line-height: 1.2em;
  padding-bottom: 10px;
  color: #333333;
}

#article_body h3 {
  font-size: 1.0em;
  line-height: 1.2em;
  padding: 0px;
}

/*------------------------------------------------------------------------------
                                    Sidebar
------------------------------------------------------------------------------*/
#sidebar {
  position: absolute;
  top: 0px;
  left: 55px;
  width: 160px;
  padding-top: 80px;
  padding-right: 10px;
}

#sidebar .center {
  text-align: center;
  margin: 0 auto;
}

#sidebar .book_detail {
  width: 160px; 
  background: #E2D89F url(/assets/deva/themes/default/images/detail_box_bookstore.gif) no-repeat top;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-top: 15px;
}

#sidebar .book_detail p, #sidebar .book_detail h3 {
  background-color: transparent;
  padding-right: 5px;
  padding-left: 5px;
}

#sidebar .book_detail p {
  text-align: left;  
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.2em;
}

#sidebar ul.menu {
  padding: 0;
  margin: 0 0 20px;
}

#sidebar ul.menu li {
  width: 160px;
  list-style: none;
  color: #333333;
}

#sidebar ul.menu a {
  font-family: "Trebuchet MS";
  font-size: 1.1em;
  line-height: 1.3em;
  text-decoration: none;
  font-variant: none;
  color: #333333;
  display: block;
}

#sidebar ul.menu a:link, #sideBar a:visited {
}

#sidebar ul.menu a:hover, a:active {
  background-color: #F8F0C2; 
}

#sidebar ul.menu li.active {
  background-color: #F8F0C2; 
  border-top: 1px solid #E9CC33;
  border-bottom: 1px solid #E9CC33;
}

/*------------------------------------------------------------------------------
                                    Footer
------------------------------------------------------------------------------*/

#footer {
  width: 100%;
  position: relative;
  background-color: #786CC3;
  font: normal normal normal 1em/1.5em "Big Caslon", "Times New Roman";
  text-align: center;
  color: #333;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
  text-decoration: underline;
  font-variant: none;
  font-weight: normal;
  color: #333;
}

/*------------------------------------------------------------------------------
                                   Navigation
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
                              Subscription Form
------------------------------------------------------------------------------*/
.subscribeForm {
  font-size: 1em;
	margin-left: 40px;
}

.subscribeForm h5 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin-top: 0px;
	text-align: left;
	margin-left: 40px;
}

#gdm table.subscribeForm  img {
  border: 0px;
}

#sidebar .newsletter_signup {
  width: 150px; 
  padding: 5px;
  border: 1px solid #e9cc33;
  background-color: #f8f0c2;
}

#sidebar .newsletter_signup h3 {
  font-size: 12px;
  margin: 0 0 5px;
}

#sidebar .newsletter_signup p {
  background-color: transparent;
  text-align: left;  
  margin-top: 0px;
  margin-bottom: 5px;
  line-height: 1.2em;
}

#sidebar .newsletter_signup form {
  margin: 0;
}

.field_sample_text {
  color: #999;
}

/*------------------------------------------------------------------------------
                                   Author Tours
------------------------------------------------------------------------------*/
.tour {
}

.tour_detail {
  float: right; 
  width: 160px; 
  background: #E1EFD4;
  margin-left: 15px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  
}

.tour_detail p, #article_body .tour_detail h3 {
  background-color: transparent;
  text-align: left;
  padding: 2px 5px;;
}

#article_body .tour_detail h3 {
  font-size: 1em;
  margin-bottom: 3px;
  margin-top: 0px;
  padding-top: 5px;
  color: #001d99;
  background-color: #86c8b5;
  border-bottom: 1px solid #7f7f7f;
  text-align: center;
}

.tour_detail p {
  font-size: 1em;
  margin-top: 0px;
  margin-bottom: 0px;
}

/*------------------------------------------------------------------------------
                                   Stylings
------------------------------------------------------------------------------*/
#firstLetter {
  font: 24px   Georgia, "Times New Roman", Times, serif;
  color: #761a48;
	letter-spacing: 3px;
}

.picboxLeft {
	float: left;
	margin: 5px 10px 10px 0px;
}

.picboxRight {
	float: right;
	margin: 5px 40px 10px 10px;
}

.picboxLeftEmbedded {
	float: left;
	margin: 10px 20px 10px 0px;
}

.picBorder {
  border: 1px solid #333333;  
}

.actions {
  font-size: 10px;
  color: #901a47;
  border-bottom: 1px solid #901a47;
}

.required_field {
  background: url(/assets/deva/themes/default/images/formErrorBullet.gif) no-repeat left .2em;
	padding-left: 10px;
}

.required_field_beige {
  background: url(/assets/deva/themes/default/images/formErrorBullet-beige.gif) no-repeat left .2em;
	padding-right: 10px;
}

.photo {
  border: 1px solid #dddddd;
  padding: 5px 5px;
  margin-bottom: 10px; 
}

.privacy {
  font-size: .9em;
}

/*------------------------------------------------------------------------------
                            2006 Tour Event Page Style
------------------------------------------------------------------------------*/
#fullcontainer div.may2006 {
/*	background: #fae699; */
	color: #7a3b17;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 80px 20px 80px;
	font-size: 12px;
	line-height: 18px;
}

#fullcontainer div.may2006 h1 {
	text-align: center;
	font: 20px Papyrus, Palatino, Times, "Times New Roman", serif;
	padding-bottom: 5px;
}

#fullcontainer div.may2006 h2 {
	text-align: center;
	color: #84125e;
	font: bold  18px Palatino, Times, "Times New Roman", serif;
	margin-top: 280px;
	padding-bottom: 20px;
}

#fullcontainer div.may2006 h3 {
	text-align: center;
	font: 16px Palatino, Times, "Times New Roman", serif;
	font-variant: small-caps;
	color: #302F77;
	margin-top: 10px;;
	margin-bottom: 10px;
}

#fullcontainer div.may2006 h4 {
	text-align: center;
	font: 14px Palatino, Times, "Times New Roman", serif;
	color: #302F77;
	margin-top: 0px;;
	margin-bottom: 10px;
}

#fullcontainer div.may2006 h5 {
	text-align: center;
	font: 12px Palatino, Times, "Times New Roman", serif;
	color: #84125e;
	margin-top: 0;
	margin-bottom: 10px;
}

#fullcontainer div.may2006 h6 {
	text-align: center;
	font: 10px Palatino, Times, "Times New Roman", serif;
	color: #84125e;
	margin-top: 0;
	margin-bottom: 10px;
}

#fullcontainer div.may2006 .beige {
	color: #7a3b17;
}

#fullcontainer div.may2006 p {
/*	color: #7a3b17; */
  color: #000;
	text-indent: 0;
}

#fullcontainer div.may2006 ul {
	color: #7a3b17;
	text-indent: 0;
}

#fullcontainer div.may2006 .purplebutton {
	background: #8e3772;
	color: #ffffff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 150px;
}

#fullcontainer div.may2006 .purple {
	color: #7d125e;
}

#fullcontainer div.may2006 .bigletter {
	font-size: 20px;
}

#fullcontainer div.may2006 .map {
	font-size: 10px;
}

#fullcontainer h1 {
  font: 1.5em "Big Caslon", Verdana, sans-serif;
  margin-bottom: 30px;
  color: #660099;
  padding-left: 20px;
  padding-right: 75px;
  line-height: 1.3em;
  text-align: center;
  padding-top: 20px;
}



/*------------------------------------------------------------------------------
                                Catalog Entry
------------------------------------------------------------------------------*/
.bookstore #article_body .catalog_entry {
  clear: both;
}

.catalog_entry img.photo {
  margin-right: 20px;
  float: left;
}

.bookstore #article_body .catalog_entry h2 {
  font-size: 1.1em;
  color: #333;
  padding: 0px;
  margin: 0px 0px 5px 0px;
}

.bookstore #article_body .catalog_entry h3 {
  font-size: 1em;
	font-style: italic;
  color: #555;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

.bookstore #article_body h5 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 0px;
  padding-bottom: 4px;
  color: #9B8C19;
}

.bookstore #article_body h6 {
  color: #333;
  font-size: 1em;
	font-style: italic;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}


/*------------------------------------------------------------------------------
                         Specific Page Template Stylings
------------------------------------------------------------------------------*/
.authortours #header {
  background-color: #86C8B5; 
}

.authortours #footer {
  background-color: #C3E4DA; 
  border-top: 1px solid #86C8B5;
  border-bottom: 1px solid #86C8B5;
}

.authortours #sidebar .book_detail {
  background: #C3E4DA url(/assets/deva/themes/default/images/detail_box_authortours.gif) no-repeat top;
}

.authortours .tour_detail {
  background: #C3E4DA url(/assets/deva/themes/default/images/detail_box_authortours.gif) no-repeat top;
}

.authortours #article_body {
  border-left: 1px solid #C3E4DA;
}

.authortours #article_body h2 {
  color: #619285;
}

.bookstore #header {
  background-color: #E9CC33;
}

.bookstore #footer {
  background-color: #F8F0C2; 
  border-top: 1px solid #E9CC33;
  border-bottom: 1px solid #E9CC33;
}

.bookstore #sidebar .book_detail {
  background: #F8F0C2 url(/assets/deva/themes/default/images/detail_box_bookstore.gif) no-repeat top;
}

.bookstore #sidebar ul.menu a:hover, a:active {
  background-color: #F8F0C2; 
}

.bookstore #sidebar ul.menu li.active {
  background-color: #F8F0C2; 
  border-top: 1px solid #E9CC33;
  border-bottom: 1px solid #E9CC33;
}

.bookstore #article_body {
  border-left: 1px solid #F8F0C2;
}

.bookstore #article_body h2 {
  color: #9B8C19;
}

.aboutus #header {
  background-color: #A49261; 
}

.aboutus #footer {
  background-color: #D2C9B0; 
  border-top: 1px solid #A49261;
  border-bottom: 1px solid #A49261;
}

.aboutus #sidebar .book_detail {
  background: #D2C9B0 url(/assets/deva/themes/default/images/detail_box_aboutus.gif) no-repeat top;
}

.aboutus #article_body {
  border-left: 1px solid #D2C9B0;
}

.aboutus #article_body h2 {
  color: #A49261;
}

.contact #header {
  background-color: #99C970; 
}

.contact #footer {
  background-color: #E1EFD4; 
  border-top: 1px solid #99C970;
  border-bottom: 1px solid #99C970;
}

.contact #sidebar .book_detail {
  background: #E1EFD4 url(/assets/deva/themes/default/images/detail_box_contact.gif) no-repeat top;
}

.contact #article_body {
  border-left: 1px solid #E1EFD4;
}

.contact #article_body h2 {
  color: #99C970;
}

/*------------------------------------------------------------------------------
                                  Ultracart
------------------------------------------------------------------------------*/
#ultracart {
  position: relative;
  margin: 0 auto;
  text-align: left;
  margin: 50px 75px 50px 50px;  
}

.ucTableBorderBackground {
  background-color: #fff; 
  height: 1px;
}

.ucInfoBoxBackground {
  border-bottom: 1px solid #E9CC33;
}

.ucTableHeaderBackground, .ucTableHeaderBackground td {
  background-color: #F8F0C2;   
  border-bottom: 1px solid #E9CC33;
  border-top: 1px solid #E9CC33;
}

.ucTableHeader {
  background-color: #F8F0C2;   
  border-bottom: 1px solid #E9CC33;
  font-size: 1.1em;
}

.ucSectionTitle {
  color: #660099;
}

.ucColorHeader {
  color: #660099;  
}

.ucColorSubHeader {
  color: #660099;
}

.ucTableItemLightBackground {
  background-color: #fff;
}

.ucTableItemDarkBackground {
  background-color: #eef1fe;
}

.ucProgressBar {
  background-image: url(/cgi-bin/UCGraphic?merchantId=DEVA9&Filename=progress_dge.gif);
}

.ucRemoveButton {
  background-image: url(/cgi-bin/UCGraphic?merchantId=DEVA9&Filename=trash_dge.gif);
}

/* Event Sep 2007
============================*/
#event_sep2007 #container {
  background: url(/assets/deva/site/images/event_sep2007/event_header.jpg) no-repeat;
}

#event_sep2007 #article {
  padding-top: 298px;
}

#event_sep2007 #article h1 {
  position: absolute;
  top: 126px;
  left: -225px;
  color: #d1a534;
  font: normal 85px "Big Caslon", "Times New Roman";
  line-height: 85px;
}

#event_sep2007 #article h1 span {
  display: block;
  text-indent: 220px;
}

#event_sep2007 #article h2 {
  border-bottom: 2px solid #9d7c27;
  color: #6f4395;
  font: normal 16px Georgia, "Times New Roman", Times, serif;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#event_sep2007 #article h3 {
  color: #a38e24;
  font: italic normal 13px Georgia, "Times New Roman", Times, serif;
  line-height: 20px;
}

#event_sep2007 .intro_highlight {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #523190;
}

#event_sep2007 .highlight {
  color: #523190;
}

#event_sep2007 #article ul {
  list-style-image: url(/assets/deva/site/images/event_sep2007/four_diamond_bullet.gif);
  opacity: 1;
  padding-left: 20px;
}

#event_sep2007 .event_text {
  color: #523190;
}

#event_sep2007 #article_body {
  background: url(/assets/deva/site/images/event_sep2007/red_om.gif) no-repeat 200px top;
  padding-top: 30px;
}

#event_sep2007 #sidebar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 215px;
  padding-top: 214px;
  padding-right: 10px;
  background-color: transparent;
}

#event_sep2007 #sidebar p {
  color: #523190;
  font: 18px Georgia, "Times New Roman", Times, serif;
}

#event_sep2007 .photo {
/*  border-style: none; */
}

#event_sep2007 #article_body {
  border-left: 1px solid #d1a534;
}

table.lightbox_thumbnail_table {
  border-collapse: separate;
  border-spacing: 5px;
}

.lightbox_thumbnail_table img { 
  border: 1px solid #cccccc; 
  padding: 4px; 
}

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

/*------------------------------------------------------------------------------
                            Sectioned Form
------------------------------------------------------------------------------*/
div.sectioned_form {
  padding-bottom: 20px;
}

div.sectioned_form .form_subsection table {
}

#container div.sectioned_form .form_subsection h1 {
  border-bottom: 2px solid #9d7c27;
  color: #6f4395;
  font: normal 14px Georgia, "Times New Roman", Times, serif;
  padding: 10px 0px 2px 0px !important;
  margin: 0px !important;
}

div.sectioned_form .form_subsection_content {
  background-color: #fff;
  padding: 10px 10px;
}

div.sectioned_form .form_subsection_content .submit_area {
  background-color: #c299ae;
}

div.sectioned_form .change_button {
  padding: 0px;
  margin-bottom: 0px;
  float: right;
  font-size: 11px;
}

div.sectioned_form .change_button a {
  background-color: #8e3772;
  color: #fff;
  padding: 2px;
  font-size: 12px;
}

div.sectioned_form .form_subsection_content .form_table {
  width: 100%; 
  border-collapse: collapse;
}

/* Form Block
------------------------------------------------------------------------------*/
.admin_form h2 {
  font-size: 14px;
  color: #655f66;
  border-bottom: 2px solid #999;
  margin-bottom: 10px;
  padding-bottom: 2px;
  margin-top: 20px;
}

.admin_form label {
  font-weight: bold;
  color: #333;
  width: 100px;
  float: left;
  clear: left;
  padding: 0 10px 0 0;
  display: block;
  text-align: right;
  line-height: 20px;
  margin: 0 0 5px;
}

.admin_form input {
  text-align: left;
}

.admin_form p {
  margin: 0 0 10px;
  clear: both;
}

.admin_form .submit_or {
  font-weight: bold;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  color: #666;
}

.address {
  background: url(../../plugin_assets/dm_hanuman/images/icon_vcard.gif) no-repeat;
  padding: 0px 0px 5px 20px;
}

.address .name {
  font-weight: bold;
}

.email {
  background: url(../../plugin_assets/dm_hanuman/images/icon_email_16x12.gif) no-repeat;
  padding: 0px 0px 5px 20px;  
}

.phone {
  background: url(../../plugin_assets/dm_hanuman/images/icon_telephone.gif) no-repeat;
  padding: 0px 0px 5px 20px;  
}

.cell {
  background: url(../../plugin_assets/dm_hanuman/images/icon_phone.gif) no-repeat;
  padding: 0px 0px 5px 20px;  
}

.web {
  background: url(../../plugin_assets/dm_hanuman/images/icon_world.gif) no-repeat;
  padding: 0px 0px 5px 20px;  
}

.comment {
  background: url(../../plugin_assets/dm_hanuman/images/icon_comment.gif) no-repeat;
  padding: 0px 0px 5px 20px;  
}

.groups {
  background: url(../../plugin_assets/dm_hanuman/images/icon_group.gif) no-repeat;
  padding: 0px 0px 5px 20px;  
}

.certification {
  background: url(../../plugin_assets/dm_hanuman/images/icon_award_star_gold_2.gif) no-repeat;
  padding: 0px 0px 5px 20px;  
}

.subscriptions {
  background: url(../../plugin_assets/dm_hanuman/images/icon_script.gif) no-repeat;
  padding: 0px 0px 5px 20px;  
}

tr.two_columns th {
	text-align: right;
	vertical-align: top;
	color: #333;
}

tr.two_columns td {
	text-align: left;
	vertical-align: top;
}

tr.one_column th, tr.one_column td {
	text-align: left;
	vertical-align: top;
}

tr.one_column td {
	text-align: left;
	vertical-align: top;
	padding-left: 15px;
}

.payment_amount {
  font-weight: bold;
}

.payment_description {
  color: #333;
}

.payment_list {
  list-style-type: none;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}

.payment_list li {
  border-bottom: 1px solid #ccc;
  padding: 0 0 5px;
  margin-bottom: 5px;
}

/*------------------------------------------------------
                  Form Error Reporting
------------------------------------------------------*/
.errorExplanation, #errorExplanation {
  font: 12px/18px Helvetica, sans-serif;  
  background-color: #ffe8ee;
  border: 2px solid #e12024;
  padding: 5px 5px;
  border: 1px solid #FF7779;
  padding: 10px;
}

.errorExplanation h2, #errorExplanation h2 {
  font: 13px Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  color: #761a48;
}

.errorExplanation p, #errorExplanation p {
  font: 12px/18px Helvetica, sans-serif;
  margin-top: 0px;
  text-align: justify;
  background-color: transparent;
}

#sidebar .errorExplanation, #sidebar #errorExplanation {
  background-color: #ffe8ee;
  border: 2px solid #e12024;
  border: 1px solid #FF7779;
  margin: 0 0 4px;
  padding: 1px 5px;
}

#sidebar #errorExplanation h2 {
  font-size: 11px;
  display: none;
}

#sidebar #errorExplanation p {
  font-size: 11px;
  display: none;
}

#sidebar #errorExplanation ul {
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 0px;
  list-style-type: none;
}

/*------------------------------------------------------------------------------
                              Rails Error Explanations
------------------------------------------------------------------------------*/
.errorExplanation, #errorExplanation {
}

.errorExplanation ul, #errorExplanation ul {
  font-size: 12px;
  background-color: transparent;
}

.fieldWithErrors input {
  background-color: #FFB7B8;
}

.flash {
  padding: 5px;   
  margin: 10px 30px;
  font: 13px Arial, Helvetica, Geneva, sans-serif;
}

.notice {
  border-top: 1px solid #3c9f5f; 
  border-bottom: 1px solid #3c9f5f; 
  background-color: #e9fff2;
}

.warning {
  border-top: 1px solid #e9b535; 
  border-bottom: 1px solid #e9b535; 
  background-color: #fafabe;
}

.error {
  border-top: 1px solid #FF7779;
  border-bottom: 1px solid #FF7779;
  background-color: #FFEBEB;
}

.error h2 {
  font-size: 14px;
}

.error ul {
  font-size: 12px;
}

#rjs_debug {
  padding: 20px;
  border: 1px solid #ff0f00;
  font-size: 12px;
}

#rjs_debug pre {
  font-size: 14px;
}


