/*
orange:  #F36B21;
green:  #A5A205;
brown:  #481C00;
cream:  #FFEEBB;
light green: #E8E7C4;
top-banner: #FFF2D8;


------------------------
*/

/* Layout */

html, body {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 100vh;
}

body {
	font-family: verdana,sans-serif;
	margin:0;
	padding:0;
	background-color: #FBB040;
	}

#body {
	margin:0;
	padding:0;
	flex: 1;
}

#layout {
	width: 980px;
	margin: 0 auto;
	}

/* End Layout */



/* Header  */

header {
	padding: 10px;
	border-bottom: 5px solid #CE181E;
}

#header {
	background: black;
	padding-bottom: 0;
	height: 111px;
	position: relative;
	}

#header a:hover {
	background:#000;
	}

#logo {
	margin: 0 0 0 25px;
	padding-top: 10px;
	}

#logo img {
	margin: 0;
	}

#logo a img {
	border: 0;
	text-decoration: none;
	border:0;
	}

#subnav ul {
	position: absolute;
	top: 0px; /* used to be 62px */
	right: 27px;
}

#subnav li {
	display: inline;
	margin-left: 12px;
	list-style: none;
	color: #A5A205;
	padding-left: 15px;
	font-size: 65%;
	text-transform: uppercase;
	}

#subnav li a {
	color: #FFF;
	text-decoration: none;
	border:0;
	font-weight:normal;
	}

#subnav li a:hover {
	color: #A5A205;
	background-color:black;
	border-bottom: 1px dotted #A5A205;
	}

#logo a {
	color: #FFF;
	border:0;
	}

#header a:hover {
	border:0;
	}


#subnav li:first-child {
	border: 0;
	}

#coffeemenu {
	position: absolute;
	top: 50px;		 /* used to be 20px */
	right: 390px;
	border: 2px solid #E8E7C4;
	padding: 10px 3px;
	}
#coffeemenu h1 {
	font-size: 120%;
	color: #FFF;
	letter-spacing: 1px;
	}
#coffeemenu a {
	background: #481C00;
	padding: 5px 10px;
	color: #FFF;
	text-decoration: none;
	margin: 2px;
	border:0;
	}
#coffeemenu a:hover {
	background: #F36B21;
	}


#ourcoffees {
	position: absolute;
	top: 50px;		 /* used to be 20px */
	right: 200px;
	border: 2px solid #E8E7C4;
	padding: 10px 3px;
	}
#ourcoffees h1 {
	font-size: 120%;
	color: #FFF;
	letter-spacing: 1px;
	}
#ourcoffees a {
	background: #A5A205;
	padding: 5px 10px;
	color: #FFF;
	text-decoration: none;
	margin: 2px;
	border:0;
	}
#ourcoffees a:hover {
	background: #481C00;
	}

#wholesale {
	position: absolute;
	top: 50px;		 /* used to be 20px */
	right: 27px;
	border: 2px solid #E8E7C4;
	padding: 10px 3px;
	}

#wholesale h1 {
	font-size: 120%;
	color: #FFF;
	letter-spacing: 1px;
	}

#wholesale a {
	background: #F36B21;
	padding: 5px 10px;
	color: #FFF;
	text-decoration: none;
	margin: 2px;
	border:0;
	}

#wholesale a:hover {
	background: #A5A205;
	}

/* End Header */




/* Formatting */

h1, h2, h3, p {
	margin: 0;
	}

h2 {
	margin-top: 10px;
	font-family: georgia,serif;
	font-size: 125%;
	line-height: 1.5;
	color: #481C00;
	}

h2 span {
	color: #F36B21;
}

h3 {
	font-size: 100%;
	}

/* End Formatting */




/* Coffee Shop */
#menu p, #menu table td, #menu {
	font-size: 0.9em;
	}

div li#current {
color: #A5A205;
margin-left: 15px;
padding-left: 15px;
border-left: 1px dotted gray;
font-size: 80%;
}

#pagetitle img {
border: 0;
}






.marginbottom {
margin-bottom: 20px;
}




/* Content Starts */


#content {
background: #FFF;
padding: 25px;
position: relative;
}

.post {
}

#content .postmetadata {
	font-size: 10px;
}

#picbox {
float: right;
margin-left: 5px;
margin-bottom: 5px;
margin-top: 0;
}




#main {
margin-right: 245px;
position: relative;
}

#main p, p {
font-size: 80%;
line-height: 1.5;
margin: 10px 0;
}

#sidebar {
width: 220px;
float: right;
font-size: 90%;
padding-bottom:40px;
}

#sidebar div h2 {
text-align: center;
font-size: 120%;
color: black;
}

#main p span {
font-weight: bold;
font-style: normal;
color: #481C00;
}

#main a {
	text-decoration: none;
}

#main p a,
#content p a,
.commentlist a
{
	color: #F36B21;
	text-decoration: none;
	border-bottom: 1px dotted #F36B21;
	font-weight: bold;
	}

