/*  
Theme Name: SCF Beef Style
Description: SCF Beef category stylesheet modifications
Version: 1.0.3
Author: Chris Gilligan
Author URI: http://chrisgilligan.com/

	This theme is released under GPL.

*/

body{
	background: #292208;
	color: #000;
}


a{
	color: #594814;
}

blockquote{
	background: #faf5ef;
	color: #000;
}

code{
	background: #f9f9f9;
}

hr{
	background: #ede5da;
	color: #ede5da;
}

input#s, input#author, input#email, input#url, textarea#comment{
	border: 1px solid #e5d8c6;
	background-color: #faf5ef;
}

#container{
	background: #292208 url(images/bg-beef.jpg) repeat-y;
}

#header{
	background: #292208 url(images/header-bg-beef.jpg) no-repeat;
	
}

#navcontainer a {
	border-bottom: 1px solid #faac85;
}

#navcontainer a:link, #navcontainer a:visited {
	color: #594814;
}

#navcontainer a:hover {
background-color: #e1e3c7;
color: #594814;
}

#pagewrapper{
	background: #292208 url(images/bg-beef.jpg) repeat-y;
}

#slideshow{
	background: url(images/beef.jpg) no-repeat left top;
}

#footer{
	clear:both;
	width:100%;
	padding: 10px 36px
}

.post h2{
	border-bottom: 1px solid #ebe1d3;
	color: #594814;	
}

.post h2 a{
	color: #594814;
}

.entry h2{
	font-size: 18px;
	color: #000;
}

.entry h3{
	color: #594814;
}

.entry img{
	border: 1px solid #e5d8c6;
	background-color: #faf5ef;
}

.entry p.postinfo{
	border-top: 1px dotted #594814;
	color: #b1a799;
}

.browse{
	border-top: 1px solid #e5d8c6;
}

#sidebar{
	background: url(images/bg_sidebar.gif) no-repeat right top;
}

#sidebar a{
	color: #878773;
}

#sidebar ul li h2{
	border-bottom: 1px solid #ebe1d3;
	color:  #514129;
}

.textwidget strong{
	color: #594814;
	font-size: 14px;
	font-weight: bold;
}


/* Comments Template */

#comments-template{
	border-top: 1px solid #e5d8c6;
}

#comments-template h2, #comments-template h3{
	color: #74624b;
}


#comments-template ol li{
	border-bottom: 1px solid #e5d8c6;
}

/* End Comments Template */

/* wp-calendar */

table#wp-calendar{
	width: 100%;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	text-transform: none;
}

table#wp-calendar caption{
	padding: 10px 15px;
}

table#wp-calendar th{
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	background: #faf5ef;
}

table#wp-calendar td{
	padding: 1px;
	text-align: right;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/* end calendar */

#container, #navcontainer, #header, #menu, #pagewrapper, #page, #banner, .maincol, .post, .entry, .browse, #sidebar, #comments-template{
	text-align: left;
	vertical-align:top;
}

.attribution {
	font-size: 9px;
	text-align: right;
	padding: 0 74px 0 0;
}

input#s {
	border: 1px solid #9daa62;
	background-color: #faf5ef;
	padding: 2px 0 2px 0;
	margin:0 0 -2px;
}
	
#search {
	margin:0;
}

#searchsubmit {
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0 0 2px 0;
	border: 0;
	background: transparent url(images/search.gif) no-repeat center top;
	text-indent: -1000px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#sidebar ul ul.ec3_events ul li {
	background: none;
	padding: 0 0 4px 0;
	line-height: 11px;
}
#sidebar ul ul.ec3_events ul li a {
	font-size: 11px;
}


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

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

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

.linklove {
	display: none;
}

.aktt_tweets {
	line-height: normal;
}

.orderbtn {display:block; width:200px; padding:9px; border:1px solid #392c0c; margin-bottom:18px; margin-top:16px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background:#392c0c; font-size:14px; font-weight:bold; text-align:center; color:white; text-shadow:0 -1px 0 #88261d;}
.orderbtn:hover {background:#9daa62; border:1px solid #9daa62;text-shadow:0 -1px 0 #000;text-decoration:none;}
.orderbtn:visited {color:white;}
.orderbtn:active {background:#090c14; border:1px solid #090c14; margin-top:17px;text-shadow:0 -1px 0 #000;}
