/*
	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	: René Samselnig
	Author Site	: http://sdm-net.org
	Style Name	: sdm-net
	Style URI	:
	Version		: 0.3
	Comments	:
*/

body {
	font-family: 'Bitstream Vera Sans',Verdana,sans-serif;
	font-size: 80%;
}

body.wordpress {
	background-image: url(background.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding-bottom: 0;
	padding-top: 33px;
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Georgia",serif;
}

h1 {
	font-size: 20px;
	padding-top: 72px;
}

#primary h2 {
	font-size: 2em;
}

#primary h3 {
	font-size: 1.6em;
}

#primary h4 {
	font-size: 1.4em;
}

#primary h5 {
	font-size: 1.3em;
}

#primary h6 {
	font-size: 1.2em;
}

h2,
h3,
p {
	text-align: left;
}

a,
.entry-content a:visited {
	color: #3465a4;
}

a:hover,
.entry-content a:hover {
	color: #4e9a06;
}

#page {
	/* The entire design is contained within the 'page' id */
	background-color: transparent;
	border-width: 0;
	padding-top: 0;
}

#header {
	/* Contains the H1 and menu */
	background-color: transparent;
	-moz-border-radius: 0 0 0 0;
	height: 90px;
	padding-top: 12px;
	padding-bottom: 12px;
}

#header .description {
	margin-left: 116px;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	color: #eeeeec;
}

#header h1 a {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(logo-2.0.png);
	display: block;
	width: 316px;
	height: 70px;
}

#header h1 a span {
	display: none;
}

#header .description {
	width: 240px;
	color: #888a85;
	font-size: 85%;
}

#header h1.blog-title {
	margin: 0;
	padding: 0;
}

#primary {
	/* Contains the main column */
	padding-left: 0;
	width: auto;
}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	padding: 5px 0;
}

.entry-content {
	/* The meat and potatoes of every entry */
	color: #2e3436;
	line-height: 1.5em;
	font-size: 1.1em;
}

.entry-content {
	background: url(separator.png) no-repeat bottom center;
	padding-bottom: 20px;
}

.secondary {
	/* Contains the sidebar */
	padding-bottom: 160px;
	background: url(logo_large.png) bottom center no-repeat;
}

.secondary h2 {
	display: block;
}

#footer {
	background: url(footer-bg.png) repeat-x #888a85;
	padding: 0;
	margin-bottom: 24px;
	color: #2e3436;
	height: 43px;
}

#footer a,
#footer a:hover {
	color: #2e3436;
}

#footer p {
	text-align: center;
	font-size: 80%;
}

ul.menu {
	left: 360px;
	top: 22px;
	height: 40px;
	width: 390px;
}

ul.menu li {
	display: block;
	float: left;
	margin-left: -1px;
}

ul.menu li a,
ul.menu li a:hover {
	color: #2e3436;
	background-color: #555753;
	background-image: url(menu-a.png);
	background-repeat: repeat-x;
	border: 1px solid transparent;
	border-color: transparent #555753;
	height: 27px;
	line-height: 27px;
	display: block;
	-moz-border-radius: 0;
}

ul.menu li a:hover,
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	background: #eeeeec;
	background-image: none;
	border-width: 3px 1px 4px 1px;
	border-color: #eeeeec #555753;
	margin-top: -2px;
}

ul.menu li.admintab {
	position: absolute;
	border-right: 1px solid transparent;
	right: 0;
	bottom: 42px;
}

ul.menu li.admintab a,
ul.menu li.admintab a:hover {
	background: none;
	border-color: transparent;
	padding: 0;
	height: auto;
}
ul.menu li.admintab a:hover {
	margin-top: 0;
	border-width: 1px;
	text-decoration: underline;
}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #2e3436;
}

.navigation a {
	color: #888a85;
}

.entry-meta {
	color: #babdb6;
}

.entry-meta a,
.comment-meta a {
	color: #888a85;
}

.widget ul {
	padding-left: 0;
}

.widget ul li {
	list-style-image: url(list-image.png);
	margin-left: 20px;
}

#commentlist li .commentauthor {
	font-size: 1.2em;
}

#commentlist li .comment-content {
	line-height: 1.3em;
}

#s {
	width: 72%;
}

.secondary {
}

.columns-two #page {
}

body.columns-two #primary-wrapper {
}

#tag_cloud {
	text-align: center;
}

#tag_cloud h4 {
	text-align: left;
}

#rollpages {
	left: 5em;
}

.content {
	padding-left: 0;
	padding-right: 0;
}
