

/*****  YUI Reset v2.5.0  *****/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

em { font-style: italic; font-weight: inherit; }
strong { font-weight: bold; font-style: inherit; }




/*****  Clearing  *****/

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/*****  Global Definitions  *****/

body {
  background: #FFF url(img/linen.jpg) repeat-x scroll center 100px;
  /* font-family: Georgia, Palatino, serif; */
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-align: center;
  color: #333;
  }

  body.simplemenu-enabled { background-position: center 125px }

.noTopMargin { margin-top: 0 }

.noCSS, hr { display: none }

div.hr {
  border-top: 1px dotted #999;
  margin: 20px 0;
  height: 1px;
  }

blockquote {
  border-left: 2px solid #AAA;
  margin: 1.4em 0;
  padding: 0 1.7em;
  }

p, .p { margin: 1em 0 }

ul, ol {
  padding: 0;
  margin: 1em 0 1.4em 0;
  }

li, .item-list ul li  {
  padding: 0;
  margin: 0 0 5px 16px;
  }

ol li { list-style: decimal }

ul li, .item-list ul li { list-style: circle url(/misc/menu-leaf.png) }




/*****  Layout & Positioning  *****/

div#outerContainer {
  position: relative;
  margin: 0 auto;
  /* width: 800px; */
  width: 840px;
  }

div#innerContainer {
  margin: 0 auto;
  text-align: left;
  /* width: 740px; */
  width: 780px;
  }

div#logo {
  left: 31px;
  position: absolute;
  top: 28px;
  }

div#primaryNav {
  position: absolute;
  left: 23px;
  top: 60px;
  }

div#secondaryNav {
  color: #D0D0D0;
  font-size: 10px;
  left: 510px;
  position: absolute;
  text-align: right;
  top: 66px;
  width: 300px;
  }

div#mainContent {
  padding-top: 100px;
  padding-bottom: 40px;
  /* width: 740px; */
  width: 780px;
  }

  div#columnLeft { float: left }

    div.content-with-sidebar {
      width: 520px;
      }

  div#sidebar {
    float: right;
    width: 190px;
    font-size: 12px;
    line-height: 17px;
    }

    div.blogBox {
      color: #AAA;
      font-size: 11px;
      line-height: 16px;
      }

    .view-content-RebeccaBlog div.content {
      margin-top: 1em;
      }

    div.commentInfo {
      color: #999;
      font-size: 11px;
      margin: 1em 0 2px 0;
      }

    div.comment {
      margin: 2em 0;
      }

    div.commentContent {
      padding-left: 30px;
      }

      div.commentContent p:first-child { margin-top: 0 }

    div.commentAuthor {
      margin-bottom: 1em;
      font-size: 15px;
      }

    .tags {
      line-height: 18px;
      }

  div.genericSidebarBlock {
    margin-bottom: 24px;
    }

div#comments { margin: 2.5em 0 }

.detailBox {
  background: #EEE;
  border: 1px solid #CCC;
  font-size: 11px;
  line-height: 16px;
  margin: 1em 0;
  padding: 15px;
  width: 250px;
  }




/*****  Header Box  *****/

div#headerBox {
  background: transparent url(img/header_photo.jpg) scroll no-repeat top right;
  height: 178px;
  margin-bottom: 24px;
  /* width: 740px; */
  width: 780px;
  }

  div#headerText {
    color: #FFF;
    font-size: 25px;
    left: -30px;
    line-height: 33px;
    position: relative;
    width: 72%;
    }

    div#headerLink {
      color: #FFF;
      font-size: 13px;
      /* margin-right: 175px; */
      padding-top: 4px;
      text-align: right;
      }

    div.view-RebeccaHeaders, div.view-content-RebeccaHeaders, div.view-item-RebeccaHeaders, div.view-RebeccaHeaders div.view-data-node-body, div.view-RebeccaHeaders p {
      display: inline;
      }

  div#headerText tbody { border: 0 }

  td.header-table {
    height: 178px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    }




/*****  Footer  *****/

#footer {
  background: #FFF url(img/linen.jpg) repeat-x scroll center top;
  padding: 20px 0 45px 0;
  }

  #footer-inner {
    color: #EEE0CD;
    font-size: 12px;
    line-height: 24px;
    margin: 0 auto;
    text-align: left;
    /* width: 740px; */
    width: 780px;
    }

  div#searchBox {
    float: right;
    }




