/*
 * =================================================================
 * Gossamer Links - enhanced directory management system
 *
 *   Website  : http://gossamer-threads.com/
 *   Support  : http://gossamer-threads.com/scripts/support/
 *   Revision : $Id: luna_core.css,v 1.38 2006/08/11 04:30:25 brewt Exp $
 *
 * Copyright (c) 2005 Gossamer Threads Inc.  All Rights Reserved.
 * Redistribution in part or in whole strictly prohibited. Please
 * see LICENSE file for full details.
 * =================================================================
 */

/*
Do not make changes to this file.  Any changes will be overwritten the next
time you upgrade Gossamer Links.  You can override any css in this file by
defining overriding styles in luna.css.
*/

/*
There are a few CSS filters/hacks used in this file to fix bugs in various
browsers.  Here is a list of them:

- Star html selector bug (css rule only applies to ie)
    http://www.info.com.ph/~etan/w3pantheon/style/starhtmlbug.html
    eg. * html <selector> {}
- Simplified box model hack (hide css from ie5-5.5/win)
    http://www.doxdesk.com/personal/posts/css/20020212-bmh.html
    eg. w\idth: 100px;
- Commented backslash (hide css from ie5/mac)
    http://www.sam-i-am.com/work/sandbox/css/mac_ie5_hack.html
*/

/*------------------*\
|* global interface *|
\*------------------*/
body {
  margin: 0px;
  padding: 0px;
  color: #33332e;
  background: #ffffff;
  font: normal 11px tahoma, geneva, verdana, sans-serif;
  text-align: center;
}
img {
  border: 0px;
}

/* forms */
form {
  margin: 0px;
}
input, textarea {
  font: normal 13px tahoma, geneva, verdana, sans-serif;
}
input.text, input.password, textarea {
  padding: 1px 0px 1px 2px;
  border: 1px solid #57594b;
}

/* links */
a {
  color: #212126;
}
a:visited {
  color: #8e8d9a;
}
a:hover {
  color: #5c5b66;
  text-decoration: none;
}

/* headings */
h1 {
  font-size: 16px;
}
h2 {
  font-size: 15px;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-weight: normal;
  font-size: 11px;
}
/* use this with text in headings you wish to make small */
.hsmall {
  font-weight: normal;
  font-size: 9px;
}

#accessibility {
  position: absolute;
  left: -9000px;
  width: 9000px;
}
#wrapper {
  margin: 0px auto;
  width: 750px;
  text-align: left;
}

/*--------*\
|* header *|
\*--------*/
#logo {
  width: 250px;
  height: 80px;
  background: transparent url(images/logo.gif) top left no-repeat;
  text-indent: -9999px;
}
#logo h1, #logo a {
  margin: 0px;
  width: 100%;
  height: 100%;
}
#logo a {
  text-decoration: none;
  display: block;
}
#header {
  background: transparent url(images/swirls.gif) top right no-repeat;
}
#loginbar {
  float: right;
  text-align: right;
}
#loginbar a {
  margin-top: 25px;
  padding: 10px 30px 10px 0px;
  color: #212126;
  font-weight: bold;
  display: block;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
#loginbar a:hover {
  color: #5c5b66;
}
#loginbar a.in {
  background: transparent url(images/login.gif) center right no-repeat;
}
#loginbar a.out {
  background: transparent url(images/logout.gif) center right no-repeat;
}

/*------------*\
|* navigation *|
\*------------*/
.navbar {
  margin-bottom: 1px;
}
ul.primarynav, ul.secondarynav {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #ffffff;
  float: left;
  list-style: none;
}
ul.primarynav {
  width: 100%;
  background: #5c5b66;
}
ul.secondarynav {
  width: 100%;
  background: #777c8d;
}
ul.primarynav li, ul.secondarynav li {
  float: left;
  list-style: none;
}
ul.primarynav li {
  background: transparent url(images/betweennav.gif) bottom right no-repeat;
}
ul.primarynav a {
  margin-right: 1px;
  padding: 7px 9px 7px 10px;
  float: left;
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
}
ul.primarynav a:visited {
  color: #ffffff;
}
ul.primarynav a:hover {
  color: #ffffff;
  background: #737180;
}
ul.primarynav li.home {
  border-right: 1px solid #ffffff;
  background: #383741;
}
ul.primarynav li.home a {
  margin-right: 0px;
}
ul.secondarynav li.first {
  padding-left: 5px;
}
ul.secondarynav a {
  margin-right: 1px;
  padding: 4px 5px;
  float: left;
  color: #ffffff;
  font-size: 10px;
  text-decoration: none;
}
ul.secondarynav a:visited {
  color: #ffffff;
}
ul.secondarynav a:hover {
  color: #212126;
}

/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
  margin-bottom: 3px;
  padding: 5px 10px;
  border-bottom: 1px solid #57594b;
  background: #edf2cb;
}
.searchbar input.text, .searchbar input.submit {
  margin-right: 5px;
}
/* setting this in mozilla causes rendering issues */
* html .searchbar input.submit {
  height: 21px;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
.searchbar a {
  color: #212126;
  font-size: 10px;
}
.searchbar a:hover {
  color: #5c5b66;
}

/*--------*\
|* footer *|
\*--------*/
#footer {
  margin-top: 3px;
  padding: 5px;
  border-top: 1px solid #57594b;
  background: #edf2cb;
}
#footer img {
  float: right;
}
#footer p {
  margin: 0px;
  padding: 10px 0px;
  color: #8a8d77;
  font-size: 9px;
}

