/* $Id: zen.css,v 1.1.2.27 2008/09/14 09:28:14 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal5-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal5-reference.css file
 *   Forum            See line 197 of Zen's drupal5-reference.css file
 *   Menus            See line 667 of Zen's drupal5-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal5-reference.css file
 *   Polls            See line 287 of Zen's drupal5-reference.css file
 *   Search           See line 320 of Zen's drupal5-reference.css file
 *   User Profiles    See line 945 of Zen's drupal5-reference.css file
 */


/** body **/
  body
  {
    margin: 0;
    padding: 10px;
	background-color: #2b4241;
	font-size: .85em;
}

  #page
  {
	background: url(images/mcp2_extend2.jpg) no-repeat;
	height: auto;
	position: relative;
	top: 55px;
	-webkit-background-size: 1440px1440px; 
}
  #page-inner
  {

}

#admin-menu {
	position: absolute;
	top: -80px;
}

/** header **/
  #header
  {
	height: 150px;
}

  #header-inner
  {
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
    margin: 0 10px 0 0;
    padding: 0;
  }

  #logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }

/** main (container for everything else) **/
  #main
  {
}

  #main-inner
  {
	min-height: 515px;
  }

/** content **/
  #content
  {

	height: auto;
	background-image: url(images/mcp2_main_bkg.png);
	padding: 10px 12px 9px 8px;
	width: 752px;
}

  #content-inner
  {	
  background: url(images/mcp2_main-middle.png) repeat-y;
  	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 5px;
	height: auto;
}
#contentblock-top {
	  background: url(images/mcp2_main-top.png) no-repeat;
	height: 12px;
	margin-top: 15px;
}
#contentblock-bottom {
	  background: url(images/mcp2_main-bottom.png) no-repeat;
	height: 12px;
}

/* calendar content */
.node-type-flashnode #content,
.section-flash #content {
	padding-top: 0;
	background-image: none;
}
.node-type-flashnode #content-inner,
.section-flash #content-inner {
	background-image: none;
}
.node-type-flashnode #contentblock-top,
.node-type-flashnode #contentblock-bottom,
.section-flash #contentblock-top,
.section-flash #contentblock-bottom
{
	height: 0;
	background-image: none;
}

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
    margin: 0 1em 5px 1em;
    border: 2px solid #ccc;
    padding: 5px;
    color: #000;
    background-color: #fff;
    font-style: italic;
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning /* Medium priority messages */
  {
    border-color: #ff7;
  }

  div.warning,
  tr.warning,
  body.section-admin tr.warning
  {
    color: #000;
    background-color: #ffc;
  }

  div.error /* High priority messages. See also the .error declaration below. */
  {
    border-color: #c00;
  }

  div.error,
  tr.error,
  body.section-admin tr.error
  {
    color: #900;
    background-color: #fee;
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
	display: none;
}

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #primary /* Primary links */
  {
}

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
	width: 180px;
	overflow: hidden;
}
#sidebar-left .content {
	margin-left: 2px;
}

  #sidebar-left-inner
  {
	margin-left: 8px;
}
#sidebar-left-inner li {
	margin-bottom: 5px;
}
#sidebar-left-inner a {
	text-decoration: none;
}
#sidebar-left-inner a:hover,
#sidebar-left-inner a.active {
	text-decoration: underline;
}

/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer
  {
  }

  #footer-inner
  {
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
	color: silver;
	font-size: .8em;
	text-align: center;
}

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
	overflow: visible;
	height: auto;
}
.node-type-flashnode .node-inner,
.section-flash .node-inner {
	overflow: visible;
	height: auto;
}

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .taxonomy /* Node taxonomy (categories) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for all comments */
  {
    margin: 1em 0;
  }

  .comment /* Wrapper for a single comment */
  {
	border: 1px solid gray;
	margin: 5px;
	padding: 5px;
	font-size: 85%;
}

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
	font: italic 90% Arial;
}

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comments-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-2 /* "Primary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    color: #c00;
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even, tr.odd /* Some tables have rows marked even or odd. See also the ".section-admin tr.even" declaration below. */
  {
    border-bottom: none;
    padding: 0;
  }

  tr.even
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
	font-style: italic;
}


  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * admin section of the site.
   */
  .section-admin tbody
  {
    border-top: 1px solid #ccc;
  }

  .section-admin th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  .section-admin tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  .section-admin thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  .section-admin tr.even,
  .section-admin tr.odd
  {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
  }

/* new */

.block-imagemenu tr.odd,
.block-imagemenu tr.even,
#left-margin tr.odd,
#left-margin tr.even{
	background-color: transparent;
}
.block-imagemenu a,
.block-imagemenu a:link,
.block-imagemenu a:visited,
.block-imagemenu td,
.block-imagemenu tbody,
.block-imagemenu img,
.block-imagemenu table,
.block-imagemenu tr.even,
.block-imagemenu tr.odd,
#left-margin tr.even,
#left-margin tr.odd,
#left-margin tbody,
#left-margin table
 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-style: none;
	border-width: 0;
}
p {
	margin-bottom: 2px;
}

.block-imagemenu table {
	line-height: 0;
}
.block-imagemenu li {
	list-style-image: none;
	list-style-type: none;
}

/* subnav */
#content-top h2.title {
	display: none;
}

#content-top .content {
	text-align: center;
}

#content-top ul.menu,
#content-top ul.menu li {
	display: inline;
	font-family: "Lucida Grande";
	margin-left: 0;
	padding-right: 0;
}
#content-top ul.menu{
	text-align: center;
	top: -30px;
	position: relative;
	padding-left: 0px;

}
#content-top li a{
	width: 135px;
	height: 26px;
	background-image: url(images/mcp2_subnav_off.png);
	color: black;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	padding-top: 10px;
}

#content-top ul.menu li a:hover,
#content-top ul.menu li a.active
{
	background-image: url(images/mcp2_subnav_on.png);
}
#primary a {
	color: white;
	text-decoration: none;
}

h1.title {

	padding-bottom: 5px;
	text-align: center;
	font: 1.2em "Lucida Grande", Helvetica, Arial;
}

#content p {

}

/*
#content-top .block .content {
	height: 10px;
}*/

tbody {
	border-style: none;
}

/* form */

.node-type-webform .form-item,
fieldset.group-personal .form-item,
#edit-title-wrapper.form-item,
#edit-field-hosting-organization-0-value-wrapper.form-item,
.link-field-url .form-item,
#edit-field-contact-person-0-value-wrapper.form-item{
	display: inline;
}
.page-node-add-story .form-item label,
.page-node-add-event .form-item label {
	color: #2B4340;
	font-family: Arial;
	font-weight: bold;
}

.node-type-webform .form-item label,
.group-personal .form-item label,
.location .form-item label,
#edit-title-wrapper.form-item label,
#edit-field-hosting-organization .form-item label,
#edit-field-requirements-key-wrapper.form-item label,
#edit-field-contact-person-0-value-wrapper.form-item label,
#edit-field-contact-email-0-email-wrapper.form-item label,
#edit-field-full-name-0-value-wrapper.form-item label,
#edit-field-event-affiliation-0-value-wrapper.form-item label,
#edit-field-email-0-email-wrapper.form-item label,
#edit-taxonomy-1-wrapper label,
#edit-field-hosting-organization-0-value-wrapper label,
#edit-field-website-0-url-wrapper label
 {
	width: 250px;
	display: inline-block;
}

