/* $Id: lightfantastic_style.css,v 1.1.2.1 2009-08-23 18:46:04 brauerranch Exp $ */


/* Basic Typography & Colors
-------------------------------------------------------------- */
/* Add general site styling here for typography and background */
body {
  background: transparent url('../images/body_bk.png');
  font-family: "lucida grande", "lucida sans unicode", "trebuchet ms", "lucida sans", Verdana, sans-serif;
}

/* Default link styles - separate a:visited for a different visited link style */
a,
a:link,
a:visited {
  color: #133C40;
  text-decoration: underline;
}

/* Hover/active link styles. Don't forget :focus for accessibility */
a:hover,
a:focus,
a:active {
  color: #D90000;
  text-decoration: none;
}

p {
  margin: 1em 0;
}

/* HTML Elements
-------------------------------------------------------------- */
/* Add padding here if desired so edges of theme aren't flush with browser window */
body {
}

/* Site Info
-------------------------------------------------------------- */
/* Wrapper around logo, site name, and slogan */
#header-site-info span {
  display: block;
  float: left;
}

#header-site-info {
  width: 340px;
}

#header-site-info-inner {
  float: left;
}

/* Add float here to put logo and site name side by side, also add margins as
  needed */
#logo {
  float: left;
  margin: 0 10px 0 0;
}

/* Size and typography for site name */
#site-name {
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 184.62%;    /* 24px */
  font-weight: normal;
  line-height: 100%;
}

/* Link and hover styles for site name */
#site-name a:link,
#site-name a:visited,
#site-name a:hover,
#site-name a:active {
  color: #fff;
}

/* Typography for site slogan */
#slogan {
  clear: left;
  color: #fff;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 90%;
  font-style: italic;
  line-height: 100%;
  margin: 0;
  padding: 5px 0 0;
}


/* Regions
-------------------------------------------------------------- */

/* All Regions
-------------------------------------------------------------- */

/* By default this wrapper is set to 100% width and centered -- override here to
  narrow wrapper or align left or right */
.page {
}

/* The 0 values here remove padding and spacing at the bottom of the page.
  Remove to add a gap at the very bottom of the page */
.page-inner {
  border: 0;
  margin-bottom: 0;
  padding: 0;
}


/* Header Regions
-------------------------------------------------------------- */
/* This is the entire header -- from the Header Top region to the bottom of
  Primary Links and Header region. For a full width header background, add
  background image or color here */
.header-group-wrapper {
}

.header-group-inner {
  background: #A1A16A;
  padding: 20px;
}

/* Header Top region which sits above the header. Good to use together with
  the inline login or inline menu block style */
.header-top-wrapper {
}

.header-top {
}

.header-top-inner {
  background: #727D59 url('../images/search-box_bk.png') repeat-x left bottom;
  margin: 0 10px;
  overflow: hidden;
}

.header-top-inner .block .inner {
  margin: 0;
  padding: 0 30px 0 10px;
}

.header-top-inner .block h2.block-title {
  color:#133C40;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 107.69%;    /* 14px */
  letter-spacing: 2px;
  line-height: 100%;
  text-transform: uppercase;
}

/* This is the Header region in which you can place (small) blocks */
.header {
  float: right;
  width: 570px;
}

.header h2.block-title {
  margin: 0;
}


/* Primary Menu
/-------------------------------------------------------------- */
/* Add general styles for primary menu here, such as typography, borders, floats,
  or spacing above/below */
.primary-menu {
  margin: 16px 0 0;
  overflow: visible;
}

.primary-menu-inner {
  float: right;
}

/* styles for Superfish primary menu */
.primary-menu .sf-menu {
}

/* Link style for top level menu items, add padding here */
.primary-menu.block ul.menu.sf-menu a,
.primary-menu.block ul.menu.sf-menu a:visited  {
  border: 1px solid #A1A16A;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
}

.primary-menu.block ul.menu.sf-menu a:hover,
.primary-menu.block ul.menu.sf-menu a:active,
.primary-menu.block ul.menu.sf-menu a:focus,
.primary-menu.block ul.menu.sf-menu a.active {
  background-color: #727D59;
  border: 1px solid #366353;
}

/* These are the top level menu items, add border-right here for separators */
.primary-menu.block ul.menu.sf-menu li {
  margin-right: 4px;
}