/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 10px 10px 0px 10px;
  background: #e2e1eb;
}
#contentheader .error, #contentheader .message {
  margin: 0px 200px 0px 0px;
  padding: 2px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
#contentheader .error {
  background: #8c3030;
}
#contentheader .message {
  background: #3a5841;
}
#contentheader .error *, #contentheader .message * {
  margin: 0px;
  padding: 0px;
}

/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {
  background: #e2e1eb;
}

/*---------*\
|* content *|
\*---------*/
#ocwrapper {
/* background colour of left sidebar */
  border-left: 0px solid #e2e1eb;
/* background colour of right sidebar */
  border-right: 200px solid #e2e1eb;
  background: #e2e1eb;
}
#leftsidebar {
  margin-left: -200px;
  padding: 10px 0px 10px 10px;
  width: 190px;
  float: left;
  position: relative;
/* hide the left sidebar by default */
  display: none;
}
#rightsidebar {
  margin-right: -200px;
  padding: 10px 10px 10px 0px;
  width: 190px;
  float: right;
  position: relative;
}
#contentwrapper {
  width: 100%;
  float: left;
  position: relative;
}
#content {
  margin: 0px 10px;
  padding: 10px;
  background: #ffffff;
}
/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */

/*-----------------*\
|* global elements *|
\*-----------------*/
.shadowtop, .shadowbottom {
  height: 10px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: 15px;
  height: 10px;
  font-size: 1px;
}
.shadowtop {
  background: url(images/shadow-top.gif) bottom repeat-x;
}
.shadowbottom {
  background: url(images/shadow-bottom.gif) top left repeat-x;
}
.shadowleft {
  background: url(images/shadow-left.gif) left repeat-y;
}
.shadowright {
  background: url(images/shadow-right.gif) right repeat-y;
}
.shadowtopleft {
  float: left;
  background: url(images/shadow-topleft.gif) bottom left no-repeat;
}
.shadowtopright {
  float: right;
  background: url(images/shadow-topright.gif) bottom right no-repeat;
}
.shadowbottomleft {
  float: left;
  background: url(images/shadow-bottomleft.gif) top left no-repeat;
}
.shadowbottomright {
  float: right;
  background: url(images/shadow-bottomright.gif) top right no-repeat;
}

/* links */
.linklisting {
  margin: 15px 15px 20px 20px;
}
.linklisting h4.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
  margin: 2px 0px;
}
.linklisting h4.linktitle a {
  padding-bottom: 0px;
}
.linklisting p.linkurl a {
  font-size: 9px;
  text-decoration: none;
}
.linklisting p.linkrating {
  font-size: 9px;
}
.linklisting p.linkrating .linkexpired {
  color: #8c3030;
  font-weight: bold;
}
.linklisting .linkdescription, .review .reviewcontent {
  margin: 0px 0px 5px 0px;
  padding: 5px;
  border: 1px solid #bbbfa1;
  background: #f8faed;
  overflow: hidden;
}
/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96%;
}
.linklisting p.linkactions {
  margin: 0px;
}
.linklisting p.linkactions a, #detailed p.actions a, #jump_frame .actions a {
  padding: 1px 4px;
  border: 1px solid #bbbfa1;
  font-size: 9px;
  text-decoration: none;
}
.linklisting p.linkactions a:hover, #detailed p.actions a:hover, #jump_frame .actions a:hover {
  background: #e2e1eb;
}

/* reviews */
.review h4.reviewsubject {
  margin: 10px 0px 0px 0px;
}
.review h5.reviewbyline {
  margin: 0px;
  font-weight: normal;
}
.review p.reviewer {
  margin: 0px 0px 2px 0px;
}
.review .reviewhelpful span {
  float: left;
  font-size: 9px;
}
.review .reviewhelpful form span {
  float: right;
}
.review .reviewhelpful input {
  padding: 0px 3px;
  border: 1px solid #bbbfa1;
  background: #ffffff;
  font-size: 9px;
}
/* .review p.reviewcontent => see .linklisting p.linkdescription */

/* link/bookmark status icons */
.new-item, .updated-item, .popular-item, .unpaid-item, .expired-item, .free-item, .bookmark-public, .bookmark-default {
  background: transparent url(images/button-left.gif) top left no-repeat;
  font-weight: normal;
  font-size: 9px;
  color: #ffffff;
  vertical-align: text-top;
}
.new-item {
  background-color: #8c3030;
}
.updated-item {
  background-color: #c5a600;
}
.popular-item {
  background-color: #314fb1;
}
.unpaid-item {
  background-color: #555555;
}
.expired-item {
  background-color: #92589c;
}
.free-item {
  background-color: #a7a87c;
}
.bookmark-public {
  background-color: #cc6613;
}
.bookmark-default {
  background-color: #7fb131;
}
.new-item span, .updated-item span, .popular-item span, .unpaid-item span, .expired-item span, .free-item span, .bookmark-public span, .bookmark-default span {
  padding: 0px 3px;
  background: transparent url(images/button-right.gif) top right no-repeat;
}