#edit-title-wrapper.form-item label {
	padding-left: 0px;
}
.node-type-webform .form-item input,
.group-personal .form-item input,
.location .form-item input,
#edit-title-wrapper.form-item input, 
#edit-field-hosting-organization .form-item input,
#edit-field-requirements-key-wrapper.form-item input,
#edit-field-contact-person-0-value-wrapper.form-item input,
#edit-field-contact-email-0-email-wrapper.form-item input,
#edit-field-full-name-0-value-wrapper.form-item input,
#edit-field-event-affiliation-0-value-wrapper.form-item input,
#edit-field-email-0-email-wrapper.form-item input,
#edit-field-hosting-organization-0-value-wrapper input,
#edit-field-website-0-url-wrapper input{
	width: 50%;
	display: inline-block;
}
fieldset.webform-component-fieldset,
fieldset.group-personal,
fieldset.group-my-mayan-calendar-story-,
fieldset.location,
fieldset.group-description-title
 {
	border-style: none;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 0;
}
fieldset.webform-component-fieldset  legend,
fieldset.group-personal legend,
fieldset.location legend
{
	display: none;
}
fieldset.group-media legend a{
	color: black;
	text-decoration: none;
}

fieldset.group-my-mayan-calendar-story- legend {
	font-weight: bold;
}
#edit-body {
	height: 60px;
}

.cck-address-fieldset,
fieldset.group-media,
fieldset.group-contact,
fieldset.group-submitter-info {
	border-style: none;
	border-width: 0;
	padding: 0;
}
#field-images-attach-wrapper .description,
#field-document-attach-wrapper .description,
#edit-field-images-upload-wrapper.form-item label,
#edit-field-document-upload-wrapper.form-item label
 {
	display: none;
}

.section-stories .content .field-type-text {
	margin-bottom: 10px;
}

.field-label-inline-first {
	padding-right: 20px;
}
.fieldset.group-media {
	display: inline;
}
.field-field-video,
.field-field-document {
	width: 48%;
	display: inline-block;
}

.tips, .tips + p a {
  display:none;
}

.node-type-story .field-label,
.node-type-story .field-label-inline-first,
.node-type-event .field-label,
.node-type-event .field-label-inline-first {
	color: #2B4340;
}

.section-node-edit #content-inner,
.section-node-add #content-inner {
	overflow: auto;
}

#edit-field-video-upload-wrapper .description,
#edit-field-video-upload-wrapper label {
	display: none;
}
#edit-taxonomy-1-wrapper .form-item{
	display: inline;
}

.node-inner .content {
	margin-right: 20px;
	margin-left: 10px;

}

.location.vcard {
	display: inline;
}
.adr,
.country-name {
	display: inline;
}
.region {
	padding-right: 20px;
}

.content p {
	font-family: Arial;
	margin-bottom: 20px;
}

/* node block */

.node-block {
	width: 140px;
	float: left;
	border: 1px solid #2B4340;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}
.item-list ul {
	padding-left: 10px;
	text-align: center;
}
.item-list ul li {
	list-style-type: none;
	list-style-image: none;
}
.block-views h2.title {
	font-size: 1em;
	color: #2B4340;
	padding-left: 10px;
}

/* input form */
.page-node-add-story #content-inner,
.page-node-add-event #content-inner,
.page-submit-story #content-inner,
.section-search #content-inner,
.section-user #content-inner
{
	overflow: auto;
}

/* lightbox2 */

.section-stories #imageDetails {
	display: none;
}

/* search box */
#nav-search {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 50px;
}
#search-box fieldset.collapsed {
	display: none;

}
#search-box {
	display: inline;
}
#search-box #search-theme-form {
	width: 100px;
	float: right;
	left: -15px;
	position: relative;
}
#search-box .form-submit{
	display: none;
}
#search .form-item {
	margin-top: 0;
	margin-bottom: 0;
}
p.search-info {
	display: none;
}

#search-title {
	color: white;
	display: inline-block;
}
#primary {
	padding-left: 10px;
	font-family: Arial;
}
#primary a:hover {
	text-decoration: underline;
}
#primary ul li {
	padding-left: 20px;
	padding-right: 20px;
}
#primary ul li.first {
	padding-left: 0;
}

/* galleries */
.view-image-gallery ul li {
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
}

.views-view-grid tr {
	width: 100%;
}
.views-field-image-image {
	text-align: center;
	margin: 15px;
}


/* blogs */

.section-blog .node-inner,
.node-type-blog .node-inner {
	height: auto;
	margin-bottom: 10px;
}
.section-blog #content-inner,
.node-type-blog #content-inner {
	overflow: auto;
}
.section-blog h2.title,
.node-type-blog h3.title {
	font: bold 1.4em Arial;
}

.content a {
		font-family: Arial;
}
.comment_forbidden {
	display: none;
}
.links.inline .comment_forbidden{
	display: inline;
}
.blog_usernames_blog {
	float: right;
}
.links.inline {
	font-size: 90%;
}

.node_read_more {
	float: left;
}
/* links */
a, a:link {
	color: #2D6240;
}
a:hover {
	color: #F5A307;
}
/* a:visited {
	color: #F4AE28;
} */

body, caption, th, td, input, textarea, select, option, legend, fieldset { font-family:Arial, sans-serif;}

/* tables */
#content table {
	border-color: #2c4240;
	font: 10pt Arial;
}

#content .field-items {
font-family:Arial,"Lucida Grande",Helvetica;
font-size:0.875em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.5em;
}

.view-item-audio-gallery {
	padding: 5px;
}
.node-type-bio fieldset {
	border: none;
}
.relativity_parent {
	display: none;
}
.node-type-audio fieldset {
	border: none;
}

/* page format exceptions */
/* aka short form */

.section-flash #page,
.node-type-flashnode #page,
.page-portal #page,
.page-portal-asia #page,
.page-portal-oceania #page,
.page-portal-mideast-africa #page,
.page-stories-mideast-africa #page,
.page-stories-asia #page,
.page-stories-oceania #page,
.page-sponsorship #page,
.page-contact #page,
.page-2012-film-review #page
 {
	background: url(images/mcp2_extend.jpg) no-repeat;
	height: 864px;
}

.section-flash #content,
.node-type-flashnode #content,
.page-portal #content,
.page-portal-asia #content,
.page-portal-oceania #content,
.page-portal-mideast-africa #content,
.page-stories-mideast-africa #content,
.page-stories-asia #content,
.page-stories-oceania #content,
.page-sponsorship #content,
.page-contact #content,
.page-2012-film-review #content
{
	height: 450px;
}

.section-flash #content-inner,
.node-type-flashnode #content-inner,
.page-portal #content-inner,
.page-portal-asia #content-inner,
.page-portal-oceania #content-inner,
.page-portal-mideast-africa #content-inner,
.page-stories-mideast-africa #content-inner,
.page-stories-asia #content-inner,
.page-stories-oceania #content-inner,
.page-sponsorship #content-inner,
.page-contact #content-inner,
.page-2012-film-review #content-inner
  {	
	height: 407px;
}


.page-portal .node-inner,
.page-portal-asia .node-inner,
.page-portal-oceania .node-inner,
.page-portal-mideast-africa .node-inner,
.page-stories-mideast-africa .node-inner,
.page-stories-asia .node-inner,
.page-stories-oceania .node-inner,
.page-sponsorship .node-inner,
.page-contact .node-inner,
.page-2012-film-review .node-inner
  {
	overflow: auto;
	height: 340px;
}

.section-flash .node-inner,
.node-type-flashnode .node-inner {
	height: 340px;

}

/* end page exceptions */

#node-202 .form-checkbox,
#node-202 .form-radio {
	width: auto;
}


#node-202 #webform-componenet-payment_perference .form-item label.option 
  {
	display: block;
}
#webform-component-payment_preference .form-item label,
#webform-component-marketplace_categories_list .form-item label  {
	display: block;
	width: auto;
}

#webform-component-marketplace_categories_list .form-item label,
#webform-component-market_profile_level .form-item label  {
	display: none;
}
#webform-component-marketplace_categories_list .form-item label.option,
#webform-component-market_profile_level .form-item label.option {
	display: block;
}

