/* COLOURS

#fbf7e4 - Lightest
#c1c1b7 - Lighter
#8e8e83 - Light
#53534c - Medium
#494943 - Dark
#1b1b19 - Darkest

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

/* @group structure */

/* STRUCTURE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */



#elkLogo{
	text-align: center;
}

#elkLogo img{
/* 	margin-bottom: 10px; */
}

body {
	background-image: url(timberbutte/images/repeater-2.png);
	background-repeat: repeat-x;
	height:100%;
	background-color: #85855f
}

#wrapper {
	background-image: url("../styles/timberbutte/images/sidebar.jpg");
	background-repeat: repeat-y;
	background-color: #e6e7e1;
}

#content {
	background-color: #e6e7e1;
	margin-top: 10px;
}

/* @end */

/* @group header */

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */


#header-alt-bottom {
	background: #f1f1e5 url("../styles/clean-light/images/header-alt-bg.jpg") repeat-x 0 0;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#logo {
	font: 3em Georgia, "Times New Roman", Times, serif;
	color: #494943;
}

#logo a:link, #logo a:visited, #logo a:active {
	color: #494943;
}

#logo a:hover {
	color: #1b1b19;
}

#description {
	color: #8e8e83;
}

/* @group nav */

/* NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header #nav li a:link, #header #nav li a:visited, #header #nav li a:active {
	color: #fbf7e4;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#header #nav li.current_page_item a:link, #header #nav li.current_page_item a:visited, #header #nav li.current_page_item a:active, #header #nav li.current_page_item a:hover {
	color: #494943;
	background: #fff;
}

#header-alt #nav li a:link, #header-alt #nav li a:visited, #header-alt #nav li a:active {
	color: #c1c1b7;
}

#header-alt #nav li a:hover {
	color: #fbf7e4;
}

/* @end */

#header #subscribe ul li a:link, #header #subscribe ul li a:visited, #header #subscribe ul li a:active {
	color: #53534c;
}

#header #subscribe ul li a:hover {
	color: #1b1b19;
}

#header-alt #subscribe ul li a:link, #header-alt #subscribe ul li a:visited, #header-alt #subscribe ul li a:active {
	color: #8e8e83;
}

#header-alt #subscribe ul li a:hover {
	color: #c1c1b7;
}

#header #subscribe ul li span {
	color: #c1c1b7;
}

#header-alt #subscribe ul li span {
	color: #53534c;
}

#header #search #s {
	color: #53534c;
	background: #fdfdfc url("../styles/clean-light/images/search-field.gif") repeat-x 0 0;
	border-top: 1px solid #8f8f82;
	border-right: 1px solid #ecece7;
	border-bottom: 1px solid #fefefe;
	border-left: 1px solid #bfbfb7;
}

#header-alt #search #s {
	color: #c1c1b7;
	background: #515149 url("../styles/clean-light/images/search-field-alt.gif") repeat-x 0 0;
	border-top: 1px solid #262623;
	border-right: 1px solid #4d4d46;
	border-bottom: 1px solid #5e5e56;
	border-left: 1px solid #34342f;
}

#header-alt #photos h2 {
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
}

#header-alt .flickr_badge_image a {
	border: 1px solid #c1c1b7;
}

#header-alt .flickr_badge_image a:hover {
	border: 1px solid #53534c;
}

#header #about {
	background: #e2e2d6;
}

#header #about p.more {
	background: url("../styles/clean-light/images/about-fade.png") repeat-x 0 0;
}

#header #about a:link, #header #about a:visited, #header #about a:active {
	color: #53534c;
}

#header #about a:hover {
	color: #1b1b19;
}

#header-alt #status {
	background: url("../styles/clean-light/images/status-bg.jpg") repeat-x 0 100%;
}

#header #status-twitter {
	background: url("../styles/clean-light/images/twitter-large.gif") no-repeat 0 0;
}

#header-alt #status-twitter {
	background: url("../styles/clean-light/images/twitter.gif") no-repeat 0 0;
}

#header #status p {
	color: #53534c;
}

#header-alt #status p {
	color: #53534c;
}