/*****  Generic Floats  *****/

.floatRight {
  float: right;
  margin: 0 0 1em 1.2em;
  }

.floatLeft {
  float: left;
  margin: 0 1.2em 1em 0;
  }




/*****  Generic Frame  *****/

.framed {
  border: 2px solid #CCC;
  padding: 3px;
  }

.fauxBook {
  border: 2px solid #AAA;
  padding: 0 3px 3px 0;
  border-width: 0 1px 1px 0;
  }




/*****  Headers & Typography  *****/

.small {
  font-size: 12px;
  line-height: 17px;
  }

.faded-smaller {
  color: #999;
  font-size: 11px;
  line-height: 16px;
  }

.faded { color: #999 }

.tiny, .tinyHeader {
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 1px;
  color: #665E4A;
  }

.tinyHeader {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 17px;
  color: #333;
  }

.articleText {
  font-size: 14px;
  line-height: 20px;
  }

.callout {
  font-size: 20px;
  line-height: 25px;
  }

.comment-author {
  font-weight: bold;
  color: #777;
  }

h1, h2 { font-size: 26px; line-height: 30px; font-weight: normal; margin-bottom: 14px; color: #333; }
h3 { font-size: 18px; line-height: 21px; font-weight: normal; margin-bottom: 8px; }
h4 { font-size: 14px; line-height: 18px; font-weight: bold; margin-bottom: 6px; }

h2.blogTitle, div#comments h2 { font-size: 22px; line-height: 26px; margin-bottom: 2px; }

h2#title-blog { font-size: 20px; line-height: 25px; margin-bottom: 0px; }

h2#title-blog img { margin-bottom: 6px; }

div.content p:first-child { margin-top: 0 }

h1, h2, h3, h4, h5, #headerText, .tinyHeader, #secondaryNav, #footer {
  font-family: Georgia, Palatino, serif;
  }



/*****  Links  *****/

a:link, a:visited, a:active, a:hover {
  font-weight: normal;
  text-decoration: underline;
  color: #AA9853;
  }

  a:hover { color: #695E33 }

  .faded a:link, .faded a:visited, .faded a:active, .faded a:hover {
    font-weight: normal;
    text-decoration: underline;
    color: #999;
    }

    .faded a:hover { color: #666 }

  #secondaryNav a:link, #secondaryNav a:visited, #secondaryNav a:active, #secondaryNav a:hover {
    color: #666;
    text-decoration: none;
    }

    #secondaryNav a:hover, #secondaryNav a.active {
      color: #000;
      text-decoration: underline;
      }

  #headerText a:link, #headerText a:visited, #headerText a:active, #headerText a:hover, #headerLink a:link, #headerLink a:visited, #headerLink a:active, #headerLink a:hover {
    font-weight: normal;
    text-decoration: underline;
    color: #FFFD7A;
    }

    #headerText a:hover, #headerLink a:hover { color: #FFF }

  .tags a:link, .tags a:visited, .tags a:active, .tags a:hover {
    background: #AAA;
    padding: 1px 4px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    }

    .tags a:hover { background: #777 }

  h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {
    color: #333;
    text-decoration: none;
    }

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

  a.editBlockButton:link, a.editBlockButton:visited, a.editBlockButton:active, a.editBlockButton:hover {
    color: #FFF;
    background: #999;
    text-decoration: none;
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px 5px;
    font-weight: bold;
    border: 1px solid #666;
    border-top-color: #CCC;
    border-left-color: #CCC;
    }

    a.editBlockButton:hover {
      background: #BBB;
      }

  .commentAuthor a:link, .commentAuthor a:visited, .commentAuthor a:active, .commentAuthor a:hover { font-weight: bold }

  #footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
    color: #FAF1E6;
    text-decoration: none;
    }

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



/*****  Collapsible Fieldsets (from garland)  *****/

fieldset {
  margin: 1em 0;
  padding: 1.2em;
  border: 1px solid #999;
  }

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
  border-width: 0;
  }




/*****  Drupal Rewiring  *****/