#node-202 .node-inner {
	padding-top: 20px;
}

#webform-component-marketplace_categories_list .form-checkboxes{
	margin-top: 0;
}
#webform-compontent-marketplace_categories .webform-component-fieldset {
	margin-bottom: 0;
	padding-bottom: 0;
}
#webform-component-market_profile_level .description {
	font-size: 1em;
}

/* left margin */
#left-margin {
	display: block;
	position: absolute;
	top: 20px;
	left: 10px;
}
#margin-block {
	width: 150px;
	border: 1px solid #879787;
	padding: 10px;
	background-color: #384E4D;
}

#margin-block .content {
	text-align: right;
}
#margin-block table {
	width: 150px;
}
#margin-block h2.title {
	text-align: right;
}
#margin-block ul.menu li {
	list-style-type: none;
	list-style-image: none;
	text-align: right;
}
#margin-block ul.menu {
	margin-top: 10px;
	margin-bottom: 0px;
}
#margin-block .block {
	margin: 5px 0 0;
}
#margin-block #search-block-form .collapsed,
#margin-block #search-block-form label {
	display: none;
}
#margin-block a {
	color: #A3B09C;
	font-size: 80%;
}
#margin-block a:hover {
	color: white;
}
#margin-block #language a {
	color: #07330E;
	background-color: #879787;
	padding: 7px;
	text-decoration: none;
}
#margin-block #language a:hover {
	color: white;
}

#margin-block #block-block-2.block
{
	margin-top: 0;
	margin-bottom: 5px;
}
#margin-block .block-addthis
{
	margin-top: 0;
	margin-bottom: 10px;
}
#block-search-0 h2
{
  color: #fff;
   font-size: 12px;
}
#left-adblock {
	text-align: center;
	margin-top: 10px;
}

#left-adblock .block-ad .block-inner {
	border-style: none;
	background-image: none;
}


/* left-adblock menus */

#left-adblock .block-menu .block-inner,
#left-adblock .block-user .block-inner {
	border: 2px solid #6A908E;
	background-image: url(images/mcp-left-menu-bkg.png);
}

#left-adblock .block-menu h2.title,
#left-adblock .block-user h2.title {
	background-color: #6A908E;
	padding-bottom: 4px;
	padding-top: 5px;
	font: bold 1.2em Arial;
}

#left-adblock ul.menu a {
	color: black;
	font: 1.1em Arial;
}
#left-adblock ul.menu a:hover {
	color: #F5A307;

}

#left-adblock .block {
	width: 173px;
}
#left-adblock ul.menu {
	padding-top: 10px;
	padding-bottom: 20px;
}
#left-adblock ul.menu li {
	list-style-type: none;
	list-style-image: none;
	padding-top: 3px;
	padding-bottom: 4px;
}

/* marketplace panel */

.page-marketplace-cenote #content,
.page-marketplace-cenote #content-inner,
.page-marketplace-cenote #contentblock-top,
.page-marketplace-cenote #contentblock-bottom
 {
	background-image: none;
}

.page-marketplace-cenote #content-inner,
.page-marketplace-cenote .node-inner,
.page-marketplace-cenote #content{
	height: auto;
	overflow: visible;
  min-height: 350px;
}

.page-marketplace-cenote .panel-col-first,
.page-marketplace-cenote .panel-col-last
{
  background: url(images/mcp2_main-middle.png) repeat-y;
	width: 378px;
}
.page-marketplace-cenote .panel-col-first .node-top,
.page-marketplace-cenote .panel-col-last .node-top{
	height: 16px;
	background-image: url(images/mcp2_market_panel_column-top.png);
	width: 358px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
.page-marketplace-cenote .panel-col-first .node-inner,
.page-marketplace-cenote .panel-col-last .node-inner {
	background: white url(images/cenote/mcp2_cenote_blocks_bkg.jpg) repeat-y;
	width: 357px;
	margin-left: 10px;
	margin-right: 10px;
}
.page-marketplace-cenote .panel-col-first .node-bottom,
.page-marketplace-cenote .panel-col-last .node-bottom {
	height: 14px;
	background-image: url(images/mcp2_market_panel_column-bottom.png);
	width: 358px;
	margin-left: 10px;
	margin-right: 10px;
}


.page-marketplace-cenote #content #content-inner {
	padding-right: 0;
	padding-left: 0;
	background-image: url(images/);
}
.page-marketplace-cenote .node-inner .content,
.page-marketplace-cenote .section-marketplace .node-inner .content   {
	padding-top: 10px;
	padding-bottom: 10px;
}
.section-marketplace .panel-col-first .node-inner .content,
.section-marketplace .panel-col-last .node-inner .content   {
	padding-right: 10px;
	padding-left: 10px;
}

#market-search .node {
	padding: 10px;
}
.page-marketplace-cenote #content {
	padding-left: 0;
	padding-right: 0;
	width: 780px;
}

.panel-2col-stacked .panel-col-last {
	float: right;
}
.panel-2col-stacked .panel-col-last .inside {
	margin-left: 0;
}

.sidebar-left .page-marketplace-cenote  #content
  {
    width: 772px;
    margin-left: 190px; /* The width of #sidebar-left. */
    margin-right: -960px; /* Negative value of #content's width + left margin. */
  }
.page-marketplace-cenote .node-inner .content {
	padding-bottom: 0;
}  
.page-marketplace-cenote .node-inner {
	min-height: 0px;
	height: auto;
}
.page-marketplace-cenote .panel-col-top .node-inner .content{
	margin-left: 2px;
	margin-right: 2px;
}

.page-marketplace-cenote #contentblock-top {
	display: none;
}

.pane-content .title {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}
.pane-content .whatsthis {
	text-align: center;
}
.pane-content .whatsthis a{
	color: #1F7C67;
	font-style: italic;
}
.panel-footer {
	width: 100%;
}
.panel-footer left {
	width: 50%;
}
.panel-footer right {
	width: 50%;
}
#search-cenote-button {
	text-align: center;
	height: 33px;
}
#search-cenote-button a{
	padding-right: 140px;
	background-image: url(images/cenote/mcp2_cenote_search.png);
	padding-bottom: 15px;
}
#search-cenote-button a:hover{
	background-image: url(images/cenote/mcp2_cenote_search-on.png);	
}
#search-cenote-button {
	text-align: center;
	height: 33px;
}
#login {
	height: 33px;
	text-align: center;
}
#login a{
	padding-right: 110px;
	background-image: url(images/cenote/mcp2_cenote_login.png);
	padding-bottom: 15px;

}

#login a:hover{
		background-image: url(images/cenote/mcp2_cenote_login-on.png);
}
#become-explorer {
	height: 33px;
	text-align: center;
}
#become-explorer a{
	padding-right: 170px;
	background-image: url(images/cenote/mcp2_cenote_become_explorer.png);
	padding-bottom: 15px;
}

#become-explorer a:hover{
		background-image: url(images/cenote/mcp2_cenote_become_explorer-on.png);
}
.page-marketplace-cenote #sidebar-left{
	padding-left: 8px;
}
  
/* marketplace profile */

.section-marketplace {
	font-family: Arial;
	height: auto;
}
.section-marketplace #content-inner,
.section-marketplace #contentblock-top,
.section-marketplace #contentblock-bottom
{
	background-image: none;
}

.section-marketplace #images-block {
	width: 150px;
	float: left;
	text-align: center;
}
.section-marketplace #images-block  .field-type-image {
	margin-left: 0;
	margin-right: 0;
}