#main p a:hover,
#content p a:hover,
.commentlist a:hover
{
background: #A5A205;
color: #FFF;
text-decoration: none;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-size:80%;
	}


/* Comments */
.commentmetadata {
	font-size:70%;
	}
.commentlist li {
	font-size:80%;
	}

/*
orange:  #F36B21;
green:  #A5A205;
brown:  #481C00;
cream:  #FFEEBB;
light green: #E8E7C4;
darker green: #595900;
top-banner: #FFF2D8;
*/





#news {
background: #E8E7C4;
border: 5px solid #A5A205;
padding: 15px;
padding-top: 0;
}

#news img {
	display:none;
	}
#news .wp-caption {
	display:none;
	}

#news h3 {
font-size: 90%;
margin-top: 5px;
margin-bottom: 5px;
line-height: 1.3;
}

#news h3 a {
color: #481C00;
text-decoration: none;
}

#news h3 a:hover {
color: #A5A205;
}

#news h4 {
color: #481C00;
font-size: 80%;
margin-top: 10px;
margin-bottom: 0;
line-height: 1.3;
font-weight: normal;
font-family: georgia,serif;
border-top: 1px dashed #A5A205;
padding-top: 10px;
}

#news p, li {
font-size: 80%;
margin-top: 0px;
line-height: 1.4;
margin-bottom: 0px;
}

#news p a {
color: #F36B21;
text-decoration: none;
border: 0;
font-size: 95%;
font-weight: bold;
}

#news p a:hover {
background: #A5A205;
color: #FFF;
text-decoration: none;
border: 0;
}

#quotes {
background: #E8E7C4;
border: 5px solid #A5A205;
padding: 15px;
margin-top: 20px;
text-align: center;
}

#quotes p {
font-family: georgia,serif;
font-size: 100%;
margin-top: 6px;
line-height: 1.4;
}

#quotes p span {
font-size: 90%;
margin-top: 6px;
color: #481C00;
}

#month h2 {
color: #F36B21;
font-weight: normal;
font-size: 90%;
margin-top: -3%;
margin-bottom: 15px;
}


#footer {background: #F15A29;/*background: black;*/padding: 10px;}

#footer p {
color: #FFF;
font-size: 55%;
text-align: center;
}

#footer p a {
color: #FFF;
text-decoration: none;
border-bottom: 1px dotted #FFF;
}


#wholesalebar {
margin-top: 5px;
margin-bottom: 10px;
background: #E8E7C4;
border: 5px solid #A5A205;
padding: 15px;
padding-top: 0;
text-align: center;
}

#wholesalebar p {
font-size: 80%;
margin-top: 6px;
line-height: 1.4;
}

#wholesalebar h2 {
font-size: 100%;
color: black;
margin-bottom: 15px;
}

#wholesalebar div {
margin-bottom: 10px;
}

#wholesalebar img {
border: 0;
}

#webcam {
background: #E8E7C4;
padding: 15px;
padding-top: 0;
margin-top: 15px;
text-align: center;
border: 5px solid #A5A205;
}

#webcam h2 {
font-size: 120%;
color: black;
margin-bottom: 15px;
}

#keypoints {
padding: 15px;
padding-top: 0;
background: #E8E7C4;
border: 5px solid #A5A205;
}

#keypoints h2 span {
font-style: oblique;
color: black;
}



#keypoints ul {
margin-left: -25px;
margin-top: 10px;
}


#keypoints li {
font-size: 80%;
margin-top: 10px;
}


#latest-customer {
padding: 15px;
padding-top: 0;
background: #E8E7C4;
border: 5px solid #A5A205;
margin-top: 10px;
text-align: center;
margin-bottom: 0;
}



#archives {
padding: 15px;
padding-top: 0;
background: #E8E7C4;
border: 5px solid #A5A205;
margin-bottom: -5px;
}

#archives  ul {
margin-left: -25px;
margin-top: 10px;
}



#archives  h4 {
padding-top: 11px;
margin-bottom: 2px;
border-top: 1px dashed #A5A205;
margin-top: 11px;
font-size: 90%;
line-height: 1.3;
font-weight: normal;
font-family: georgia,serif;
}

#archives  p {
color: black;
font-size: 80%;
margin: 0;
}

#archives p a, #archives li a {
color: #481C00;
text-decoration: none;
font-weight: bold;
}

#archives p a:hover,
#archives li a:hover {
color: #FFF;
background: #F36B21;
text-decoration: none;
}

#archives li {
list-style: none;
font-size: 75%;
margin-top: 10px;
}





#breadcrumbs p {
font-family: verdana, sans-serif;
font-size: 65%;
color: black;
margin-bottom: 20px;
margin-top: -15px;
text-align: left;
}

#breadcrumbs p a {
color: #481C00;
border-bottom: 1px dotted #481C00;
}