#header #status strong {
	font: italic bold 1.3em Georgia, "Times New Roman", Times, serif;
}

#header-alt #status strong {
	font: italic bold 1.1em Georgia, "Times New Roman", Times, serif;
	color: #8e8e83;
}

#status a:link, #status a:visited, #status a:active {
	color: #8e8e83;
}

#status a:hover {
	color: #53534c;
}

/* @end */

/* @group content */

/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.content a:link, .content a:visited, .content a:active {
	color: #4d2f13;
	font-size:14px;
	font-weight:normal;
}

.content a:hover {
	color: #4d2f13;
}

.content h1 {
	color: #4D2F13;
}

.content h2 {
	color: #4D2F13 !important;
}

.content h2.heading{
	background: none !important;
}

.content h2 a:link, .content h2 a:visited, .content h2 a:active {
	color: #4d2f13;
	
	display: block;

	margin: 0;

	padding: 0;

	border: 0;

	background: transparent;
	
	text-decoration: underline;
}

.content h2 a:hover {
	color: #4d2f13;
	
	display: block;

	margin: 0;

	padding: 0;

	border: 0;

	background: transparent;
	
	text-decoration: underline;
}

.content h2.heading {
	font: bold 14pt Georgia, "Times New Roman", Times, serif;
	color:#4D2F13;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.content h3 {
	color: #4d2f13;
}

.content h3 a:link, .content h3 a:visited, .content h3 a:active {
	border-bottom: 1px solid #dbdbc8;
}

.content h3 a:hover {
	color: #1b1b19;
	border-bottom: 1px solid #c1c1b7;
}

.content .more {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
}

#featured {
}

#featured-image {
}

#featured h2 {
	color: #4d2f13;
}

#featured:hover h2 {
	color: #4d2f13;
}

#featured h3 {
	font: normal Georgia, "Times New Roman", Times, serif;
	color: #4d2f13;
}

#featured:hover h3 {
	color: #4d2f13;
}

#featured p {
	color: #4d2f13;
}

#featured:hover p {
	color: #4d2f13;
}

#featured a {
	color: #4d2f13 !important;
}

.post {
	color: #4d2f13;
}

.post.single h2{
}

.post h2, #post h2{
	text-transform: capitalize;
}


.post.single p{
	line-height: 26px;

}

.post.index {
	background: url("../styles/clean-light/images/divider.gif") repeat-x 0 100%;
}

.post.index h1 {
	color: #53534c;
}

.post.index h1 strong {
	color: #1b1b19;
}

.post.single .post-date, .post.index .post-date {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	color:#4D2F13;
}

.post.single .post-category {
	font: 1.2em Arial, Helvetica, Geneva, sans-serif;
}

.post.single .post-category a:link, .post.single .post-category a:active, .post.single .post-category a:visited {
	font-weight: bold;
	color:#4D2F13;
	background: #c1c1b7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.post.single .post-category a:hover {
	color: #fbf7e4;
	background: #8e8e83;
}

.post.single .post-meta {
	background: url("../styles/clean-light/images/divider.gif") repeat-x 0 0;
	font: .85em Arial, Helvetica, Geneva, sans-serif;
}

p.pullquote-left, p.pullquote-right {
	font: italic 1.6em/1.3em Georgia, "Times New Roman", Times, serif;
	color: #53534c;
	background: #c1c1b7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content img {
}

#asides .post {
	background: url("../styles/clean-light/images/divider.gif") repeat-x 0 100%;
}

#asides p {
	color: #8e8e83;
}

#asides h3 {
	color: #53534c;
}

#asides a:link, #asides a:visited, #asides a:active {
	color: #53534c;
	border-bottom: 1px solid #dbdbc8;
}

#asides a:hover {
	color: #1b1b19;
	border-bottom: 1px solid #c1c1b7;
}

.post-meta {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	color:#4d2f13;
}

.post-meta span {
	color: #dbdbc8;#4d2f13;
}

.post-meta a:link, .post-meta a:visited, .post-meta a:active {
	color: #4d2f13;
	border-bottom: 1px solid #dbdbc8;
}

