#page-container {
	width: 900px;
	margin: 0px auto;
	text-align: left; }

#page-navigation {
	background: url("../images/bg_page_navigation.png") no-repeat 0% 0%;
	padding: 10px 0px 0px 20px; }

#page-content {
	background: url("../images/bg_page_content.png") repeat-y 0% 0%;
	padding: 0px 10px 0px 10px; }

#page-footer {
	background: url("../images/bg_page_footer.png") no-repeat 0% 100%;
	padding: 10px 25px 20px 20px;
	text-align: right; }

#content-wrapper {
	padding: 10px 20px 0px 0px; }

#content-main {
	width: 570px;
	float: left;
	padding: 0px 0px 0px 0px; }

#content-sidebar {
	width: 265px;
	float: right; }

#post-full {
	padding: 0px 0px 0px 0px; }
	
/* Page content
------------------------------------------------------*/

#post-full h2 {
	font: bold 1.6em Arial, Tahoma, sans-serif;
	color: #666633;
	margin: 0px 0px 0px 11px;
	padding: 0px 0px 10px 0px; }

#post-full h3 {
	font: bold 1.6em Arial, Tahoma, sans-serif;
	color: #666633;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dashed #584624; }
	
#post-full h3 a {
	color: #666633; }

#post-full h4 {
	font: bold 1.3em/140% Arial, Tahoma, sans-serif;
	color: #009900;
	margin: 20px 0px 10px 0px;
	text-transform: uppercase; }

#post-full h4 span {
	color: #009900; }

#post-full h4.posted {
	font: bold 1.0em/140% Arial, Tahoma, sans-serif;
	color: #009900;
	margin: -15px 0px 5px 0px;
	text-transform: none;
	xtext-align: right; }
#post-full h4.buttons {
	margin: -25px 0px 5px 0px;
	xtext-align: right; }

/* Page content - sidebar
------------------------------------------------------*/
#content-sidebar h2 {
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-transform: none;
	margin: 0px 0px 10px 0px;
	padding: 10px 5px 13px 15px; }

#sidebar {
	margin: 0px;
	padding: 0px;
	list-style: none; }

#sidebar li {
	margin-bottom:10px;
	padding-bottom: 15px;
	background: #f1f1e8 url("../images/bg_sidebar_widget.gif") no-repeat 0% 100%; }

#sidebar li .textwidget {
	color: #888e65;
	padding: 0px 15px 0px 15px; }

#sidebar li li {
	margin-bottom: 2px;
	padding: 0px 10px 0px 12px;
	background: url("../images/images/bullet_2.gif") no-repeat 0px 5px; }

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style: none;
	display: inline-block; }

#sidebar li ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

#sidebar li.main2 h2	{	background: url("../images/rightside-top.gif") no-repeat 0px 0px; }
#sidebar li.main h2	{	background: url("../images/rightside-top.gif") no-repeat 0px 0px; }

#sidebar li a {
	font: normal 0.8em Arial, Tahoma, sans-serif;
	text-decoration: none; }

#sidebar li.main2 a {
	text-transform: uppercase;
	font-weight: bold; }
	
#sidebar li.main2 ul {	
	padding-left: 10px; }

#sidebar li.main2 li {	
	float: left;
	background: url("../images/icon_category.gif") no-repeat 0px 0px;
	width: 105px;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 22px; }

#sidebar li.images ul {	
	padding-left: 10px; }

#sidebar li.main li {	
	float: left;
	background: url("../images/icon_category.gif") no-repeat 0px 0px;
	width: 210px;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 22px; }

#sidebar li.main a {
	text-transform: uppercase;
	font-weight: bold; }

#sidebar li a:hover {
	text-decoration: underline; }


/* Page content extras
------------------------------------------------------*/
#content-extras a {
	color: #90380e; }

#content-extras .inner {
	padding: 0px 15px 0px 15px; }


/* Page footer
------------------------------------------------------*/
#page-footer p {
	font: normal 1.0em/150% Arial, tahoma, sans-serif;
	color: #45371b;
	text-decoration: none;
	margin: 0px; }

#page-footer a {
	color: #45371b; }
	
