@charset "UTF-8";

/*
	Theme Name: kulturbanause blog v3.1
	Theme URI: http://www.kulturbanause.de/
	Description: Winter Theme Extention
	Version: 3.1
	Author: Jonas Hellwig
	Author URI: http://www.kulturbanause.de/
*/

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------I global tags I------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

body { background:black url(../img/winter/bg-body.jpg) top center repeat-y; }

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------I global classes I---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.emap {
	background:url(../img/winter/bg-emap.jpg) 0 0 no-repeat;
	display:block;
	height:395px;
	width:514px;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------I wrapper I----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#top-wrapper { background:url(../img/winter/bg-top-wrapper.jpg) top center no-repeat; }

#bottom-wrapper { background:url(../img/winter/bg-bottom-wrapper.jpg) top center no-repeat; }

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------I logo I---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#header h1 a { background:url(../img/winter/bg-h1.jpg) no-repeat scroll 0 0; }

#header h1 a:hover { background:url(../img/winter/bg-h1.jpg) 0 -134px no-repeat; }

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------I navi I---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

a.blog {
	width:146px;
	background:url(../img/winter/navi-blog.jpg) 0 0 no-repeat;
}

a.blog span {
	width:146px;
	background:url(../img/winter/navi-blog.jpg) 0 -69px no-repeat;
}

a.portfolio {
	width:174px;
	background:url(../img/winter/navi-portfolio.jpg) 0 0 no-repeat;
}

a.portfolio span {
	width:174px;
	background:url(../img/winter/navi-portfolio.jpg) 0 -69px no-repeat;
}

a.resources {
	width:189px;
	background:url(../img/winter/navi-resources.jpg) 0 0 no-repeat;
}

a.resources span {
	width:189px;
	background:url(../img/winter/navi-resources.jpg) 0 -69px no-repeat;
}

a.about {
	width:161px;
	background:url(../img/winter/navi-about.jpg) 0 0 no-repeat;
}

a.about span {
	width:161px;
	background:url(../img/winter/navi-about.jpg) 0 -69px no-repeat;
}

a.contact {
	width:172px;
	background:url(../img/winter/navi-contact.jpg) 0 0 no-repeat;
}

a.contact span {
	width:172px;
	background:url(../img/winter/navi-contact.jpg) 0 -69px no-repeat;
}

a.rss {
	width:138px;
	background:url(../img/winter/navi-rss.jpg) 0 0 no-repeat;
}

a.rss span {
	width:138px;
	background:url(../img/winter/navi-rss.jpg) 0 -69px no-repeat;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------I content I----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* ----------I links I---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.post a:link,
.post a:visited {
	color:#1e698f;
	text-decoration:none;
}

.post a:hover,
.post a:active {
	color:#5f794c;
	text-decoration:none;
}

/* ----------I headlines I--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

div.post h2 a:link,
div.post h2 a:visited {
	background:url(../img/winter/bg-h2.gif) 0 0 no-repeat;
	color:#efece1;
}

div.post h2 a:hover,
div.post h2 a:active {
	background:url(../img/winter/bg-h2.gif) 0 -32px no-repeat;
}

/* ----------I read more link I-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.post a.more-link:link,
.post a.more-link:visited { background:url(../img/winter/button-read-more.png) 0 0 no-repeat; }

.post a.more-link:hover { background:url(../img/winter/button-read-more.png) -173px 0 no-repeat; }

.post a.more-link:active { background:url(../img/winter/button-read-more.png) -346px 0 no-repeat; }

/* ----------I meta I--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.post-meta a:link,
.post-meta a:visited { color:#1e698f; }

.post-meta a:hover,
.post-meta a:active { color:#5f794c; }

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------I comments I------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* ----------I links I---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
		
.comments a:link,
.comments a:visited { color:#1e698f; }

.comments a:hover,
.comments a:active { color:#5f794c; }

/* ----------I submit I------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.comments input#submit {
	border-bottom:1px solid #0d415b;
	border-left:1px solid #5499bc;
	border-right:1px solid #0d415b;
	border-top:1px solid #5499bc;
	background:#165474;
	color:#efece1;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------I search I------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#search #searchform #searchsubmit {
	background:#536f41;
	border-bottom:1px solid #304b1d;
	border-right:1px solid #304b1d;
	border-left:1px solid #749360;
	border-top:1px solid #749360;
	color:#efece1;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------I Plugins I------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* ----------I contact form I---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#contactsubmit {
	border-bottom:1px solid #0d415b;
	border-left:1px solid #5499bc;
	border-right:1px solid #0d415b;
	border-top:1px solid #5499bc;
	background:#165474;
	color:#efece1;
}

/* ----------I pagebar I---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.pagebar a,
.pagelist .this-page {
	background: #165474;
	color:#efece1;
}

.pagebar a:visited {
	background: #165474;
	color:#efece1;
}

.pagebar .break {
	background: transparent;
	color:#1d2830;
}

.pagebar .this-page {
	background: #5f794c;
	color: #efece1;
}

.pagebar a:hover {
	background: #5f794c;
	color: #efece1;
}