/*

Thanksgiving Coffee Company
mirembe home stylesheet

*/



div#homecontent {
	border: 8px solid rgb(20,19,17);
	padding: 0px 0px 0;
	height: 460px;
	}
	
/* border-related margin and padding fixes */

#content p { margin: 0 32px 1.62em 0; padding: 0; }





/* section header styles adjusting ones in global.css */

div.sectionHeader#mirembe {
	background: rgb(0,0,0) url(../images/mirembe_header.jpg) no-repeat 0 0;
	border: 0px solid rgb(20,19,17);
	border-bottom: 0;
	}


	
	


a#buyNow { display: none; }

h2 { display: none; }






/* headers */

h2#sectionTitle {
	display: block; /* undo display: none on global screen.css */
	margin: 0 0;
	padding: 0;
	position: absolute;
	top: 24px;
	}	
h2#sectionTitle a {
	display: block;
	width: 360px;
	height: 55px;
	background: transparent;
	margin: 0;
	}
h2#sectionTitle a span { /* Dwyer Method Image Replacement */
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}



/* Home (index.php) styles */

#homecontent.mirembeHomeImage1 { background: rgb(0,0,0) url(../images/newhomeImage1.jpg) no-repeat 0 0; }
#homecontent.mirembeHomeImage2 { background: rgb(0,0,0) url(../images/newhomeImage2.jpg) no-repeat 0 0; }
#homecontent.mirembeHomeImage3 { background: rgb(0,0,0) url(../images/newhomeImage3.jpg) no-repeat 0 0; }
#homecontent.mirembeHomeImage4 { background: rgb(0,0,0) url(../images/newhomeImage4.jpg) no-repeat 0 0; }

#homecontent.mirembeHomeImage1 .sectionHeader { background: transparent; } /* hide normal sectionHeader background */
#homecontent.mirembeHomeImage2 .sectionHeader { background: transparent; } /* hide normal sectionHeader background */
#homecontent.mirembeHomeImage3 .sectionHeader { background: transparent; } /* hide normal sectionHeader background */
#homecontent.mirembeHomeImage4 .sectionHeader { background: transparent; } /* hide normal sectionHeader background */

	




#blogfeed {
	background-color: transparent;
	color: rgb(20,20,20);
	margin: 13px 0 0;
	border: 0;
	padding: 0;
	}
	
#blogfeed h3 {
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	color: rgb(255,255,255);
	font-style: italic;
	padding: 0;
	}
	
#blogfeed h3 a {
	display: block;
	float: left;
	width: 69px;
	height: 130px;
	background: rgb(255,255,255) url(/images/fromthemirembeblog.gif) no-repeat 0 0;
	margin: 0;
	}
#blogfeed h3 a span { /* Dwyer Method Image Replacement */
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

#blogfeed h4 { line-height: 15px; margin: 0 0 6px; }
	
#blogfeed h4 a:link, #blogfeed h4 a:visited {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0;
	}
	
#blogfeed p { background-color: rgb(255,255,255); margin: 0 0 13px 0; }

#blogfeed a:link, #blogfeed a:visited { color: rgb(235,30,10); font-size: 12px; text-decoration: none; font-weight: bold; }
#blogfeed a:hover, #blogfeed a:active { text-decoration: underline; color: rgb(235,30,10); }
	
#blogfeed .blogitem {
	overflow: hidden;
	background-color: rgb(255,255,255);
	float: left;
	font-size: 11px;
	line-height: 16px;
	width: 201px;
	height: 110px;
	padding: 10px;
	border-left: 1px dotted rgb(215,186,145);
	}

#blogfeed .blogitem p span { font-family: Georgia, serif; }

	



p#sentence {
	display: block;
	float: left;
	width: 735px;
	height: 34px;
	background: rgb(255,255,255) url(/images/mirembesentence.gif) no-repeat 0 0;
	margin: 13px 0;
	}
p#sentence span { /* Dwyer Method Image Replacement */
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

	
	



/* buyNow */

a#buyNow {
	position: absolute;
	top: 6px;
	right: 5px;
	}
a#buyNow span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}
a#buyNow:link, a#buyNow:visited {
	display: block;
	width: 82px;
	height: 65px;
	border: 0px solid rgb(255,255,255);
	background: transparent url(../images/buynow.gif) no-repeat 0 0;
	}
a#buyNow:hover, a#buyNow:active {
	display: block;
	border: 0px solid rgb(255,255,255);
	background: transparent url(../images/buynow.gif) no-repeat 0 -65px;
	}