/* Add border-right: 0; here to remove separator on last menu item */
.primary-menu.block ul.menu.sf-menu li.last {
  margin-right: 0;
}

/* Style for container of dropdown, add background or border */
.primary-menu.block ul.menu.sf-menu ul {
}

/* Style for individual dropdown menu items, add border-bottom for separators */
.primary-menu.block ul.menu.sf-menu li li {
  background-color: #A1A16A;
}

.primary-menu.block ul.menu.sf-menu li li.last {

}

.primary-menu.block  ul.menu.sf-menu li li li {
}

/* Style for hover of dropdown menu items (add background-color here) */
.primary-menu.block ul.menu.sf-menu li ul li:hover,
.primary-menu.block ul.menu.sf-menu li ul li.sfHover {
}

.sf-menu ul {
  margin: 0;
}


/* Secondary menu
-------------------------------------------------------------- */

#secondary-menu ul.links {
  margin: 0;
}

#secondary-menu ul.links li {
  margin-right: 10px;
}

#secondary-menu ul.links li a {
}

#secondary-menu ul.links li.last a {
}

#secondary-menu ul.links li a:hover,
#secondary-menu ul.links li a:focus,
#secondary-menu ul.links li a.active {
}

/* Header - Search
-------------------------------------------------------------- */

#search-box {
}

#search-box.static-block {
}

form#search-theme-form {
  float: right;
  margin: 10px;
}

#search-box #search-input {
}

#search-box input#edit-search-theme-form {
}


/*  Preface Regions
-------------------------------------------------------------- */
/* The Preface Top and Preface Bottom regions sit between the header and all
  columns, above the sidebars and main content area */
.preface-top-wrapper {
}

.preface-top {
}

.preface-bottom-wrapper {
}

.preface-bottom {
  background: #376354 url('../images/intro_bk.jpg') no-repeat 0 bottom;
}

.preface-bottom-inner {
  margin-top: 14px;
}

.preface-bottom h2.block-title {
  color: #FFFFCC;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 175%;
  font-style: italic;
  font-weight: normal;
  line-height: 100%;
  margin: 0 0 12px;
}

.preface-bottom .content {
  color: #fff;
}

.preface-bottom .content a,
.preface-bottom .content a:link,
.preface-bottom .content a:visited {
  color: #FFFFCC;
}


/*  Main Area (content + sidebars + preface bottom + postscript top)
-------------------------------------------------------------- */
.main-wrapper {
}

#main {
  background: #FFFFCC  url('../images/contentwrap_bk.jpg') no-repeat left bottom;
}

#main-group {
  background: #fff;
}

.main-content-inner {
  /*background: transparent url('../images/content-outer-wrap02.png') repeat-y left 0;*/
}


/* Sidebar Regions
-------------------------------------------------------------- */
.sidebar-first {
  
}

.sidebar-last {
}

/* Content Regions
-------------------------------------------------------------- */
.content-group-inner {
  margin-top: 14px;
}

.content-top {
}

.content {
}

.content-inner {
}

.content-bottom {
}

/* This region only appears on full node pages. It's useful for ads or other
  content between the body of the node and its comments */
.node-bottom {
}

/*  Postscript & Footer Regions
-------------------------------------------------------------- */
.postscript-top-wrapper {
}

.postscript-top {
}

.postscript-bottom-wrapper {
}

/*
.postscript-bottom {
  background: transparent url('../images/additional-wrap_bk.jpg') no-repeat right bottom;
}
*/

.postscript-bottom-inner {
  background: #727E5A url('../images/additional-wrap_bk.jpg') no-repeat right bottom;
  border-top: 3px solid #646E4E;
  color: #fff;
  margin: 0 10px;
  overflow: hidden;
}

.postscript-bottom .block h2.block-title {
  color: #FFFFCC;
  font-family: Georgia, "Times New Roman", Times,serif;
  font-size: 107.69%;    /* 14px */
  letter-spacing: 2px;
  line-height: 125%;
  text-transform: uppercase;
}

.footer-wrapper,
.footer-message-wrapper {
}

.postscript-bottom {
}

.footer-wrapper .row,
.footer-message-wrapper .row {
}

.footer-wrapper {
}

