/*

Theme Name: Cafe Press
Theme URI: http://www.press75.com/
Description: The first release under my business line of WordPress themes. Detailed usage instructions for this theme can be found at <a href="http://www.press75.com/docs/cafepress/">http://www.press75.com/docs/cafepress/</a>. Don't forget to configure the Cafe Press Theme Options page.

Version: 1.0
Author: Jason Schuller
Author URI: http://www.press75.com/

This theme was designed and built by Jason Schuller,
whose portfolio you will find at www.jdidit.com


The CSS, XHTML and design are all Copyright 2009 Circa75 Media, LLC:
*/




body {
	margin: 0;
	padding: 0;
	/* original background

background: #1A1915 url(images/bg.jpg) top left repeat fixed; */


/* my background edit */

background: #3f260e url(../../../images/background.jpg) top center no-repeat fixed;
	font: 0.85em Tahoma, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	line-height: 18px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 36px;
	color: #FFFFFF;
	margin: 35px 0 15px 0;
	padding: 0;
}
h1 a:link, h1 a:active, h1 a:visited {
	color: #FFFFFF;
}
h1 a:hover {
	color: #999999;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #A7A195;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 4px 0;
	color: #f7d279;
}
h2 a:link, h2 a:active, h2 a:visited {
	color: #B74718;
}
h2 a:hover {
	text-decoration: underline;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 2px 0;
	color: #cfac58;
}
h3 a:link, h3 a:active, h3 a:visited {
	color: #cfac58;
}
h3 a:hover {
	text-decoration: underline;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #B74718;
}
h4 a:link, h4 a:active, h4 a:visited {
	color: #B74718;
	text-decoration: none;
}
h4 a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
p {
	margin: 0 0 15px 0;
}
.postcomments {
	float: right;
	width: 35px;
	height: 32px;
	background: url(images/comments.png) no-repeat 0 0;
	text-align: center;
	padding: 2px 0 0 0;
	margin: 4px 0 0 0;
	font-size: 14px;
}
.postcomments:hover {
	background: url(images/comments.png) no-repeat 0 -48px;
}
.date {
	float: left;
	width: 650px;
}
.postdets {
	float: left;
	width: 700px;
	margin: 0 0 15px 0;
}
.postdets h2 { color: #e8c073; } /* sets the h2 in the category pages to a better colour */
.postdets h2 a:link, .postdets h2 a:active, .postdets h2 a:visited { color: #e8c073; }

ul {
	list-style: none;
}
blockquote {
	width: 80%;
	height: auto;
	margin: 0;
	padding: 15px 25px 15px 85px;
	display: block;
}
#header {
	height: 115px;
}
#logo {
	height: 75px; /* logo/title graphic now expands entire header space with a fixed height */
	padding: 0;
	/* old css
	height: 110px;
	width: 340px;
	float: left;
	*/
}
#logo h2 {
	margin: 0;
	display: none;
	/* old css 
	margin: -41px 0 0 93px;
	*/
}
* + html #logo h2 {
	margin: -44px 0 0 95px;
}
#textlogo {
	height: 110px;
	width: 340px;
	float: left;
	color: #B74718;
}
/** begin navigation **/

#navigation {
	height: 40px;
	font-size: 18px;
	font-family: arial;
}
#navigation ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	float: right;
}
#navigation li {
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	position: relative;

}
#navigation li.current_page_item, #navigation ul li:hover a {
	background: url(images/bg.png) repeat;
}
#navigation a {
	display: block;
	padding: 10px 13px 8px 13px;
}
#navigation a:hover {color: #FFC;}

/* for CSS drop down */
#navigation ul ul {
	border-top: 1px dotted #999;
	display: none;
	position: absolute;
	top: 36px;
	width: 100%;
	z-index: 100;
}
#navigation ul ul li { display: block; float: none;}

#navigation ul li:hover ul {
	display: block;
}

#navigation ul ul a { 
	background: url(images/bg.png) repeat; 
	border-style: dotted;
	border-color: #999;
	border-width: 0 1px 1px 1px;
	font-size: 12px; 
	font-weight: bold;
	display: block; 
	padding: 6px 0 6px 13px;
	}
#navigation ul ul a:hover {
	background-image: none;
	background-color: #000;
}
/* end CSS drop down */


/** end navigation **/



/** begin primary layout **/

#content {
	float: left;
	width: 920px;
	background: url(images/bg.png) repeat;
	padding: 20px;
}
#main {
	width: 700px;
	margin: 0 20px 0 0;
	float: left;
}
.pagenavi {
	font-size: 15px;
}
.pagenavi a:link, .pagenavi a:active, .pagenavi a:visited {
	color: #B74718;
	text-decoration: underline;
}
.pagenavi a:hover {
	color: #A7A195;
}
#main h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 2px 0;
	padding: 0;
}
.postbox {
	width: 700px;
	float: left;
}
.postimage {
	margin: 0 20px 0 0;
	float: left;
	padding: 10px;
	background: #FFFFFF;
}
.theblogpost ul, .pagebox ul {
	list-style: disc;
}
.pagebox {
	width: 700px;
	float: left;
}
.thepost {
	float: left;
	width: 300px;
}
.theblogpost {
	float: left;
	width: 700px;
	border-bottom: 1px dashed #CCC;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}
.thepagepost {
	float: left;
	width: 700px;
}
.entry a:link, .entry a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
.entry a:hover {
	color: #A7A195;
}
/** end primary layout **/



/** begin home page **/

#busdets {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	float: left;
}
#busdets a:link, #busdets a:visited {
	color: #cccccc;
}
#busdets a:hover {
	color: #A6A6A6;
}
#busdets h3 a:link, #busdets h3 a:visited {
	color: #cfac58;
}
#busdets li {
	padding: 0 0 0 45px;
	cursor: pointer;
}
#busdets li.contact {
	background: url(images/contact.png) no-repeat 0 0;
}
#busdets li.contact:hover {
	background-position: 0 -40px;
}
#busdets li.hours {
	background: url(images/hours.png) no-repeat 0 0;
}
#busdets li.hours:hover {
	background-position: 0 -100px;
}
#busdets li.location {
	background: url(images/location.png) no-repeat 0 0;
}
#busdets li.location:hover {
	background-position: 0 -40px;
}
/** end home page **/



