/*
	CSS files kept in the 'styles' directory can be used to
	customize 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 styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Daniel
	Author Site	: http://daniel-woerster.de
	Style Name	: SPD
	Style URI	: http://daniel-woerster.de
	Version		: 1.0
	Comments	: In Anlehnung an das SPD-Layout vom Januar 2009
*/

/*- Typography */

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

strong, em, b, i {
    font-family: Verdana, Arial, sans-serif;	}

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

.comments input[type=text], .comments textarea, code {
	font-family: Monaco, "Courier New", Courier, monospace;
	}
	

body {
	background-image: url(bg_body.gif);
	background-repeat: repeat-x;
	background-color: white;
	}

#page {
	/* The entire design is contained within the 'page' id */
	margin-top: 0px;
	width: 940px;
	}
	
.columns-two #page {
	width: 940px;
	}
	
	
#header {
	/* Contains the H1 and menu */
	height: 228px;
	background-color: transparent;
	/*background-image: url(bg_header.jpg);*/
	background-image: url(bg_body.gif);
	background-repeat: repeat-x;
	/*background-repeat: no-repeat;*/
	width: 940px;
	}
	
body.columns-two #primary-wrapper {
	float: left;
	margin-right: -380px;
	width: 100%;
	}

body.columns-two #primary {
	margin-right: 120px;
	}

body.columns-two .secondary {
	float: right;
	}
	
#primary {
	position: relative;
	float: left;
	width: 525px;
	/*padding: 10px;*/
	margin-top:-5px;
	}
	
.secondary {
	width: 310px;
	float: left;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	position: relative;
	padding: 0 10px;
	overflow: hidden;
	}
	
h1 {
	font-size: 3em;
	}

h1.blog-title {
	font-weight: bold;
	letter-spacing: -1px;
	padding: 70px 220px 0;
	}

h1.blog-title a,
#header .description {
	text-decoration: none;
	color: black;
	padding: 5px;
	color: #3D9DB5;
	}


h1.blog-title a:hover {
	text-decoration: none;
	}

#header .description { /* Description in header */
	font-size: 1.8em;
	margin: 0 220px;
	}
	
#primary {
	/* Contains the main column */
	}

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

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	margin-top: 0px;
	}

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

.secondary {
	/* Contains both sidebars */
	}
	
/*- Main Menu in Header */

.page-head {
	margin: 10px 0;
	}

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

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a {
	font-size: 1em;
	background: white;
	color: #559DB3;
	margin: 0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	}

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

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: none;
	}

h2 a:hover, h2 span a:hover {
	color: #C30016 !important;
	}
	
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 2.5em;
	font-weight:normal;
	letter-spacing: -1px;
	}

a {
	color: #E2001A;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #E2001A;
	}
	
#footerpre {
	clear: both;
	margin: 0 auto;
	height: 25px;
	margin-bottom: 3px;
	text-align: center;
	color: #fff;
	background-color: #559DB3;
	font-size: 13px;
	}
	
	#footerpre p {
	line-height: 1.9em;
	}
	
#footerpre a {
	color: #fff;
	/*border-bottom: 1px solid #ccc;*/
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px;
	}
	
#footerpre a:hover {
	background-color: #E2001A;
	border: 1px solid #fff;
	padding:1px;
}
	
#footer {
	clear: both;
	margin: 0 auto;
	height: 58px;
	text-align: center;
	color: #fff;
	background-color: #E2001A;
	}
	
#footer .footerstyledwith {
display:none;
}


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

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

#footer .wp-version,
#footer .k2-version {
	display: none;
	padding-left: 0.3em;
	}

.footerstats {
	display: none;
}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #E2001A;
	text-decoration: none;
	}
	


	
.widget_pages li a {
font-size: 1.3em;
line-height: 1.6em;
font-weight: bold;
letter-spacing: 1px;
margin-top: 0;
text-transform: uppercase;
color:#fff;
background-color:#E10019;
width: 298px;
padding-left:10px;
vertical-align: middle;
background: url(bg_dotted_white.gif) repeat-x left bottom; padding-bottom: 2px; }

.widget_pages li a:hover {
background-color:#72000D;
}

.widget_pages li a{ display: block;vertical-align: middle;}

.widget_pages ul {
width: 308px;
background-color: #E10019;
border: solid 1px #E2001A; border-bottom: 0; background: #e10019 url(bg_mainnav_1.gif) repeat-x left top; 
margin-bottom: -2px; padding-bottom: -5px;
vertical-align: middle;
}


.widget_pages hr { border: 0; border-top: solid 1px #E2001A; border-bottom: solid 3px #fff; font-size: 0.05em; margin-top: -2px;}

.widget_pages h4 {
display: none;
}

.widget_pages li ul a {background: #DDEBF0;width:auto;font-size: 1.2em;line-height: 1.3em;font-weight: bold;text-transform: none;padding:3px;padding-left:12px;}
.widget_pages li ul a:hover {color:#E2001A;width: auto;}
.widget_pages li ul li a {background: #DDEBF0;width:auto;font-size: 1.2em;color:#93000F;display: list-item;}
.widget_pages li ul li a:hover {background-color: #fff;}
.widget_pages li ul a:hover {background: transparent;color:#E2001A;}
.widget_pages li ul {background: #DDEBF0;border:none;width: auto;color:#93000F;margin-left:0.5px;}

.widget_pages .current_page_item a,
.widget_pages .current_page_item a:hover
 {
	color: #fff;
	text-decoration: none;
	background-color:transparent;
	}
	
.widget_pages .current_page_item ul li a
 {
	color: #93000F;
	text-decoration: none;
	}

.widget_pages .current_page_item li a:hover {background-color: #fff;color:#E2001A;}

.widget_flickrRSS h4 {
	background-image: url(bg_galleryheader.gif);
	background-position: left;
	background-repeat: no-repeat;
	line-height: 80px;
	color: #fff;
	padding-left:110px;
	padding-top: 10px;
	text-transform: uppercase;
}

.widget_flickrRSS img {
	margin-left:2px;
	margin-bottom: 2px;
}

.widget_links h4 {
	text-transform: uppercase;
	color:#1C4C5C;
	font-weight: bold;
	}

.widget_links ul {
	border: 1px solid #72909A;
	display: block;
	padding-bottom: -5px;
	background-image: url(pixel.gif);
	background-position: bottom;
	background-repeat: repeat-y;
}

.widget_links li a {
border-bottom: 1px #000 dotted;
padding-left: 20px;
display: block;
font-weight: bold;
font-size: 1.4em;
line-height: 1.8em;
background-image: url(icon_link.gif);
background-position: left;
background-repeat: no-repeat;
	
}