/* paging */
.paging {
  text-align: right;
}
.paging img, .paging select, .paging input {
  vertical-align: middle;
}

.crumb {
  font-size: 9px;
}

/* tables */
.ftable {
  margin-top: 5px;
  border-bottom: 3px solid #bbbfa1;
  border-collapse: collapse;
  width: 100%;
/* ie5-5.5 don't inherit the font style properly */
  font-size: 11px;
}
.ftable th {
  background: #bbbfa1;
  text-align: left;
}
.ftable th, .ftable td {
  padding: 3px 5px;
}
.ftablecol {
  border-right: 1px solid #bbbfa1;
}

/* sub headings */
#content h3 {
  margin: 25px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  border-bottom: 1px dotted #bbbfa1;
}
#content h3.noseparator {
  border-bottom: none;
}

/* lists */
#content ul {
  margin: 10px 0px 0px 20px;
  padding: 0px;
  font-size: 12px;
  list-style: none;
}
#content ul.categories {
  margin: 0px;
}

/* forms */
.row {
  margin-bottom: 1px;
  padding: 4px;
}
.row label.name {
  padding-right: 5px;
  width: 25%;
  float: left;
}
.row label.name span {
  color: #8c3030;
}
.row .value.wrappedtext {
  margin-left: 25%;
  padding-left: 5px;
}
/* hack for ie 5.5 text/textarea resizing */
.row .value input.text, .row .value input.password, .row .value textarea {
  width: expression(this.parentNode.offsetWidth * 0.74 + 'px');
}
/* the previous style causes problems with long sidebars in ie6 */
.row .value input.text, .row .value input.password, .row .value textarea {
  w\idth: 72%;
}
.row .value input.text.shorttext {
  width: 100px;
}
.row.required {
  background: #e2e1eb;
}
.row.invalid {
  color: #8c3030;
  background: #eedddd;
  font-weight: bold;
}
.formsubmit {
  margin-top: 10px;
  text-align: right;
}

/* generic messages */
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #3a5841;
  font-weight: bold;
}

/* treecats */
#content .treecats-selection-summary ul, #content .treecats-selection ul {
  margin: 0px;
}
.treecats-selection-summary li a, .treecats-selection li a {
  margin-top: 2px;
  margin-left: 5px;
}
.treecats-selection-summary a, .treecats-selection a {
  font-size: 9px;
}
.treecats-selection-summary a:visited, .treecats-selection a:visited {
  color: #212126;
}
.treecats-selection-current {
  font-weight: bold;
}
.treecats-category-info img {
  border: 0px;
  padding: 2px;
  vertical-align: middle;
}
.treecats-children {
  padding-left: 15px;
}
.treecats-selected span, li.treecats-selected {
  font-weight: bold;
}
.treecats-category a:link, .treecats-category a:visited {
  color: #212126;
  text-decoration: none;
}
.treecats-category a:hover {
  text-decoration: underline;
}
#content ul.treecats-links {
  padding-left: 15px;
  margin: 0px;
}
.treecats-links li {
  line-height: 1.25em;
  list-style: circle;
}

/* search highlighting */
.searchhl-1, .searchhl-2, .searchhl-3, .searchhl-4, .searchhl-5 {
  font-weight: bold;
}
.searchhl-1 {
  background: #ffff80;
}
.searchhl-2 {
  background: #aaaaff;
}
.searchhl-3 {
  background: #aaffaa;
}
.searchhl-4 {
  background: #ffaaaa;
}
.searchhl-5 {
  background: #aaffff;
}

/* indent */
.indent1 {
  margin-left: 20px;
}
.indent2 {
  margin-left: 40px;
}
.indent3 {
  margin-left: 60px;
}
.indent4 {
  margin-left: 80px;
}
.indent5 {
  margin-left: 100px;
}

.hide {
  display: none;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */

/*---------------*\
|* page specific *|
\*---------------*/
#bookmark_list input.checkbox {
  float: left;
}
#bookmark_list .folders .description, #bookmark_folder_view .folders .description {
  margin: 0px 0px 10px 20px;
}
.bookmark_link .comments label {
  font-weight: bold;
}
.bookmark_link .comments label span {
  font-weight: normal;
}

#category dl, #home dl {
  margin: 10px 0px 0px 0px;
  width: 49%;
  float: left;
}
#category dt a {
  font-weight: bold;
  font-size: 12px;
}
#category dt, #category dd, #home dt, #home dd {
  margin: 0px 0px 0px 20px;
}
#category dd, #home dd {
  padding-bottom: 10px;
}

#detailed p.description {
  overflow: hidden;
}
/* ie needs a width for overflow: hidden to work */
* html #detailed p.description {
  width: 100%;
}
#detailed p.linknav {
  margin: 0px;
  text-align: right;
}
#detailed p.linknav img {
  vertical-align: middle;
}
#detailed p.linknav a {
  text-decoration: none;
}
#detailed p.reviewsfooter {
  margin: 20px 0px 0px 0px;
  text-align: right;
}
/* #detailed p.actions a, #detailed p.actions a:hover => see .linklisting p.linkactions a */