/** begin specials **/

.specialitem {
	margin: 0 0 5px 0;
	float: left;
	width: 200px;
}
.specialitem p {
	margin: 0;
	font-size: 12px;
	line-height: 1.2em;
}
.specialitem a:link, .specialitem a:visited {
	color: #CCCCCC;
}
.specialitem a:hover {
	color: #A6A6A6;
}
.specialitem h4 a:link, .specialitem h4 a:visited {
	color: #c16e02;
}
.specialimage {
	padding: 2px;
	background: #FFFFFF;
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 10px 0 0;
}
.specialimage:hover {
	background: #CCCCCC;
}
/** end specials **/



/** begin sidebar **/

#sidebar {
	float: left;
	width: 200px;
}
.widgetblock a:link, .widgetblock a:active, .widgetblock a:visited {
	color: #CCC;
	text-decoration: underline;
}
.widgetblock a:hover {
	color: #A7A195;
}
#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar li {
	padding:0 0 4px 0;
}
.widgetblock {
	width: 200px;
	margin: 0 0 25px 0;
	float: left;
}
/** end sidebar **/



/** begin blocks **/

#blocks {
	width: 920px;
	padding: 20px;
	float: left;
	margin: 20px 0 0 0;
	background: url(images/bg.png) repeat;
}
#blocks a:link, #blocks a:visited {
	color: #CCCCCC;
}
#blocks a:hover {
	color: #A6A6A6;
}
#blocks h4 {
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #c16e02;
}
#blocks h4 a:link, #blocks h4 a:visited {
	color: #c16e02;
}
.blockitem {
	width: 300px;
	float: left;
	margin: 0 10px 0 0;
}
#blocks p {
	margin: 0;
	padding: 0;
}
.lastblockitem {
	width: 300px;
	float: left;
	margin: 0;
}
.blockimage {
	float: left;
	padding: 4px;
	background: #FFFFFF;
	margin: 0 10px 0 0;
	width: 100px;
	height: 100px;
}
.blockimage:hover {
	background: #CCCCCC;
}
/** end blocks **/



#footer {
	width: 400px;
	float: right;
	color: #CCCCCC;
	padding: 15px 0 15px 0;
}
#footer a:link, #footer a:visited {
	color: #CCCCCC;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	padding: 0;
}
/* Manic Coffee modifications and additions */

/* the disloyalty card list of shops */

ul#dcardlist {
	margin: 15px 0 0 0;
	overflow: hidden;
	font-family: verdana;
	font-size: 12px;
	padding: 0 0 0 20px;
}
#dcardlist li {
	float: left;
	width: 200px;
	margin: 0 15px 20px 0;
}
#dcardlist a {
	color: #FFC;
}
#specials /* the theme didn't include a style for the specials div in the sidebar so we set it here */ {
	margin: 0 0 10px 0;
	overflow: hidden;
}

/* ------------ for the menu page ---------------- */

table.manicmenu 
{
	width: 100%;
	font-family: arial;
	margin: 3px 0 10px 0;
	padding: 0;
	border-collapse: collapse;
}

table.manicmenu td {font-size: 12px; font-style: italic; padding: 8px 0 8px 0; border: none; vertical-align: top; border-top: 1px dotted #999;}
table.manicmenu h5 {font-weight: bold; font-size: 18px; margin: 0; padding:0; font-style: normal;}
td.manicmenupic {width: 182px;}
td.manicmenupic img {border: 1px dotted #DCD3BE; margin: 0 0 0 20px; padding: 5px;}

/* -------- end of menu page css ----------- */

/* ------------ for the coffees/buy/delivery page ---------------- */
/*  note that this section may become obselete once the online store is implemented */

table.manicbuy 
{
	width: 100%;
	font-family: arial;
	margin: 3px 0 10px 0;
	padding: 0;
	border-collapse: collapse;
}

table.manicbuy td {padding: 8px 0 8px 0; border: none; vertical-align: top; border-top: 1px dotted #999;}
table.manicbuy h5 {font-weight: bold; font-size: 18px; margin: 0 0 5px 0; padding:0; font-style: normal;}
table.manicbuy p {font-style: normal; font-size: 14px; margin: 0 0 5px 0;}
table.manicbuy p.italic {font-size: 12px; font-style: italic; margin: 15px 0 5px 0;}
td.manicbuypic {width: 165px }
td.manicbuypic img {border: 1px dotted #DCD3BE; margin: 0 15px 0 0; padding: 5px;}
table.manicbuy p a:link, table.manicbuy p a:visited {color: #CFAC58;}

/* -------- end of coffees/buy/delivery page css ------------------ */

#credits { width: 400px; float: left; padding: 15px 0 15px 0}
#credits h2 a {text-decoration: underline; color: #F7D279;}
#credits h2 a:hover {color: #f7c079}

#footer h2, #credits h2 { font-size: 16px; }
#footer h2 { text-align: right;}
