/* $Id: style.css,v 1.3 2009/02/17 14:20:21 root Exp root $ */

/**
 * Garland, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * Generic elements
 */
body {
  margin: 0;
  padding: 0;
  font: 12px Helvetica, Arial, sans-serif;
  color: #42423a;
  background: url(images/body-low3.jpg) repeat;
  background-attachment: fixed;
  line-height: 125%;
}


body#img_assist_thumbs, body#img_assist_header, body#img_assist_properties, body#img_assist_upload {
  background: none;
}

input {
  font: 12px/100% Helvetica, sans-serif;
  color: #42423a;
}

input.form-text {
  color: #a0a09c;
}


input.form-text:focus {
 color: #42423a;
 } 
 


textarea, select {
  font: 12px/160% Helvetica, Arial, sans-serif;
  color: #42423a;
}


h1, h2, h3, h4, h5, h6 {
  margin: 0;
  margin-bottom: -2px;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  color: #ff5024;
}

#side-heading {
  font: 26px Helvetica, Arial, sans-serif;
  color: #ff5024;  
}

.front-side-body {
	font: 18px Helvetica, Arial, sans-serif;
	color: #42423a;
	margin-top: -5px;
	margin-bottom: 5px;
}






#intro-heading {
  font: 26px Helvetica, Arial, sans-serif;
  color: #ff5024;
}

.intro-body {
	font: 18px Helvetica, Arial, sans-serif;
	color: #42423a;
}

h2 {
 font: 26px Helvetica, Arial, sans-serif;
 color: #ff5024;
 line-height: 110%;
}

.about-sub h2, .other-pub h2, #contact-me, #contact-me a {
	font: 18px Helvetica, Arial, sans-serif;
	color: #ff5024;
}

#sidebar-left h2 {
	font: 18px Helvetica, Arial, sans-serif;
	color: #ff5024;
}



ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0px 0px 1em;
  padding: 0px;
}


a:link, a:visited {
  color: #ff5024;
  text-decoration: none;
}


table.link td {
 color: #a0a09c;
}

table.link td a:link, table.link td a:visited {
 color: #42423a;
 }
 
.contact-page a:link, .contact-page a:visited {
 color: #ff5024;
 }
 
.other-pub li {
 color: #a0a09c;
}

.other-pub a:link, .other-pub a:visited {
 color: #42423a;
 }
 
table.links-menu td {
 color: #42423a;
 } 
 
table td.divider {
	padding: 0;
	margin: 0;
  border-top: 2px dotted #a0a09c;
  }
  
table td.divider2 {
	padding: 0;
	margin-top: 0;
  border-top: 2px dotted #a0a09c;
  }
  
  
  table .divider-dots {
  padding: 0;
  margin: 0;
  }
  

 

a:hover {
  text-decoration: underline;
}



.sidebar a:link, .sidebar a:visited, tbody a:link, tbody a:visited {
  color: #42423a;
}

a:active, a.active {
  color: #ff5024;
}

.item-list a.active {
  color: #ff5024;
}

.about h2 a:link, .about h2 a:visited, .about-sub a:link, .about-sub a:visited {
color: #ff5024;
}



hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #42423a;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
  color: #42423a;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
  padding: 0;
  
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em; /* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 0.9em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(images/underline.gif) no-repeat 0 .6em; /* LTR */
}

.other-pub ul li {
  background: none; 
  padding: 0;
  margin: 0;
}


ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
}

ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

/* ensure all images are right aligned that are inserted via image assist */
span.inline-left  {
  margin: 5px 20px 5px 0px;
}

.about table, .about-sub table {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  border: none;
}

.spacer table tr {
 height: 10px;
 }

.about td, .about th {
   padding: 0 0;
}

.about-sub td, .about-sub th {
   padding: 0 0;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 1px dotted #42423a;
  color: #ff5024;
  font-weight: normal;
  padding-left: 0;
}

td, th {
   padding: 0;
   padding-top: 3px;
   padding-bottom: 3px;
}



