/*	-------------------------------------------------------------
	BLUE SCHEME
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
html {
	height:101%; }
	
body {
	background-color: #f4f2dd; }
	
/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	color:#003951; }	

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: #f5f3dc url("../../images/Hintergrund.jpg") repeat-x top left; }


.content-top {
	background: transparent url("../../images/content_top_2.png") no-repeat top left; }

.content {
	background: transparent url("../../images/content_bg_2.png") repeat-y left bottom; }

.content-btm {
	background: transparent url("../../images/content_btm_2.png") no-repeat top left; height: 22px; }

/*	-------------------------------------------------------------
	MISC (NEED A CLEANUP!)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

div.block p.meta span {
	color:#1c6997; }

/*	-------------------------------------------------------------
	INTERFACE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.header h1 {
	background:transparent url("../../images/Logo.jpg") no-repeat top left; } /* YOUR LOGO IMAGE */

/* SHOWCASE */	
/* .showcase {
	background: transparent url("../../images/bg_showcase.png") no-repeat top center; } */

.showcase .slider_item { 
	padding-top: 15px;
	width: 410px; }

.showcase .slider_item p {
	width: 390px;
	font-size: 12px; }

.showcase .slider_item h2 {
	font-size: 21px; }

.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;
	margin-left: 20px; }

	.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: #f5f3dc url("../../images/twitter.png") no-repeat top right; }