.footer {
}

.footer-inner {
  background: #366353 url('../images/footer_bk.png') repeat-x 0 top;
  margin: 0 10px;
  overflow: hidden;
  padding: 10px 0;
}

.footer-message-wrapper {
}

.footer-message {
  font-size: 90%;
}

.footer-message-inner {
  background: #366353;
  overflow: hidden;
  margin: 0 10px;
}

.footer-message-text {
}

#store-footer {
}


/* Breadcrumbs
-------------------------------------------------------------- */
#breadcrumb {
  border-bottom: 1px dotted #366353;
  color: #366353;
  padding: 0 20px;
}

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

#breadcrumb a:hover,
#breadcrumb a:active {
  text-decoration: underline;
}


/* Tables
-------------------------------------------------------------- */
table {
}

/* Body of tables */
tbody {
  border-top: 1px solid #CCC;
}

/* Header of tables */
thead th,
th {
  border-bottom: 3px solid #CCC;
}

tbody th {
  border-bottom: 1px solid #CCC;
}

/* Alternating row background styles */
tr.even,
tr.even td {
  background-color:#FFFFEE;
  border-bottom: 1px solid #CCC;
  padding: 5px 3px;
}

tr.odd,
tr.odd td {
  background-color: #FFFFCC;
  border-bottom: 1px solid #CCC;
  padding: 5px 3px;
}

td.active {
}

tr.drag td, 
tr.drag-previous td {
  color: #000;
}

/* Pagers
-------------------------------------------------------------- */
ul.pager {
}

ul.pager li {
}

ul.pager a,
ul.pager li.pager-current {
  border-color: #333333;
}

ul.pager li.pager-current {
  background: #777777;
  color: #ffffff;
}

ul.pager a:hover,
ul.pager a:active,
ul.pager a:focus {
  background-color: #777777;
  border-color: #333333;
  color: #ffffff;
}

/* Forms
/-------------------------------------------------------------- */
/* Typography and backgrounds for all form buttons */
.form-submit {
  margin: 2px;
  padding: 3px 5px;
}

/* Hover style for form buttons */
.form-submit:hover,
.form-submit.hover,
.form-submit:focus {
}

/* Typography, background, borders, padding for form fields */
.form-item input,
.form-item select,
.form-item textarea {
}

/* Remove backgrounds and border on radios and checkboxes */
.form-item .form-radio,
.form-item .form-checkbox {
  background: none;
  border: none !important;
}

/* Fieldset wrapper around groups of form elements -- add border here */
fieldset {
}

/* Typography and spacing for legend of fieldsets */
fieldset legend {
}

/* Link style for legend of fieldsets */
fieldset legend,
legend.collapse-processed,
legend.collapse-processed a:link,
legend.collapse-processed a:visited {
}

/* Custom icons on (open) collapsible fieldsets */
html.js fieldset.collapsible legend a:link,
html.js fieldset.collapsible legend a:visited {
}

/* Custom icons on (closed) collapsible fieldsets */
html.js fieldset.collapsed legend a:link,
html.js fieldset.collapsed legend a:visited {
}


/* Drupal messages
/-------------------------------------------------------------- */

/* Error that appears when a required form field is not filled out */
.form-item input.error, 
.form-item textarea.error, 
.form-item select.error {
  border: 1px solid #AA1144;
}

/* Required field */
.marker, 
.form-required {
  color: #AA1144;
}


/* Comments
/-------------------------------------------------------------- */
/* Style for each individual comment */
div.comment {
}

/* Subject (title) of each comment */
div.comment h3.title {
}

/* Links (edit, reply, delete) for each comment */
div.comment div.links a,
div.comment ul.links a {
}

/* Alternating styles for even/odd comments */
.comments div.odd {
  background-color: #FFF;
}

.comments div.even {
  background-color: #EEE;
}

/* A special highlight style for a comment by the author of the node */
.comments div.comment-by-author {
  background-color: #DDD;
}

/* Comment signatures */
.signature {
  border-top: 1px solid #D6DDB9;
}

/* User avatars in comments */
.comment-wrapper .picture img {
}


/* Profiles
/-------------------------------------------------------------- */
/* Styles for sub-headings on user profiles */
.profile dt {
  background-color: #CCC;
}


