﻿/* Simple CSS for Wolf CMS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

body {
  /*background: #efefef url(images/site_bg2.jpg) 50% 0 no-repeat;*/
  background: #050505 url(images/site_bg.jpg) 50% 0 no-repeat fixed;
  color: #393939;
  font: 80% "Trebuchet MS", Arial, sans-serif;
  text-align: center;
}

/* links  */

a, a:visited {
  color: #48331f;
  text-decoration: none;
}
a:hover { color: #73471B; }



/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* strong em */
strong { font-weight: bolder; }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {font-size:1em}

/* classes */

.error { color: red; }

/* page structure & layout */

#page {
  background: #fff url(images/cave_top.jpg) right bottom no-repeat;
  /*border: 1px solid #362418;*/
  border: 1px solid #362418;
  margin: 10px auto 10px;
  text-align: left;
  width: 700px;
  -moz-border-radius: 8px;
}
#header {
  background: #fff url(images/site_header.jpg) 0 0 no-repeat;
  border-bottom: 1px solid #362418; /* #A28C6A;  #75A838; */
  height: 180px;
  position: relative;
  -moz-border-radius: 8px 8px 0 0;
}
#nav {
  font-size: 1.1em;
  height:45px;
  background: #d2b57d url(images/nav_bg.png) 0 0 repeat-x;
}
#subnav {
    border-bottom:1px solid #dedede;
}
#breadcrumb {
  background: #87BCD8;
  border-bottom: 2px solid #90C7E4;
  color: #4C7897;
  font-size: 1.2em;
  height: 46px;
  position: relative;
}
#info {
  background: #76AAC9;
  border-bottom: 3px solid #93CCEA;
  color: #E4EEF4;
  font-size: 1.2em;
  line-height: 2.0em;
  position: relative;
  padding: 20px 230px 20px 30px;
}
#content {
  float: left;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 10px 20px;
  width:660px; 
  min-height: 300px;
}
#sidebar {
  color: #6B6B6B;
  float: right;
  font-size: 1.1em;
  line-height: 1.4em;
  padding: 10px 30px 20px 20px;
  width: 200px;
}
#footer {
  clear: both;
  color: #323232;
  font-size: 1.0em;
  height: 40px;
}

/* header */

#header h1 {
  font-size: 2.0em;
  position: absolute;
  margin: 30px 0 0 300px;
}

#header img {
    border: 0 none;
}
/* navigation */

#nav ul {
  display: inline;
}
#nav li {
  display: block;
  float: left;
  list-style: none;
}
#nav li a {
  color: #fff;
  display: block;
  margin: 0 1px 0 1px;
  line-height: 35px;
  padding: 4px 18px 4px 16px;
  text-align: center;
  text-decoration: none;
  height:37px;
  width:80px;
}
#nav li a:hover {
    font-weight:bold;
    color:#fff;
}
#nav li a.current {
  background: #d2b57d url(images/current_bg.png) 50% 0 no-repeat;
  color:#323232;
  font-weight: bold;

}

#subnav ul {
    display: inline;
}
#subnav li {
    display:block;
    float: left;
    list-style: none;
    min-width:100px;
    max-width: 150px;
    overflow: hidden;
}

#subnav li a {
  color: #45301E;
  display: block;
  margin: 0 10px 0 1px;
  line-height: 16px;
  padding: 4px 10px 4px 10px;
  text-align: left;
  text-decoration: none;
  height:25px;
}
#subnav li a:hover,
#subnav li a.current {
    color:#45301E;
    font-weight: bold;
}

/* breadcrumb */

#breadcrumb a {
  color: #4c7897;
  text-decoration: none;
}

/* info */

#info a {
  color: #E4EEF4;
}

/* content */

#content h1 {
  color:#71542F;
  margin-top:10px;
  margin-bottom:20px;
  text-shadow: #000 1px 1px 1px;
  text-align:center;
}

#content h2 {
  color: #323232;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -1px;
  font-style: italic;
  margin:10px 0 15px;
}