.section-marketplace h1.title {
	text-align: left;
	font-family: Arial;
	padding-bottom: 0;
}
.section-marketplace .node-inner .content  {
	margin-right: 0;
	margin-left: 0;
}
.section-marketplace #description .taximage img{
	border-style: none;
	float: left;
	padding-top: 5px;
	margin-right: 10px;
}
.section-marketplace #description #title-area h1.title {
	font-size: 2.6em;
}
.section-marketplace .taxonomy {
	display: none;
}

.section-marketplace #description {
	margin-right: 30px;
}
.section-marketplace #description #website-link a {
	color: #47693A;
}
.section-marketplace #description #website-link a:hover {
	color: #F5A307;

}
.section-marketplace #content-inner  {
	padding-right: 10px;
}
.section-marketplace #content-area .field-item img {
	border: 2px solid #556764;
}

#description .stars label,
#description .stars .fivestar-summary,
#description .stars fieldset.collapsed {
	display: none;
}
.section-marketplace .location .region {
	padding-right: 0;
}
.section-marketplace h3 {
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0;
	width: auto;
	display: none;
}

/* market buttons */
#market-menu {
	height: 60px;
	width: 100%;
}

#market-menu .button a{
	width: 160px;
	height: 52px;
	padding-right: 160px;
	padding-bottom: 37px;
}
#market-menu .button {
	width: 160px;
	height: 52px;
}

#quetzal a{
	background: url(images/mcp2_buttons_quetzal-off.png) no-repeat;
}
#quetzal a:hover{
	background: url(images/mcp2_buttons_quetzal-on.png) no-repeat;
}
#jade.button a{
	background: url(images/mcp2_buttons_jade-off.png) no-repeat;
}
#jade.button a:hover{
	background: url(images/mcp2_buttons_jade-on.png) no-repeat;
}
#gold a {
	background: url(images/mcp2_buttons_gold-off.png) no-repeat;
}
#gold a:hover {
	background: url(images/mcp2_buttons_gold-on.png) no-repeat;
}
#obsidian a {
	background: url(images/mcp2_buttons_obsidian-off.png) no-repeat;
}
#obsidian a:hover {
	background: url(images/mcp2_buttons_obsidian-on.png) no-repeat;
}

/* simplenews */
.section-newsletters #contentblock-bottom,
.section-newsletters  #contentblock-top,
.node-type-simplenews #content-inner,
.node-type-simplenews #content
 {
	background-image: none;
}
.section-newsletters #content-inner,
.section-newsletters .node-inner,
.section-newsletters #content{
	height: auto;
	overflow: visible;
  min-height: 350px;
}
.section-newsletters 
#content #content-area {
	background-color: white;
	text-align: center;
}
/* social network */
#facebook a{
	background: url(images/icons/facebook-off.png) no-repeat;
}
#facebook a:hover{
	background: url(images/icons/facebook-on.png) no-repeat;
}
#linkedin.button a{
	background: url(images/icons/linkedin-off.png) no-repeat;
}
#linkedin.button a:hover{
	background: url(images/icons/linkedin-on.png) no-repeat;
}
#twitter a {
	background: url(images/icons/leftsidebar_twitter-small-off.png) no-repeat;
}
#twitter a:hover {
	background: url(images/icons/leftsidebar_twitter-small-on.png) no-repeat;
}
#social-menu .button {
	width: 32px;
	height: 30px;
}

#social-menu .button a{
	width: 30px;
	height: 32px;
	padding-right: 30px;
	padding-bottom: 32px;
	background-repeat: no-repeat;
}

.view .node-inner {
	min-height: 100px;
	
}
/* #edit-field-reference-nids-wrapper {
	display: none;
} */
#edit-vote-0-wrapper {
	margin-top: 10px;
}

.view-market-reviews .node-inner {
	margin-bottom: 10px;
	border: 1px solid #2d6240;
	padding: 20px 10px 10px;
}
.field-field-rating {
	margin-top: 10px;
}
.view-market-reviews .field-type-nodereference {
	display: none;
}
.view-market-reviews {
	padding-top: 10px;
}
.back-to-market {
	text-align: right;
}
.view-market-reviews .comment_add {
	display: none;
}

/* form */

.node-form .location .description,
.group-questions legend {
	display: none;
}
fieldset.group-questions {
	border-style: none;
	padding-right: 0;
	padding-left: 0;
}
.group-questions div a {
	display: none;
}
fieldset.location .form-item label {
	padding-right: 4px;
}
.field-field-provide-a-brief-descripti {
	margin-top: 20px;
}
fieldset.captcha {
	border-style: none;
	margin-right: 40px;
}
fieldset.captcha legend {
	display: none;
}

/* leaderboard */

#leaderboard {
	position: absolute;
	top: 15px;
	left: 370px;
	display: block;
	width: 1000px;
}
#leaderboard img,
#leaderboard a,
#leaderboard p {
	padding: 0;
	margin: 0;
}
#leaderboard .block,
#closure-blocks .block {
	display: inline;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
#closure-blocks {
	margin-left: 330px;
	margin-top: 20px;
}

/* site menu */
#site-menu {
	padding-left: 1px;
}
#site-menu .button a,
#site-menu .button{
	width: 114px;
	padding-right: 114px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
}

#site-menu #welcome.button a{
	background-image: url(images/menu/mcp2_nav_welcome-off.png);
}
#site-menu #welcome.button a:hover{
	background-image: url(images/menu/mcp2_nav_welcome-on.png);
}

#site-menu #portal a{
	background-image: url(images/menu/mcp2_nav_portal-off.png);
}
#site-menu #portal a:hover{
	background-image: url(images/menu/mcp2_nav_portal-on.png);
}

#site-menu #calendar a{
	background-image: url(images/menu/mcp2_nav_calendar-off.png);
}
#site-menu #calendar a:hover{
	background-image: url(images/menu/mcp2_nav_calendar-on.png);
}

#site-menu #maya a{
	background-image: url(images/menu/mcp2_nav_maya-off.png);
}
#site-menu #maya a:hover{
	background-image: url(images/menu/mcp2_nav_maya-on.png);
}

#site-menu #blog a{
	background-image: url(images/menu/mcp2_nav_blog-off.png);
}
#site-menu #blog a:hover{
	background-image: url(images/menu/mcp2_nav_blog-on.png);
}
#site-menu #stories a{
	background-image: url(images/menu/mcp2_nav_stories-off.png);
}
#site-menu #stories a:hover{
	background-image: url(images/menu/mcp2_nav_stories-on.png);
}
#site-menu #gallery a{
	background-image: url(images/menu/mcp2_nav_gallery-off.png);
}
#site-menu #gallery a:hover{
	background-image: url(images/menu/mcp2_nav_gallery-on.png);
}
#site-menu #marketplace a{
	background-image: url(images/menu/mcp2_nav_marketplace-off.png);
}
#site-menu #marketplace a:hover{
	background-image: url(images/menu/mcp2_nav_marketplace-on.png);
}
#site-menu #resources a{
	background-image: url(images/menu/mcp2_nav_resources-off.png);
}
#site-menu #resources a:hover{
	background-image: url(images/menu/mcp2_nav_resources-on.png);
}

#site-menu #press a{
	background-image: url(images/menu/mcp2_nav_press-off.png);
}
#site-menu #press a:hover{
	background-image: url(images/menu/mcp2_nav_press-on.png);
}

#site-menu #sponsorship a{
	background-image: url(images/menu/mcp2_nav_sponsorship-off.png);
}
#site-menu #sponsorship a:hover{
	background-image: url(images/menu/mcp2_nav_sponsorship-on.png);
}

#site-menu #getinvolved a{
	background-image: url(images/menu/mcp2_nav_getinvolved-off.png);
}
#site-menu #getinvolved a:hover{
	background-image: url(images/menu/mcp2_nav_getinvolved-on.png);
}

