/* @override http://www.cupofjoe.net/wp-content/themes/joesplace/style.css */

/* @override http://www.cupofjoe.net/wp-content/themes/joesplace/style.css */

/*  
Theme Name: Cup of Joe
Theme URI: http://joefranz.com
Description: The default WordPress theme for Cup of Joe - created by Kevin Miller.
Version: 1.0
Author: Kevin Miller
Author URI: http://constantjourney.com/
*/

/* @group Global Settings */

html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font: 12px/160% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #333;
	color: #cdd38e;
}

#topbar {
	margin-top: 1px;
	height: 50px;
	background: url(images/topbar_bg.jpg) no-repeat;
}

form#searchform {
	padding: 0;
	margin: 0;
}

input#s {
	margin: 15px 0 10px 197px;
	width: 132px;
	background: transparent;
	border: none;
	font-size: .9em;
	color: #261d1b;
	text-shadow: #333 0 0 4px;
	z-index: 1;
	float: left;
	padding: 2px;
}

#wrap {
	width: 950px;
	margin: 0 auto;
}

#header {
	height: 250px;
	background: url(images/header.jpg) no-repeat;
}

#header ul {
	padding: 20px 0 0 0;
	margin-left: 51px;
	opacity: 0.8;
	height: 228px;
	float: left;
	display: block;
}

#header ul li {
	width: 180px;
	margin: 3px 0;
	padding: 2px;
	border-right: 2px solid #000;
	background: #181312 url(images/menu_arrow.gif) no-repeat right;
}

#header ul li a {
	padding-left: 20px;
	text-decoration: none;
}

#newsbar {
	min-height: 20px;
	background: url(images/newsbar_bg.gif) repeat-y;
}

#closing {
	padding: 10px 60px 30px;
	color: #889539;
	font-size: .9em;
}

#closing a {
	color: #889539;
}

#closing a:hover {
	color: #c5d954;
}

#content_bg {
	background: url(images/content_bg.gif) repeat-y;
}

#sidebar {
	float: right;
	width: 240px;
	margin-right: 77px;
	margin-left: 15px;
	font-size: .9em;
}

#sidebar a {
	color: #b4b875;
}

#content {
	min-height: 200px;
	padding: 0 0 0 60px;
	width: 550px;
}

#page_content {
	min-height: 200px;
	background: url(images/page_content_bg.png) repeat-y;
	padding: 0 340px 0 60px;
}

#content ul {
	padding: 0 10px 20px 20px;
}

#page_content ul {
	padding: 0 10px 20px 20px;
}

#content ul li {
	background: url(images/content_bullet.gif) no-repeat left;
	padding-left: 20px;
}

#page_content ul li {
	background: url(images/content_bullet.gif) no-repeat left;
	padding-left: 20px;
}

#page_bottom {
	height: 20px;
	background: url(images/page_bottom.gif) no-repeat;
	margin-bottom: 10px;
}

#footer {
	margin: 0 0 20px 60px;
	line-height: 120%;
	color: #555;
	font-size: .9em;
}

#footer a {
	color: #555;
}

#footer a:hover {
	text-decoration: none;
	color: #cdd38d;
}

/* @end */

/* @group Formatting */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
}

h1 {
	padding: 10px 0 3px;
	font-size: 1.7em;
	color: #cdd38d;
	border-bottom: 1px solid #191312;
	margin-bottom: 10px;
	text-decoration: none;
}

h1 a, h1 a:visited {
	text-decoration: none;
}

h2 {
	padding: 10px 0 3px;
	font-size: 1.4em;
	border-bottom: 1px solid #282220;
	margin-bottom: 10px;
}

h3#comments, h3#respond {
	font-size: 1em;
	font-weight: bold;
}

h4 {
	padding: 10px 0 3px;
	font-size: 1.4em;
	border-bottom: 1px solid #282220;
	margin-bottom: 10px;
}

p, ul, ol {
	margin: 0;
	padding: 0 0 18px 0;
}

