/*
Theme Name: beramus WordPress Theme
Theme URI: http://www.beramus.de/
Description: A WordPress Theme used by beramus. Based on Twenty Ten by WordPress
Author: Michael Mueller based on the work of the WordPress team
Template: twentyten
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/
@import url("../twentyten/style.css");


/*Allgemeines Layout*/

#site-title, #site-description {
	display: none;
}
#branding img {
	border: 0;
}
#wrapper {
	margin-top: 14px;
	padding: 0;
}

#header {
	padding: 0;
}

/*Farbschema*/

body {
	background: #274166;
}


/*Navigation*/

#access {
	background: #023143;
}

#access a {
	display: block;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	font-size: 15px;
	font-weight: bold;
}


#access li:hover > a, #access ul ul :hover > a {
background: #023143;
color: white;
}

#site-info{
	margin-left: 40px;
}

/*Typographie*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content, #content input, #content textarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333;
font-size: 12px;
line-height: 16px;
}

#access .menu-header, div.menu {
margin-left: 30px;
width: 910px;
}

#content {
	margin-left: 40px;
}

#main a:link,
#main a:visited{
	color: #507DBC;
	text-decoration: none;
}

#main a:hover{
	color: #507DBC;
	text-decoration: underline;
}
#content .entry-title {
	color:#003142;
	font-size: 23px;
	font-family: Helvetica, Arial, sans-serif;
}

#content .entry-title  a:link,
#content .entry-title a:visited{
	color:#003142;
	text-decoration: none;
}
#content .entry-title  a:hover{
	text-decoration: underline;
}