.breadcrumb {
  margin-bottom: 1em;
  font-size: 11px;
  color: #999;
  padding: 0;
  }

  .breadcrumb a { color: #999; font-weight: normal; }
  .breadcrumb a:hover { color: #000; font-weight: normal; }

legend { font-weight: bold; }
html.js fieldset.collapsible legend a { padding-left: 18px; }

.box {
  margin: 1em 0;
  }

.view-content .node {
  padding: 25px 0;
  border-bottom: 1px dotted #CCC;
  }

  .view-content .node:first-child {
    margin-top: 10px;
    padding-top: 0px;
    }

  .node-unpublished {
    background: #FAF6F4;
    border: 1px dashed #C3C0BE;
    padding: 15px;
    }

.tips {
  font-size: 1em;
  margin-top: 0.8em;
  }

dl {
  margin: 1em 0;
  border-left: 1px solid #999;
  padding-left: 1em;
  }

  dt {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1em;
    }

  dd {
    font-size: 0.9em;
    margin: 1em;
    }

td, th { padding: 6px 10px; }

tr.even td {
  background: #FFFFFF;
  font-size: 12px;
  }

tr.odd td {
  background: #F6F6F6;
  font-size: 12px;
  }

div.pager {
  padding: 0.8em 0;
  font-size: 17px;
  }

table#blocks {
  margin-bottom: 1em;
  }

#blocks td.region {
  border: none;
  border-top: 20px solid #FFF;
  background-color: #DDD;
  }

thead th {
  font-weight: bold;
  font-size: 11px;
  padding-bottom: 0px;
  }

tr.even td, tr.odd td {
  border: 1px solid #EEE;
  border-width: 1px 0;
  border-color: #EEE transparent;
  }

td.view-field {
  vertical-align: top;
  }

td.menu-disabled { color: #999; }

fieldset { padding-bottom: 0.7em; }

div.block-region {
  border: 1px dotted #999;
  padding: 0.6em;
  background: transparent;
  }

#tabs-wrapper {
  font-family: Arial;
  font-size: 10px;
  margin-bottom: 1.5em;
  }

ul.primary {
  margin: 0;
  }

  ul.primary li {
    margin: 0;
    }

  ul.primary li a.active, ul.primary li a.active:hover {
    padding: 0.6em 1em 4px 1em;
    }

  ul.primary li a.active:hover {
    border-color: #BBB #BBB #FFF #BBB;
    background-color: #FFF;
    }

  ul.primary li a, ul.primary li a:hover {
    padding: 0.6em 1em 0 1em;
    background-color: #E9E9E9;
    color: #000;
    }

    ul.primary li a:hover {
      background-color: #F6F6F6;
      }

ul.secondary {
  border: 1px solid #BBB;
  padding: 0 1em 0.8em 1em;
  margin: 0 0 1.4em 0;
  border-top: 0;
  }

  ul.secondary li {
    display: inline;
    line-height: 25px;
    padding: 0.3em 0.5em;
    border-right: none;
    border: none;
    margin-left: 0;
    }

  ul.secondary a.active, ul.secondary a.active:hover {
    background: #CC3300;
    border: 3px solid #CC3300;
    border-width: 4px 7px;
    color: #FFF;
    font-weight: bold;
    }

div.meta {
  color: #666;
  margin-bottom: 0.8em;
  }

div.terms ul.tags, div.terms ul.inline { padding: 0; }

div.tags ul.links li {
  padding: 0;
  margin: 0;
  }

.messages {
  background-color: #fff;
  border: 2px solid #b8d3e5;
  padding: 1.2em;
  margin-bottom: 0.8em;
  font-weight: bold;
  }

div.status {
  color: #3a3;
  border-color: #c7f2c8;
  }

div.error {
  color: #c52020;
  }

li.leaf { list-style-image: url(img/menu-leaf.gif); }
li.expanded { list-style-image: url(img/menu-expanded.gif); }
li.collapsed { list-style-image: url(img/menu-collapsed.gif); }

input.form-submit {
  margin: 0;
  padding: 3px 9px;
  font-size: 12px;
  }

.tablesort-asc a {
  padding-right: 16px;
  background: transparent url(img/arrow-asc.png) no-repeat scroll center right;
  }

.tablesort-desc a {
  padding-right: 16px;
  background: transparent url(img/arrow-desc.png) no-repeat scroll center right;
  }

