﻿/*
	CSS files kept in the 'styles' 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 versions as well as debug any potential
	problems.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name		: 	Sebastian Moeller | Last Nightfall
	Author Site		: 	http://www.sebastian-moeller.net/
	Style Name		: 	Schwandorf
	Style URI		:	http://www.schwandorf-evangelisch.de/
	Version			:	2.0
	Header Height	:	200
	Comments		:	Exklusives Design der ev.-luth. Gemeinde Schwandorf
						Powered by: Leben auf 9,5 m²
*/

body {
	background: #C191BA;
	margin: 0;
	}

#header {
	background: white url('header.jpg') center center no-repeat;
	height: 200px;
	}
	
.columns-one #page {
	width: 900px;
	}

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

.columns-three #page {
	width: 900px;
	}

.primary {
	padding-left: 25px;
	}
		
#primary {
	position: relative;
	float: left;
	width: 600px;
	padding: 10px;
	}

ul.menu li a {
	display: block;
	padding: 5px 15px;
	font-size: 12px;
	color: #6D1C61;

	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	}
	
a, a:visited, .sidebar a:visited {
	color: #6d1c61;
	}
	
.post p a:visited {
	color: #6d1c61;
	}