#site-menu #contact a{
	background-image: url(images/menu/mcp2_nav_contact-off.png);
}
#site-menu #contact a:hover{
	background-image: url(images/menu/mcp2_nav_contact-on.png);
}

/* calendar pages */
.section-tzolkin #content h1.title,
.node-type-flashnode #content h1.title,
.section-flash #content h1.title {
	display: none;
}

/* cenote */
#whatis {
	color: #0B9098;
	float: right;
	text-align: right;
	width: 150px;
	font-style: italic;
}
#whatis a {
	text-decoration: underline;
	color: #0B9098;
}
.titleimg {
	width: 200px;
	border-style: none;
	text-align: left;
}

.section-marketplace #content-area .titleimg img {
	border-style: none;
}

.section-marketplace #membership-title {
	float: left;
	width: 49%;
}
.section-marketplace #cenote-header,
.section-marketplace #content-top table  {
	width: 100%;
}
.section-marketplace #content-top table td {
	width: 50%;
}


/* cenote content */
#withright .content,
#withright .view {
	border: 2px solid #76836f;
	margin-right: 200px;
	padding: 20px;
}


/* comparison table */

#compare-table {
	display: table;
	width: 100%;
}
#compare-table tr.trow {
	border-top: 1px solid #2B4539;
}
#compare-table fieldset{
	border-style: none;
	padding: 0;
}
#compare-table legend a {
	background-image: none;
	list-style-image: none;
	list-style-type: none;
	
}
html.js #compare-table fieldset.collapsible legend{
	float: right;
}
html.js #compare-table fieldset.collapsed {
	height: 0;
	float: right;
	bottom: 28px;
}


#table-description {
	display: table-row;
	background-image: url(images/mcp2_main_bkg.png);
	font-weight: bold;
	padding: 5px;
	font-size: 1.2em;
}
.trow {
	display: table-row;
}
.first.tcell {
	width: 300px;
	text-align: left;
}
.tcell {
	display: table-cell;
	padding: 5px;
	width: 60px;
	text-align: center;
}
.yes {
	background: url(images/yes.png) no-repeat;
	padding-right: 22px;
	padding-bottom: 24px;
	width: 2px;
	margin-right: auto;
	margin-left: auto;
}
.no {
	background: url(images/no.png) no-repeat;
	padding-right: 22px;
	padding-bottom: 24px;
	width: 2px;
	margin-right: auto;
	margin-left: auto;

}

#apply {
	text-align: center;
	font-weight: bold;
	margin: 20px;
	color: #244438;
	font-size: 14pt;
}

#applybutton a {
	border-style: solid;
	padding: 5px;
	display: block;
	width: 100px;
	margin: 5px auto;
	text-decoration: none;
}
.backlink {
	text-align: center;
	font-style: italic;
}
.backlink a {
	color: #0B9098;
	text-align: center;
}
.page-marketplace-cenote-benefits.section-marketplace h1.title,
.page-marketplace-cenote-overview.section-marketplace h1.title,
.page-marketplace-cenote-quetzal-membership-level.section-marketplace h1.title,
.page-marketplace-cenote-gold-membership-level.section-marketplace h1.title,
.page-marketplace-cenote-jade-membership-level.section-marketplace h1.title,
.page-marketplace-cenote-obsidian-membership-level.section-marketplace h1.title {
	display: none;
}

/* content right */

#content-right {
	float: right;
}
#content-right .block h2.title {
	font-style: italic;
	font-size: 1em;
	color: #278eba;
}


/* imagemenu */


/* cenote search */

.view-cenote-search a,
.view-cenote-search a:link {
	color: #085B86;
}
.view-cenote-search a:hover {
	color: #51ecd2;
}
.view-cenote-search .views-field-tid {
	float: left;
}
.view-cenote-search .views-field-tid img{
	margin-right: 20px;
}
.view-cenote-search .views-row {
	display: block;
	height: 60px;
}
.view-cenote-search .view-content{
	width: 400px;
}
.view-cenote-search .views-exposed-widgets {
	height: 200px;
	border-bottom-style: solid;
	border-bottom-color: green;
	padding-bottom: 10px;
}
.view-cenote-search a {
	text-decoration: underline;
}



/* lightbox */

#lightbox div#outerImageContainer,
#lightbox #modalContainer{
	background-color: #92C8CA;
}
#lightbox table {
	border: 2px solid #0E334E;
	margin-top: 20px;
	color: #0E334E;
	font-style: italic;
	text-align: left;
	min-height: 595px;
	line-height: 1.5em;
}

.section-marketplace div#imageDataContainer,
.section-marketplace #imageData {
	display: none;
}
/*
#bottomNavClose {
  background: url(../images/close.gif) left no-repeat;
}*/


/* profile teasers */
.view-blogger-list h2.title {
	display: none;
}
.view-blogger-list .teaser-full h2.title{
	display: inline;
	color: #2D4341;
}

.field-field-profile-picture img{
	border: 2px solid #2D4341;
	padding: 5px;
	float: left;
	margin: 5px;
}
.view-blogger-list .teaser-full {
	margin-left: 140px;
}
.blog-links {
	float: right;
}
.view-blogger-list .node_read_more {
	float: right;
	position: relative;
	display: none;
}
.view-blogger-list .read-more{
	text-align: right;
}
.view-blogger-list .node-inner {
	margin-bottom: 35px;

}
.view-blogger-list .teaser-body {
	min-height: 150px;
}

.view.view-blogger-list .node-inner {
	min-height: 150px;
	
}
/* blog posts */

.node-type-blog h1.title,
.view-blog-list2 h1.title {
	text-align: left;
	color: #2D4341;
	font: bold 1.3em arial;
}

.node-type-blog .blog-links {
	float: right;
	bottom: 50px;
	position: relative;
}
.node-type-blog .bio-link {
	text-align: right;
}
.node-type-blog .node .submitted {
	
}

/* blog view */
.views-field-title {
	margin-bottom: 10px;
}
.view-blog-list2 .view-header {
	margin-bottom: 20px;
	text-align: center;
}
.views-field-comment-count {
	font-weight: bold;
	display: inline;
	margin-right: 50px;
}
.views-field-created {
	display: inline;
}
.views-field-teaser {
	margin-bottom: 10px;
}
.view-blog-list2 .views-row {
	margin-bottom: 30px;
}
.section-blog .feed-icons {
	display: none;
}

/* ie fixes */

.block-ad a {
	height: 150px;
}
/*market page styling*/
.section-marketplace #page,
.section-cart #page{
		background: url(images/mcp2_extend2_market.jpg) no-repeat;
}

.node-type-webinar #content-inner,
.section-cart #content-inner,
.node-type-meet-the-creator #content-inner
  {	
  background: url(images/mcp2_market_theme_bkg.png);
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 5px;
}


.section-cart #contentblock-top,
.section-cart #contentblock-bottom
{
	height: 0;
	background-image: none;
}


#block-menu-menu-marketplacenav {
	margin-left: 20px;
}
#block-menu-menu-marketplacenav li{
	list-style-image: none;
	list-style-type: none;
}
#block-menu-menu-marketplacenav li a{
	color: #d1d7d7;
}



/* webinar teaser view*/
.page-marketplace-webinars h1.title,
.page-marketplace-artists h1.title {
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 1em;
}
.view-webinars .view-header,
.view-artists .view-header {
	margin-bottom: 20px;
}

.view-webinars .teaser-body,
.view-aritsts .teaser-body {
	min-height: 150px;
}

.view.view-webinars .node-inner,
.view.view-artists .node-inner {
	min-height: 150px;
	}