#home dt a {
  font-weight: bold;
  font-size: 13px;
}
#home #content h4 {
  margin-top: 20px;
  font-weight: normal;
  font-size: 14px;
}
/* #home dl, #home dt, #home dd, #home dd => see #category dl */

#jump_frame .jumpwrapper {
  height: 40px;
  background: transparent url(images/swirls.gif) bottom right no-repeat;
}
#jump_frame img.jumplogo {
  padding: 2px 0px 0px 2px;
  float: left;
}
#jump_frame h4 {
  margin: 0px;
  padding: 3px 0px;
}
/* #jump_frame .actions a, #jump_frame .actions a:hover => see .linklisting p.actions a */

#modify_select input.radio {
  float: left;
}

#search .searchoption {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dotted #bbbfa1;
}
@import url(luna_core.css);

/*
This file inherits from luna_core.css, so styles in this file will override
styles defined in it.  Changes to this file will NOT be overwritten during
upgrades.

Here's a quick tutorial on overriding styles.  Say you want to change the
background colour of the body.  Looking at luna_core.css, the colour is
defined in the rule:

    body {
      margin: 0px;
      padding: 0px;
      color: #33332e;
      background: #ffffff;
      font: normal 11px tahoma, geneva, verdana, sans-serif;
      text-align: center;
    }

To change the background colour of white (#ffffff) to gray (#dddddd), you would
add the following to this file:

    body {
      background: #dddddd;
    }

If you also wanted to change the font as well as the background, then you could
use:

    body {
      background: #dddddd;
      font: normal 12px times new roman;
    }

Also note that every template's body id is assigned the template name (without
the .html extension).  So if you want to change the h2 heading in the
category.html template, you can do this by:

    #category h2 { 
      color: red; 
      font-weight: bold; 
    }

To start you off, some sample overriding styles have been provided below.  Note
that you will have to uncomment the rules for them to work.
*/

/* Logo size and image source */
/*
#logo {
  width: 250px;
  height: 80px;
  background-image: url(images/logo.gif);
}
*/
/* If the height of your logo changes from the original, then you will probably
want to also change the vertical position of the login link */
/*
#loginbar a {
  margin-top: 25px;
}
*/

/* Show the left sidebar */
/*
#ocwrapper {
  border-left-width: 200px;
}
#leftsidebar {
  display: block;
}
#contentheader .error, #contentheader .message {
  margin: 0px 200px 0px 200px;
}
*/

/* Hide the right sidebar */
/*
#ocwrapper {
  border-right-width: 0px;
}
#rightsidebar {
  display: none;
}
#contentheader .error, #contentheader .message {
  margin: 0px;
}
*/

/* Change the right sidebar width.  Note that the sidebars have a 10px left or
right padding (left sidebar has a left padding and right sidebar has a right
padding), hence the 150px - 10px = 140px width */
#ocwrapper {
  border-right-width: 300px;
}
#rightsidebar {
  margin-right: -300px;
  background: #E5E5E5;
  width: 290px;
}
#contentheader .error, #contentheader .message {
  margin: 0px 300px 0px 0px;
}

/* Change width of document */
#wrapper {
  width: 950px;
}

/* Don't want the shadows? */
.shadowtop, .shadowbottom, .shadowleft, .shadowright {
  background: none;
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: auto;
  height: auto;
  float: none;
  background: none;
}

/* If you change the globals category_cols or home_category_cols, then you will
need to change the width of the columns themselves.  Note that IE sometimes has
problems if this value adds up to 100%, so keep the width a little under 100%.
For example, if you changed category_cols to 3, then this example would set
the width of the columns to 33% (99% total).  If you want to change the columns
on the home page as well, then remember to set a rule for "#home dl" as well. */
/*
#category dl {
  width: 33%;
}
*/

body {
    margin-bottom: 5px;
}

.section-body,
.rb-body,
.section-body-rb {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    /* margin-bottom: 20px; */
    position: relative;
}

.section-body-rb .rb-t { background: url(images/green-section-body-rb-t.gif) 0 0 repeat-x }
.section-body-rb .rb-tr { background: url(images/rounded-greencorner.gif) 100% 0 no-repeat }
.section-body-rb .rb-tl { background: url(images/green-section-body-rb-tl.gif) 0 0 no-repeat }
.section-body-rb .rb-l { background: url(images/section-body-rb-l.gif) 0 0 repeat-y }
.section-body-rb .rb-r { background: url(images/section-body-rb-r.gif) 100% 0 repeat-y }
.section-body-rb .rb-br { background: url(images/white-header-br.gif) 100% 100% no-repeat }
.section-body-rb .rb-bl { background: url(images/white-header-bl.gif) 0 100% no-repeat }
.section-body-rb .rb-b { background: url(images/section-body-rb-b.gif) 0 100% repeat-x }

.section-body h3.blue, .section-body h2.blue,
.rb-body h3.blue, .rb-body h2.blue {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    position: absolute;
    top: 8px;
    left: 10px;
    font-weight: bold;
}