/* Forum
/-------------------------------------------------------------- */
#forum .description {
}

.forum-topic-navigation {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}


/* Book
/-------------------------------------------------------------- */
.book-navigation .menu {
  border-top: 1px solid #CCC;
}
.book-navigation .page-links {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

/* Poll
/-------------------------------------------------------------- */
div.poll div.bar {
}

div.poll div.bar {
  background-color: #DDD;
}

div.poll div.bar div.foreground {
  background-color: #999;
}


/* Page titles
/-------------------------------------------------------------- */
/* Page and full node titles */
h1.title {
  color: #366353;
  font-weight: normal;
  line-height: 100%;
  margin: 20px 0
}

/* Default node styles
/-------------------------------------------------------------- */
/* Change unpublished and preview colors for dark bg themes */
.node-unpublished {
  background-color: #FFF4F4;
}
.preview .node {
  background-color: #FFFFEA;
}

/* Typography for node titles */
h2.title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 184.61%;    /* 24px */
  font-weight: normal;
  line-height: 100%;
  margin: 20px 0;
}

/* Colors for linked node titles */
h2.title a:link,
h2.title a:visited {
  color: #366353;
}

h2.title a:hover,
h2.title a:focus,
h2.title a:active {
}

/* Separators and padding for node teasers */
.teaser {
}

/* Author/date info */
.submitted {
  margin: 10px 0;
}

/* Links for nodes (taxonomy, commenting, read more, etc) */
.node ul.links {
  margin: 0;
}

.node ul.links li {
  margin-right: 14px;
}

.node ul.links a {
}

/* Just more/read more links */
div.node .read-more a,
div.node .more-link a {
}


/* Default block styles
/-------------------------------------------------------------- */

h2.block-title {
}

.block #user-login-form {
  padding: 0 8px;
  text-align: left;
}

.block #search-block-form {
  padding: 4px 10px;
}


/* Maintenance Page
/-------------------------------------------------------------- */
.in-maintenance  {
}


/* Clears
-------------------------------------------------------------- */
.header-group-inner:after,
.main-content-inner:after { 
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}


/* Skinr styles
/-------------------------------------------------------------- */

.block-wrapper {
}

/** lightfantastic-darkgreen 
Dark green w. underlined links **/
.block.lightfantastic-darkgreen {
  background-color: #133C40;
  color: #FFF;
  margin-bottom: 0;
}

.block.lightfantastic-darkgreen .inner {
  margin: 0;
}

.block.lightfantastic-darkgreen a.hover {
  color: #FFF;
}

.block.lightfantastic-darkgreen h2 {
  background-color: #A1A16A;
  border-top: 1px solid #366353;
  color: #133C40;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 107.69%;    /* 14px */
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 220%;
  margin: 0 ;
  padding: 0 20px;
  text-transform: uppercase;
}

.block.lightfantastic-darkgreen h3 {
  color: #FFF;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 130%;
  font-style: italic;
  margin: 10px 0;
}

.block.lightfantastic-darkgreen ul {
  list-style: none;
  padding: 0;
}

.block.lightfantastic-darkgreen ul li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.block.lightfantastic-darkgreen ul li a {
  background: url('../images/menu_li_bk.gif') no-repeat left center;
  padding-left: 15px;
}

.block.lightfantastic-darkgreen ul li a:hover {
  color: #FFF;
}

.block.lightfantastic-darkgreen a,
.block.lightfantastic-darkgreen ul li a.active,
.block.lightfantastic-darkgreen ul li a {
  color: #FFF;
}

.block.lightfantastic-darkgreen ul.menu,
.block.lightfantastic-darkgreen ul.secondary-links {
  background-color: #133C40;
  border-top: 1px solid #366353;
  list-style: none;
  margin: 0;
  padding: 0;
}

.block.lightfantastic-darkgreen ul.menu ul,
.block.lightfantastic-darkgreen ul.secondary-links ul {
  border: none;
  list-style: none;
  margin: 0;
}

.block.lightfantastic-darkgreen ul.menu li,
.block.lightfantastic-darkgreen ul.secondary-links li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.block.lightfantastic-darkgreen ul.menu ul li,
.block.lightfantastic-darkgreen ul.secondary-links ul li {
  margin: 0;
  width: 100%;
}