p.postmetadata {
	border-top: 1px solid #191312;
	padding-top: 3px;
	font-size: .9em;
	line-height: 120%;
	color: #889539;
	clear: left;
}

.postmetadata a, .postmetadata a:visited {
	color: #889539;
}

ul, ol {
	list-style: none;
	padding: 0 0 18px 40px;
}

ol {
	padding: 0 0 18px 40px;
	list-style-type: decimal;
}

ul.topnav {
	padding: 0;
}

#sidebar ul {
	padding: 0 15px 0 0px;
	margin-bottom: 5px;
}

#sidebar ul li {
	background: url(images/sidebar_bullet.gif) no-repeat left 7px;
	padding-left: 20px;
}

blockquote {
	margin: 15px 15px 30px;
	padding: 10px 10px;
	border-bottom: 1px solid #191312;
	border-top: 1px solid #191312;
	background-color: #332724;
}

small {
	font-size: 0.85em;
}

img {
	border: 0;
}

img.news_show {
	float: right;
	margin: 150px 130px 0 0;
	clear: none;
	overflow: hidden;
	z-index: -1;
}

img.alignright.twitterimg {
	margin-right: 20px;
	border: 4px solid #889539;
}

#sidebar img {
	margin-right: 3px;
	margin-bottom: 3px;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}

a, a:visited {
	text-decoration: underline;
	color: #cdd38e;
}

a:hover {
	text-decoration: none;
	color: #f1f5c3;
}

/* @end */

/* @group Forms */

form {
	margin: 10px 0 0 0;
	padding: 0 0 0 9px;
}

input, select, textarea {
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #3a312f;
	border-top: 1px solid #191312;
	border-bottom: 1px solid #191312;
	color: #cdd38e;
	border-right-style: none;
	border-left-style: none;
	padding: 3px;
}

textarea {
	line-height: 1.25;
	width: 97%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

label {
	cursor: pointer;
}

/* @end */

/* @group Tables */

table {
	border: 0;
	margin: 0 0 18px 0;
	padding: 0;
}

table tr td {
	padding: 2px;
}

/* @end */

/* @group Comments */

ol.commentlist {
	margin-top: 10px;
	padding: 0 10px;
	list-style: none;
}

ol.commentlist li {
	background: #3a312f url(images/comment_b.gif) no-repeat 5px 10px;
	padding: 13px 13px 0 18px;
	border-top: 1px solid #191312;
	border-bottom: 1px solid #191312;
	margin-bottom: 15px;
}

cite {
	font-style: normal;
	text-transform: capitalize;
}

ol.commentlist img.avatar.avatar-32 {
	float: right;
	border: 2px solid #191312;
}

/* @end */

/* @group AddToAny */

p.addtoany_share_save {
	padding: 0;
	line-height: 100%;
}

/* @end */



/* @group Twitter */

ul.twitter {
	padding: 0;
	margin-bottom: 10px;
}

ul.twitter li {
	background: url(images/sidebar_bullet.gif) no-repeat left 7px;
	padding-left: 20px;
}

.twitter-link {
	text-decoration: none;
}

span.twitter-timestamp abbr {
	color: #3a312f;
	border-bottom: none;
}

/* @end */

/* @group Amazon Widget */

.amzshcs-item {
	width: 51px;
	display: inline;
}



/* @end */

/* @group Classes */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.navigation {
	display: block;
	text-align: center;
	height: 20px;
	font-size: .9em;
	padding-top: 10px;
}

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	border-bottom: 1px solid;
}

.highlight {
	background: #ffc;
}

.wrap {
	width: 960px;
	margin: 0 auto;
}

img.alignleft {
	float: left;
	margin: 4px 10px 4px 0;
}

img.alignright {
	float: right;
	margin: 4px 0 4px 10px;
}

.nopadding {
	padding: 0;
}

.noindent {
	margin-left: 0;
	padding-left: 0;
}

.nobullet {
	list-style: none;
	list-style-image: none;
}
/* @end */