/*	-------------------------------------------------------------
	BLUE SCHEME
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	background: #fefefe 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.current_page_item a {
		color:#a9eaff;}

/*	-------------------------------------------------------------
	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; }

/*	-------------------------------------------------------------
	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 ul.socialnetworks {
    float:right;
    margin:0;
    padding:10px 0 0 0;
    list-style-type: none; }
	 
.footer ul.socialnetworks li {
	 float:left;
	 margin:0 0 0 5px; }

