@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;
      margin-top: 5px;
      color: #33332e;
      background: #FFFFCC;
      font: normal 12px 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; 
    }

#breadcrumb {
background-color:#CFD5D9;
}

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.
*/

body {
      margin-top: 5px;
font-size: 12px;
}

/* Logo size and image source */

#headbit {
      margin:0; padding:0;
      position:relative;
      width:750px; height:80px;
      margin:0; padding:0;
      overflow:hidden;
      }
#headbit span {
      display:block;
      position:absolute; left:0; top:0; z-index:1;
      width:750px; height:80px;
      margin:0; padding:0;
      background:url("http://www.exploring.co.nz/header2b.jpg") top left no-repeat;
}

/* header old color #8cad9c */

#header
{
background-color: #555555;
background-image: none;
padding: 5px;
border-top-width: 3px;
border-top-style: solid;
border-top-color: #00CC00;
}

#header a {
color: #000000;
}

#header A:link {text-decoration: none}
#header A:visited {text-decoration: none}
#header A:active {text-decoration: none}
#header A:hover {text-decoration: none;}

#header h1 {
display: inline;
font-size: 170%;
color: #E1DDD1;
}

/* 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: 150px;
}

#contentheader .error, #contentheader .message {
  margin: 0px 150px 0px 0px;
}
*/

/* 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). */
#category dl {
  width: 48%;
}


/*.decorative {
border-style: solid;
border-width: 1px;
border-top-color: #000000;
border-left-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
padding: 0;
margin: 0;
}

.decorative A:link {color:#f0f0f0;}
.decorative A:visited {color:#f0f0f0;}
.decorative A:active {color:#f0f0f0;}
.decorative A:hover {color:#f0f0f0;}

*/

#content A:link {color:#0000ff;}
#content A:visited {color:#800080;}
#content A:active {color:#FF0000;}
#content A:hover {color:#0000ff;}

#footer {
background-color: #ffffff;
text-align: center;
padding-top: 0;
margin-top: 0;
border: 0;
}

#navbar {
background-color:#5C5B66;
}

.highlight {
width: 90%;
margin: 5px;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: #cccccc;
background-color: #eeeeee;
text-align: left;
}

.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: 1px;
}

.floatleft
{
float: left;
margin: 0 10px 10px 0;
border: 1px solid #666;
padding: 1px;
}

.shadowbox {
background: #afafaf;
border: 1px solid #c5c5c5;
position: relative;
top: 3px;
left: 3px;
margin-bottom:10px;
} .shadowbox div {
background: #fff;
border: 1px solid #000;
color: #000000;
padding: 5px 10px;
position: relative;
top: -3px;
left: -3px;
}

.content {
background: #ffffee;
}

.crumb {
font-size: 10px;
}

ul#navlist
{
width: 233px;
\width: 235px;
w\idth: 233px;
padding: 0px;
border: 1px solid #808080;
border-top: 0px;
margin: 0px;
font: bold 12px verdana,helvetica,arial,sans-serif;
background: #808080;
}

ul#navlist li
{
list-style: none;
margin: 0px;
border: 0px;
border-top: 1px solid #808080;
}

ul#navlist li a
{
display: block;
width: 197px;
\width: 233px;
w\idth: 197px;
padding: 4px 8px 4px 8px;
border: 0px;
border-left: 20px solid #aaaabb;
background: #ccccdd;
text-decoration: none;
text-align: left;
}

ul#navlist li a:link { color: #666677; }
div#navcontainer li a:visited { color: #666677; }

ul#navlist li a:hover
{
border-color: #ff9000;
color: #ffffff;
background: #000d33;
}

#rightsidebar {
  padding: 10px 0px 10px 10px;
  width: 190px;
  float: left;
  position: relative;
}
#contentwrapper {
width: 100%;
margin-left: 200px;
margin-right: -200px;
  float: right;
  position: relative;
}

#ocwrapper {
/* background colour of left sidebar */
  border-left: 0px solid #EAEAF1;
/* background colour of right sidebar */
  border-right: 200px solid #EAEAF1;
  background: #EAEAF1;
}