.rb-outer {
margin: 0px;
padding: 0px;
}

.section-body-rb h3.blue {
    color: white;
}

.section-body h4 {
    margin: 0px 0px 0px 0px; 
    padding: 4px 20px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    color: #543976;
}

/*
.section-body ul {
    list-style-type: none;
    margin: 0px;
    font-size: .7em;
    padding: 0px;
    float: left;
    position: relative; /* required to prevent IE6 from making this block disappear */
/*
}

.section-body li {
    padding: 0 0 0 12px;
    margin: 0px ;
    background: url(/static/blue/images/arrow.gif) 0 .4em no-repeat;
}
*/

.header-body {
    margin: 10px;
    position: relative;
}
.header-body-rb .rb-t { background: #ffffff; }
.header-body-rb .rb-tr { background: url(images/white-footer-tr-noborder.gif) 100% 0 no-repeat }
.header-body-rb .rb-tl { background: url(images/white-footer-tl-noborder.gif) 0 0 no-repeat }
.header-body-rb .rb-l { background: url(images/section-body-rb-l.gif) 0 0 repeat-y }
.header-body-rb .rb-r { background: url(images/section-body-rb-r.gif) 100% 0 repeat-y }
/*
.header-body-rb .rb-br { background: url(images/section-body-rb-br.gif) bottom right no-repeat }
.header-body-rb .rb-bl { background: url(images/section-body-rb-bl.gif) bottom left no-repeat }
.header-body-rb .rb-b { background: url(images/section-body-rb-b.gif) 0 100% repeat-x }
*/

.navbar-body {
    /*padding-bottom: 10px;
    border: 1px solid red;*/
}
.navbar-body-rb { margin:0px; padding:0px }

.navbar-body-rb .rb-t { background: #000000; }
.navbar-body-rb .rb-tr { background: #ffffff; }
.navbar-body-rb .rb-tl { background: #ffffff; }
.navbar-body-rb .rb-l { background: url(images/section-body-rb-l.gif) 0 0 repeat-y }
.navbar-body-rb .rb-r { background: url(images/section-body-rb-r.gif) 100% 0 repeat-y }
.navbar-body-rb .rb-br { background: url(images/section-body-rb-br.gif) bottom right no-repeat }
.navbar-body-rb .rb-bl { background: url(images/section-body-rb-bl.gif) bottom left no-repeat }
.navbar-body-rb .rb-b { background: url(images/section-body-rb-b.gif) 0 100% repeat-x }

.padded { 
  padding: 35px 15px 15px 15px;
}

.rb-body .padded { 
  padding: 35px 5px 5px 20px;
}

body {
    background: #E5E5E5;
}


#home dl {
  width: 98%;
}

#header {
  margin:0px; padding:0px;
  border: 1px solid green;
}
#logo {
  margin-left: 10px;
  width: 370px;
  height: 65px;
}
#content {
  background: #ffffff;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
#ocwrapper {
/* background colour of left sidebar */
  border-left: 0px solid #ffffff;
  border-right-color: #E5E5E5;
/* background colour of right sidebar */
  background: #E5E5E5;
}
#leftsidebar {
  padding: 10px 0px 10px 0px;
}

.menu_padded { 
    /*padding: 0px 5px 15px 5px;*/
    padding: 0px;
}
ul.menu {
  margin: 0px;
  padding: 0px;
  float: left;
  list-style: none;
  width: 100%;
}
ul.menu li {
  height: 33px;
  float: left;
  list-style: none;
}
ul.menu a {
  text-align: center;
  /*padding: 9px 21px 7px 21px;*/
  padding: 9px 21px 7px 20px;
  float: left;
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}
ul.menu a:visited {
  color: #ffffff;
}
ul.menu a:hover {
  color: #ffffff;
}
ul.menu li {
  border: 0px;
}
ul.menu li.separator {
  text-indent: -1px;
}
ul.menu li.separator1 {
  background: url(images/nav/separator1.gif) no-repeat;
}
ul.menu li.separator2 {
  background: transparent url(images/nav/separator2.gif) no-repeat;
}
ul.menu li.separator3 {
  background: transparent url(images/nav/separator3.gif) top left no-repeat;
}
ul.menu li.separator4 {
  background: transparent url(images/nav/separator4.gif) top left no-repeat;
}
ul.menu li.separator5 {
  background: transparent url(images/nav/separator5.gif) top left no-repeat;
}
ul.menu li.separator6 {
  background: transparent url(images/nav/separator6.gif) top left no-repeat;
}
ul.menu li.separator7 {
  background: transparent url(images/nav/separator7.gif) top left no-repeat;
}
ul.menu li.menu-item-camp-directory {
  background: url(images/nav/rounded-redcorner.gif) top left no-repeat; 
}
ul.menu li.menu-item-job-fair {
  background: url(images/nav/orange.gif) repeat-x; 
}
ul.menu li.menu-item-camp-forum {
  background: url(images/nav/yellow.gif) repeat-x; 
}
ul.menu li.menu-item-rent-a-camp {
  background: url(images/nav/green.gif) repeat-x; 
}
ul.menu li.menu-item-vender-outlet {
  background: url(images/nav/purple.gif) repeat-x; 
}
ul.menu li.menu-item-resources {
  background: url(images/nav/lighterpurple.gif) repeat-x; 
}
ul.menu li.menu-item-camp-owner {
  background: url(images/nav/blue.gif) repeat-x; 
}
ul.menu li.menu-item-all-about-us {
  width: 122px;
  background: url(images/nav/rounded-grey-corner.gif) top left no-repeat;
}

