/*
	Author Name	: Ryan Price
	Author Site	: http://ryanpricemedia.com
	Style Name	: Liberatr K2
	Style URI	: http://getk2.com/
	Version		: 0.1
	Comments	: Based on K2 by Michael Heilemann & Chris J Davis
*/

body {
	background:#262E3A;
}

#page {
	/* The entire design is contained within the 'page' id */
	border:0;
	}
	
	/* just above the header semantically and visually */
#adblock-head {
		position: absolute;
		padding:3px 26px;
		top:0px;
		background:#7C98B9;
	}
	
#header {
	/* Contains the H1 and menu */
	background:#262E3A url('logo.gif') no-repeat scroll 0 42px;
	height:140px;
	}
	
.blog-title {
	padding-top:35px;
	}
	
#sidebar-3 {
	postition: relative;
	top:-43px;
}
	
#header ul.menu {
	padding-left: 0px;
	left: 0px;
	}
	
ul.menu li a {
	background:#4E5F6F;
	}

ul.menu li a:hover {
	background:#7C98B9;
	}
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover, ul.menu li.current_page_ancestor a, ul.menu li.current_page_ancestor a:hover {
	background:#FFF;
	}
	
.content {
	background:url('sidebar_bg.gif') repeat-y scroll top right;
	}

.content .stub {
	position:relative;
	right:-20px;
	height:8px;
	background:url('sidebar_bg_top.gif') no-repeat scroll top right;
	}
	
.primary {
	/* Contains the main column */
	}

#primary img, #primary .itemtext img {
	border: none !important;
  }

.secondary {
	/*background:#A1BADE;*/
	}

.item {
	/* Each entry is contained within the 'item' class */
	}

.itemtext {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

.frage { 
    font-size: 1.2em; 
    font-style: italic;
    color: #776666;
    }

#landing-sites-wrap {
  background:#FFECB2;
  border:2px solid #FFD65C;
  padding:1em 2em;
}
