/*	-------------------------------------------------------------
	BLUE SCHEME
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	background: #fefefe url("../../images/bg_body.png") no-repeat top center; }
	
/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	color:#5c4b38; }	

a.signupnowsmall {
  	color:#fff;
  	text-shadow: 1px 1px 0 #251e16;
  	background: #cfab90 url("../../images/bg_button_light.png") repeat-x bottom center;
  	border:1px solid #634027;} 

a.signupnowsmall:hover {
  	background: #e7a251 url("../../images/bg_button.png") repeat-x bottom center; } 
	
/*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.container {
	background: transparent url("../../images/bg_container.gif") repeat-x top left; }

.content-top {
	background: transparent url("../../images/content_top.png") no-repeat top left; }

.content {
	background: transparent url("../../images/content_bg.png") repeat-y left bottom; }

.content-btm {
	background: transparent url("../../images/content_btm.png") no-repeat top left; }

/*	-------------------------------------------------------------
	MISC (NEED A CLEANUP!)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

div.block p.meta span {
	color:#5c4b38; }

/*	-------------------------------------------------------------
	INTERFACE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.header h1 {
	background:transparent url("../../images/logo.png") no-repeat top left; } /* YOUR LOGO IMAGE */

/* SHOWCASE */	
.showcase {
	background: transparent url("../../images/bg_showcase.png") no-repeat top center; }

.showcase h2, .showcase p {
	color:#fff;
	text-shadow: 0 1px 0 #251e16;} 

	.showcase #slider a {
		color:#fff;
		border:1px solid #251e16;
		text-shadow: 1px 1px 0 #251e16;
	 	background: #ac7137 url("../../images/bg_button.png") repeat-x bottom center; }

		.showcase #slider p a:hover {
			background: #e7a251 url("../../images/bg_button.png") repeat-x bottom center; }


/* PAGE TITLE */
.page-title {
	background: transparent url("../../images/bg_showcase.png") no-repeat top center; }

.page-title h2 {
	color:#fff;
	text-shadow: 0 1px 0 #251e16; }

	.page-title ul.nav li a {
		color:#fff;
		letter-spacing:-0.7px;
		text-shadow: 0 1px 0 #251e16; }

		.page-title ul.nav li a:hover, .page-title ul.nav li.current_page_item a {
			color:#f3ead9;}


/*	-------------------------------------------------------------
	TABLES (PRICING)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

table#plans thead th em.tagline {
	color: #5c4b38; }

table#plans thead th h5 {
	color: #5c4b38; }

table#plans td.most_popular a.signupnowsmall {
	border:1px solid #251e16;
	text-shadow: 1px 1px 0 #251e16;
 	background: #ac7137 url("../../images/bg_button.png") repeat-x bottom center; }

	table#plans td.most_popular a.signupnowsmall:hover {
	  	background: #e7a251 url("../../images/bg_button.png") repeat-x bottom center; }

/*	-------------------------------------------------------------
	BLOG
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p.articlemeta span {
	color:#000; }

.post .comments {
	background: transparent url("../../images/icon_comment.png") no-repeat 0 0; }
	
li.rss {
  	background: url("../../images/icon_rrssubscribe.png") no-repeat 0 2px; }

.commentlist li.bypostauthor cite {
	color:#5c4b38; }
	
#commentform #submit {
	color:#fff;
	border:1px solid #251e16;
	text-shadow: 1px 1px 0 #251e16;
 	background: #ac7137 url("../../images/bg_button.png") repeat-x bottom center; }

#commentform #submit:hover {
	background: #e7a251 url("../../images/bg_button.png") repeat-x bottom center; }

#infos {
	background: #fff url("../../images/bg_info.png") repeat-x bottom center; }

#infos #rss a {
  	background:transparent url("../../images/icon_rrssubscribe.png") no-repeat 0 2px; }

/*	-------------------------------------------------------------
	FORM
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

form input.submit {
	color:#fff;
	border:1px solid #251e16;
	text-shadow: 1px 1px 0 #251e16;
 	background: #ac7137 url("../../images/bg_button.png") repeat-x bottom center; }

	form input.submit:hover {
		background: #e7a251 url("../../images/bg_button.png") repeat-x bottom center; }

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

.footer a.twitter {
	font-size:11px;
	height:32px;
	line-height:32px;
	display:block;
	padding-right:45px;
	border:none;
	background:transparent url("../../images/twitter.png") no-repeat top right; }