#coffeedescription {
margin-top: 15px;
}

h2.coffeedescription,
#coffeedescription h2,
#coffeedescription h2:hover,
#coffeedescription h2:visited {
color: #481C00;
font-size: 125%;
margin-bottom: 5px;
}

#coffeedescription p {
margin-top: 8px;
}

#coffeedescription h3 {
font-size: 15px;
color: #F36B21;
margin-top: 23px;
margin-bottom: 0;
font-family: georgia,serif;
}

#coffeedescription img {
float: right;
margin: 0 0 35px 15px;
}

#buy {
margin-top: 20px;
margin-bottom: 0;
}

#buy img {
float: left;
margin-right: 20px;
border: 0;
}






div#contact p span {
color: gray;
}


div#form label {
width: 200px;
text-align: right;
display: inline-block;
margin-bottom: 15px;
}

textarea {
vertical-align: top;
}

legend {
color: #481C00;
padding: 1px 5px;
font-size: 95%;
background: #FFF;
}

fieldset {
width: 560px;
font-size: 110%;
margin-top: 20px;
margin-bottom: 40px;
border: 2px dotted #A5A205;
min-width: 400px;
padding-bottom: 20px;
}
/*
Deleted by SNH 11/8/2012 because it causes major conflicts in Whoa site CSS
textarea:hover,input:hover {
border: 2px solid #F36B21;
}
*/
#firstp p  {

margin-top: 0px;
font-size: 110%;
color: #481C00;
margin-bottom: 25px;
font-family: georgia,serif;
}


#pagetitle img {
margin-bottom: 10px;
}



div#rows div {
width: 100%;
float: left;
border-top: 1px dashed #A5A205;
padding-top: 15px;
margin-top: 10px;
padding-bottom: 10px;
}

div#rows div img {
text-align: center;
margin-bottom: 5px;
}

div#rows div a img {
border: 0;
}

div#rows div p {
width: 20%;
margin-top: 0px;
padding-top: 10px;
font-size: 80%;
float: left;
margin-right: 40px;
text-align: center;
}

div#rows div p strong {

text-decoration: underline;
font-size: 110%;
line-height: 1.2;
}

div#rows div p:last-child {
margin-right: -25px;
}

div#rows div p a {
color: black;
font-weight: normal;
border: 0;
font-size: 90%;
}

div#rows div p a strong:hover {
color: #F36B21;
text-decoration: none;
}

div#rows div p a:hover {
background: none;
color: #A5A205
}

div#rows div:first-child {
border: 0;
}

#button a {
color: #FFF;
border: none;
}

div#formlink p {
margin-top: 40px;
padding-top: 20px;
border-top: 1px dashed #A5A205;
}

#sort {
position: absolute;
top: 45px;
left: 630px;
border: 1px solid #A5A205;
padding: 3px 8px 7px 8px;
background: #E8E7C4;
}

label {
font-size: 70%;
}

.column {
font-size: 95%;
width: 45%;
float: left;
margin-right: 45px;
margin-top: 10px;
}

.column p strong {
color: black;
font-size: 100%;
}

.column p {
margin-top: 5px;
padding-top: 10px;
font-size: 85%;
}

.column p:first-child {
border: 0;
}

#button a {
color: #FFF;
border: none;
}

#formlink p {
margin-top: 10px;
padding-top: 10px;
border-top: 2px solid #A5A205;
margin-right: 20px;
}

#welcome {
padding-bottom: 5px;
margin-bottom: 30px;
border-bottom: 1px dashed #A5A205;
}

#welcome p {
font-family: georgia,serif;
font-size: 105%;
line-height: 1.7;
margin-top: 0;

}

#welcome p a:hover {
border: 0;
}

#roastpick p {
text-transform: uppercase;
font-weight: bold;
color: #333333;
font-size: 70%;
margin-top: 0;
margin-bottom: 0;
}


/* Places to Buy */
#placestobuy td {
	width: 180px;
	padding-right:10px;
	}
#placestobuy td p {
	height:60px;
	font-size: 12px;
	}
/* End places to buy */


/* COFFEE DESCRIPTION */
#coffeedescription p {
font-size: 80%;
line-height: 1.5;
margin: 10px 0;
}
#coffeedescription img {
	float: right;
	margin-left:20px;
	margin-right: 100px;
}

#coffeespecs {
margin-top: 5px;
margin-bottom: 15px;
}

#coffeespecs p {
margin-top: 5px;
margin-bottom: -2%;
font-size:70%;
color: #333333;
}




/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */




#zcobfooter {
	margin:10px auto;
	font-size: 10px;
}
#zcobfooter a {
	color: black;
}

/*
orange:  #F36B21;
green:  #A5A205;
brown:  #481C00;
cream:  #FFEEBB;
light green: #E8E7C4;
darker green: #595900;
top-banner: #FFF2D8;
*/