tr.even, tr.odd, tbody th {
  border: medium dotted #42423a;
  border-width: 1px 0;

}

tr.odd, tr.info {
  background-color: #FFF;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #FFF;
}

tr.drag-previous {
  background-color: #FFF;
}

tr.odd td.active {
  background-color: #FFF;
}

tr.even td.active {
  background-color: #FFF;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em dotted #fff;
  border-bottom: 1px dotted #42423a;
  background-color: #FFFFFF;
  
 
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

th.views-field-created, td.views-field-created {
	width: 75px;
	text-align: left;
	padding-left: 20px;
	valign: top;
	}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */
#header-region {
  margin-top: 40px;
}

#header-region .block {
  display: block;
  margin: 0 1em;
}

#header-region .block-region {
  display: block;
  margin: 0 0.5em 1em;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}

#header-region * {
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#header-region script {
  display: none;
}

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header-region h2 {
  margin: 0 1em 0 0; /* LTR */
}

#header-region h3, #header-region label, #header-region li {
  margin: 0 1em;
  padding: 0;
  background: none;
}

#wrapper #container {
  margin: 0 auto;
  padding: 0 0;
  max-width: 1270px;
}

#wrapper #container-alpha {
  background: white;
  padding-left: 30px;
  padding-right: 30px;
  
}

#wrapper #container-beta {
  border-bottom: 3px dotted #a0a09c;
   min-height: 680px;
}

#wrapper #container #border {
  background: transparent url(images/paper-header.png);
  height: 40px;
}

#wrapper #container #header {
  height: 132px;
}

#search-floater {
  float: right;
}

#search-floater input {
  margin: 0 0 0 0;
  padding-right: 0px;
}

#wrapper #container #header #logo-floater {
  float: left;
  left: 0px;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#wrapper #container #header h1 span {
  font-weight: bold;
}

#wrapper #container #header h1 img {
  padding-top: 16px;
  padding-right: 20px; /* LTR */
  float: left; /* LTR */
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 980px;
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, sidebar-right {
  min-width: 780px;
}

body {
  min-width: 910px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  margin-left: -196px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  margin-left: 286px;
}

body.sidebars #squeeze {
  margin: 0 196px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  width: 196px;
  float: left;
  z-index: 2;
  position: relative;
}

#wrapper #container .sidebar .block {
  margin: 0 0 1.5em 0;
}

#sidebar-left .block {
  padding: 0 18px 0 0px;
  width: 196px;
}

#sidebar-right .block {
  padding: 0 0px 0 18px;
}

.block .content {
  margin: 0.5em 0;
}

#sidebar-left .block-region {
  margin: 0 15px 0 0px; /* LTR */
}

#sidebar-right .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
  position: relative;
}

#wrapper #container #footer {
  float: none;
  text-align: left;
  color: #a0a09c;
  background: white;
  font-size: 8pt;

}

table#footer-table {
color: #a0a09c;
  background: white;
  font-size: 8pt;
  padding: 0;
  margins: 0;
  display: inline;
}

#footer td {
  margin-top: 0;
  padding-top: 0;
  width: 455px;
  }

#footer a:link, #footer a:visited {
  color: #a0a09c;
  text-decoration: none;
}

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


#footer td#sagedesign {
	text-align: right;
	padding-right: 30px;
	}
	
#footer div#sagelogo {
 display: inline-block;
 vertical-align: middle;
}	

body.sidebar-left #footer {
  margin: 0px;
  padding-left: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}

body.sidebar-right #footer {
  margin-right: 0;
}

body.sidebars #footer {
  margin: 0 0;
}

 

/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  
}

#wrapper #container #header h1 a:hover {
  text-decoration: underline;
}

#wrapper #container .breadcrumb {
  
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: #529ad6;
}

#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

/**
 * Primary navigation
 */
ul.primary-links {
  font-size: 18px;
  font-weight: normal;
  line-height: 110%
}

ul.primary-links li {
  margin: 0;
  padding: 0;
  background-image: none;
  display: block;
}