.form-item label {
  font-size: 12px;
  line-height: 20px;
  }

.fieldset-wrapper div:first-child {
  margin-top: 0;
  }

.form-item .description {
  font-size: 11px;
  line-height: 17px;
  }




/*****  Search Form  *****/

#views-filters {
  display: none;
  }

.searchSubHeader {
  font-weight: normal;
  font-size: 10px;
  color: #999;
  }

#searchBox input.form-submit {
  background: #8D6C00;
  border-color: #8D6C00;
  color: #FFF1B9;
  font-size: 12px;
  font-weight: normal;
  padding: 2px 0px;
  width: 70px;
  }

#searchBox input#edit-search-block-form-keys {
  margin-right: 3px;
  font-size: 12px;
  padding: 3px;
  width: 128px;
  }




/*****  Event Schedule  *****/

.event-schedule p { margin: 0 }

span.date-display-end {
  display: inline;
  margin-left: 0;
  }




/*****  Books Block  *****/

#block-views-RebeccaBooks {
  background: #E7E4DD;
  padding: 2px 0pt 12px 2px;
  }

  .view-item-RebeccaBooks {
    margin: 10px 0 0 10px;
    float: left;
    }




/*****  Books Page  *****/

.writing-grid {
  float: left;
  height: 228px;
  padding-right: 18px;
  }

  .writing-grid img {
    padding: 2px;
    border: 1px solid #EEE;
    }

.writing-title {
  color: #AAA;
  font-size: 11px;
  font-family: Arial, sans-serif;
  line-height: 16px;
  margin-top: 2px;
  padding: 0 12px;
  }

.captionBox {
  border: 8px solid #E7E4DD;
  font-size: 12px;
  line-height: 18px;
  margin-top: 4px;
  padding: 12px;
  }

  .captionBox a:link, .captionBox a:visited, .captionBox a:active, .captionBox a:hover {
    color: #747C7B;
    text-decoration: underline;
    font-weight: normal;
    }

    .captionBox a:hover {
      color: #353939;
      }




/*****  Reviews  *****/

.reviewFile {
  float: left;
  height: 360px;
  margin-right: 10px;
  }




/*****  Biography  *****/

.recent-press h3 {
  font-size: 11px;
  line-height: 16px;
  }

.recent-press .articleText {
  font-size: 11px;
  line-height: 16px;
  }




/*****  Photos  *****/

.photo-grid {
  float: left;
  height: 220px;
  margin-right: 15px;
  }

  .photo-grid img {
    padding: 2px;
    border: 1px solid #DDD;
    }

.photo-credit {
  color: #AAA;
  font-size: 11px;
  font-family: Arial, sans-serif;
  margin-top: 3px;
  /* padding: 0 12px; */
  }




/*****  TinyMCE  *****/

body.mceContentBody {
  text-align: left;
  padding: 12px;
  background: #FFF;
  }

.mceEditor td, .mceEditor th {
  padding: 0;
  margin: 0;
  }

.form-textarea {
  width: 490px;
  }




/*****  Lightbox 2  *****/

#imageDataContainer {
  /* display: none !important; */
  }

#bottomNavClose {
  padding-top: 0 !important;
  top: 31px !important;
  }




/*****  AddThis  *****/

#addthis_services td {
  padding: 2px 0px !important;
  }




/*****  icon links  *****/

.audio-link, .video-link, .pdf-link, .txt-link {
  padding: 2px 0 2px 32px;
  }

.audio-link { background: transparent url(img/audio_link.gif) scroll no-repeat 0px 0px }
.video-link { background: transparent url(img/video_link.gif) scroll no-repeat 0px 2px }
.pdf-link { background: transparent url(img/pdf_link.gif) scroll no-repeat 0px 1px }
.txt-link { background: transparent url(img/txt_link.gif) scroll no-repeat 0px 0px }

.twitter {
  padding: 3px 0 2px 23px;
  background: transparent url(/misc/twitter.png) scroll no-repeat 0px 2px;
  }

.facebook {
  padding: 3px 0 2px 23px;
  background: transparent url(/misc/facebook.png) scroll no-repeat 0px 2px;
  }

.linkedin {
  padding: 3px 0 2px 23px;
  background: transparent url(/misc/linkedin.png) scroll no-repeat 0px 2px;
  }