.block.lightfantastic-darkgreen ul.menu ul a.active,
.block.lightfantastic-darkgreen ul.secondary-links ul a.active {
  background: url('../images/menu_active_bk.gif') #366353 no-repeat 20px center;
  font-weight: bold;
  
}

.block.lightfantastic-darkgreen ul.menu ul ul a.active,
.block.lightfantastic-darkgreen ul.secondary-links ul ul a.active {
  background: url('../images/menu_active_bk.gif') #366353 no-repeat 40px center;
  font-weight: bold;
}

.block.lightfantastic-darkgreen ul.menu ul ul ul a.active,
.block.lightfantastic-darkgreen ul.secondary-links ul ul ul a.active {
  background: url('../images/menu_active_bk.gif') #366353 no-repeat 60px center;
}

.block.lightfantastic-darkgreen ul.menu li a,
.block.lightfantastic-darkgreen ul.secondary-links li a {
  background-image: none;
  border-bottom: 1px solid #366353;
  color: #FFF;
  display: block;
  line-height: 225%;
  padding: 0 20px;
  text-decoration: none;
}

.block.lightfantastic-darkgreen ul.menu li a:visited,
.block.lightfantastic-darkgreen  ul.secondary-links li a:visited {
  color: #FFF;
}

.block.lightfantastic-darkgreen ul.menu ul li a,
.block.lightfantastic-darkgreen ul.secondary-links ul li a {
  background: url('../images/menu_li_bk.gif') no-repeat 20px center;
  display: block;
  padding: 0 20px 0 40px;
}

.block.lightfantastic-darkgreen ul.menu ul ul li a,
.block.lightfantastic-darkgreen ul.secondary-links ul ul li a {
  background: url('../images/menu_li_bk.gif') no-repeat 40px center;
  display: block;
  padding: 0 20px 0 60px;
}

.block.lightfantastic-darkgreen ul.menu ul ul ul li a,
.block.lightfantastic-darkgreen ul.secondary-links ul ul ul li a {
  background: url('../images/menu_li_bk.gif') no-repeat 60px center;
  display: block;
  padding: 0 20px 0 80px;
}

.block.lightfantastic-darkgreen ul.menu li a:hover,
.block.lightfantastic-darkgreen ul.menu li a:active,
.block.lightfantastic-darkgreen ul.menu li a.active,
.block.lightfantastic-darkgreen ul.secondary-links li a:hover,
.block.lightfantastic-darkgreen ul.secondary-links li a:active,
.block.lightfantastic-darkgreen ul.secondary-links li a.active {
  background-color: #184E54;
  color: #FFF;
}


/** lightfantastic-yellow
Yellow background | orange hover | border bottom links **/
.block.lightfantastic-yellow {
  margin: 0;
}

.block.lightfantastic-yellow .inner {
  background: #FFFFCC;   
  margin: 0;
  padding: 0;
}

.block.lightfantastic-yellow h2 {
  color: #133C40;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 107.69%;    /* 14px */
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0;
  padding: 8px 20px;
  text-transform: uppercase;
}

.block.lightfantastic-yellow h3 {
  color: #133C40;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 130%;
  font-style: italic;
  margin: 10px 0;
}

.block.lightfantastic-yellow ul {
  list-style: none;
  margin: 14px 0;
  padding: 0;
}

.block.lightfantastic-yellow ul li {
  margin: 0;
  padding: 0;
  width: 100%;
}

.block.lightfantastic-yellow ul li a {
  background: url('../images/sidebar_left_li_bk.gif') no-repeat left center;
  color: #133C40;
  display: block;
  line-height: 150%;
  padding-left: 15px;
  text-decoration: none;
}

.block.lightfantastic-yellow ul li a:hover {
  text-decoration: underline;
}

.block.lightfantastic-yellow ul.menu {
  border-top: 1px solid #D5D57E;
  list-style: none;
  margin: 0;
  padding: 0;
}

