/*
	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 : Stefan Grassberger
	Author Site	: http://www.stefangrassberger.at
	Style Name	: StevyGee’s Blog Style
	Style URI	: http://www.stefangrassberger.at
	Version	: 1.4
	Comments	: White and orange!
*/

body { margin: 10px 0 15px; background-color: #f9cc7a; }

#page {
	/* The entire design is contained within the 'page' id */
	border: 1px solid #f89a34;
	background-color: white;
	padding: 0px 0 10px;
}

#header {
	/* Contains the H1 and menu */
	background: white;
}

::-moz-selection {
	background: #f7d28d;
	color: black;
}

::selection {
	background: #f7d28d;
	color: black;
}

/* Header Menu */

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	background: white;
}
ul.menu li a:hover { background: black; }

/* Sidebar mit weißem Hintergrund, Content hat dadurch rechts kein Padding */

.content {
	padding: 0 0 0 10px;
}

#primary {
	width: 540px;
}

#sidebar-1 {
	background-color: #fff7e9;

	width: 190px;
	margin-right: 0;
	margin-bottom: 0;
	padding: 10px 10px 10px 10px;
}

/* Überschriften */

h1 a:hover { text-decoration: none !important; }

h1 {
	font-size: 28px; /* optional. just to increase the font size. */
	display: block;
	color: #666; /* shadow color */
	background-color: transparent;
	white-space: nowrap; /* wrapping breaks the effect */
}

h1:before,
h1:after{
	/*content: "StevyGee's Project Blog"; /* generated text */*/
	display: block;
}


h1:after{
	margin-top: -1.05em;
	margin-left: -0.1ex;
	color: #fff; /* text color */
	background-color: transparent;
}

h2 a:hover, h2 span a:hover {
	color: #f89a34 !important;
}
.page-head h2 a {
	color: #f89a34 !important;
	text-decoration: none !important;
}

.page-head h2 {
	font-size: 2.4em !important;
	font-weight: normal;
	text-align: left;
}

.entry-title, .entry-title a {
	text-align: left !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
	color: #f89a34 !important;
}

/*h3.entry-title a { color: white !important; background-color: #f89a34; padding: 0 5px; }*/
h3.entry-title a { color: #f89a34 !important; }
h3.entry-title a:hover { text-decoration: none !important; }
#primary .entry-content h3 { font-size: 1.6em; }
#primary .entry-content h3 a { color: #f89a34; }
#primary .entry-content h3 a:visited { color: #f89a34; }

/* Links */

a, .itemtext a, .entry-category a, .commentslink a, .commentsrsslink a, .trackbacklink a,
.comment-meta a, .comment-edit a, .entry-edit a, .navigation a,
a:visited, .itemtext a:visited, .entry-category a:visited, .commentslink a:visited, .commentsrsslink a:visited, .trackbacklink a:visited,
.comment-meta a:visited, .comment-edit a:visited, .entry-edit a:visited, .navigation a:visited {
	color: #df7026; text-decoration: none; }
a:hover, .itemtext a:hover, .entry-category a:hover, .commentslink a:hover, .commentsrsslink a:hover, .trackbacklink a:hover,
.comment-meta a:hover, .comment-edit a:hover, .entry-edit a:hover, .navigation a:hover {
	color: #f89a34; text-decoration: underline; }

.entry-content a { color: #df7026; text-decoration: none; }
.entry-content a:visited { color: #f89a34; text-decoration: none; }
.entry-content h3 a:visited { color: #df7026; text-decoration: none; }
.entry-content a:hover { color: #f89a34; text-decoration: underline; }
	
/* Comments */

li.byuser {
	background: #fff7e9;
	border: 1px solid #f7d28d;
}
.commentauthor a, .commentauthor {
	font-weight: normal !important;
}

/* Grauer Text wird blau */

.chronodata, .entry-category, .comment-meta, .comment-edit, .comment-login,
#leavecomment, .comments #loading, #comments-closed-msg {
	color: #efc270;
}
small { color: #efc270; }

/* Images */

.entry-content img {
	/*margin: 0 5px;*/
	margin: 0 5px 5px 5px;
	background-color: #fff7e9;
	border: 1px solid #f7d28d;
	max-width: 100%;
}

.entry-content a img {
	padding: 4px;
}

.entry-content a:hover img {
	background-color: #f7d28d;
}

p img { padding: 0; max-width: 100%; }
img.smallimg { padding: 4px; margin: 0 0 0 5px; }
img.right, img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; float: right; }
img.left, img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; float: left; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.wp-smiley { border: none !important; background: none !important; padding: 0px !important; margin: 0px !important; vertical-align: text-bottom; }

blockquote { background-position: top left; }

.entry-content ol li, .entry-content ul li {
	list-style-type: square !important;
}

/* Footer */

#footer {
	color: #df7026;
	padding: 10px 0 20px;
}

#footer a {
	color: #df7026;
	border-bottom: none;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #df7026;
	border: none;
	text-decoration: underline;
}
	
body.smartposition #rollingarchives, #rollingarchives {
	width: 540px !important;
}

/* K2 Live Search Button überdeckt sonst Widget darunter */
.widget_search {
	padding-bottom: 10px !important;
}