/* Purely Pesto CSS */
/* Global Properties */
html { background:#000000 url(../images/bg.png) }

body {
  color:#ffffff;
  font-family: sans-serif;
}

h1, h2, h3 { color:#3aae03 }

a:link, a:visited, a:active {
  color:#ffffff;
  font-weight:bold;
  text-decoration:none
}

a:hover {
  color:#3aae03;
  text-decoration:underline
}

a img { border:#3aae03 1px solid }
a:hover img{ border:#000000 1px solid }

hr {
  border:0;
  color:#111111;
  background-color:#111111;
  height:1px;
  width:100%;
  margin:10px 0;
}

#content {
  margin:0 auto;
  width:900px
}

.page {
  border:1px solid #222222;
  background:#000000
}

.box {
  margin:5px;
  padding:10px
}

.box .group {
  border: 1px solid #111111;
  padding: 10px;
  margin-top: 10px;
}

.box .group h1{
    margin:0;
    padding:0;
}

.highlight, .box .group p span, #products p span, #find-store form table th { 
  color:#3aae03;
  font-weight:bold
}

.clear{
  clear:both;
  height:1px;
  overflow:hidden
}

img#loading {
    display:none;
}

/* Header Properties */
#header { height:80px }
#logo { float:left }

#nav {
  float:right;
  margin:0;
  padding:0
}

#nav li:first-child { border-left: 1px dashed #222222; }

#nav li {
  list-style:none;
  border-right: 1px dashed #222222;
  float:left;
  padding:0;
  margin:0;
  margin-top:50px
}

#nav li a {
  display: block;
  padding:8px 16px 8px 16px;
  text-decoration:none;
  font-size:0.85em
}

#nav li a:hover, #nav #current-page a {
  background: #000000;
  border-top: 1px solid #222222;
  color:#ffffff
}

#nav #current-page a { color:#3aae03 }

#page-title { 
  margin:0 auto;
  width:870px
}

/* Footer CSS*/
#footer { 
    color:#cccccc;
    font-size:0.8em;
    font-weight:bold;
    margin-bottom:40px;
    margin-top:5px;
}

#footer a:link, #footer a:visited, #footer a:active { color:#cccccc; }
#validator { float:left; }
#copyright { float:right; text-align:right; }

/* Home */
#home h1 {
  font-size:1.6em;
  font-weight:normal;
  margin:0
}

#news{
  width:520px;
  padding:0 30px 0 20px;
  border-right:2px solid #222222;
}

#news span { 
  color:#333333;
  font-size:0.85em 
}

#news .item .title {
  color:#3aae03;
  font-weight:normal;
  font-size:1.4em;
}

#news .item p {
  width:450px;
  margin-top:3px;
}

#featured {
    margin:15px auto 0px auto;
    padding:0;
    width:95%
}

#featured h2 { margin:0 0 10px 0 }
#featured ul { margin:0 }

ul.product-list li {
  list-style:none;
  float:left;
  margin:0;
  width:33%;
  height:200px;
  text-align:center;
}

ul.product-list li a { color:#3aae03 }

ul.product-list li span { 
  font-weight:bold;
  font-size:0.85em
}

ul.product-list li .image{
  background:#000000 url(../images/thumb-bg.png) no-repeat;
  padding:8px;
  margin:0 auto;
  width:185px
}

ul.product-list li img {
  width:185px;
  margin:0 auto;
  border:0
}

#events {
  float:right;
  width:275px;
}

#events h2 { margin:5px 0 }

#events .item { padding:0 10px }

#events .item span {
  font-size: 0.85em;
  font-style:italic
}

#events .item .title {
  color:#3aae03;
  font-size:1.1em;
  font-style:normal;
}

#events .item p {
  margin-top:3px;
  padding:0 10px;
}

.calendar{
  text-align:center;
  border-collapse:collapse;
}

.calendar caption {
  font-size:0.9em;
  font-weight:bold
}

.calendar th { font-size:0.7em }

.calendar td {
  font-size:0.8em;
  height:35px;
  width:35px;
  border:1px solid #000000;
}

.calendar .before {
    background:#003300;
    color:#336633;
}

.calendar .today {
    background:#007d08;
    color:#00ff00;
    font-weight:bold;
    border:2px solid #00ff00;
}

.calendar .after {
    background:#007d08;
    color:#00cc00;
}