.block.lightfantastic-yellow ul.menu ul {
  border: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.block.lightfantastic-yellow ul.menu li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.block.lightfantastic-yellow ul.menu ul li {
  margin: 0;
  width: 100%;
}

.block.lightfantastic-yellow ul.menu li a {
  background-image: none;
  border-bottom: 1px solid #D5D57E;
  color: #133C40;
  display: block;
  line-height: 225%;
  padding: 0 20px;
  text-decoration: none;
}

.block.lightfantastic-yellow ul.menu a.active {
  color: #FF7D07;
  font-weight: bold;
}

.block.lightfantastic-yellow ul.menu ul a.active {
  background: url('../images/sidebar_left_li_bk.gif') no-repeat 20px center;
  font-weight: bold;
}

.block.lightfantastic-yellow ul.menu ul ul a.active {
  background: url('../images/sidebar_left_li_bk.gif') no-repeat 40px center;
}

.block.lightfantastic-yellow ul.menu ul ul ul a.active {
  background: url('../images/sidebar_left_li_bk.gif') no-repeat 60px center;
}

.block.lightfantastic-yellow ul.menu ul li a {
  background: url('../images/right_menu_active_bk.gif') no-repeat 20px center;
  color: #133C40;
  display: block;
  padding: 0 20px 0 40px;
}

.block.lightfantastic-yellow ul.menu ul ul li a {
  background: url('../images/right_menu_active_bk.gif') no-repeat 40px center;
  color: #133C40;
  display: block;
  padding: 0 20px 0 60px;
}

.block.lightfantastic-yellow ul.menu ul ul ul li a {
  background: url('../images/right_menu_active_bk.gif') no-repeat 60px center;
  color: #133C40;
  display: block;
  padding: 0 20px 0 80px;
}

.block.lightfantastic-yellow ul.menu li a:hover {
  background-color: #FFEFB3;
  color: #FF7D07;
}


/** lightfantastic-gradient
White background w. gradient | border bottom links **/

/* sidebar_right
---------------- */
.block.lightfantastic-gradient {
  background: url('../images/sidebar-right_bk.jpg') #FFF no-repeat left top;
  float: right;
  margin: 0;
  padding: 0;

}

.block.lightfantastic-gradient h2 {
  color: #133C40;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 107.69% ;    /* 14px */
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 100%;
  margin: 14px 0;
  padding: 0 20px;
  text-transform: uppercase;
}

.block.lightfantastic-gradient h3 {
  color: #133C40;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 130%;
  font-style: italic;
  margin: 10px 0;
}

.block.lightfantastic-gradient ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.block.lightfantastic-gradient ul li a {
  background: url(../images/right_menu_li_bk.gif) no-repeat left center;
  color: #133C40;
  display: block;
  padding-left: 15px;
  text-decoration: none;
}

.block.lightfantastic-gradient ul.menu,
.block.lightfantastic-gradient ul.secondary-links {
  border-top: 1px solid #ECECE1;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.block.lightfantastic-gradient ul.menu ul,
.block.lightfantastic-gradient ul.secondary-links ul {
  border: none;
  list-style: none;
  margin: 0;
}

.block.lightfantastic-gradient ul.menu li a,
.block.lightfantastic-gradient ul.secondary-links li a {
  background-image: none;
  border-bottom: 1px solid #ECECE1;
  color: #133C40;
  display: block;
  line-height: 225%;
  padding: 0 20px;
  text-decoration: none;
}

.block.lightfantastic-gradient ul.menu ul li,
.block.lightfantastic-gradient ul.secondary-links ul li {
  margin: 0;
  width: 100%;
}

.block.lightfantastic-gradient ul.menu a.active,
.block.lightfantastic-gradient ul.secondary-links a.active {
  background-color: #F7F7F2;
  font-weight: bold;
}

.block.lightfantastic-gradient ul.menu ul a.active,
.block.lightfantastic-gradient ul.secondary-links ul a.active {
  background: url('../images/right_menu_active_bk.gif') #F7F7F2 no-repeat 20px center;
  font-weight: bold;
}

.block.lightfantastic-gradient ul.menu ul ul a.active,
.block.lightfantastic-gradient ul.secondary-links ul ul a.active {
  background: url('../images/right_menu_active_bk.gif') #F7F7F2 no-repeat 40px center;
}

.block.lightfantastic-gradient ul.menu ul ul ul a.active,
.block.lightfantastic-gradient ul.secondary-links ul ul ul a.active {
  background: url('../images/right_menu_active_bk.gif') #F7F7F2 no-repeat 60px center;
}

.block.lightfantastic-gradient ul.menu ul li a,
.block.lightfantastic-gradient ul.secondary-links ul li a {
  background: url('../images/right_menu_li_bk.gif') no-repeat 20px center;
  color: #133C40;
  display: block;
  padding: 0 20px 0 40px;
}

.block.lightfantastic-gradient ul.menu ul ul li a,
.block.lightfantastic-gradient ul.secondary-links ul ul li a {
  background: url('../images/right_menu_li_bk.gif') no-repeat 40px center;
  color: #133C40;
  display: block;
  padding: 0 20px 0 60px;
}

.block.lightfantastic-gradient ul.menu ul ul ul li a,
.block.lightfantastic-gradient ul.secondary-links ul ul ul li a {
  background: url('../images/right_menu_li_bk.gif') no-repeat 60px center;
  color: #133C40;
  display: block;
  padding: 0 20px 0 80px;
}

.block.lightfantastic-gradient ul li,
.block.lightfantastic-gradient ul.menu li,
.block.lightfantastic-gradient ul.secondary-links li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.block.lightfantastic-gradient ul li a:hover,
.block.lightfantastic-gradient ul.menu li a:hover,
.block.lightfantastic-gradient ul.secondary-links li a:hover {
  text-decoration: underline;
}


/** lightfantastic-plain
Plain white with nice bullets for list items */
.block.lightfantastic-plain {
  background: #fff;
  margin-bottom: 0;
}

.block.lightfantastic-plain h2 {
  color: #133C40;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 107.69% ;    /* 14px */
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.block.lightfantastic-plain ul {
  list-style: none;
  margin: 10px;
  padding: 0;
}

.block.lightfantastic-plain ul li a {
  background: url('../images/sidebar_right_li_bk.gif') no-repeat left center;
  color: #133C40;
  display: block;
  line-height: 150%;
  padding: 0;
  padding-left: 15px;
  text-decoration: none;
}

.block.lightfantastic-plain ul li a:hover {
  text-decoration: underline;
}

.block.lightfantastic-plain ul.menu {
  border-top: 1px solid #EDEDC5;
  list-style: none;
  margin: 0 -20px;
  padding: 0;
}

.block.lightfantastic-plain ul.menu ul {
  border: none;
  list-style: none;
  margin: 0;
}

.block.lightfantastic-plain ul.menu ul li {
  margin: 0;
  width: 100%;
}

.block.lightfantastic-plain ul.menu li a {
  background-image: none;
  border-bottom: 1px solid #EDEDC5;
  color: #133C40;
  display: block;
  line-height: 225%;
  padding: 0 20px;
  text-decoration: none;
}

.block.lightfantastic-plain ul.menu a.active {
  background-color: #FBF9EC;
  font-weight: bold;
}

.block.lightfantastic-plain ul.menu ul a.active {
  background: url('../images/sidebar_right_li_active_bk.gif') #FBF9EC no-repeat 20px center;
  font-weight: bold;
}

.block.lightfantastic-plain ul.menu ul ul a.active {
  background: url('../images/sidebar_right_li_active_bk.gif') #FBF9EC no-repeat 40px center;
}

.block.lightfantastic-plain ul.menu ul ul ul a.active {
  background: url('../images/sidebar_right_li_active_bk.gif') #FBF9EC no-repeat 60px center;
}

.block.lightfantastic-plain ul.menu ul li a {
  background: url('../images/sidebar_right_li_bk.gif') no-repeat 20px center;
  color: #133C40;
  display: block;
  padding: 0 20px 0 40px;
}

.block.lightfantastic-plain ul.menu ul ul li a {
  background: url('../images/sidebar_right_li_bk.gif') no-repeat 40px center;
  color: #133C40;
  display: block;
  padding: 0 20px 0 60px;
}

.block.lightfantastic-plain ul.menu ul ul ul li a {
  background: url('../images/sidebar_right_li_bk.gif') no-repeat 60px center;
  color: #133C40;
  display: block;
  padding: 0 20px 0 80px;
}

.block.lightfantastic-plain ul.menu li a:hover {
  background-color: #FBF9EC;
  color: #133C40;
}

.block.lightfantastic-plain ul li,
.block.lightfantastic-plain ul.menu li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