/*****  Menu Sprites  *****/

a.menu-sprite:link,
a.menu-sprite:visited,
a.menu-sprite:active,
a.menu-sprite:hover,
div.menu-sprite {
  display: block;
  float: left;
  background-image: url(img/trixie_nav.png);
  height: 25px;
  text-decoration: none;
  }

a.trixie-about                { width: 55px; background-position: 0px 0px; }
a.trixie-blog                 { width: 46px; background-position: -55px 0px; }
a.trixie-biography            { width: 85px; background-position: -101px 0px; }
a.trixie-writing              { width: 70px; background-position: -186px 0px; }
a.trixie-interviews           { width: 92px; background-position: -256px 0px; }
a.trixie-photos,
a.trixie-rebecca-photos       { width: 61px; background-position: -348px 0px; }
a.trixie-headlines            { width: 85px; background-position: -409px 0px; }
a.trixie-you-said             { width: 78px; background-position: -494px 0px; }
a.trixie-speaking-engagements { width: 75px; background-position: -572px 0px; }
a.trixie-workshops            { width: 86px; background-position: -647px 0px; }
a.trixie-contact              { width: 69px; background-position: -733px 0px; }
a.trixie-books                { width: 55px; background-position: -802px 0px; }
a.trixie-work                 { width: 45px; background-position: -857px 0px; }
a.trixie-shop, a.trixie-store { width: 48px; background-position: -902px 0px; }
a.trixie-manuscript-consultation { width: 48px; background-position: -902px 0px; }

a.trixie-about.active, a.trixie-about:hover           { width: 55px; background-position: 0px 25px; }
a.trixie-blog.active, a.trixie-blog:hover             { width: 46px; background-position: -55px 25px; }
a.trixie-biography.active, a.trixie-biography:hover   { width: 85px; background-position: -101px 25px; }
a.trixie-writing.active, a.trixie-writing:hover       { width: 70px; background-position: -186px 25px; }
a.trixie-interviews.active, a.trixie-interviews:hover { width: 92px; background-position: -256px 25px; }
a.trixie-photos.active, a.trixie-photos:hover,
a.trixie-rebecca-photos.active,
a.trixie-rebecca-photos:hover                         { width: 61px; background-position: -348px 25px; }
a.trixie-headlines.active, a.trixie-headlines:hover   { width: 85px; background-position: -409px 25px; }
a.trixie-you-said.active, a.trixie-you-said:hover     { width: 78px; background-position: -494px 25px; }
a.trixie-speaking-engagements.active,
  a.trixie-speaking-engagements:hover                 { width: 75px; background-position: -572px 25px; }
a.trixie-workshops.active, a.trixie-workshops:hover   { width: 86px; background-position: -647px 25px; }
a.trixie-contact.active, a.trixie-contact:hover       { width: 69px; background-position: -733px 25px; }
a.trixie-books.active, a.trixie-books:hover           { width: 55px; background-position: -802px 25px; }
a.trixie-work.active, a.trixie-work:hover             { width: 45px; background-position: -857px 25px; }
a.trixie-shop.active, a.trixie-shop:hover,
a.trixie-store.active, a.trixie-store:hover           { width: 48px; background-position: -902px 25px; }




/*****  Ask Rebecca Section  *****/

.ask-rebecca .question { margin: 1em 0}

.ask-rebecca .answer { margin: 1em 0 }

.ask-rebecca .full-question {
  }

.ask-rebecca .full-answer {
  border: 1px dotted #CCC;
  padding: 1.5em 2.5em;
  }

.ask-rebecca ol, .ask-rebecca ul {
  margin-left: 2em;
  }




/***** Tagadelic *****/

.tagadelic.level6 {
  font-size: 18px;
  line-height: 22px;
  }

.tagadelic.level5 {
  font-size: 17px;
  line-height: 20px;
  }

.tagadelic.level4 {
  font-size: 15px;
  line-height: 17px;
  }

.tagadelic.level3 {
  font-size: 13px;
  line-height: 15px;
  }

.tagadelic.level2 {
  font-size: 11px;
  line-height: 16px;
  }

.tagadelic.level1 {
  font-size: 10px;
  line-height: 15px;
  }
