/*
Theme Name: HelenLowe
Theme URI: http://helenlowe.info
Description: A version of the Blend theme.
Version: 0.2
Author: James R Whitehead and Joffre Horlor
Author URI: http://joffrehorlor.com

v0.2: Update for WordPress 6.3 and PHP 8.3
v0.1: Add second sidebar
*/

.XXX {
  color: green;
}
.errorMessage,
.error {
  color: red;
  background-color: white;
  line-height: 2em;
  text-align: center;
  display: block;
}
.errorMessage {
  position: absolute;
  padding: 5px;
  border: solid 1px red;
}
.min-height-prop {
  height: 420px;
  float: right;
  width: 1px;
  visibility: hidden;
  overflow: hidden;
}
.clear {
  display: block;
  height: 1px;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}
a {
  text-decoration: none;
  outline: none;
}
.post a {
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: 0;
}
body {
  margin: 0;
  padding: 0 0 4em 0;
  background-color: #533c2c;
  font: 84% verdana, arial, free-sans, sans-serif;
}
#background-layer-1 {
  background: url(styles/coffee/background-layer-1.png) repeat-x top center
    #533c2c;
}
#background-layer-2 {
  background: url(styles/coffee/background-layer-2.jpg) no-repeat top center
    transparent;
}
#background-layer-3 {
  background: url(styles/coffee/background-layer-3.jpg) repeat-x 0 100%
    transparent;
}
#container {
  width: 1120px;
  margin: 0 auto;
  background-color: #bcab89;
  color: #333333;
}
#header {
  background-color: #603000;
  color: #e8bb3f;
  overflow: hidden;
  width: 1120px;
}
#titles {
  display: inline;
  float: left;
  overflow: hidden;
  margin: 20px 0 20px 30px;
  width: 1050px;
}
.with-links #titles {
  width: 900px;
}
a#header_image {
  margin-right: 20px;
  float: left;
}
#title-text {
  float: left;
}
h1#main-page-title {
  line-height: 1.25em;
  padding: 0;
  margin: 0;
}
h2#tag-line {
  padding: 0;
  margin: 0 0 0 50px;
}
.with-image h2#tag-line {
  margin: 0;
}
.sIFR-hasFlash h1#main-page-title {
  line-height: 1.3em;
}
.sIFR-hasFlash h2#tag-line {
  line-height: 1.5em;
}
#header #links {
  display: inline;
  float: right;
  padding: 0;
  width: 160px;
  margin: 10px 10px 10px 0;
  overflow: hidden;
}
#header #links ul {
  color: #e8bb3f;
  padding-left: 30px;
  margin: 0;
}
#header #links a {
  color: #fcfcf4;
  background-color: #603000;
  text-decoration: none;
  display: block;
  padding: 0 0.25em;
}
#header #links li.current_page_item a,
#header #links li a:hover {
  color: #fcfcf4;
  background-color: #968450;
}
#content-section {
  background-color: #bcab89;
  color: #333333;
  padding-bottom: 20px;
  clear: both;
}
#content-outer-1 {
  background: url(styles/coffee/content-1.jpg) repeat-x left top #533c2c;
  margin-top: 20px;
}
#content-outer-2 {
  background: url(styles/coffee/content-2.jpg) repeat-x left bottom transparent;
  overflow: hidden;
  padding: 0 20px;
}
#content-vertical-edge {
  background: url(styles/coffee/content.gif) repeat-y 0 top #fcfcf4;
  color: #603000;
  width: 1080px;
}
#content-top-edge {
  background: url(styles/coffee/content-top-edge.gif) no-repeat 0 0 transparent;
}
#content-bottom-edge {
  background: url(styles/coffee/content-bottom-edge.gif) no-repeat 0 bottom
    transparent;
  padding: 10px 20px;
}
#content textarea,
#content input {
  background-color: #fcfcf4;
  color: #603000;
  border: solid 1px #603000;
  padding: 0;
}
input[type="button"],
input[type="submit"] {
  cursor: pointer;
}
.submit {
  cursor: pointer;
}
#content {
  background-color: #fcfcf4;
  color: #603000;
  padding: 0;
  width: 1040px;
  overflow: hidden;
}
.trackback-url {
  font-size: 8pt;
}
#content a {
  color: #992020;
}
#content a:hover {
  color: #550000;
}
#content .post-title a:hover,
#content .post-title a,
#content .post-title {
  background-color: #f2f2d2;
  font-weight: normal;
  font-size: 15pt;
}
#content .post-title h2 {
  background-color: #f2f2d2;
  font-weight: normal;
  line-height: 1.5em;
  font-size: 15pt;
}
#posts {
  width: 620px;
  min-height: 420px;
  float: left;
  overflow: hidden;
  background-color: #fcfcf4;
  color: #603000;
  padding: 10px 0;
}
#posts img {
  max-width: 100%;
}
.post-author {
  font-size: 8pt;
  padding-right: 60px;
}
.post {
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
  line-height: 1.5em;
}
.post .post-title {
  padding: 0.25em 60px 0.25em 10px;
}
.post .post-title h2 {
  margin: 0;
  padding: 0;
}
.post .post-title h2 a {
  display: block;
}
.post-body {
  width: 620px;
  word-spacing: 0.05em;
  letter-spacing: 0.01em;
}
.post-body a {
  text-decoration: underline;
}
.post-body img {
  margin: 0.25em 0.5em;
}
.post-body img[align="left"] {
  margin-left: 0;
  float: left;
}
.post-body img[align="right"] {
  margin-right: 0;
  float: right;
}
.post-body .alignright {
  margin-right: 0;
  margin-left: 0.5em;
  float: right;
}
.post-body .alignleft {
  margin-left: 0;
  margin-right: 0.5em;
  float: left;
}
.post-body .aligncenter {
  margin: 1em auto;
  display: block;
}
.post-body img.left {
  margin-left: 0;
}
.post-body img.right {
  margin-right: 0;
}
.post-body blockquote {
  border-left: solid 5px #f2f2d2;
  padding-left: 1em;
  font-style: italic;
}
.post-body p {
  margin: 0 0 1em 0;
}
.post-body ul,
.post-body ol {
  margin: 1em 3em;
  padding: 0;
}
.post-body ol ul,
.post-body ul ol,
.post-body ul ul,
.post-body ol ol {
  margin: 0 1.5em;
  padding: 0;
}
.post-body .edit-post {
  font-size: 8pt;
}
.post-footer .page-links {
  text-align: right;
  margin: 1em 0 0 0;
}
.post-footer .page-links a {
  font-size: 16pt;
  padding: 0 0.5em;
}
.post .post-header {
  margin-bottom: 1em;
}
.post-date {
  width: 50px;
  height: 4.7em;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 5px;
  color: #603000;
  background-color: #fcfcf4;
  border: solid 1px #e6dfd0;
  overflow: hidden;
}
.post-month {
  display: block;
  width: 48px;
  text-align: center;
  position: absolute;
  top: 1px;
  left: 1px;
  color: #333333;
  background-color: #e6dfd0;
  font-weight: bold;
  height: 1.25em;
  line-height: 1.25em;
}
.post-year {
  display: block;
  width: 48px;
  text-align: center;
  position: absolute;
  bottom: 1px;
  left: 1px;
  font-weight: bold;
  height: 1.25em;
  line-height: 1.25em;
  font-size: 75%;
  color: #992020;
  background-color: #f2f2d2;
}
.post-day {
  line-height: 1em;
  font-size: 220%;
  display: block;
  width: 48px;
  height: 1em;
  position: absolute;
  letter-spacing: -0.1em;
  text-align: center;
  font-weight: 900;
  z-index: 10;
  top: 0.625em;
}
fieldset,
form {
  border: 0 none;
  padding: 0;
}
#comments {
  margin-top: 16px;
}
#commentlist,
#comments ul,
#comments li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  max-width: 100%;
  min-width: 1px;
}
#commentlist ul.children {
  padding-bottom: 5px;
}
#commentlist li {
  padding: 5px;
  margin-top: 5px;
}
#respond,
#trackbackList div.comment-body {
  padding-top: 1em;
}
#commentlist div.comment-body {
  min-height: 1px;
  padding: 1em;
}
#commentlist .toggle {
  cursor: pointer;
  padding: 5px;
  line-height: 16px;
  max-width: 100%;
}
#commentlist .toggle span.posterName {
  font-weight: bold;
  font-style: oblique;
}
.trackbackToggle span.switch,
#commentlist span.switch {
  width: 16px;
  height: 16px;
  float: right;
  background: url(images/plus-minus.gif) no-repeat 0 0 transparent;
}
.ie8 li.comment {
  overflow: hidden;
}
#commentlist .active span.switch {
  background-position: 0 -16px;
}
#commentlist li.with-replies {
  padding-bottom: 0;
}
div.comment-body {
  background-color: #ffffff;
}
.avatar {
  display: inline;
  vertical-align: middle;
}
#comments li.bypostauthor > div:first-child .avatar {
  border: solid 2px #aa0;
  padding: 1px;
  background-color: #fff;
}
.trackbackToggle.active span.switch,
#commentlist li.active span.switch {
  background-position: 0 -16px;
}
.vcard {
  font-size: large;
}
div.commentmetadata {
  font-size: x-small;
  line-height: 16px;
  height: 16px;
}
#commentlist .depth-1 {
  background-color: #eee;
}
#commentlist .depth-2 {
  background-color: #ddd;
}
#commentlist .depth-3 {
  background-color: #bbb;
}
#commentlist .depth-4 {
  background-color: #aaa;
}
#commentlist .depth-5 {
  background-color: #999;
}
#commentlist .depth-6 {
  background-color: #aaa;
}
#commentlist .depth-7 {
  background-color: #bbb;
}
#commentlist .depth-8 {
  background-color: #ddd;
}
#commentlist .depth-9 {
  background-color: #eee;
}
#commentlist .depth-10 {
  background-color: #ccc;
}
#commentlist .depth-1 .toggle {
  background-color: #eee;
}
#commentlist .depth-2 .toggle {
  background-color: #ddd;
}
#commentlist .depth-3 .toggle {
  background-color: #bbb;
}
#commentlist .depth-4 .toggle {
  background-color: #aaa;
}
#commentlist .depth-5 .toggle {
  background-color: #999;
}
#commentlist .depth-6 .toggle {
  background-color: #aaa;
}
#commentlist .depth-7 .toggle {
  background-color: #bbb;
}
#commentlist .depth-8 .toggle {
  background-color: #ddd;
}
#commentlist .depth-9 .toggle {
  background-color: #eee;
}
#commentlist .depth-10 .toggle {
  background-color: #ccc;
}
#trackbackList {
  margin-left: 2em;
}
#trackbackList .says {
  display: none;
}
.comment .comment-reply-link {
  float: right;
  text-align: right;
  padding-right: 21px;
  overflow: hidden;
  background: url(images/reply.gif) no-repeat 100% 0 transparent;
}
.comment .comment-reply-link:hover {
  background-position: 100% -16px;
}
#commentForm {
  margin-top: 20px;
  width: 100%;
}
#commentForm label {
  font-weight: bold;
  display: inline;
}
#author,
#email,
#url,
#comment {
  border: solid 1px #ddd;
  margin-bottom: 10px;
  vertical-align: text-top;
  width: 50%;
  padding: 5px;
}
#author,
#email,
#url {
  margin-right: 10px;
}
#comment {
  display: block;
  width: 100%;
  max-width: 620px;
}
.commentSubmit {
  text-align: right;
}
.commentSubmit a {
  color: #900;
  margin-right: 2em;
}
.commentSubmit a:hover {
  color: #f00;
}
#page-navigation {
  padding: 0.2em 0;
  margin-top: 2em;
  height: 2em;
  border-top: solid 2px #f2f2d2;
  font-size: 140%;
}
#page-navigation a {
  background-color: #e6dfd0;
  color: #333333;
  line-height: 2em;
  text-decoration: none;
  display: block;
  padding: 0 1em;
}
#page-navigation a:hover {
  background-color: #bcab89;
  color: #fcfcf4;
}
.previous_posts {
  float: left;
}
.next_posts {
  float: right;
}
#sidebar {
  width: 190px;
  overflow: hidden;
  background-color: #fcfcf4;
  color: #603000;
  padding-top: 10px;
  padding-right: 10px;
}
#sidebar .widget {
  margin-bottom: 2.5em;
}
.sidebar-off #sidebar {
  display: none;
}
.sidebar-off #posts {
  display: inline;
  float: left;
  margin: 0 0 0 110px;
  padding-top: 40px;
}
.sidebar-right {
  background: url(styles/coffee/sidebar-right.gif) repeat-y 629px 0;
}
.sidebar-right #posts {
  float: left;
}
.sidebar-right #sidebar {
  float: right;
}
.sidebar-left {
  background: url(styles/coffee/sidebar-left.gif) repeat-y 199px 0;
}
.sidebar-left #posts {
  float: right;
}
.sidebar-left #sidebar {
  float: left;
}
#sidebar2 {
  width: 190px;
  overflow: hidden;
  background-color: #fcfcf4;
  color: #603000;
  padding-top: 10px;
  padding-left: 10px;
  background: url(styles/coffee/sidebar-right.gif) repeat-y 0 0;
}
#sidebar2 .widget {
  margin-bottom: 2.5em;
}
.sidebar-off #sidebar2 {
  display: none;
}
.sidebar-right {
  background: url(styles/coffee/sidebar-right.gif) repeat-y 629px 0;
}
.sidebar-right #posts {
  float: left;
}
.sidebar-right #sidebar2 {
  float: right;
}
.sidebar-left {
  background: url(styles/coffee/sidebar-left.gif) repeat-y 199px 0;
}
.sidebar-left #posts {
  float: right;
}
.sidebar-left #sidebar2 {
  float: left;
}
#content-footer {
  margin: 20px 0 0 31px;
  width: 1060px;
}
#content-footer .widget {
  width: 332px;
  display: inline;
  float: left;
  margin: 0 10px;
}
#footer {
  background: url(styles/coffee/footer.gif) no-repeat center bottom #251911;
  clear: both;
  color: #968450;
  text-align: center;
  font-size: 80%;
  padding: 12px 0;
  width: 1120px;
}
#footer a {
  color: #968450;
  padding-bottom: 1px;
  border-bottom: dotted 1px #968450;
}
#footer a:hover {
  color: #e8bb3f;
  border-bottom: solid 1px #968450;
  text-decoration: none;
}
.ssIFR-hasFlash .post .post-title a {
  line-height: 1.25em;
  margin: 0.25em 0;
}
.sIFR-hasFlash .widget .widgettitle h3 {
  line-height: 1.3em;
  margin-bottom: 5px;
}
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
}
.sIFR-replaced {
  visibility: visible !important;
}
span.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}
.sIFR-flash + div[adblocktab="true"] {
  display: none !important;
}
.widget_archives ul li a,
.widget_links ul li a,
.widget_categories ul li a,
.widget_catgories ul li a,
.widget_pages ul li a {
  padding: 0 5px 0 24px;
  background-position: 6px 4px;
}
.widget_archives ul ul li a,
.widget_links ul ul li a,
.widget_categories ul ul li a,
.widget_catgories ul ul li a,
.widget_pages ul ul li a {
  padding: 0 5px;
}
.widget ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.widget ul ul {
  margin-left: 1em;
  font-size: 8pt;
}
.widget ul li {
  margin-bottom: 0.25em;
  padding: 0 0 0.25em 0;
  border-bottom: solid 1px;
}
.widget_archives ul,
.widget_links ul,
.widget_pages ul,
.widget_categories ul,
.widget_catgories ul {
  list-style-type: none;
  padding: 0;
}
.widget_archives ul li,
.widget_links ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_catgories ul li {
  margin-bottom: 5px;
  padding-bottom: 0;
  border-bottom: 0;
}
.widget_links ul li a,
.widget_archives ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_catgories ul li a {
  display: block;
  line-height: 2em;
  text-decoration: none;
  font-weight: normal;
  background: url(styles/coffee/li-a.gif) no-repeat 6px 50%;
}
.widget_pages ul li.current_page_item a,
.widget_catgories ul li.current-cat a,
.widget_categories ul li.current-cat a,
.widget_archives ul li a:hover,
.widget_links ul li a:hover,
.widget_pages ul li a:hover,
.widget_categories ul li a:hover,
.widget_catgories ul li a:hover {
  background-image: url(styles/coffee/li-a-hover.gif);
  text-decoration: none;
}
.widget_categories ul li.current-cat li a,
.widget_catgories ul li.current-cat li a,
.widget_pages ul li.current_page_item li a,
.widget_archives ul ul li a,
.widget_links ul ul li a,
.widget_pages ul ul li a,
.widget_categories ul ul li a,
.widget_catgories ul ul li a {
  padding-left: 0.5em;
  border-bottom: 1px solid;
  background-image: none;
}
.widget .widgettitle {
  padding-left: 0px;
  margin: 0 0 10px 0;
}
.widget .widgettitle h3 {
  font-size: 130%;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.75em;
}
.sidebar-left .widget_archives ul li a,
.sidebar-left .widget_links ul li a,
.sidebar-left .widget_categories ul li a,
.sidebar-left .widget_catgories ul li a,
.sidebar-left .widget_pages ul li a {
  padding: 0 24px 0 5px;
  background-position: 180px 50%;
}
.sidebar-left .widget_archives ul ul li a,
.sidebar-left .widget_link ul ul li a,
.sidebar-left .widget_pages ul ul li a,
.sidebar-left .widget_categories ul ul li a,
.sidebar-left .widget_catgories ul ul li a {
  padding: 0 5px;
}
#content-footer .widget ul li {
  border-color: #c7b698;
}
#content .widget ul li {
  border-color: #f2f2d2;
}
#content .widget_links ul li a,
#content .widget_archives ul li a,
#content .widget_pages ul li a,
#content .widget_categories ul li a,
#content .widget_catgories ul li a {
  color: #333333;
  background-color: #e6dfd0;
}
#content .widget ul li a:hover,
#content .widget_pages ul li.current_page_item a,
#content .widget_categories ul li.current-cat a,
#content .widget_catgories ul li.current-cat a,
#content .widget_archives ul li a:hover,
#content .widget_links ul li a:hover,
#content .widget_pages ul li a:hover,
#content .widget_categories ul li a:hover,
#content .widget_catgories ul ul li.current-cat a,
#content .widget_pages ul ul li.current_page_item a,
#content .widget_categories ul ul li.current-cat a,
#content .widget_catgories ul ul li.current-cat a,
#content .widget_pages ul li.current_page_item li a:hover,
#content .widget_categories ul li.current-cat li a:hover,
#content .widget_catgories ul li.current-cat li a:hover,
#content .widget_archives ul ul li a:hover,
#content .widget_links ul ul li a:hover,
#content .widget_pages ul ul li a:hover,
#content .widget_categories ul ul li a:hover,
#content .widget_catgories ul ul li a:hover {
  color: #fcfcf4;
  background-color: #bcab89;
}
#content .widget_categories ul li.current-cat li a,
#content .widget_catgories ul li.current-cat li a,
#content .widget_pages ul li.current_page_item li a,
#content .widget_archives ul ul li a,
#content .widget_links ul ul li a,
#content .widget_pages ul ul li a,
#content .widget_categories ul ul li a,
#content .widget_catgories ul ul li a {
  color: #992020;
  background-color: #fcfcf4;
  background-image: none;
  border-color: #f2f2d2;
}
#content-footer a {
  color: #533c2c;
  background-color: #bcab89;
}
#content-footer a:hover {
  color: #251911;
  background-color: #bcab89;
}
#content-footer .widget .widgettitle {
  color: #333333;
}
#content-footer .widget_links ul li a,
#content-footer .widget_archives ul li a,
#content-footer .widget_pages ul li a,
#content-footer .widget_categories ul li a,
#content-footer .widget_catgories ul li a {
  color: #333333;
  background-color: #c7b698;
  font-weight: normal;
}
#content-footer .widget_pages ul li.current_page_item a,
#content-footer .widget_catgories ul li.current-cat a,
#content-footer .widget_categories ul li.current-cat a,
#content-footer .widget_archives ul li a:hover,
#content-footer .widget_links ul li a:hover,
#content-footer .widget_pages ul li a:hover,
#content-footer .widget_categories ul li a:hover,
#content-footer .widget_catgories ul li a:hover,
#content-footer .widget_pages ul ul li.current_page_item a,
#content-footer .widget_categories ul ul li.current-cat a,
#content-footer .widget_catgories ul ul li.current-cat a,
#content-footer .widget_pages ul li.current_page_item li a:hover,
#content-footer .widget_categories ul li.current-cat li a:hover,
#content-footer .widget_catgories ul li.current-cat li a:hover,
#content-footer .widget_archives ul ul li a:hover,
#content-footer .widget_links ul ul li a:hover,
#content-footer .widget_pages ul ul li a:hover,
#content-footer .widget_categories ul ul li a:hover,
#content-footer .widget_catgories ul ul li a:hover {
  color: #fcfcf4;
  background-color: #9b8358;
}
#content-footer .widget_catgories ul li.current-cat li a,
#content-footer .widget_categories ul li.current-cat li a,
#content-footer .widget_pages ul li.current_page_item li a,
#content-footer .widget_archives ul ul li a,
#content-footer .widget_links ul ul li a,
#content-footer .widget_pages ul ul li a,
#content-footer .widget_categories ul ul li a,
#content-footer .widget_catgories ul ul li a {
  color: #533c2c;
  background-color: #bcab89;
  background-image: none;
}
#content-footer .widget_links ul li a,
#content-footer .widget_archives ul li a,
#content-footer .widget_pages ul li a,
#content-footer .widget_categories ul li a,
#content-footer .widget_catgories ul li a {
  background-image: url(styles/coffee/li-a.gif);
}
#content-footer .widget_links ul li a:hover,
#content-footer .widget_archives ul li a:hover,
#content-footer .widget_pages ul li a:hover,
#content-footer .widget_categories ul li a:hover,
#content-footer .widget_catgories ul li a:hover {
  background-image: url(styles/coffee/li-a-hover.gif);
}
#wp-calendar {
  width: 100%;
}
#wp-calendar tr {
  text-align: center;
}
#wp-calendar td {
  border: solid 1px;
  padding: 0;
  margin: 0;
}
#wp-calendar td a {
  display: block;
  width: 100%;
}
#wp-calendar td a:hover {
  text-decoration: none;
}
#wp-calendar td.pad {
  border: 0;
}
#footer-calendar table {
  border-color: #c7b698;
  color: #333333;
}
#footer-calendar td {
  border-color: #c7b698;
  color: #333333;
}
#footer-calendar td a {
  color: #333333;
  background-color: #c7b698;
}
#footer-calendar td a:hover {
  color: #fcfcf4;
  background-color: #9b8358;
}
#content #wp-calendar td {
  border-color: #bcab89;
  color: #603000;
}
#content #wp-calendar td a {
  color: #333333;
  background-color: #e6dfd0;
}
#content #wp-calendar td a:hover {
  color: #fcfcf4;
  background-color: #bcab89;
}
#content .widget_search {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #f2f2d2;
}
#content .widget_search * {
  display: inline;
}
#content .widget_search input {
  margin: 0;
  padding: 0;
  line-height: 1.25em;
}
#content .widget_search .s,
#content .widget_search #s {
  width: 130px;
  margin: 0 5px 0 0;
}
#content .widget_search .submit {
  margin-top: 5px;
  padding: 0 10px;
}
#content .widget_search br {
  display: none;
}
#nav {
  color: #fcfcf4;
  background-color: #850000;
  border: solid 1px;
  border-color: #aa0000 #450000 #450000 #aa0000;
  border-bottom: 0;
  margin-bottom: 20px;
  width: 918px;
}
.ie-quirk-mode #nav {
  width: 920px;
}
.with-breadcrumb #nav {
  margin-bottom: 10px;
}
#nav .clear {
  visibility: visible;
  background-color: #450000;
}
#nav * {
  list-style-position: inside;
  list-style-type: none;
  font-size: 12px;
  line-height: 2em;
  padding: 0;
  margin: 0;
}
#pages_list {
  width: 100%;
  margin: 0;
  padding: 0;
}
#pages_list li {
  bottom: 0px;
  float: left;
  list-style-type: none;
  margin-right: 1px;
}
#pages_list li.current-cat-parent,
#pages_list li.current_page_parent,
#pages_list li.current_page_ancestor,
#pages_list li.current-cat,
#pages_list li.current_page_item,
#pages_list li.over,
#pages_list li:hover {
  color: #fcfcf4;
  background-color: #650000;
}
#pages_list li ul {
  display: none;
}
#pages_list li ul li {
  width: 150px;
  border-bottom: 1px solid #450000;
}
#pages_list li.over ul,
#pages_list li:hover ul {
  display: block;
  position: absolute;
  width: 150px;
  z-index: 10;
}
#pages_list li.over ul li,
#pages_list li:hover ul li {
  color: #fcfcf4;
  background-color: #500000;
}
#pages_list li ul li.current-cat,
#pages_list li ul li.current_page_item,
#pages_list li ul li.current_page_ancestor,
#pages_list li ul li.over,
#pages_list li ul li:hover {
  background-color: #700000;
  color: #fcfcf4;
  border-bottom: solid 1px #450000;
}
#pages_list li a {
  white-space: nowrap;
  color: #fcfcf4;
  background-color: transparent;
  text-decoration: none;
  padding: 0 10px;
  line-height: 2em;
  display: block;
  line-height: 2.5em;
}
#pages_list li li {
  position: relative;
}
#pages_list li li a {
  white-space: normal;
  overflow: hidden;
  line-height: 2em;
  width: 130px;
}
#pages_list li:hover ul ul,
#pages_list li.over ul ul ul ul,
#pages_list li.over ul ul ul,
#pages_list li.over ul ul {
  width: 0;
  height: 2em;
  overflow: hidden;
  position: absolute;
  left: 140px;
  top: 0;
  background: url(styles/coffee/sub-menu.gif) no-repeat 0 0.5em transparent;
  z-index: 10;
  padding-left: 10px;
}
#pages_list li li:hover > ul {
  width: 150px;
  overflow: visible;
  height: auto;
}
#pages_list li li li li.over ul,
#pages_list li li li.over ul,
#pages_list li li.over ul {
  width: 150px;
  overflow: visible;
  height: auto;
}
#contactform .paragraph {
  font-size: larger;
}
#contactform label {
  width: 200px;
  float: left;
}
#contactform sup {
  vertical-align: text-top;
  font-size: 60%;
}
#contactform .text,
#contactform .textarea {
  width: 418px;
}
.contactformrow {
  margin-bottom: 5px;
}
#div_icit_submit_3 {
  text-align: right;
}
.ie-quirk-mode #pages_list li.over ul ul ul ul,
.ie-quirk-mode #pages_list li.over ul ul ul,
.ie-quirk-mode #pages_list li.over ul ul {
  width: 10px;
}
.previous-image img {
  float: left;
  margin: 0;
}
.next-image img {
  float: right;
  margin: 0;
}
.wp-caption {
  padding: 5px 0;
  text-align: center;
  border: solid 1px #e6dfd0;
  background-color: #f2f2d2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #603000;
  margin-bottom: 0.5em;
}
.wp-caption img {
  margin: 0;
}
p.wp-caption-text {
  font-size: 10px;
  margin: 0;
  padding: 0.25em 0 0 0;
}
#newCommentTitle,
.commentTitle {
  font-weight: normal;
  font-size: 15pt;
  line-height: 2em;
}
.trackbackToggle {
  display: block;
  border: solid 1px #e6dfd0;
  color: #992020;
  background-color: #f2f2d2;
  cursor: pointer;
  padding: 5px;
  line-height: 1.25em;
}
#commentPagination {
  clear: both;
  text-align: center;
  padding: 1.4em 0;
  font-weight: bold;
}
#content .pageLinks a span,
#content .pageLinks span,
#content .page-numbers {
  line-height: 26px;
  border: solid 1px #e6dfd0;
  color: #603000;
  height: 26px;
  min-width: 20px;
  padding: 0 3px;
  margin-right: 2px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
#content .pageLinks a:hover span,
#content .pageLinks a:focus span,
#content a.page-numbers:focus,
#content a.page-numbers:hover {
  color: #333333;
  background-color: #e6dfd0;
  text-decoration: none;
}
#content .pageLinks span,
#content .current {
  border-color: #f2f2d2;
  background-color: #f2f2d2;
  color: #992020;
}
#content .pageLinks a:focus,
#content .pageLinks a:hover {
  text-decoration: none;
}
#content .pageLinks {
  text-align: right;
  font-weight: bold;
}
#content .pageLinks span {
  text-align: center;
}
#content span.dots,
#content a.prev,
#content a.next {
  border: 0 none;
}
#content a.prev:focus,
#content a.next:focus,
#content a.prev:hover,
#content a.next:hover {
  background-color: transparent;
  color: #603000;
  text-decoration: underline;
}
