/*

This stylesheet was created by sofamade.com
exclusively for the koziarski.com web interface.
Copyright (c) Sofamade. All rights reserved.

*/

/* @group CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.22em;
	font-family: inherit;
	vertical-align: baseline;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

/* @end */

/* @group Structure */

body {
	text-align: center;
    background: #e6e6d8 url(../images/body.png) repeat;
}

#fader {
	background: url(../images/fader.png) repeat-x center top;
	border-top: solid 6px #c5e330;
}

#container {
	width: 900px;
}

#container, #navigation, #layout, .return, .comment, .comment-me, .comment-last, #search-fields {
	text-align: left;
	margin: 0 auto;
	display: inline-block;
}

#container, #navigation, #layout, .return, .comment, .comment-me, .comment-last, #search-fields {
	display: block;
}

#container:after, #navigation:after, #layout:after, .return:after, .comment:after, .comment-me:after, .comment-last:after, #search-fields:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end */

/* @group Header */

#header {
	text-align: left;
	margin: 50px 0 30px 40px;
}

/* @end */

/* @group Navigation */

#navigation {
	color: #ececec;
	font: 87.5% Georgia, "Times New Roman", Times, serif;
	background: #7c7c7c url(../images/navigation.png) no-repeat center top;
	text-align: left;
	min-height: 28px;
	height: auto !important;
	height: 28px;
	padding: 12px 0 0;
	margin-bottom: 40px;
}

#navigation #left {
	width: 750px;
	padding-left: 40px;
	float: left;
}

#navigation #right {
	width: 40px;
	padding-right: 40px;
	float: right;
}

#navigation #right a:link, #navigation #right a:visited {
	color: #fff;
	text-decoration: none;
}

#navigation #right a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#navigation #left a:link, #navigation #left a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#navigation #left a:hover {
	background-color: #adcc15;
}

/* @end */

/* @group Layout */

#layout-top {
	background: #fff url(../images/layout-top.png) no-repeat center top;
	padding-top: 25px;
}

#layout {
	color: #7c7c7c;
	text-align: left;
	background: #fff url(../images/layout.png) repeat;
	padding: 15px 40px 25px;
}

#layout-bottom {
	background: #fff url(../images/layout-bottom.png) no-repeat center bottom;
	padding-top: 25px;
}

/* @end */

/* @group Home */

#layout-left {
	width: 550px;
	padding-right: 25px;
	border-right: 1px solid #d5d5d5;
	float: left;
}

.box, .results {
    margin-bottom: 25px;
}

.entry, .entry-last, .tags {
	padding-bottom: 25px;
	border-bottom: 1px solid #d5d5d5;
	overflow: hidden;
}

.entry, .tags {
	margin-bottom: 25px;
}

.entry h1, .entry-last h1, .box h1, .tags h1, .results h1, .all-tags h1, #leave-comment h1 {
	color: #adcc15;
	font: bold 125% Georgia, "Times New Roman", Times, serif;
	line-height: 1.32em;
	padding: 5px 0 5px 15px;
	margin-bottom: 2px;
	border-left: 5px solid #505050;
}

.entry h1 a:link, .entry h1 a:visited, .entry-last h1 a:link, .entry-last h1 a:visited, .return h2 a:link, .return h2 a:visited {
    color: #adcc15;
    text-decoration: none;
    line-height: 1.32em;
}

.entry h1 a:hover, .entry-last h1 a:hover, .return a:hover {
    color: #adcc15;
    text-decoration: none;
    border-bottom: 1px solid #adcc15;
}

.entry p, .entry-last p, .box p, blockquote {
	color: #7c7c7c;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.52em;
	padding: 10px 0 5px;
}

.entry p a:link, .entry p a:visited, .entry-last p a:link, .entry-last p a:visited {
	color: #4e4e4e;
	text-decoration: none;
	background-color: #f0f1e8;
	border-bottom: 1px solid #cdcdb5;
}

.entry p a:hover, .entry-last p a:hover {
	color: #333;
	text-decoration: none;
	background-color: #f0f1e8;
	border-bottom: 1px solid #cdcdb5;
}

.entry .date, .entry-last .date {
	color: #4e4e4e;
	font: 68.75% Verdana, Arial, Helvetica, sans-serif;
	padding-top: 25px;
}

.entry .date a:link, .entry .date a:visited, .entry-last .date a:link, .entry-last .date a:visited {
	color: #4e4e4e;
	text-decoration: none;
	border-bottom: 1px solid #4e4e4e;
}

.entry .date a:hover, .entry-last .date a:hover {
	color: #333;
	border-bottom: 1px solid #333;
}

.entry img, .entry img a:link, .entry img a:visited, .entry-last img, .entry-last img a:link, .entry-last img a:visited {
	background-color: #e6e6d8;
	padding: 5px;
	margin: 15px 0 10px;
}

.entry img a:hover, .entry-last img a:hover {
	background-color: #d8d7ca;
}

