/*

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: 600px;
}

#container, #navigation, .divider {
	text-align: left;
	margin: 0 auto;
	display: inline-block;
}

#container, #navigation, .divider {
	display: block;
}

#container:after, #navigation:after, .divider:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end */

/* @group Header */

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

/* @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: 450px;
	padding-left: 35px;
	float: left;
}

#navigation #right {
	text-align: right;
	width: 40px;
	padding-right: 35px;
	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: 10px 35px;
}

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

/* @end */

/* @group Index */

.divider {
	border-top: 1px solid #b8b8b8;
	padding-bottom: 10px;
}

.divider .date {
	color: #fff;
	font: 68.75% Verdana, Arial, Helvetica, sans-serif;
	line-height: 0.7em;
	text-align: center;
	text-transform: uppercase;
	background: #7c7c7c url(../images/date.png) repeat-x;
	padding: 7px 10px;
	float: right;
}

.divider .date-more {
	width: 35px;
	padding-top: 25px;
	background: url(../images/more.png) no-repeat center top;
	float: right;
}

h1 {
	color: #adcc15;
	font: bold 125% Georgia, "Times New Roman", Times, serif;
	padding-bottom: 8px;
}

h1, h1 a:link, h1 a:visited {
	color: #adcc15;
	text-decoration: none;
}

h1 a:hover {
	color: #adcc15;
    text-decoration: none;
    border-bottom: 1px solid #adcc15;
}

.link {
	padding-bottom: 25px;
}

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

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

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

.quote {
	color: #adcc15;
	font: bold 106.25% Georgia, "Times New Roman", Times, serif;
	margin-bottom: 45px;
	padding: 5px 0 5px 15px;
	border-left: 5px solid #505050;
}

.quote p {
	line-height: 1.52em;
}

.quote a:link, .quote a:visited {
	color: #4e4e4e;
	font: italic 81.25% Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background-color: #f0f1e8;
	border-bottom: 1px solid #cdcdb5;
}

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

.image {
	color: #7c7c7c;
	font: 68.75% Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0 45px;
}

.image img, .image a:link img, .image a:visited img {
	background-color: #e6e6d8;
	margin-bottom: 8px;
	padding: 5px;
}

.image a:hover img {
	background-color: #d8d7ca;
}

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

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

.chat {
	padding-bottom: 45px;
}

ul.chats {
	color: #7c7c7c;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.52em;
	margin-top: 5px;
	padding: 5px 0 5px 15px;
	border-left: 5px solid #505050;
}

ul.chats li {
	padding: 3px 0;
}

.chat .one {
	color: #505050;
	font-weight: bold;
}

.chat .two {
	color: #adcc15;
	font-weight: bold;
}

#previous {
	padding-top: 10px;
}

#previous, #previous a:link, #previous a:visited {
	color: #4e4e4e;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	text-align: center;
	text-decoration: none;
}

#previous a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
}

/* @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 */