/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Salomon Kronthaler
	Author Site	: http://service.sk74.com
	Style Name	: Annett
	Style URI	: http://service.sk74.com
	Version		: 0.1
	Comments	: feel the move
*/

body {
	font-size: 62.5% Helvetica, 'Helvetica Neue', Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	text-align: center;
	background: #4D9ECC /*url(wave_bg_01.gif) repeat-y 0 -400px*/;
}

#page {
	text-align: left;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	border: 1px solid #ddd;
	border-top: none;
	clear: both;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
#page {
	border: none;
	padding: 0px;
	margin-bottom: 0px;
	background: #fff url(pagebg-cornertop.gif) no-repeat left 200px;
}

#header {
	/* Contains the H1 and menu */
	background: transparent url('header-annett_02.gif') top center no-repeat;
	height: 200px;
	padding-bottom: 0px;
	margin-top: 0px;
	background-color: #4D9ECC;
}



/* Contains the header navigation */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 10px;
	left: 20px;
	width: 90%;
	
}

ul.menu li a {
	display: block;
	padding: 5px 15px;
	font-size: 1em;
	color: white;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	}

ul.menu li a {
	font: 1.2em Helvetica, 'Helvetica Neue', Arial, Verdana, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0;
	padding: 0px 15px 0px;
	/*background-color: #3E4B97;*/
}

ul.menu li a:hover {
	background: none;
	color:  #701F28 !important;
	text-decoration: none;
}

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,
body.single ul.menu li.blogtab a,
body.single ul.menu li.blogtab a:hover {
	color:  #701F28 !important;
	background: none;
	text-decoration: none;
	/*background-color: #E6E2AF;*/
}

/* H1 is used for the title of your blog */
/*h1, h1 a, h1 a:hover, h1 a:visited,*/
#header .description, .blog-title {
/* following statement renders yours blog-title invsible without ungoogleing it */
	text-indent: -5000px;
	}
	
	
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 2.0em;
	font-weight: bold;
	letter-spacing: -1px;
	}
	

h1, h2, h3, h4 {
	font-family: Helvetica, 'Helvetica Neue', Arial, Verdana, Sans-Serif;
	text-transform: uppercase;
	text-align: left;
}


h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #701F28;
	}

h2 a:hover,
h3 a:hover,
h4 a:hover {
	text-decoration: none !important;
	color: #4D9ECC !important;
	}

.four04 .entry-title,
body.page #current-content .entry-title {
	margin-left: 0px;
	text-align: left;
	}
	
.admintab a {
	position: fixed;
	top: 5px;
	right: 5px;
	color: #333 !important;
	background: #cfcfcf;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.admintab a:hover {
	background: #333 !important;
	color: white !important;
}

.secondary h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.2em !important;
	font-weight: bold !important;
	letter-spacing: 0px;
	padding: 0 !important;
	display: block;
	width: 88%;
	padding: 3px 6%;
	color: #a10914;
	border-bottom: 1px solid #B31255;
}

#primary .entry-content h3 {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 25px;
	color:  #005A92;
	}

#primary .entry-content h4 {
	font-size: 1.0em;
	font-weight: bold;
	color:  #005A92;
	margin-top: 25px;
	}

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 1.2em;
	font-weight: bold;
	}
/*#primary a, #primary a:hover, #primary a:visited:hover,.secondary a, .secondary a:hover, .secondary a:visited:hover*/

#primary .entry-title, h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.0em;
	font-weight: normal;
	}
	
.secondary a, .secondary a:hover, .secondary a:visited:hover{ 
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: -1px;
	}
		
	
a {
	color: #4D9ECC;
	}	

.entry-content p {
	margin-bottom: 30px !important;
}
	
		
.entry-content {
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: left;
	color: #444;
}
		
/*.entry-content img {
	padding: 10px;
	background-color: #ccc;
}*/
	
#footer {
	clear: both;
	padding: 0 0 10px;
	text-align: center;
	color: #000;
	background: transparent url(pagebg-cornerbottom.gif) no-repeat center bottom;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

#footer a {
	color: #000;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #701F28;
	}