.view-webinars .product-image,
.view-artists .product-image {
	float: left;
	margin: 0;
	padding: 0;
}
.view-webinars .product-image img,
.view-artists .product-image img{
	border: 1px solid #2D4341;
	padding: 3px;
	margin: 5px;
	position: relative;
}
.view-webinars .product-price,
.view-artists .product-price {
	float: right;
}
.view-webinars .teaser-full,
.view-artists .teaser-full {
	margin-left: 140px;
}
.view-webinars .node-inner h2.title,
.view-artists .node-inner h2.title {
	display: none;
}
.view-webinars .node-inner .teaser-full h2.title,
.view-artists .node-inner .teaser-full h2.title {
	display: block;
	color: #2D4341;
	font-family: Arial;
}

.view-webinars .node-inner,
.view-artists .node-inner {
	margin-bottom: 35px;

}
.view-webinars .read-more,
.view-artists .read-more {
	margin-bottom: 20px;
}
.view-webinars p,
.view-artists p {
	margin-bottom: 10px;
}

.view-webinars .product-body,
.view-artists .product-body {
	width: 480px;
}

.view-webinars .collapsed,
.view-artists .collapsed {
	display: none;
}

/* webinar pages and meet the creator*/

.product-info .moduel{
	display: none;
}
.node-type-webinar {
	
}
.node-type-webinar .product-image,
.node-type-meet-the-creator .product-image {
	float: left;
	margin: 0;
	padding: 0;
}
.node-type-webinar .product-image img
,.node-type-meet-the-creator .product-image img{
	border: 1px solid #2D4341;
	padding: 3px;
	margin: 5px;
	position: relative;
}
.node-type-webinar .node-full
{
	margin-left: 140px;
	margin-right: 20px;
}

.node-type-meet-the-creator .node-full {
	margin-left: 160px;
	margin-right: 20px;
}
.node-type-meet-the-creator .date{
	font-weight: bold;
	margin-top: 20px;
}
.node-type-meet-the-creator .date p{
	font-weight: normal;
	font-style: normal;
}

.node-type-webinar .full-title h1,
.node-type-webinar .sub-title h2,
.node-type-meet-the-creator .full-title h1,
.node-type-meet-the-creator .sub-title h2 {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 10px;
	color: #2b574c;
	margin-bottom: 10px;
}

.node-type-webinar h1.title,
.node-type-meet-the-creator h1.title {
	margin-left: 140px;
	text-align: center;
	color: #2b574c;
	font-size: 2em;
	display: none;
}
.node-type-webinar .collapsed {
}
.node-type-webinar .additional-info,
.node-type-meet-the-creator .additional-info {
	font-size: smaller;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}
.node-type-webinar .uc-price-display,
.node-type-meet-the-creator .uc-price-display {
	float: none;
}
.node-type-webinar #content-top .block,
.node-type-meet-the-creator #content-top .block{
	margin-bottom: 0;
}
.node-type-webinar #content-top .block p,
.node-type-meet-the-creator #content-top .block p{
	margin: 0;
}
.node-type-webinar #content-top .content,
.page-marketplace-webinars #content-top .content,
.node-type-meet-the-creator #content-top .content
{
	text-align: left;
	font-style: italic;
	font-size: smaller;
}
.back-to-webinars,
.back-to-meet-the-creator {
	float: left;
}
.node-type-webinar #contentblock-top,
.page-marketplace-webinars #contentblock-top,
.node-type-meet-the-creator #contentblock-top,
.node-type-podcast #contentblock-top,
.node-type-podcast #contentblock-bottom
{
	display: none;
}

.node-type-webinar .date {
	margin-top: 10px;
}

/* cart */

#cart-form-pane td.image {

}
#cart-form-pane td {
	padding-bottom: 5px;
	padding-top: 5px;
}
#cart-pane legend {
	display: none;
}
table.cart-review {
	border-style: none;
}

#customer-pane .fieldset-wrapper,
#billing-pane .fieldset-wrapper,
#payment-pane .fieldset-wrapper
 {
	padding-top: 10px;
}

#checkout-form-bottom #edit-cancel {
	float: left;
}
#uc_termsofservice_agreement_checkout-pane legend {
	display: none;
}

.section-cart h1.title {
	margin-bottom: 10px;
}

/* events view */
.page-events #contentblock-top,
.page-events #contentblock-bottom {
	display: none;
}
.page-events #content-inner {
	background-image: none;
}
.view-events .view-header {
	margin-bottom: 20px;
	margin-left: 20px;
}

.view-events .node-inner{
	padding: 20px;
}
.view-events .node-inner .content {
	margin-left: 0;
}
.view-events .node-inner h2.title {
	color: #2D4341;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
}
.page-events h1.title {
	font-size: 14pt;
	margin-bottom: 20px;
}
.view-events .sticky {
	background-image: url(images/mcp2_market_theme_bkg.png);
}

/* event pages */

.node-type-event #contentblock-top,
.node-type-event #contentblock-bottom {
	display: none;
}
.node-type-event #content-inner {
	background-image: none;
}
.node-type-event h1.title {
	text-align: left;
	color: #2D4341;
	margin-bottom: 10px;
	font-size: 14pt;
}
.node-type-event .node-inner .content {
	margin-left: 0;
}
.node-type-event .label {
	display: inline-block;
	color: #2D4341;
	width: 200px;
	font: 12pt Arial;
}
/* to remove
.node-type-event span.date-display-start,.node-type-event span.date-display-end {
	display: block;
}
.node-type-event .date-display-separator {
	display: none;
}
.node-type-event .date-display-single .date-display-start, 
.node-type-event .date-display-single .date-display-end,
.node-type-event .date-display-single .date-display-separator {
	display: inline;
}
*/

.node-type-event .labels {
	display: table-cell;
}
.node-type-event .dates {
	display: table-cell;
}

/* market landing page */
.page-marketplace #contentblock-top,
.page-marketplace #contentblock-bottom {
	display: none;
}
.page-marketplace #content-inner {
	background-image: none;
}
.page-marketplace h1.title,
.section-marketplace h1.title {
	text-align: center;
	font-weight: bold;
}
.page-marketplace-books-serpent-jaguar h1.title {

	margin-right: 10px;
}
.page-marketplace img {
	border: 1px solid #2D4341;
	padding: 3px;
}

.page-marketplace h2.title {
	color: #2D4341;
}

/* day sign templates */
/* donations */
/* book */

.node-type-symbol-template .model,
.node-type-donation .model,
.node-type-book .model {
	display: none;

}
.node-type-symbol-template .product-info,
.node-type-mobile-app .product-info {
	float: right;
	background-color: #F28E0B;
	text-align: center;
}
.node-type-donation .product-info,
.node-type-book .product-info{
	float: right;
	
	text-align: center;
	background-color: #77735b;
}
.node-type-book .product-info .product-info {
	background-image: none;
}

.node-type-mobile-app .product-plus{
	float: right;
	text-align: center;
	width: 130px;
}
.node-type-mobile-app .add-to-cart input{
	margin-top: 15px;
}


.node-type-mobile-app fieldset{
	display: none;
}

.node-type-symbol-template .main-product-image,
.node-type-donation .main-product-image,
.node-type-mobile-app .main-product-image,
.node-type-book .main-product-image {
	padding: 5px;
}
.node-type-symbol-template .uc-price-display,
.node-type-donation .uc-price-display {
	padding: 5px;
	width: 125px;
}
.node-type-mobile-app .uc-price-display {
	padding: 5px;
	width: 128px;
}
.node-type-book .uc-price-display{
	padding: 5px;
	width: 190px;
}

.node-type-symbol-template .product-body,
.node-type-donation .product-body,
.node-type-mobile-app .product-body {
	width: 540px;
	background: url(images/orange23.png) repeat;
	padding: 15px;
}
.node-type-book .product-body {
	width: 480px;
	background: url(images/orange23.png) repeat;
	padding: 15px;
}