.calendar td:hover a { 
  color:#00cc00;
  font-size:1.1em;
  text-decoration:none
}

/* Products */
#products #nav { float:left }
#products #nav li { margin-top:0 }

#products #nav li a:hover {
  background: #111111;
  border-top: 0px;
  color:#3aae03;
}

#product img.product-image, img.idea-image {
   float:right;
   background:#000000 url(../images/product-bg.png) no-repeat;
   padding: 8px 10px;
   height:270px;
   width:360px
}

#product form {
   float:right;
}

#product h2 { 
  color:#ffffff;
  font-size:1.4em
}

#product p.notes { font-size:0.9em }

/* Find Us */
#map {
  float: right;
  margin-right: 20px;
  width: 450px;
  height: 600px;
  border: 1px solid white
}

#other-stores {
  border-left:3px double #222222;
  float:right;
  margin-bottom:20px;
  margin-top:20px;
  padding-left:20px;
  width:230px;
}

#other-stores ul li {
  list-style:none;
  margin:2px 0;
  font-size:0.8em
}

#found-stores { margin-bottom: 20px }
#found-stores ul { margin:0 }

#found-stores ul li{
  list-style: none;
  margin:0 0 10px 0;
  width: 380px
}

#found-stores ul li a div.details, #found-stores ul li a div.distance {
  border: 1px solid #222222;
  background: #001100;
  height: 50px;
}

#found-stores ul li a div.details {
  padding: 5px;
  width: 300px;
}

#found-stores ul li a div.distance{
  float:right;
  padding:10px 5px 0px 5px;
  width:50px;
  text-align:center;
  font-size:0.8em;
  font-weight:bold;
}

#found-stores ul li div.distance div.amount{
  font-size: 1.8em;
  font-weight:normal
}

#found-stores ul li a:hover div.details, #find-store ul li a:hover div.distance {
  border: 1px solid #cccccc;
  background: #3aae03;
  color: #ffffff;
}

.store h3 { 
  margin:0;
  font-size:1.3em 
}

.store {
  color:#000000;
  font-size:0.9em
}

/* Ideas */
img.idea-image { float:left }

#ideas .idea .idea-text {
   float:left;
   margin-left:20px;
   margin-top: 15px;
}

#ideas #products-used {
  float:right;
  margin:0;
  padding:0
}

#ideas #products-used li:first-child { border-top: 1px dashed #222222; }

#ideas #products-used li {
  list-style:none;
  border-bottom: 1px dashed #222222;
  padding:0;
  margin:0;
}

#ideas #products-used li a {
  display: block;
  padding:8px 16px 8px 16px;
  text-decoration:none;
  font-size:0.85em
}

#ideas #products-used li a:hover {
  background: #111111;
  color:#3aae03
}


/* Have Your Say */
#have-your-say .item {
  border: 1px solid #111111;
  background: #050505;
  margin-bottom: 20px;
  padding:20px
}

#have-your-say .item p.say {
  font-family: 'Times New Roman',Times,serif;
  font-size: 1.75em;
  line-height: 2em
}

#have-your-say .item p.say span { color: #666666; font-size: 2em }

#have-your-say .item img {
  border: 2px dashed #111111;
  margin-right: 20px;
}

#have-your-say .item p.from {
  font-style: italic;
  font-size: 1.1em;
  font-weight: bold;
  text-align:right
}

#have-your-say form input#feedback_name, 
#have-your-say form input#feedback_email,
#have-your-say form input#feedback_captcha {
  width: 250px;
  font-family: 'Times New Roman',Times,serif;
}

#have-your-say form textarea#feedback_comment {
  width: 350px;
  font-family: 'Times New Roman',Times,serif;
}

#have-your-say form a img{
  border:0;
}

/* About Us */
#who-we-are {
  clear:both;
  float:left;
  height:200px;
  width:400px;
  margin-right: 20px;
}

#contact-us {
  float:left;
  height:200px;
  width:397px;
}

#our-sources {
  float:left;
  width:840px
}

#contact-us .l {
  float:left;
  font-weight:bold;
  margin-top:10px;
  margin-left:60px;
  width:150px;
}

#contact-us .d {
  clear:right;
  float:left;
  margin-top:10px;
  text-align:right; 
}

#our-sources ul li { 
  list-style:none;
  margin:2px 20px 
}

#our-sources ul li span {
  font-size:0.85em;
  font-style:italic
}
