/* @override http://www.corinnadanzer.de/wp-content/themes/k2-rc6/styles/corinna-style/corinna1.css */

/*
  	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	: Jonas Lohse
	Author Site	: www.corinnadanzer.de
	Style Name	: Corinna
	Style URI	:
	Version		: 1.0
	Comments	:

*/


#page {
	background: white;
	padding: 0px 0 10px;
	border: 1px solid #5e5e5e;
	}

	
body {
	font: 62.5% "Lucida Grande", Lucida, Verdana, sans-serif; /* Resets 1em to 10px */
	color: #444;
	background: #d2d2d2 url(hg.gif) repeat-x;
	text-align: center;
	}


a {
	color: #4e48b8;
	text-decoration: none;
	}

h1, h2, h3, h4 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#header {
	background: black;
}

/* menue */

ul.menu li a {
	font-weight: bold;
	background: gray;
}

ul.menu li a:hover {
	background: #333;
	color: #eee;
	text-decoration: none;
	}

/* ende menue */
	


h1 { /* H1 is the title in the header */
	font-size: 3em;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0;
	padding: 25px 40px 0;
	color: white;
}

#header .description {
	margin: 0 40px;
	font-size: 1.5em;
}
	
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: 0px;
}

h3 { 
	font-size: 2.2em;
	letter-spacing: 0px;
}

h4 { 
	font-size: 2.0em;
	letter-spacing: 0px;
}

		
.primary {
	/* Contains the main column */
	}
#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.0em;
	font-weight: normal;
	letter-spacing: 0px;
	}

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

.entry-content {
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: left;
	color: #444;
	}


.secondary {
	/* Contains the sidebar */
	}

#linkpage ul {
	list-style-type: none;
}

#linkpage li {
	list-style-type: none;
	margin-top: 10px;
}

#linkpage h2 {
	font-size: 1.8em;
	letter-spacing: 0px;
	font-weight: normal;
	font-style: normal;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

ol.snap_nav {
	display: inline;
	float: left;
	clear: both;
	list-style: none;
}

ol.snap_nav li {
	display: block;
	float: left;
	padding: 0 2px 10px 0;
}

ol.snap_nav li a {
	font-weight: bold
}

ol.snap_nav li.snap_selected a {
	cursor: text;
}

ol.snap_titles {
	clear: both;
	display: block;
	border: 0;
	list-style: none;
}

#footer {
	color: #444;
	}
	
#footer a {
	color: #444;
		}