#previous {
	color: #4e4e4e;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	text-align: left;
    padding-left: 40px;
    padding-bottom: 15px;
	background: #fff url(../images/layout.png) repeat;
}

#previous a:link, #previous a:visited {
	color: #333;
	text-decoration: none;
}

#previous a:hover {
	border-bottom: 1px solid #333;
}

/* @end */

/* @group Single */

.comment, .comment-me {
	margin-bottom: 25px;
	border-bottom: 1px solid #d5d5d5;
}

.comment-me {
	background-color: #eeedde;
}

.avatar {
	font: 68.75% Verdana, Arial, Helvetica, sans-serif;
	width: 60px;
	padding-left: 15px;
	float: left;
}

.avatar img {
	background-color: #e6e6d8;
	padding: 5px;
}

.commentor, .commentor-last {
	width: 455px;
	float: right;
}

.commentor {
	margin-bottom: 20px;
}

.commentor h1, .commentor-last h1 {
	color: #adcc15;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	padding: 5px 0 10px;
}

.commentor h2, .commentor-last h2 {
	color: #4e4e4e;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	padding: 5px 0 10px;
}

.commentor h1 .date, .commentor h2 .date, .commentor-last h1 .date, .commentor-last h2 .date {
	color: #555;
	font: 68.75% Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
}

.commentor p, .commentor-last p {
	color: #7c7c7c;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.52em;
	padding-bottom: 15px;
}

#layout-left form {
	color: #555;
	font: bold 75% Verdana, Arial, Helvetica, sans-serif;
	padding-top: 13px;
}

.sub-text {
	color: #7c7c7c;
	font: italic 95% Verdana, Arial, Helvetica, sans-serif;
}

#comment_author, #comment_author_email, #comment_author_url  {
    font: 15px Verdana, Arial, Helvetica, sans-serif;
	margin: 3px 0 18px;
	width: 79.5%;
}

textarea {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    margin: 3px 0 18px;
	width: 80%;
	height: 120px;
}

#comment-message {
	color: #333;
	font: bold 75% Verdana, Arial, Helvetica, sans-serif;
	padding-top: 15px;
}

#comment-errors {
	color: #adcc15;
	padding-bottom: 15px;
}

#comment-errors li {
	padding: 2px 0;
}

/* @end */

/* @group Post Formatting */

.entry h2, .entry-last h2, .entry h3, .entry-last h3, .entry h4, .entry-last h4, .entry h5, .entry-last h5, .entry h6, .entry-last h6 {
	color: #4e4e4e;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
}

.entry h2 a:link, .entry h2 a:visited, .entry-last h2 a:link, .entry-last h2 a:visited, .entry h3 a:link, .entry h3 a:visited, .entry-last h3 a:link, .entry-last h3 a:visited, .entry h4 a:link, .entry h4 a:visited, .entry-last h4 a:link, .entry-last h4 a:visited, .entry h5 a:link, .entry h5 a:visited, .entry-last h5 a:link, .entry-last h5 a:visited, .entry h6 a:link, .entry h6 a:visited, .entry-last h6 a:link, .entry-last h6 a:visited {
	color: #4e4e4e;
    text-decoration: none;
}

.entry h2 a:hover, .entry-last h2 a:hover, .entry h3 a:hover, .entry-last h3 a:hover, .entry h4 a:hover, .entry-last h4 a:hover, .entry h5 a:hover, .entry-last h5 a:hover, .entry h6 a:hover, .entry-last h6 a:hover {
	color: #555;
    text-decoration: none;
    border-bottom: 1px solid #555;
}

.entry ul, .entry-last ul, .entry ol, .entry-last ol {
	color: #7c7c7c;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.52em;
	padding: 15px 0 10px;
}

.entry ul li, .entry-last ul li {
	line-height: 1.52em;
	margin-left: 40px;
	padding: 3px 0;
	list-style-type: disc;
	list-style-position: outside;
}

.entry ol li, .entry-last ol li {
	line-height: 1.52em;
	margin-left: 40px;
	padding: 3px 0;
	list-style-type: decimal;
	list-style-position: outside;
}

table.CodeRay {
	margin: 15px 0 10px;
	border-left: 5px solid #c7c7c7;
}

td.line_numbers pre {
	font: 75% "Courier New", Courier, mono;
	text-align: right;
	padding: 10px 0 10px 10px;
}

td.code pre {
	color: #7c7c7c;
	font: 75% "Courier New", Courier, mono;
	padding: 10px 0 10px 10px;
	overflow: hidden;
}

.commentor {
	color: #7c7c7c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.52em;
	overflow: hidden;
}

.commentor a:link, .commentor a:visited, .entry ul a:link, .entry ul a:visited, .entry-last ul a:link, .entry-last ul a:visited, .entry ol a:link, .entry ol a:visited, .entry-last ol a:link, .entry-last ol a:visited {
	color: #4e4e4e;
	text-decoration: none;
	background-color: #f0f1e8;
	border-bottom: 1px solid #cdcdb5;
}