a {
	text-decoration:none;
	color: #008000; }

a:hover {
	color:#666633; }

/* Short story
------------------------------------------------------*/	
.post { 
	/*border: #ccc solid 1px;*/ 
	border-bottom: #ccc dashed 1px;
	height:100%;
	display: block;
	margin: 0 0 10px 10px;
	overflow: auto;
	background:#fff; 
	padding: 0px 0 18px 0;
	text-align:left;
	padding:6px;
	color: #000;
	clear:both; }

.post img{border:1px;}

.post h2{
	font-size:12pt;
	margin:0px; }

.posttop{

        font-family:Arial, Tahoma;
	text-align:left; }

.posttop h2 a{
	font-size:12pt;
	color:#666633;
	font-family:Helvetica;
	padding: 0px 0px 0px 8px;
	margin:0;

	font-weight:bold; }




.posttop h2 a:hover { color: #009900; }

.posttop small { 
	padding:0px 8px 0px 8px;
	font-size:.9em; }

.posttop small a:hover { 
	text-decoration:underline }

.entry {
	padding: 5px 0 8px 8px;
	font-size: 1em;
	overflow:auto;	
        text-align:left;
        font-family:Arial, Helvetica, sans-serif; }

.entry p { padding: 0; margin-top: 10px; }

.entry .more { 
	float: left; 
	margin: 0px 0 0 0; 
	background: #666633; 
	border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	color: white; 
	padding: 0px 0px 0px 6px; 
	font-weight:bold; 
	font-size: .7em;
	clear:both; 
	display:block; 
	width:45px; }
	
.entry .comments {
	float: left;
	font-weight:normal; 
	font-size:.9em; 
	padding: 5px 5 5 5px }

.entry .date {
	float: right;
	color: rgb(153, 153, 153);
	font-weight:normal; 
	font-size:.9em; }

.slink {
	color: #717171;
	font-size: 11px;
	font-family: tahoma;
}
.rating {
	float: left;
	font-weight:normal; 
	font-size:.9em; 
	padding: 10px 0 0 8px;
	margin-top: 10px; }
	
/* Page navigation
------------------------------------------------------*/

.navigation {
	color: #999966;
	font-weight: bold;
	font-size:11px }
.navigation a:link,
.navigation a:visited,
.navigation a:active {
	text-decoration:none;
	color: #999966;
	background:#f1f1e8;
	border:1px solid #cccc99;
	padding:3px 6px;
	font-size:11px }
.navigation a:hover {
	text-decoration:none;
	color: #999966;
	background:#f1f1e8;
	border:1px solid #999966;
	padding:3px 6px;
	font-size:11px }
	
.zakladki {float: left; padding: 0px 35px 0px 0px; }

/* Comments 
------------------------------------------------------*/

.comments-area { 
	height:100%;
	display: block;
	margin: 0 0 0px 18px;
	overflow: auto;
	background:#fff; 
	text-align:left;
	color: #000;
	clear:both; }

.commentlist {
	padding: 0;
	text-align: justify; }

.commentlist li {
	margin: 5px 0px 10px 0px;
	padding: 7px;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #F8F8F8;
	list-style: none;
	border: 1px solid #E1E1E1; }

.commentlist li.alt {
	background-color: #eff3f7;
	border: 1px solid #d5def2; }

.commentlist li.author {
	background-color: #eff3f7;
	border: 2px solid #d5def2; }

.commentlist li:hover {
	border: 1px solid #FFCC99;
	background-color: #ddeed6; }

ol.commentlist li span.moderate {
	background-color: #EEE;
	border: 1px solid #e59d9d; }

.comment-text {
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	text-align: left;
	margin: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
	line-height: 20px; }
	
.comment-num {
	float: right;
	font-size: 22px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 10px; }

.info-comment {
	margin: 0px;
	font-size: 12px;
	line-height: 22px;
	color: #666; }

.info-comment a {
	font-size: 12px; }

.info-comment a:hover {
	text-decoration: underline; }

.gravatar-comment {
	float: left;
	margin: 0px 7px 7px 0px;
	padding: 3px;
	border: 1px solid #E1E1E1;
	background-color: #FFF; }

.gravatar-single img {
	padding: 3px; }

.gravatar {
	border: 1px solid #E1E1E1;
	float: right;
	margin: 0px 0px 0px 10px;
	background-color: #FFF; }

.gravatar img {
	padding: 3px; }
	
.info-single {
	padding: 10px;
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 30px;
	height: 67px;
	vertical-align: middle;
	color: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #E1E1E1;
	background-color: #F8F8F8; }

.info-single .gravatar {
	float: left;
	margin: 0px 7px 0px 0px;
	border: 1px solid #CCC;
	background-color: #FFF; }
	
.post-reply {
	display: block;
	padding: 5px 0px 0px 0px;
	text-align: right; }
	
.raiting {
	padding: 0px 0 5px 5px;
	font-size: 1em;
	overflow:auto;	
    text-align:left;
    font-family:Arial, Helvetica, sans-serif; }

.postImage{ 
	width: 100px; 
	height: 100px; 
	float: left;
    margin-bottom:8px; }



/* Page content - comment forms
------------------------------------------------------*/

#post-comment
{
	border-top: 5px solid #e2e2ca;
	background-color: #f3f3ec;
	padding: 20px; }

#post-button
{
	background-color: #f3f3ec; }

#content-main #post-comment input, #content-main #post-comment textarea
{
	background-color: #fff;
}

#content-main label
{
	display: block;
	font: bold 1.0em/120% Arial, tahoma, sans-serif;
	color: #45371b;
	float: left;
	width: 180px;
	margin: 5px 0px 0px 0px;
}

#content-main input, #content-main textarea
{
	float: left;
	width: 290px;
	background-color: #f3f3ec;
	border: 1px solid #c5c59f;
	font: normal 1.1em/120% Arial, tahoma, sans-serif;
	color: #45371b;
	margin: 0px 0px 10px 0px;
	padding: 4px;
}

#content-main textarea
{
	width: 320px;
	height: 150px;
}

#content-main .comment
{
	display: block;
	float: none;
	margin: 0px 0px 5px 0px;
	width: 470px;
}

#content-main label.comment
{
	margin-top: 10px;
}

#content-main input.submit
{
	display: block;
	float: left;
	width: 200px;
	background-color: #c5c59f;
	border: 1px solid #c5c59f;
	font: normal 1.2em/120% Helvetica, Arial;
	color: #45371b;
	margin: 10px 0px 10px 0px;
	padding: 5px;
}

#content-main input.submit:hover
{
	color: #ca4d0f;
}

#content-main input:focus, #content-main textarea:focus
{
	border: 1px solid #45371b;
}