.node-type-symbol-template .add-to-cart {
	
}
.node-type-symbol-template h1.title,
.node-type-donation h1.title,
.node-type-mobile-app h1.title,
.node-type-book h1.title{
	text-align: center;
	padding-bottom: 10px;
}

/* templates view */

.page-marketplace-templates h1.title,
.page-marketplace-templates-numeral h1.title,
.page-marketplace-templates-deity h1.title,
.page-marketplace-templates-daysign h1.title {
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 1em;
}
.view-templates .view-header {
	margin-bottom: 20px;
}

.view-templates .teaser-body {
	min-height: 10px;
}

.view.view-templates .node-inner {
	min-height: 150px;
	}
.view-templates .product-image {
	float: left;
	margin: 0;
	padding: 0;
}
.view-templates .product-image img{
	border: 1px solid #2D4341;
	padding: 3px;
	margin: 5px;
	position: relative;
}
.view-templates .product-price {
	float: right;
}
.view-templates .teaser-full {
	margin-left: 160px;
}
.view-templates .node-inner h2.title {
	display: none;
}
.view-templates .node-inner .teaser-full h2.title {
	display: block;
	color: #2D4341;
	font-family: Arial;
}

.view-templates .node-inner {
	margin-bottom: 35px;

}
.view-templates .read-more {
	margin-bottom: 20px;
}
.view-templates p {
	margin-bottom: 10px;
}

.view-templates .product-body {
	width: 480px;
}

.view-templates .collapsed {
	display: none;
}

/* node type cards */
.node-type-lovecard .model,
.node-type-birthdaycard .model {
	display: none;

}
.node-type-lovecard .product-info,
.node-type-birthdaycard .product-info{
	float: right;
	background-color: #1f3721;
	text-align: center;
	margin-bottom: 20px;
}
.node-type-lovecard .main-product-image,
.node-type-birthdaycard .main-product-image {
	padding: 5px;
}
.node-type-lovecard .uc-price-display,
.node-type-birthdaycard .uc-price-display {
	padding: 5px;
	width: 400px;
	color: white;
}

.node-type-lovecard .product-body,
.node-type-birthdaycard .product-body {
	width: 270px;
	background: url(images/orange23.png) repeat;
	padding: 15px;
	height: 355px;
	overflow: auto;
}
.node-type-lovecard .add-to-cart,
.node-type-birthdaycard .add-to-cart {
	
}
.node-type-lovecard h1.title,
.node-type-birthdaycard h1.title {
	text-align: center;
	padding-bottom: 10px;
}

.node-type-birthdaycard .add-to-cart,
.node-type-lovecard .add-to-cart{
	float: right;
	width: 350px;
	margin-right: 30px;
}
.node-type-birthdaycard .add-to-cart .resizable-textarea{
	width: 320px;
}
.node-type-birthdaycard .add-to-cart .collapsible legend {
	
}	

.node-type-birthdaycard .add-to-cart .form-submit {
	
}


.node-type-birthdaycard div.links,
.node-type-lovecard div.links {
	display: none;
}


/* view cards */

.page-marketplace-cards h1.title {
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 1em;
}
.view-cards .view-header {
	margin-bottom: 20px;
}

.view-cards .teaser-body {
	min-height: 10px;
}

.view.view-cards .node-inner {
	min-height: 150px;
	}
.view-cards .product-image {
	float: left;
	margin: 0;
	padding: 0;
}
.view-cards .product-image img{
	border: 1px solid #2D4341;
	padding: 3px;
	margin: 5px;
	position: relative;
}
.view-cards .product-price {
	float: right;
}
.view-cards .teaser-full {
	margin-left: 160px;
}
.view-cards .node-inner h2.title {
	display: none;
}
.view-cards .node-inner .teaser-full h2.title {
	display: block;
	color: #2D4341;
	font-family: Arial;
}

.view-cards .node-inner {
	margin-bottom: 35px;

}
.view-cards .read-more {
	margin-bottom: 20px;
}
.view-cards p {
	margin-bottom: 10px;
}

.view-cards .product-body {
	width: 480px;
}

.view-cards .collapsed {
	display: none;
}


/* video styling */

.node-type-video .video_download {
	display: none;
}

.node-type-video object {
	background-color: transparent;
	margin-top: 10px;
}

.node-type-video #content-area {
	text-align: center;
}

.node-type-video h1.title {
	text-align: center;
}

.node-type-video #block-block-17 {
	display: none;
}

/* cardthumbs view */

.view-cardthumbs {
	float: left;
}
.view-cardthumbs td {
	padding: 10px 20px;
	text-align: center;
}
.view-cardthumbs .views-field-title {
	text-align: center;
}
.node-type-birthdaycard .block-views h2.title,
.node-type-lovecard .block-views h2.title {
	text-align: center;
	width: 290px;
}

/* membereship page */


.node-type-members .product-body,
.node-type-astrology-reading .product-body {
	background: url(images/orange23.png) repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 20px 10px 5px;
	width: 540px;
}

.node-type-members h1.title,
.node-type-astrology-reading h1.title{
	text-align: center;
}

.node-type-members .product-info,
.node-type-astrology-reading .product-info{
	float: right;
	background-color: #F28E0B;
	text-align: center;
	
}

.node-type-members .main-product-image,
.node-type-astrology-reading .main-product-image{
	padding: 5px;
}
.node-type-members .uc-price-display,
.node-type-astrology-reading .uc-price-display {
	padding: 5px;
	width: 105px;
}
.node-type-astrology-reading .uc-price-sell {
	display: none;
}

/* code */

code {
	border: 1px solid #579b91;
	padding: 10px;
}
.badge {
	display: block;
	height: 310px;
}

.badge img {
	float: left;
}

.badge code {
	display: block;
	margin-left: 230px;
}

/* front page */

.front #content {
	padding-top: 0;
	background-image: none;
}
.front #content-inner {
	background-image: none;
}
.front #contentblock-top,
.front #contentblock-bottom,
.front #contentblock-top,
.front #contentblock-bottom
{
	height: 0;
	background-image: none;
}
.front #content-area h1.title {
	display: none;
}

/* service links */

#sidebar-left-inner .block h2.title {
	font-size: 1em;
	padding-left: 40px;
	margin-bottom: 5px;
}
.service-links a {
	color: #ced7d7;
}
.service-links .item-list ul {
	text-align: left;
	padding-left: 20px;
}


/* bah */
.section-blog .view-header h1.title {
	text-align: center;
}


/*  New Front */
.front {
	color: white;
	background: #d4dcde url(images/mcp-11-full-bkg.png) repeat-x;
}
.front #page {
	width: 1024px;
	height: auto;
	background-image: none;
	position: relative;
	top: 0px;
}
.front #main {
	margin-left: 0;
}
.front .login,
.front .login a {
	color: #a9e1d5;
	text-decoration: none;
	display: none;
}
.front #login {
	float: right;
	height: auto;
	text-align: center;
}
.front #login a{
	padding-right: 0;
	background-image: none;
	padding-bottom: 0;
	color: #a5ded2;
	text-decoration: none;
}
.front #login ul {
	margin-top: 0;
	padding-left: 0;
}
.front #login ul li{
	list-style-type: none;
	list-style-image: none;
	display: inline-block;
	border-left: 1px solid #a5ded2;
	margin-left: 0;
	padding-left: 10px;
	padding-top: 0;
}
.front #login ul li.first {
	border-left-style: none;
}

.front #main-menu ul{
	text-align: center;
	padding-top: 2px;
	padding-left: 0;
}
.front #main-menu li{
	list-style-image: none;
	list-style-type: none;
	display: inline;
}
.front #main-menu li a{
	color: #a9e1d5;
	text-decoration: none;
}
.front #main-menu li a:hover {
	color: white;
}
.front #main-menu li.leaf{
	margin-left: 10px;
}