.card-left, .card-right {
       float: left;
       margin: 0 15px 15px 0;
       padding: 5px;
       text-align: center;
color: #000000;
font-family: Verdana, Helvetica, Sans-Serif;
font-size: 10px;
       background: #D9D0C3;
border-top: 1px solid #FFF5E6;
       border-right: 1px solid #807A73;
       border-bottom: 1px solid #807A73;
border-left: 1px solid #FFF5E6;
       font-size: 75%;
display:inline;
       }

.card-right {
       float: right;
       margin: 0 0 15px 15px;
}

.lasttitle {
font-weight: bold;
}

.linklisting {
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
}

#main {
background:#ffffff;
float:right;
width:590px;
padding-top:10px;
}

#sidez {
background:#ffffff;
float:left;
width:245px;
margin:0;
padding:0;
margin-top: 10px;
font-family : Arial, Helvetica, sans-serif;
line-height : 110%;/*line-height set to 110% in order to*/
text-align: left;
}

#footer {
background:#ffffff;
clear:both;
color: #aaaaaa;
text-align: center;
margin-top: 0;
padding-top: 0;
border-top-width: 3px;
border-top-style: solid;
border-top-color: #00CC00;
}

#searchbar {
margin-top: 10px;
padding-top:3px;
padding-bottom:3px;
clear:both;
background: #C6D6CE;
color: #577A68;
text-align: center;
}

#breadcrumb {
background-color:#FFE2CF;
padding:4px;
padding-right: 5px;
font-size:90%;
color:#000000;
font-weight:bold;
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #00CC00;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 245px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 100% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 229px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #2175bc;
border-bottom: 1px solid #90bade;
border-left: 7px solid #1958b7;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 247px; /*IE 5*/
w\idth: 229px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 100% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

/* Colours all in one place */

/* header old #728F9D; */

#header {
background-color:#555555;
}

#breadcrumb {
background-color:#F4FFCF;
}

#searchbar {
background-color:#CFD5D9;
color: #000000;
}

.sitename {
font-size: 140%;
font-weight: normal;
}

.sitename A:link {color:#0000ff;}
.sitename A:visited {color:#800080;}
.sitename A:active {color:#FF0000;}
.sitename A:hover {color:#0000ff;text-decoration:underline;font-weight:bold;}

#breadcrumb A:link {color:#0000ff;}
#breadcrumb A:visited {color:#800080;}
#breadcrumb A:active {color:#FF0000;}
#breadcrumb A:hover {color:#0000ff;text-decoration:underline;}

#main A:link {color:#0000ff;}
#main A:visited {color:#800080;}
#main A:active {color:#FF0000;}
#main A:hover {color:#0000ff;}

#topbit {
background:#ffffff;
clear:both;
color: #aaaaaa;
text-align: center;
padding-bottom: 3px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 245px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 235px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 100% Verdana;
padding-top: 3px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframetitle {
font: bold 105% Verdana;
letter-spacing: 2px;
padding-top: 3px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 3px;
color: #E1DDD1;
background-color: #555555;
text-decoration: none;
text-align: center;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #F4FFCF;
color: black;
}

h2 {
text-transform: uppercase;
color: #00CC00;
padding: 0;
margin: 0;
margin-top: 5px;
font-size: 140%;
}

legend {
font-weight: bold;
color: #64A9DC;
font-size: 120%;
}
fieldset {
border-color: #64A9DC;
border-width: 2px;
border-style: solid;
padding: 5px;
margin-bottom: 10px;
font-size: 100%;
}

#home .home, #books .books, #cafes .cafes, #department .department, #gardens .gardens, #hotel .hotel, #toys .toys, #food .food, #clothing .clothing, #activities .activities, #diy .diy, #charities .charities, #health .health, #furniture .furniture, #gadgets .gadgets, #arts .arts, #hobbies .hobbies, #education .education, #sports .sports, #jewellery .jewellery, #entertainment .entertainment, #music .music, #flowers .flowers {
background-color: #F4FFCF;
color: black;
}

dt {
padding: 0;
padding-bottom: 2px;
margin-left: 0;
}

#wrapper {
width: 850px;
}