.commentor a:hover, .entry ul a:hover, .entry-last ul a:hover, .entry ol a:hover, .entry-last ol a:hover {
	color: #333;
	text-decoration: none;
	background-color: #f0f1e8;
	border-bottom: 1px solid #cdcdb5;
}

.commentor ol, .commentor ul {
	color: #7c7c7c;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 15px 40px;
}

.commentor ol li, .commentor ul li {
	padding: 2px 0;
	list-style-type: disc;
}

/* @end */

/* @group Search & Tags */

.tags {
	padding-bottom: 40px;
}

.return {
	padding-top: 23px;
}

.return .date {
	color: #333;
	font: bold 75% Verdana, Arial, Helvetica, sans-serif;
	width: 80px;
	padding-top: 2px;
	float: left;
}

.return .article {
	width: 460px;
	float: right;
}

.return h2 {
	color: #adcc15;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	line-height: 1.32em;
}

.return .article p {
	color: #7c7c7c;
	font: 68.75% Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.52em;
	padding-top: 3px;
}

#no-tags {
	color: #7c7c7c;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	padding-top: 15px;
}

.all-tags {
	padding-top: 10px;
}

.all-tags p {
	color: #7c7c7c;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	padding-top: 17px;
}

.all-tags a:link, .all-tags a:visited {
    color: #7c7c7c;
    text-decoration: none;
}

.all-tags a:hover {
	color: #333;
	text-decoration: none;
	background-color: #f0f1e8;
	border-bottom: 1px solid #cdcdb5;
}

/* @end */

/* @group Archives */

.archives h2 {
	color: #4e4e4e;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	padding: 30px 0 5px;
}

.archives h2 a:link, .archives h2 a:visited {
    color: #4e4e4e;
    text-decoration: none;
}

.archives h2 a:hover {
    color: #555;
    text-decoration: none;
    border-bottom: 1px solid #555;
}

.archives p {
	color: #7c7c7c;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.52em;
	padding: 0 20px 0 0;
}

/* @end */

/* @group Layout Right */

#layout-right {
	width: 220px;
	float: right;
}

#search-box {
    padding-bottom: 30px;
}

#search-box h1 {
	color: #adcc15;
	font: bold 125% Georgia, "Times New Roman", Times, serif;
	padding: 5px 0 20px;
}

#search-box p {
	color: #7c7c7c;
	font: 68.75% Verdana, Arial, Helvetica, sans-serif;
}

#search-box #q {
	padding: 2px;
    font: 15px Verdana, Arial, Helvetica, sans-serif;
	width: 135px;
    margin-right: 7px;
	float: left;
}

#search-box #search {
	float: left;
}

#search-box p {
    padding-top: 5px;
}

#layout-right .right-nav {
	padding: 30px 0 10px;
	border-top: 1px solid #d5d5d5;
}

#featured {
	padding: 30px 0 15px;
	border-top: 1px solid #d5d5d5;
}

#layout-right .right-nav h1, #featured h1 {
	color: #adcc15;
	font: bold 125% Georgia, "Times New Roman", Times, serif;
}

#featured h1 {
	padding-bottom: 15px;
}

#featured h2 {
	color: #4e4e4e;
	font: bold 75% Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

#featured h2 a:link, #featured h2 a:visited {
	color: #4e4e4e;
	text-decoration: none;
	border-bottom: 1px solid #4e4e4e;
}

#featured h2 a:hover {
	color: #4e4e4e;
	text-decoration: none;
	border-bottom: none;
}

#featured p {
	color: #7c7c7c;
	font: 68.75% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.52em;
	padding-bottom: 15px;
}

#layout-right .right-nav ul {
	padding: 12px 0 25px 20px;
}

#layout-right .right-nav ul li {
	color: #7c7c7c;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bullet.png) no-repeat left 9px;
    width: 180px;
	list-style-type: none;
	padding:5px 0 5px 15px;
}

#layout-right .right-nav ul a:link, #layout-right .right-nav ul a:visited {
	color: #7c7c7c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #7c7c7c;
}

#layout-right .right-nav ul a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
}

a:link.sidebar-link, a:visited.sidebar-link {
	color: #7c7c7c;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #f0f1e8;
	border-bottom: 1px solid #cdcdb5;
}

a:hover.sidebar-link {
	color: #333;
	text-decoration: none;
	background-color: #f0f1e8;
	border-bottom: 1px solid #cdcdb5;
}

/* @end */

/* @group Footer */

#footer {
	color: #555;
	font: 68.75% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.52em;
	text-align: center;
	padding: 25px 0 80px;
}

#footer a:link, #footer a:visited {
	color: #adcc15;
	text-decoration: underline;
}

#footer a:hover {
	color: #333;
	text-decoration: underline;
}

/* @end */

/* End of Stylesheet */