ul.primary-links li.menu-261 {
  margin-top: -5px;
}

ul.primary-links li.last {
  margin-top: -5px;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  color: #42423a;
}

ul.primary-links li a:hover, ul.primary-links li a.active {
  text-decoration: underline;
}

ul.primary-links li a.active {
  color: #ff5024;
  text-decoration: none;
}

/**
 * Secondary navigation
 */
ul.secondary-links {
  font-size: 18px;
  font-weight: normal;
  line-height: 110%;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  background-image: none;
  display: block;
}

ul.secondary-links li.last {
  margin-top: -5px;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  color: #42423a;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  text-decoration: underline;
}

ul.secondary-links li a.active {
  color: #ff5024;
  text-decoration: none;
}

table#menu {
  display: block;
  float: left;
  left: 110px;
  position: relative;
  width: 268px;
  padding: 0;
  margin: 0;
}

table#menu td {
  vertical-align: top;
  white-space:nowrap;
}


/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  margin: 0 -26px 1em;
  padding: 0 26px;
  border-bottom: 1px solid #e9eff3;
  position: relative;
}
ul.primary {
  padding: 0.5em 0 10px;
  float: left; /* LTR */
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
  float: left; /* LTR */
  margin: 0 2em 0 0; /* LTR */
  padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: url(images/bg-tab.png) repeat-x 0 50%;
  color: #42423a;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
.node {
/*  border-bottom: 1px solid #42423a; */
  margin: -1.5em -26px 1.5em;
  padding: 1.5em 26px;
	padding-bottom: 0;
}



ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}

.node .links, .comment .links {
  text-align: left; /* LTR */
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  
  font-weight: bold;
  float: right; /* LTR */
}

.terms {
  float: right; /* LTR */
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

/*#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}*/

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #494949;
}

.node .content, .comment .content {
  margin: 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  
}
#aggregator .feed-item-meta {
  
  color: #898989; 
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

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

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #42423a;
  
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #42423a;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #FF5024;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #a0a09c;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}


div#side-body {
  font: 17pt Helvetica, Arial, sans-serif;
  color: #42423a;
  font-weight: bold;
  
}


tbody {
  border-top: none;
}

.link table {
  width: 411px;
}

.link td, .link th {
   padding: 0 0;
}

/*preload hover images using CSS method*/

a#charmaine-grieger {
  display: block;
  width: 149px;
  height: 99px;
  background-image: url(/sites/default/files/images/charmaine_grieger_photograp_white.png);
  background-repeat: no-repeat;
}

a#the-wine-gang, a#The-Wine-Gang {
  display: block;
  width: 88px;
  height: 102px;
  background-image: url(/sites/default/files/images/the_wine_gang_white.png);
  background-repeat: no-repeat;
}

a#the-independent, a#The-Independent {
  display: block;
  width: 111px;
  height: 84px;
  background-image: url(/sites/default/files/images/the_independent_white.png);
  background-repeat: no-repeat;
}

a#taste-in {
  display: block;
  width: 86px;
  height: 102px;
  background-image: url(/sites/default/files/images/taste_in_white.png);
  background-repeat: no-repeat;
}

a#decanter, a#Decanter {
  display: block;
  width: 119px;
  height: 95px;
  background-image: url(/sites/default/files/images/decanter_white.png);
  background-repeat: no-repeat;
}

a#Wine-Report {
  display: block;
  width: 109px;
  height: 97px;
  background-image: url(/sites/default/files/category_pictures/wine_report_white.png);
  background-repeat: no-repeat;
}

a#The-World-of-Fine-Wine {
  display: block;
  width: 112px;
  height: 107px;
  background-image: url(/sites/default/files/category_pictures/fine_wine_white.png);
  background-repeat: no-repeat;
}


a#Wine-\&-Spirit {
  display: block;
  width: 125px;
  height: 97px;
  background-image: url(/sites/default/files/category_pictures/wine_and_spirit_white.png);
  background-repeat: no-repeat;
}