#rightsidebar {
  padding: 10px 0px 10px 10px;
}
#leftsidebar {
  padding: 10px 0px 10px 0px;
}

.footer-body,
.footer-body-rb {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    background: #ffffff;
}

.footer-body-rb .rb-t { background: url(images/section-body-rb-b.gif) 0 0 repeat-x }
.footer-body-rb .rb-tr { background: url(images/white-header-tr.gif) 100% 0 no-repeat }
.footer-body-rb .rb-tl { background: url(images/white-header-tl.gif) 0 0 no-repeat }
.footer-body-rb .rb-l { background: url(images/section-body-rb-l.gif) 0 0 repeat-y }
.footer-body-rb .rb-r { background: url(images/section-body-rb-r.gif) 100% 0 repeat-y }
.footer-body-rb .rb-br { background: url(images/white-header-br.gif) 100% 100% no-repeat }
.footer-body-rb .rb-bl { background: url(images/white-header-bl.gif) 0 100% no-repeat }
.footer-body-rb .rb-b { background: url(images/section-body-rb-b.gif) 0 100% repeat-x }

.footer-padded { 
    padding: 1px 0px 1px 0px;
    margin: 5px 5px 5px 5px;
}

#topbar {
  float: right;
  text-align: right;
}
.topmenu {
    position: absolute;
    right: 10px;
    top: 5px;
}
.topsearchbar {
    position: absolute;
    right: 10px;
    top: 30px;
}
.topsearchbar .submit {
    background: #F37E31;
    color: #FFFFFF;
}

.section-body, .section-body-rb {
background: white;
}