#content h3, #content h4 {
  background: none;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
}
#content p {
  line-height: 1.5em;
  margin: 5px 0 15px 0;
  text-align:justify;
}
#content ol {
  line-height: 1.8em;
  margin: 0 30px 20px 50px;
}
#content ul {
  line-height: 1.8em;
  margin: 0 30px 20px 30px;
}
#content ul li {
  line-height: 1.8em;
  list-style: square;
  padding-left: 2px;
}

/* secondary content */

#sidebar h2, #sidebar h3 {
  color: #444;
  font-size: 1.5em;
  font-weight: normal;
  margin: 20px 0 5px 0;
  padding: 7px 0 7px 0;
}
#sidebar p { margin: 0; }
#sidebar ul {
  margin: 7px 0 20px 20px;
}
#sidebar ul li {
  line-height: 18px;
  list-style: square;
}
/*
 #sidebar a {
  color: #4B798B;
}
#sidebar a:hover { color: #231f20; }
*/

/* footer */

#footer p {
  line-height: 1em;
  margin-top: 5px;
  text-align: center;
}
#footer a {
  color: #565656;
  text-decoration: underline;
}
#footer a:hover {
    color:#898989;
}
#footer .text {
    font-size:1em;
}
#footer .copyright {
    color:#565656;
    font-size:0.8em;
}
/* misc */

a img { border: none; }
acronym { cursor: help; }
blockquote {
  background: url(quote.gif) no-repeat 10px 0;
  color: #000052;
  border-left: 2px solid #000052;
  line-height: 1.5em;
  margin: 0 10px 20px 10px;
  padding: 0 10px 0 10px;
}
hr, .hide { display: none; }
.show { display: inline; }

pre, code { font-size: 1.1em; line-height: normal; background: #eee; color: #444; }

/* classes */

.right, .left {
  background: #fff;
  border: 1px solid #e3e7e8;
  float: left;
  margin: .5em 12px 6px 0;
  padding: 6px;
}
.right {
  float: right;
  margin: .5em 0  6px 12px;
}
.left {
  float: left;
  margin: .5em 12px 6px 0;
}

/* comment */
.comment-form-body {
  width: 450px;
}

#pre-images {
    margin:10px auto 0;
    width:640px;
}
.pre-image1, .pre-image2, .pre-image3, .pre-image4 {
    width:300px;
    height:164px;
    float:left;
    text-align:center;
    margin:10px;
    color:#fff;
    cursor:pointer;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;   
}
.pre-image1 {
    background: url(images/img_atelier.jpg) 0 0 no-repeat;
}
.pre-image1:hover {
    background: url(images/img_atelier.jpg) 0 100% no-repeat;
}
.pre-image2 {
    background: url(images/img_affinage.jpg) 0 0 no-repeat;
}
.pre-image2:hover {
    background: url(images/img_affinage.jpg) 0 100% no-repeat;
}
.pre-image3 {
    background: url(images/img_pinte.jpg) 0 0 no-repeat;
}
.pre-image3:hover {
    background: url(images/img_pinte.jpg) 0 100% no-repeat;
}
.pre-image4 {
    background: url(images/img_magasin.jpg) 0 0 no-repeat;
}
.pre-image4:hover {
    background: url(images/img_magasin.jpg) 0 100% no-repeat;
}
#shop {
    width: 620px;
    margin:10px auto 0;
    background: #48331f url(images/nav_bg.png) 0 0 repeat-x;
    height:60px;
    line-height:60px;
    color:#fff;
    font-size:110%;
    font-weight: bold;
    -moz-border-radius:8px;
}
#shop a {
    display:block;
    height:100%;
    width:100%;
    color:#fff;
}
#shop a:hover {
    color:#eee;
    text-decoration: underline;
}
#shop img {
    float:left;
    margin-right:20px;
    -moz-border-radius: 8px; 
}

.clear {
    clear:both;
}

.entry {
    border-bottom: 1px solid #dfe3e4;
}
