/*
Author Name	: Thomas Wilhelm
Style Name	: WAM
Style URI	: http://wam.sachsmedia.tv/
Version		: 1.0
*/

*, h1, h2, h3, h4, h5, h6, .blog-title, strong, em, b, i {
	font-family: Georgia, serif;
}

#page {
	/* The entire design is contained within the 'page' id */
	padding-top: 0;
	}
	
#header {
	/* Contains the H1 and menu */
	/*height: 387px;*/
	background: #577907 url('../images/headers/wam_header.jpg');
	}
	
#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	text-align: left;
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}

a, a:hover, a:active, a:link, a:visited {
	color: #89ba17;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

.entry-edit a:hover, .comment-reply a:hover {
	background-color: #89ba17;
	color: #fff;
}

.entry-meta {
	display: none;
}

.comments {
	display: none;
}

ul.menu {
	position: absolute;
	bottom: 0;
	margin: 0 17px;
	}

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

ul.menu li {
	margin-right: 5px;
	}

ul.menu li a {
	padding: 5px 15px;
	font-size: 1em;
	color: #333;
	background: #ddd;

	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	}

ul.menu li a:hover {
	background: #89ba17;
	color: #fff;
	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 {
	color: #333;
	background: white;
	text-decoration: none;
	}

.blog-title, p.description {
	display: none;
}
