/*
Theme Name: K2-everymans
Template: k2-103
Theme URI: the-theme's-homepage
Description: a K2 child theme for Acacia School, Livingstone	
Author: Bernd Eversmann
Author URI: www.eversmanns.de
Style Footer: &copy Acacia School 2009, powered by wordpress and k2
Header Width: 850
Header Height: 200
Layout Widths: 580, 850, 970
*/

/*- Typography */

body {
    font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 66%; /* 62.5%: 1em ~ 10px  */
	}

strong, em, b, i {
    font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, sans-serif;
	}

h1, h2, h3, h4, h5, h6, .blog-title {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	}


/* Page structure */
body { background: url(images/bg.jpg) fixed;
	}

#page {	padding-top: 0px; 
		border: 0px solid #AEAEAE;
	}

#beforeheader { width: 850px;
	height: 15px;
	background: url(images/bg.jpg) fixed;
	}
	
#header {
	margin-top: 0px;
	border-top: 10px solid #f93;
	background: url(images/headers/header05.jpg)
	}
	
#logo { position: absolute;
	z-index: 99;   
	/* padding: 0; margin: 0 20px 0 10px; */
	top: 20px; left: 680px;
	}

.columns-two #page {
	width: 850px;
	}

#primary {
	position: relative;
	float: left;
	width: 530px;
	padding: 10px;
	}

#footer {
	padding: 7px 0 10px 0;
	margin-bottom: 15px;
	text-align: center;
	color: #888;
	width: 850px;
	background: #666 url(images/footerbg36.png) repeat-x;
	
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}

#footer a {
	color: #999;
	font-weight: normal;
	font-style: italic;
	border-bottom: 0;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: none;
	color: #000;
	}
	
/* Headings */
.blog-title a:hover {
	text-decoration: none;
	}

#header .description { /* Description in header */
	font-size: 1.2em;
	}

.four04 .entry-title,
body.page .entry-title {
	text-align: left;
	}


.page-head {
	margin: 20px 0 -5px 0;
	text-align: left;
	}
.page-head h1 {
	font-size: 2.4em;
	}	
	
.entry-title, h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.4em;
	padding-top: 0.4em;
	}
	
.entry-title, .entry-title a, .entry-title a:visited,
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #f93;
	}
	
/*- Primary Contents */
.hentry {
	margin: 5px 0 15px;
	position: relative;
	}

.entry-content {
	font-size: 1.15em;
	line-height: 1.5em;
	text-align: justified;
	color: #444;
	}	

/* Menu */
ul.menu li a {
	padding: 5px 15px;
	font-size: 1.2em;
	}

ul.menu li a:hover {
	background: #039;
	color: #eee;
	}
	
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 {
	color: #039;
	font-weight: bold;
	background: white;
	text-decoration: none;
	}
	
.entry-head .entry-meta {
	background: none;
	padding-left: 0;
	}

/* submenu below header */
#submenubox { margin: 8px 0 0 30px; }

ul.submenu,
ul.submenu li {
	float: left;
	list-style: none;
	}

ul.submenu li a {
	padding: 3px 20px 3px 0;
	font-size: 1.2em;
	}

ul.submenu li a:hover {
	background: #fff;
	color: #039;
	}
	
ul.submenu li.current_page_item a,
ul.submenu li.current_page_item a:hover,
ul.submenu li.current_page_ancestor a,
ul.submenu li.current_page_ancestor a:hover {
	color: #039;
	font-weight: bold;
	background: white;
	text-decoration: none;
	}

/* Links */
a {
	color: #27d;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #69f;
	}
	