.sc-normal{background-color:transparent;color:#000;font-family:verdana,sans-serif;font-size:11px;font-weight:normal;text-decoration:none;}
.sc-normal a:link{color:#039;text-decoration:underline;}
.sc-normal a:visited{color:#039;text-decoration:underline;}
.sc-normal a:hover{color:#3c3;text-decoration:underline;}
.sc-normal a:active{color:#c00;text-decoration:underline;}
.sc-subnav {background-color:transparent;color:#fff;font-family:verdana,sans-serif;font-size:10px;font-weight:bold;text-decoration:none;} 
.sc-subnav a:link{background-color:transparent;color:#fff;font-family:verdana,sans-serif;font-size:10px;font-weight:bold;text-decoration:none;} 
.sc-subnav a:visited{background-color:transparent;color:#fff;font-family:verdana,sans-serif;font-size:10px;font-weight:bold;text-decoration:none;}
.sc-subnav a:hover{background-color:transparent;color:#ccc;font-family:verdana,sans-serif;font-size:10px;font-weight:bold;text-decoration:none;}
.sc-subnav a:active{background-color:transparent;color:#ccc;font-family:verdana,sans-serif;font-size:10px;font-weight:bold;text-decoration:none;}
.sc-title{background-color:transparent;color:#000;font-family:verdana,sans-serif;font-size:12px;font-weight:bold;text-decoration:none;}
.sc-title a:link{text-decoration:underline;}
.sc-title a:visited{text-decoration:underline;}
.sc-title a:hover{text-decoration:none;}
.sc-title a:active{text-decoration:none;}
.sc-sub{background-color:transparent;color:#000;font-family:verdana,sans-serif;font-size:10px;font-weight:normal;text-decoration:none;}
.sc-sub a:link{text-decoration:underline;}
.sc-sub a:visited{color:#c0c0c0;text-decoration:underline;}
.sc-sub a:hover{background-color:#c00;color:#fff;text-decoration:underline;}
.sc-sub a:active{color:#c00;text-decoration:underline;}

.cat-minus, .cat-plus {
    float: left;
}

#home .desc {
    margin-left: 0px;
    padding-bottom: 5px;
}

#home .desc-line {
    border-bottom: 1px solid #FFCC00;
    margin-left: 10px;
    padding: 5px 10px 0px 5px;
    margin-bottom: 5px;
}

#subcat h2 {
font-family:verdana,arial,sans-serif;
font-size:12px;
color:#000f99;
font-weight:bold;
text-decoration:none;
margin-top:0px;
margin-bottom:0px;
margin-left:5px;
}

a:link, a:visited {
    color: #000f99;
}
a:hover {
    color: #33cc33;
}
.linkactions {
  margin: 4px;
}
.linkactions a {
  padding: 1px 4px;
  border: 1px solid #000f99;
  font-size: 12px;
  text-decoration: none;
}
.linkactions a:link {
  background-color: #cc0000;
  color: #ffffff;
  text-decoration: none;
}
.linkactions a:hover {
  background: #33CC33;
  color: #ffffff;
}
#zipcodesearch {
/*
  border: 1px solid #A32D2D;
*/
  text-align: center;
  border-top: dotted #999999 1px;
  margin-top: 2px;
}

#zipcodesearch h3 {
  font-size: 12pt;
  font-weight: bold;
  color: #F07800;
  font-family: verdana,arial,sans-serif;
  text-align: center;
  margin: 3px 0px 1px 0px;
}

#zipcodesearch form {
  margin: 0px 0px 3px 0px;
}

.faq_title {
  font-size: 16px;
  color: #0000cc;
  font-weight: bold;
  padding: 4px 0;
}

.faq_question {
  font-size: 13px;
  color: #cc3333;
  padding-top: 6px;
  margin-top: 10px;
  border-top: 1px solid #000000;
}

.crumb {
  color: #000f99;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  margin-left:5px;
}

#detailed .desc_tbl {
  padding: 2px; 
  border: 1px outset #A8DDA0; 
  border-collapse: collapse; 
  background-color: #EBFFED;
  width: 468px; 
  text-align: left;
}

/* Commmunity Part */
#community .section-body,
#community .rb-body,
#community .section-body-rb {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
}

#communtiy .section-body-rb .rb-t { background: url(images/red-section-body-rb-t.gif) 0 0 repeat-x }
#communtiy .section-body-rb .rb-tr { background: url(images/red-section-body-rb-tr.gif) 100% 0 no-repeat }
#communtiy .section-body-rb .rb-tl { background: url(images/red-section-body-rb-tl.gif) 0 0 no-repeat }
#communtiy .section-body-rb .rb-l { background: url(images/section-body-rb-l.gif) 0 0 repeat-y }
#communtiy .section-body-rb .rb-r { background: url(images/section-body-rb-r.gif) 100% 0 repeat-y }
#communtiy .section-body-rb .rb-br { background: url(images/white-header-br.gif) 100% 100% no-repeat }
#communtiy .section-body-rb .rb-bl { background: url(images/white-header-bl.gif) 0 100% no-repeat }
#communtiy .section-body-rb .rb-b { background: url(images/section-body-rb-b.gif) 0 100% repeat-x }

#communtiy .section-body h3.blue, #communtiy .section-body h2.blue,
#communtiy .rb-body h3.blue, #communtiy .rb-body h2.blue {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    position: absolute;
    top: 8px;
    left: 10px;
    font-weight: bold;
}
/* Commmunity Part Ends */

/* Misc */

p {
  padding: 4px 0;
  margin: 2px 0;
}

.relative {
  position: relative;
}

.red {
  color: #cc0000;
}

.bold {
  font-weight: bold;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}


.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}
.clear_left {
  clear: left;
}
.clear_right {
  clear: right;
}


/* lists */
/*
#content ul {
  margin: 10px 0px 0px 20px;
  padding: 0px;
  font-size: 12px;
  list-style: none;
}
#content ul.categories {
  margin: 0px;
}
.section-body ul {
    list-style-type: none;
    margin: 0px;
    font-size: .7em;
    padding: 0px;
    float: left;
    position: relative;
}

.section-body li {
    padding: 0 0 0 12px;
    margin: 0px ;
    background: url(/static/blue/images/arrow.gif) 0 .4em no-repeat;
}
*/

h1.heading {
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  position: absolute;
  top: 8px;
  left: 10px;
  font-weight: bold;
}

h1.heading a {
  color: #ffffff;
  text-decoration: none;
}
h1.heading a:link {
  color: #ffffff;
  text-decoration: none;
}
h1.heading a:visited {
  color: #ffffff;
  text-decoration: none;
}
h1.heading a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* Link Listing */
.linklisting {
  padding: 5px 5px 0px 10px;
  margin: 15px 5px;
  position: relative;
  left: 0;
  width: 96%;
  background: #ffffff;
}

.linklisting.gold {
  border: 1px solid #ffc62e;
}
.linklisting.silver {
  border: 2px solid #ffc62e;
}
.linklisting.bronze {
  border: 1px solid #ffc62e;
}

.linktitle {
  padding-bottom: 4px;
}

.camp_logo {
  margin: 5px 5px 0 0;
}

.linklisting div.linktitle {
  font-size: 14px;
}

.listingCampType, .linkLocation {
  font-size: 11px;
}

.linklisting .linkdescription {
  font-size: 12px;
  border: none;
  background: none;
  padding: 5px 0;
}

.linklisting #featured_tag {
  font-size: 10px;
  color: #ff0000;
  padding: 0 20px;
}

.listingPhone {
  font-size: 11px;
  margin-left: 0px;
}

.linklisting .linkactions {
  padding: 5px 0px 4px 0px;
}
.linklisting p.linkactions a, .linklisting_free p.linkactions a {
  padding: 1px 4px;
  border: 1px solid #bbbfa1;
  font-size: 11px;
  text-decoration: none;
  background: #ffc62e;
  color: #0033ff;
}
.linklisting p.linkactions a:link {
}
.linklisting p.linkactions a:visited {
}
.linklisting p.linkactions a:hover {
/*#e2e1eb;*/
  background: #75ff75;
  color: #ffffff;
}

.linklisting_free {
  padding: 0 30px;
  background: none;
  border: none;
}
.linklisting_free .with_logo {
  height: auto !important;
  min-height: 90px;
  height: 90px;
}
.linklisting_free .linkactions {
  padding: 4px 0px 4px 0px;
}
.linklisting_free div.linktitle {
  font-size: 14px;
  padding-bottom: 3px;
  margin: 8px 0 0 0;
}

.linklisting_free .listingCampType, .linklisting_free .listingPhone, .linklisting_free .linkLocation, .linklisting_free .linkdescription {
  font-size: 11px;
  background: none;
  border: none;
}
/* */





/* Detailed.html */
.logo {
  margin: 0 15px 0 5px;
  position: relative;
}

.address {
  height: auto !important;
  minimum-height: 180px;
  height: 180px;
  margin-left: 260px;
}

.link_spacer {
  padding-bottom: 3px;
}

#detailed .tabcontent {
  font-size: 12px;
  line-height: 14px;
}

.detailed_request_information {
  font-size: 12px;
}

#detailed .detailed_links a {
  width: 120px;
  display: block;
  border: 1px solid #bbbfa1;
  color: #0000ff;
  background: #ffca00;
  font-size: 12px;
  margin: 5px 4px;
  padding: 2px 6px;
  text-align: center;
}
#detailed .detailed_links a:hover {
  background: #33cc33;
  color: #e2e1eb;
}


#map {
  width: 280px !important;
  width: 260px;
  height: 300px;
  position: relative;
  left: -15px !important;
  left: -5px;
}