a#sake-world {
  display: block;
  width: 105px;
  height: 103px;
  margin-left: 7px;
  background-image: url(/sites/default/files/images/sake_world_white.png);
  background-repeat: no-repeat;
}

a#about {
  display: block;
  width: 93px;
  height: 121px;
  background-image: url(/sites/default/files/images/about_white.jpg);
  background-repeat: no-repeat;
}
a#journal {
  display: block;
  width: 88px;
  height: 107px;
  background-image: url(/sites/default/files/images/journal_white.png);
  background-repeat: no-repeat;
}
a#links {
  display: block;
  width: 89px;
  height: 90px;
  background-image: url(/sites/default/files/images/links_white.png);
  background-repeat: no-repeat;
}

/*now load correct images*/

a#charmaine-grieger {
  background-image: url(/sites/default/files/images/charmaine_grieger_photograp.png);
}

a#the-wine-gang, a#The-Wine-Gang {
  background-image: url(/sites/default/files/images/the_wine_gang.png);
}

a#the-independent, a#The-Independent{
  background-image: url(/sites/default/files/images/the_independent.png);
}

a#taste-in {
  background-image: url(/sites/default/files/images/taste_in.png);
}

a#decanter, a#Decanter {
  background-image: url(/sites/default/files/images/decanter.png);
}

a#Wine-Report {
  background-image: url(/sites/default/files/category_pictures/wine_report.png);
}

a#The-World-of-Fine-Wine {
  background-image: url(/sites/default/files/category_pictures/fine_wine.png);
}

a#Wine-\&-Spirit {
  background-image: url(/sites/default/files/category_pictures/wine_and_spirit.png);
}

a#sake-world{
  background-image: url(/sites/default/files/images/sake_world.png);
}

a#about {
  background-image: url(/sites/default/files/images/about.jpg);
}
a#journal {
  background-image: url(/sites/default/files/images/journal.png);
}
a#links {
  background-image: url(/sites/default/files/images/links.png);
}
 
 /*hover effects*/

a#charmaine-grieger:hover {
  background-image: url(/sites/default/files/images/charmaine_grieger_photograp_white.png);
}

a#the-wine-gang:hover, a#The-Wine-Gang:hover {
  background-image: url(/sites/default/files/images/the_wine_gang_white.png);
}

a#the-independent:hover, a#The-Independent:hover {
  background-image: url(/sites/default/files/images/the_independent_white.png);
}

a#taste-in:hover {
  background-image: url(/sites/default/files/images/taste_in_white.png);
}

a#decanter:hover, a#Decanter:hover {
  background-image: url(/sites/default/files/images/decanter_white.png);
}

a#Wine-Report:hover {
  background-image: url(/sites/default/files/category_pictures/wine_report_white.png);
}

a#The-World-of-Fine-Wine:hover {
  background-image: url(/sites/default/files/category_pictures/fine_wine_white.png);
}


a#Wine-\&-Spirit:hover {
  background-image: url(/sites/default/files/category_pictures/wine_and_spirit_white.png);
}

a#sake-world:hover {
  background-image: url(/sites/default/files/images/sake_world_white.png);
}

a#about:hover {
  background-image: url(/sites/default/files/images/about_white.jpg);
}
a#journal:hover {
  background-image: url(/sites/default/files/images/journal_white.png);
}
a#links:hover {
  background-image: url(/sites/default/files/images/links_white.png);
}

div#dotted {
  border-bottom: 3px dotted #a0a09c;
  padding-bottom: 4px;
}

#edit-search-theme-form-1 {
  color:#ccc;
}
#edit-search-theme-form-1:focus {
  color:#000;
}

.mydate {
 color: #a0a09c;
 font: 10px Helvetica, Arial, sans-serif;
 margin-top: -10px;
 }
 
 .item-list .pager {
 
 text-align: left;
 }
 
 .item-list ul.pager, .item-list ul.pager li, .item-list ul.pager li a {
 color: #42423a;
 }
 
 

 
 
 