.post-meta a:hover {
	color: #53534c;
	border-bottom: 1px solid #c1c1b7;
}

#content .wp-pagenavi a, #content .wp-pagenavi a:link, #content .wp-pagenavi a:visited, #content .wp-pagenavi a:active {
	border: 1px solid #8e8e83;
	color: #c1c1b7;
	background-color: #8e8e83;
}

#content .wp-pagenavi a:hover {
	border: 1px solid #8e8e83;
	color: #fbf7e4;
	background: #8e8e83;
}

#content .wp-pagenavi span.pages {
	border: 1px solid #8e8e83;
	color: #c1c1b7;
	background-color: #8e8e83;
}

#content .wp-pagenavi span.current_page_item {
	color: #fbf7e4;
	background-color: #c1c1b7;
}

/* @end */

/* @group comments */

/* COMMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#comments .comment {
	background: url("../styles/clean-light/images/divider.gif") repeat-x 0 100%;
}

#comment-form p {
	background: url("../styles/clean-light/images/divider.gif") repeat-x 0 100%;
}

#comment-form label .required {
	color: #8e8e83;
}

#comment-form input, #comment-form textarea {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #8e8e83;
	background: #fff;
	border-top: 1px solid #c1c1b7;
	border-right: 1px solid #fafaf6;
	border-bottom: 1px solid #fafaf6;
	border-left: 1px solid #c1c1b7;
}

#comment-form input:focus, #comment-form textarea:focus {
	color: #53534c;
	border: 1px solid #8e8e83;
}

#comment-form #submit {
	font: bold .95em Arial, Helvetica, Geneva, sans-serif;
	color:#4D2F13;
	background: #C1C1B7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* @end */

/* @group sidebars */

/* SIDEBARS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#categories li {
	color: #8e8e83;
	background: url("../styles/clean-light/images/divider-sidebar.gif") repeat-x 0 100%;
}

#categories li a:link, #categories li a:visited, #categories li a:active {
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	color: #53534c;
}

#categories li:hover a, #categories li a:hover {
	color: #4d2f13;
}

#categories li:hover {
	color: #53534c;
}

#categories li.current_page_item-cat a:link, #categories li.current_page_item-cat a:visited, #categories li.current_page_item-cat a:active, #categories li.current_page_item-cat a:hover {
	color: #fbf7e4;
}

.widget h2 {
	font: 14pt Georgia, "Times New Roman", Times, serif;
	color: #4d2f13;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.widget ul li a:link, .widget ul li a:visited, .widget ul li a:active {
	color: #4d2f13;
	font-size: 14pt;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 5px;
	line-height:24px;
}

.widget ul li a:hover {
	color: #4d2f13;
	display: block;
	font-size: 14pt;
	text-decoration:none;
	background:rgba(0, 0, 0, 0.2);
	margin-left:-20px;
	margin-right:-20px;
	padding-left:20px;
	padding-top:4px;
	padding-bottom: 5px;
	line-height:24px;
}

#sidebar .flickr_badge_image a {
	border: 1px solid #8e8e83;
}

#sidebar .flickr_badge_image a:hover {
	border: 1px solid #1b1b19;
}

#lifestream-widget h3 {
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	color: #53534c;
	background: url("../styles/clean-light/images/divider-sidebar.gif") repeat-x 0 100%;
}

#lifestream-widget .lifestream-item {
	background: url("../styles/clean-light/images/divider-sidebar.gif") repeat-x 0 100%;
}

#lifestream-widget .lifestream-time {
	color: #8e8e83;
}

#lifestream-widget .lifestream-content {
	color: #53534c;
}

#lifestream-widget .lifestream-photos a {
	border: 1px solid #8e8e83;
}

#lifestream-widget .lifestream-photos a:hover {
	border: 1px solid #1b1b19;
}

#media-widget.widget h2 {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#media-widget.widget h2.selected, #media-widget.widget h2.selected:hover {
	color: #fbf7e4;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#media-widget.widget ul li a {
	border: 1px solid #8e8e83;
}

#media-widget.widget ul li a:hover {
	border: 1px solid #1b1b19;
}

/* @end */

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer p {
	color: #f3f1e5;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #f3f1e5;
}