.front #content {
	background-image: none;
	padding: 0;
	width: 1064px;
}
.front #content-inner {
	background-image: none;
	padding: 0;
}
.front h1.title {
	display: none;
}
body.front.admin-menu { margin-top: 0px !important; }
.front .login {
	float: right;
}
.front #tagline {
	text-align: center;
	margin-top: 7px;
}
.front #tagline p {
	margin-top: 7px;
}

/* ajax slideshow */
.ajax_slideshow{
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
.as-tabs-panes{width:90%; float: right;
	height: 350px;
}

/*tabs*/
div.as-tabs {margin:0 !important; padding:0;
	width: 190px;
	height: 340px;
	float: right;
}
div.as-tabs .item-list ul{margin:0} 

/* single tab */
div.as-tabs ul li { padding:0; margin: 4px 0 0; list-style-type:none;
	text-align: center;
}

/* link inside the tab. uses a background image */
div.as-tabs a.as-tab { 
  float: none;
  font-size:13px;
  display:block;
  padding: 14px 10px 5px; 
  text-decoration:none;
  border: 1px none #ddd;  
  border-bottom:0px;
  color: #a9e1d5;
  margin-right:2px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright:4px;
  position:relative;
  top:1px;
	background: transparent url(images/mcp2_frontpage_button-off.png) no-repeat;
	width: 156px;
}

div.as-tabs a.as-tab:hover {background-color: transparent; color: white;}
  
/* selected tab */
div.as-tabs a.current {
  background-color: transparent;   /* background of selected tab pure white */
  color: #a9e1d5;              /* text of selected tab pure black */
  cursor:default; 
  height:auto;             /* control height of selected tab */
  border: 1px none #bbb;   /* give it a one-pixel border in grey */ 
  border-bottom: 1px none #fff;    /* a white bottom border covers the border of the pane ... */
  z-index:2;
	background-image: url(images/mcp2_frontpage_button-off.png);
}

div.as-tabs a.current {
  background-color: transparent;   /* background of selected tab pure white */
  color:white;              /* text of selected tab pure black */
  cursor:default; 
  height: auto;             /* control height of selected tab */
  border: 1px none #bbb;   /* give it a one-pixel border in grey */ 
  border-bottom: 1px none #fff;    /* a white bottom border covers the border of the pane ... */
  z-index:2;
	background-image: url(images/mcp2_frontpage_button-on.png);
}

/* panes */
div.as-panes {position:relative; overflow:hidden;
	top: -340px; /* need a better way */
}
.as-panes-border{border: 1px none #bbb; z-index:1;}
div.as-panes {
	width: 640px;
	height: 340px;
	float: left;
}
div.as-panes p {
	margin-top: 0;
}
div.as-panes h2.title {
	display: none;
}

/* single pane */
div.absolute_pane{position:absolute;top:0;left:0;}   
div.as-panes div.pane {background-color: transparent; display:none; font-size:14px; padding:5px 10px;
	width: 640px;
	height: 340px;
}

/* navigation buttons */
a.prev, a.next{
  float:left;
  background:url(images/hori_large.png) no-repeat; 
  display:block;
  width:30px;
  height:30px;
  cursor:pointer;
  font-size:1px;
  text-indent:-9999em;  
}

a.next{background-position: 0 -30px; clear:right; margin-left:10px}
a.next:hover{background-position:-30px -30px;}
a.next:active{background-position:-60px -30px;}

a.prev{margin-right:10px;}
a.prev:hover{background-position:-30px 0px;}
a.prev:active{background-position:-60px 0px;}

/* middle strip */
#adbar, #adbar a {
	color: black;
}
#ad-bar {
	width: 815px;
	display: block;
}
.ad-bar {
	margin-top: 5px;
	height: 25px;
	display: inline-block;
	overflow: hidden;
}
.ad-bar .inline {
	display: inline;
}
.ad-bar .addthis {
	width: 350px;
	overflow: hidden;
	display: inline-block;
	height: 20px;
	margin-top: 5px;
}
.ad-bar .adsense {
	width: 460px;
	overflow: hidden;
	display: inline-block;
	height: 20px;
	margin-top: -5px;
}

#search.panel-pane  {
	height: 25px;
	padding-bottom: 0;
}
#search.panel-pane label,
#search.panel-pane .collapsed,
#search h2.pane-title{
	display: none;
}
#search .container-inline {
	margin-top: 5px;
}

.pane-block-33 {
	
}
#search{
	display: block;
	float: right;
	padding-bottom: 13px;
}
#search .form-text {
  border: none;
  background: url("images/search-box.jpg") no-repeat scroll 0 0 transparent;
  float: left;
  height: 20px;
  width: 124px;
}
#search .form-submit{
	background: url("images/search-button.jpg") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 20px;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999em;
    width: 24px;
	}

/* lower panels */

.panel-pane.square {
	background: url(images/panel-bkg.png) no-repeat;
	width: 295px;
	height: 275px;
	padding: 15px 20px 20px 15px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.panel-pane.square .view-content {
	width: 290px;
	color: black;
}

.panel-pane.square h2.pane-title{
	color: #24383c;
	margin-top: 0;
	margin-bottom: 15px;
	border-bottom: 2px solid #24383c;
	width: 250px;
}
.panel-pane.square .view-events .views-field-title {
	background-color: #e9efef;
	padding: 7px;
}
.panel-pane.square .view-events .views-field-title a {
	text-decoration: none;
	font-weight: bold;
}
.panel-pane.square .view-events .views-field-title a:hover {
	color: #F08500;
}

.views-field-field-feature-image-fid,
.field-field-feature-image {
	text-align: center;
}
.views-field-field-feature-image-fid img{
	border: 1px solid black;
}
.media-youtube {
	text-align: center;
}
.panel-pane.square .views-field-body {
	font-size: .9em;
	
}

/* rss feeds */
.pane-news-list-rss {
	
	padding: 10px;
	color: black;
	margin-top: 18px;
	background: url(images/panel-news-bkgs.png) no-repeat;
	height: 295px;
	width: 185px;
	overflow: hidden;
}
.pane-news-list-rss h2.pane-title {
	color: #24383c;
	border-bottom: 2px solid #24383c;
	font-size: 1.2em;
	margin-top: 0;
}
.pane-news-list-rss a {
	color: #294038;
	text-decoration: none;
}
.pane-news-list-rss a:hover {
	color: #F08500;
}
.pane-news-list-rss .view-content {
	font-size: .9em;
}
.pane-news-list-rss .item-list ul li {
	list-style-type: disc;
	list-style-position: outside;
	text-align: left;
	
}
.pane-news-list-rss .item-list ul {
	padding-left: 0;
}

/* bottom menu */
.front .bottom-menu {
	font-size: .9em;
}

.front .bottom-menu ul {
	padding-left: 5px;
	margin-top: 3px;

}

.front .bottom-menu li{
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 3px;
}
.front .bottom-menu li a {
	color: #294038;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.front .bottom-menu li a:hover {
	color: #F08500;
}
.front .bottom-menu h2.pane-title {
	font-size: 1em;
	color: #294038;
	font-weight: bold;
	margin-bottom: 2px;
}

.front .panel-flexible-inside {
	border-bottom: 1px solid #a1b2b6;
}

.front #footer-message {
	color: #808f92;
	margin-top: 10px;
}

.white-shade {
		background-image: url(images/mcp2_main_bkg.png);
	padding: 20px;
}

div.error {
	padding-left: 40px;
}

/* podcast */

.field-field-image-audio {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}
.field-field-audio {
	text-align: center;
}
.field-field-audio .audio-download {
	display: none;
}
.node-type-podcast #content-inner {
	background: transparent;
}


.node-type-book h1.title {
	text-transform: uppercase;
}