html,body {
  height: 100%;
}
body {
  font: 12px Arial, Helvetica, sans-serif;
  background-color: #131313;
  margin: 0;
}
*{margin:0;padding:0}
img {border: none;}
a {outline: none; text-decoration: none;}
a:hover {text-decoration: underline;}


/* grey subheader */
h1 {
  font-size: 120%;
  font-weight: normal;
  color: #999;
  margin-bottom: 4px;
}

/* red subheader */
h2 {
  font-size: 120%;
  font-weight: normal;
  color: #D21034;
  margin-bottom: 4px;
}

/*grey main header */
h3 {
  font-size: 140%;
  font-weight: normal;
  color: #999;
  margin-bottom: 4px;
}

/*pink main header */
h4 {
  font-size: 140%;
  font-weight: normal;
  color: #cc3399;
  margin-bottom: 4px;
}

/*pink subheader */
h5 {
  font-size: 120%;
  font-weight: normal;
  color: #cc3399;
  margin-bottom: 4px;
}

/*red main header */
h6 {
  font-size: 140%;
  font-weight: normal;
  color: #D21034;
  margin-bottom: 4px;
}

/*pink regular sized */
h7 {
  font-size: 100%;
  font-weight: normal;
  color: #cc3399;
}


.clearfix:after {
  content: ".";
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix {display: inline-block;}
ul {list-style:none;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#container {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#logo {
  text-indent: -1000em;
  width: 58px;
  height: 118px;
  top: 70px;
  left: 40px;
  z-index: 11;
  position: absolute;
  background: transparent url('../images/logo.png');
}
#logo:hover{background-image:url('../images/logo_on.png');}

.c-box {
  background: transparent url(/images/c-box-bg.png);
  color:#FFF;
  float:right;
  margin:20px 20px 0pt 0pt;
  position:relative;
  width:250px;
  z-index:10;
}
.c-box .content{
  overflow:hidden;
  padding: 10px 15px;
}

.c-box p{font-size:100%;padding-bottom:10px;line-height:1.2;}
.c-box a {
	color:#D21034;
	
	
	}
.c-box .scroll {
  overflow: auto;
  height: 400px;
  padding-right: 10px;
}


.c-box2 {
  background: transparent url(/images/c-box-bg.png);
  color:#FFF;
  float:right;
  margin:20px 20px 0pt 0pt;
  position:relative;
  width:250px;
  height:350px;
  z-index:10;
}

.c-box2 .content{
  overflow:hidden;
  padding: 10px 15px;
}



.c-box2 p{font-size:100%;padding-bottom:10px;line-height:1.2;}
.c-box2 a{color:#D21034;}
.c-box2 .scroll {
  overflow: auto;
  height: 400px;
  padding-right: 10px;
}

/* Coffees */

#coffee-list {

}
#coffee-list dl {
  margin: 0;
}
#coffee-list dt {
  margin-bottom: 2px;
  padding-top: 4px;
  font-weight: bold;
}
#coffee-list dd a {
  margin: 0 0 4px 0;
  display: block;
}
#coffee-list dd a:hover {
  text-decoration: underline;
}
.toggle_content {
  background-color: #f0f0f0;
  color: #666 !important;
  font-size: 90%;
  line-height: 1;
  padding: 2px 8px;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}

/* Press */

ul.links li {
  margin-bottom: 5px;
}
ul.links li strong {
  font-size: 110%;
}

ul.list dt {
  font-weight: bold;
  margin-bottom: 4px;
}
ul.grid li {
  padding:5px;
  float: left;
}
ul.grid li img {
  border:1px solid gray;
}
ul.grid li a:hover img { border-color:#DDD;}
ul.list li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #DDD;
}
ul.list .title {
  padding-bottom: 2px;
  line-height: 1;
  font-weight: bold;
  color: #999;
  
}
ul.list .date {
  padding-bottom: 10px;
  font-size: 90%;
}
ul.list .short {
  padding-bottom: 10px;
  font-size: 90%;
}
ul.list .link {
  padding: 0;
}
.link {
  display:block;
}
ul.list .link a {
  font-size: 90%;
  font-weight: bold;
}

#ours, #yours {
  z-index: 3;
  width: 100%;
  height: 560px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
}

#ours a
{
         display: block;
         float: right;
         /* border: 1px dashed red; /* debug display */
}
#ours a span
{
         display: none;
}

#ours a#news
{
         height: 200px;
         width: 200px;
}

#header {
  background: transparent url(../images/bar.png) no-repeat;
}

.nav{ padding:20px;background: transparent url(/images/c-box-bg.png);}
.nav a{color:#999;font-size:95%; font-weight: bold; padding:2px 10px; border-right: 1px dotted #222; }
.nav a:hover,.nav a.on{color:#D21034;text-decoration:none;}
.nav a.on { cursor: default; }
.page-links { display:block;}
#sub-nav{ padding-top: 1px;}
#sub-nav a { color: #FFF; float:left;display:block; background-color: #000; font-size: 90%; font-weight: bold; margin-right: 1px; padding: 7px 16px;}
#sub-nav a:hover,#sub-nav a.on{color:#D21034;text-decoration:none;}

#fixed-form {
  z-index: 10;
  position: fixed;
  bottom: -8px;
  margin-left: 610px;
  color: #666;
}

#signup {
  	width: 500px;
	margin: 0 auto;	
	text-align: center;			
}


#fixed-nav {
  z-index: 10;
  position: fixed;
  bottom: 5px;
  margin-left: 20px;
  color: #666;
}
#fixed-nav a.btn {
  color: #FFF;
  margin: 0 8px;
  vertical-align: middle;
}
#fixed-nav .shop {
  font-size: 110%;
  font-weight: bold;
  padding: 5px 10px;
  background-color: #D21034;
}
#fixed-nav .shop:hover {
  padding-bottom: 20px;
  position: relative;
  bottom: 8px;
}


}