#footer a:hover {
	color: #fbf7e4;
}

/* @group Welcome Box */

/* WELCOME BOX
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#welcomebox{
	background: #4d2f13;
	color: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-left: -10px;
	padding:15px;
	
}

#welcomebox .header h2{
	font-size: 17pt;
	padding-bottom: 10px;
	font-weight:bold;

}

#welcomebox .header p{
	margin-top: 0;
}

#welcomebox .header{
	font-size: 17pt;
	padding-bottom: 10px;
	font-weight:bold;
}

#welcomebox .image{
	float: right;
}

#welcomebox .text{
	margin-right: 250px;
	font-size: 14px;
}

/* @group Body Text */

/* BODY TEXT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#bodytext{
	font-size: 14px;
	margin-top: 15px;
}
#sidebarList{
	height:100%;
}

.sidebarBreak{
	width: 160px;
	margin-left: 15px;
	padding: 10px 0 5px;
}

/* @group Content */

/* CONTENT cont'd
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
a{
	color: #4d2f13;	
}
a:active{
	color: #4d2f13;
}
a.wpsc_category_link {
	text-decoration: none;
}

.post.index h1{
	color: #4d2f13;
}

.post.index h1 strong{
	color: #4d2f13;
}


/* @group ECommerce */

/* ECOMMERCE PLUGIN
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.item_no_image{
	display:none;
}

.wpsc_loading_animation{
	display:none;
}

.wpsc_buy_button_container{
	margin-bottom:15px;
}

.wpsc_product_price span{
	float: right;
}

.wpsc_product_price{
	width:125px;
}

/* @group Shopping Cart */

/* SHOPPING CART
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* Custom Shopping Cart Styling */
a:hover.wpsc_category_link{
	text-decoration: underline;
}

.wpsc_categories{
	font-size: 20px;
	line-height: 26px;
	list-style: disc;
	list-style-position: inside;
}

.post.single .producttext h2 {
	margin-bottom: 0px;
}
.prodtitles {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
#shoppingcart{
	float: right;
}

.wpsc_checkout_forms{
	line-height: 40px;
}

.breadcrumb{
	margin-bottom: 10px;
}

#shoppingcart h3{
	display: none;
}

#sliding_cart.shopping-cart-wrapper{
	color: #4d2f13;
	font-size: 12px;
}
.prodtitles{
	font-size: 16px;
}

.totalhead{
	width: 100px;
}

.checkout-total{
	float:right;
	margin-right:90px;
}


.shoppingcart{
	padding-top:5px;
	padding-bottom:5px;
}

.shoppingcart tbody tr th{
	padding-left:10px;
	padding-right: 10px;
}

.shoppingcart tbody tr td{
	padding-left:10px;
	padding-right: 10px;
}

#shoppingcart{
/* 	padding:5px; */
	border: none!important;
}

#shoppingcartcontents{
	border: none;
	margin: 5px;
	background-color: #f5edda!important;
	min-width: 250px;
	background-color:#f5edda;
	border: 1px solid #4d2f13;
}

#products_page_container{
	float: left;
}
/*ProductCart table*/

.post .productcart{
	width: 700px;
}

.post .productcart .product_row td{
	height: 55px;
}



.wpsc_checkout_forms{
	margin-top: 20px;
}

.wpsc_checkout_forms h2{
	margin-bottom: 0px!important;
}


#checkout_tax{
	float: right!important;
	margin-right: 90px;
}



/*News Page*/

#newsContainer{
	float: left;
}


#archiveContainer{
	float: right;
	text-align: center;
}

/* customNav list  */

#customNav ul{
	margin: 0;
}

#customNav ul li a:link, #customNav ul li a:active, #customNav ul li a:visited{
	padding: 0 0 0 20px;
	line-height: 33px;
}

#customNav ul li a:hover{
	line-height: 33px;
	padding: 0 0 0 20px;
	margin: 0;

}

.widget h2{
	background: none !important;
}

/* Shopping Cart */
span.pricedisplay{
	width: auto;
}

.checkout-total{
	margin: 0;
}

/* @end */

