/*   
	Theme Name: Fresh Coffee Network
	Theme URI: http://freshcoffeenetwork.com
	Description: Theme for FreshCoffeeNetwork.com
	Author: Jonathan Gallivan
	Author URI: http://jonathangallivan.com
	Version: v.1.1
*/

/* Body */

body {  
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 70%;
	background-color: #e7e5d7;
	background-image: url('/wp-content/uploads/2009/05/bg.jpg');
	background-repeat: repeat-x;
	color: #000000;
	margin: 0;
	padding: 0;
	height: 100%;
}
	
#page {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background-image: url('/wp-content/uploads/2009/05/bg_page.jpg');
	background-repeat: no-repeat;
	background-position: 0 216px;
	background-color: #1a1718;
}

#page_footer {
	clear: both;
	width: 900px;
	height: 22px;
	margin: 0;
	padding: 0;
	background-image: url('/wp-content/uploads/2009/05/bg_page_footer.jpg');
	background-repeat: no-repeat;
	padding-bottom: 20px;
	background-color: #e7e5d7;
}

/* header */

#header {
	width: 900px;
	height: 178px;
	margin: 0;
	background-image: url('/wp-content/uploads/2009/05/banner.jpg');
}

#roastdate {
	position: absolute;
	width: 400px;
	height: 18px;
	margin-top: 120px;
	margin-left: 228px;
}

#nav {
	display: block;
	width: 900px;
	height: 38px;
	margin: 0;
	padding: 0;
	background-color: #1a1718;
	background-image: url('/wp-content/uploads/2009/05/bg_navigation.jpg');
}

#nav .current_page_item {
	background-color: #2c2728;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	margin: 0;
	padding: 0;
	margin-top: 26px;
	margin-right: 20px;
	font-size: 90%;
	color: #e7e5d7;
}

#sidebar ul, #sidebar li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	margin-left: 2px;
	margin-top: 4px;
	margin-bottom: 10px;
}

#badges {
	display: none;
	width: 220px;
	height: 60px;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

#badges img {
	position: absolute;
}

#events {
	display: block;
	min-height: 180px;
}

#events li {
	margin-top: 10px;
}

#events p {
	display: inline;
	margin: 0;
	padding: 0;
}

#recentevents {
	display: none;
}

#latest_tweet {
	margin-top: 30px;
	margin-bottom: 0px;
}

#latest_tweet ul a {
	display: block;
}

#sidebar a, #sidebar a:link, #sidebar a:active, #sidebar a:visited {
	color: #ffffff;
}

/* Content */

#content {
	width: 620px;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-left: 20px;
	background-color: #ffffff;
}

#content_header {
	display: block;
	width: 620px;
	height: 18px;
	margin: 0;
	padding: 0;
	background-image: url('/wp-content/uploads/2009/05/bg_content_header.jpg');
}

#content_footer {
	clear: both;
	display: block;
	width: 620px;
	height: 18px;
	margin: 0;
	padding: 0;
	background-image: url('/wp-content/uploads/2009/05/bg_content_footer.jpg');
}

.post {
	clear: left;
	width: 580px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: left;
}

img {
	border: none;
}

.post_details {
	font-size: 0.9em;
}

.post_metadata ul, .post_metadata li { 
	display: inline;
	list-style-type: none;
	list-style-image: none; 
}

.post_metadata {
	font-size: 1.0em;
}

.subnav {
	padding: 20px;
}

/* Content Lists  */

#content ul { 
	margin-left: 0;
	padding-left: 15px;
	list-style: none;
}

#content ul li { 
	background-image: url("/wp-content/uploads/2008/08/beanbullet.gif");
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 15px;
}

.commentlist li {
	margin-top: 10px;
	margin-bottom: 20px;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	margin: 0;
	padding: 0;
	color: #e7e5d7;
}

#footer_content {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

#footer_content #contact, #footer_content #copyright {
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 80%;
	text-align: left;
}

#footer_content #contact {
	font-size: 0.9em;
}

#footer_content #copyright {
	padding-top: 5px;
}

#footer_content #toplink {
	float: right;
	margin: 0;
	padding: 0;
	padding-top: 38px;
	padding-right: 20px;
	font-size: 0.9em;
	text-align: right;
}

#footer_content a, #footer_content a:link, #footer_content a:active, #footer_content a:visited {
	color: #d4e4e5;
	text-decoration: none;
	cursor: pointer;
}

#footer_content a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* Image Styles */

p img { 
	padding: 0;
	max-width: 100%; 
}

img.centered { 
	display: block;
	margin-left: auto;
	margin-right: auto; 
}
	
img.alignright { 
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline; 
}

img.alignleft { 
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline; 
}

.alignright { 
	float: right; 
}

.alignleft { 
	float: left; 
}

/* Markup  */

a { 
	color: #33aa33;
	text-decoration: none; 
	font-weight: bold;
}

a:hover, a:focus, a:active { 
	color: #33aa33;
	text-decoration: underline; 
}

a.address { 
	color: #000000;
	text-decoration: none; 
        font-weight: normal;
	font-size: 95%;
}

a.address:hover, a.address:focus, a.address:active { 
	color: #33aa33;
        font-weight: normal;
	text-decoration: underline; 
}

h2 {
	width: 580px;
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

h3 {
	font-size: 1.1em;
}

#title {
	display: block;
	font-size: 1.4em;
}
