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

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

a {
	color:#1c6997; }	

a.signupnowsmall {
  	color:#fff;
  	text-shadow: 1px 1px 0 #144866;
  	background: #77b4d7 url("../../images/bg_button_light.png") repeat-x bottom center;
  	border:1px solid #4e99c4;} 

a.signupnowsmall:hover {
  	background: #77b4d7 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:#1c6997; }

/*	-------------------------------------------------------------
	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 .laptop {
	background: transparent url("../../images/laptop.png") no-repeat top right; }

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

/* 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 #323231; }

	.page-title ul.nav li a {
		color:#fff;
		text-shadow: 0 1px 0 #323231; }

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

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

table#plans thead th em.tagline {
	color: #35759e; }

table#plans thead th h5 {
	color: #1c6997; }

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

	table#plans td.most_popular a.signupnowsmall:hover {
	  	background: #4aa3d7 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 a {
	color:#1c6997; }
	
#commentform #submit {
	color:#fff;
	border:1px solid #1c6997;
	text-shadow: 1px 1px 0 #082848;
 	background: #1c6997 url("../../images/bg_button.png") repeat-x bottom center; }

#commentform #submit:hover {
	background: #4aa3d7 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 #1c6997;
	text-shadow: 1px 1px 0 #082848;
 	background: #1c6997 url("../../images/bg_button.png") repeat-x bottom center; }

	form input.submit:hover {
		background: #4aa3d7 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; }