h2 .new-item span {
  margin: 0;
  top: 0;
  left: 0;
  font-family: arial, sans-serif;
}


#content #contentheader .error, #content #contentheader .message {
  margin: 0px 0px 0px 0px;
}
#content #contentheader {
  padding: 0;
  background: #ffffff;
}
	a.menuAddSpacing {
		margin-right:1px;
	}
#consent_blackbar{
       position: fixed;
       bottom: 0px;
       z-index: 9999;
       width: 100%;
}
#consent_blackbar #truste-consent-button img{
        width: 50%!important;
}
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #0000ff;/* #2d2b2b;*/
background: #ffca00;/* url(shade.gif) top left repeat-x;*/
}

.shadetabs li a:visited{
color: #0000ff;/* #2d2b2b;*/
}

.shadetabs li a:hover{
text-decoration: underline;
color: #0000ff;/* #2d2b2b;*/
}

.shadetabs li.selected{
/*
position: relative;
top: -1px;
*/
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
  position: relative;
  border-bottom: 1px solid #ffffff;
  z-index: 10;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content container*/
position: relative;
top: 3px;
border: 1px solid gray;
width: 95%;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
.myBox
{
    margin: 0 auto;
    border: 0px solid #ffffff;
    color: #000;
    padding: 20px;
    text-align: left;
    background-color: #ffffff;
    border: 2px solid #ff0000;
    margin-bottom: 5px;

    /* Do rounding (native in Firefox and Safari, CC in IE) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    CCborderRadius: 10px;
}

.myBox .googleAdBlock .googleTextAd{
	padding: 0 0 0 20px;
}

.adcontent1,
.adcontent4{
        padding:10px;
        background: #fff;
}

.adcontent2{
        float:left;
}

.adcontent3{
	float:right;
	overflow:hidden;
}

.adcontent2,
.adcontent3{
        height:180px;
	word-wrap: break-word;
	width:115px;
        _width:105px;
        padding:10px;
        background: #fff;
}

.adcontent1  .adsByGoogle,
.adcontent4  .adsByGoogle,
.adcontent2  .adsByGoogle,
.adcontent3  .adsByGoogle {
        text-align:right;
        color:#787878;
        font-size:10px;
}

.adcontent4 .googleTextAd,
.adcontent1 .googleTextAd{
        padding-left:20px;
        background:no-repeat url('/images/ads/square_red_bullet.gif') 0% 9%;
        font-size:12px;
        margin-bottom:4px;
}

.adcontent2 .googleTextAd,
.adcontent3 .googleTextAd {
        font-size:12px;
}

.adcontent1 .googleTextAd div, 
.adcontent4 .googleTextAd div, 
.adcontent2 .googleTextAd div,
.adcontent3 .googleTextAd div {
        font-size:11px;
}

.adcontent4 .googleTextAd a,
.adcontent1 .googleTextAd a,
.adcontent2 .googleTextAd a,
.adcontent3 .googleTextAd a {
        text-decoration: none;
}

.adcontent1 .googleTextAd div a,
.adcontent4 .googleTextAd div a,
.adcontent2 .googleTextAd div a,
.adcontent3 .googleTextAd div a {
	text-decoration: underline;
        font-weight:bold;
}

.adcontent2 .googleTextAd div a,
.adcontent3 .googleTextAd div a {
        color:#0000ff;
        font-size:12px;
}

.adcontent4 .googleTextAd div a,
.adcontent1 .googleTextAd div a{
        font-size:14px;
        color:#cc0000;
}

.googleTextAd .visibleUrl {
	font-size:10px;
	color:#cc0000;
}
