/*  
Theme Name: Covabrelli 
Theme URI: http://covabrelli.com/
Description: Quasi-static design for Covabrelli Coffee
Version: 1.0
Author: Arlen Speights
Author URI: http://derevaun.com/

*/

body {
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande",Calibri,"Myriad Web","Trebuchet MS",verdana,sans-serif;
  font-size: 76%;
  line-height: 1.5em;
  background: url(images/fade-bg.png) repeat-y center center;
}

p,h2,h3,h4,h5,h6,table,ul,ol,dl {margin-left:.5em;margin-right:.5em;}

h2 {
  font-size: 1.2em;
  border-bottom: 1px solid #444;
  margin-top: 1em;
}

h3 {
  font-size: 1em;
}

img {margin: 0 1em 1em 0;}

a.more {
  text-align: right;
  font-size: 90%;
  display: block;
  line-height: 1em;
  text-decoration: none;
}

div.atf,div.principle {
  min-height: 35em;
  border: 1px solid #775;
  margin: 8px;
  background: #ba8;
}

div.btf {
  min-height: 15em;
  border: 1px solid #775;
  margin: 8px;
  background: #ba8;
}

#container {
  width: 764px;
  margin: 0 auto;
  background: #912;
  border: 1px solid #888;
}
li a {padding: 0 2px;}
a:link {color: #000;}
a:visited {color:#000;}
a:hover {color:#000;}
a:active {color:#f00;}

#header {
  background: #fff url(images/masthead-photo.jpg) no-repeat right top; 
  margin: 0;
  width: 100%;
  padding: 0 0 18px 0;
}

p.site-title {
  background: url(images/cova-logo-new.png) no-repeat center center;
  text-indent: -3000px;
  margin: 0;
  width: 241px;
  height: 155px;
  float: left;
}

ul#toplinks {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #700;
  height: 1.7em;
  }
ul#toplinks li {
  float: left;
  padding: 3px 1em;
  line-height: 1em;
  color: #fff;
}
ul#toplinks a {text-decoration: none;}
ul#toplinks a:link {color:#fff;}
ul#toplinks a:visited {color:#fff;}
ul#toplinks a:hover {color:#fff;}

#main {
  width: 60% !important;
  width: 59%;
  clear: both;
  float: left;
  margin-top: 0;
}

.postmetadata {clear: both;}

#sidebar {
  width: 39% !important;
  width: 38%;
  float: left;
  margin-left: 1%;

}

#coffees h2 {
  color:#000;
  padding-top: .75em;
  border-color: #000;
}
#coffees h3 {
  color: #000; 
}

#coffees ul, #news ul {
  list-style: none;
  padding: 0;
  margin: .5em;
    color: #000;
}
#coffees li li, #news li {
  margin-left: 1em;
  margin-bottom: .5em;
  text-indent: -1em;
}
#coffees li a #news li a {
  font-weight: bold;
  text-decoration: none;
}
#coffees li .excerpt p {
  display:inline;
  font-style:italic;
  color:#000;
  font-size:.9em;
    }
#coffees a {font-weight:bold;color:#000;}

#footer {
  clear: both;
}

/* comments area ____________________________________*/

#commentform p {
  margin-top: .5em;
  margin-bottom: .5em;
}

#commentform label {
  font-size: 90%;
  margin: 0;
  color: #444;
}
#commentform input,textarea {
  width: 100%;
  border: 1px solid #888;
}
#commentform textarea {
  height: 10em;
}
#commentform input#submit {
  width: auto;
  font-size: 90%;
}

/* order form ___________________________________________*/

.order-form td {
  width: 30%;
 text-align: left;
}
.order-form input.order-price {
  width: 40%;
}

textarea.order-info {
 margin: 1em 2em;
 width: 300px;
 height: 100px; 
}


/* folder tab )________________________________________ */

ul#tabbar {
  list-style:none;
  margin: 0;
  padding: 4px 0 0 0;
  text-transform: lowercase;
  background: #fff;
  width: 100%;
  clear: both;
}

#tabbar li {
  float: left;
  background: #fff url(images/dd-tab-lite-r.gif) no-repeat right top;
  margin: 0;
  padding: 0;
}

#tabbar li.value-prop {background-image:none;padding-left: 6em;letter-spacing:1px;}

#tabbar li.current_page_item {background: #912 url(images/dd-tab-dark-r.gif) no-repeat right top;}

#tabbar a {
  display: block;
  background: url(images/dd-tab-lite-l.gif) no-repeat left top;
  padding: 0 1em;
  text-decoration: none;
  letter-spacing: 1px;
}
#tabbar li.current_page_item a {background: url(images/dd-tab-dark-l.gif) no-repeat left top;color:#fff;}

#tabbar a:link {color:#444;}
#tabbar a:visited {color:#444;}
#tabbar a:hover {color:#444;}
#tabbar a:active {color:#444;}


