/* äëÿ ie6 */
* html #content {position:relative; margin:0 auto; padding:0;}

body {
	background:url(images/page-back.jpg) no-repeat top center #3f808a;
	margin:0;
    font-family: Georgia, Verdana;
	font-size: 13px;
}

html:root #bodymagic {display: table; background:url(images/page-back.jpg) no-repeat top center; background-color: #3f808a;}
html:root #content {width:763px;}
html:root #content .col02 {margin-right:-2px;}

@font-face {
    font-family: LateNite; /* Èìÿ øðèôòà */
    src: url(fonts/LATENITE.TTF); /* Ïóòü ê ôàéëó ñî øðèôòîì */
   }
   
#container {
	width:819px;
	margin:0 auto;
	position:relative;
	height:252px;
}

ul	{list-style-type: none;}
	
/* search form */

#search {
	position:absolute;
	text-align:right;
	width:250px;
	left:528px;
	top:5px;
	z-index:100;
}
#search form {
	padding:0;
	margin:0;
}
#search .txtField {
	border:1px solid #fff;
	width:138px;
	margin:0;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/search-back.gif) transparent;
}
#search .btnSearch {
	border:1px solid #fff;
	color:#fff;
	margin:0;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(images/btn-back.gif) transparent;
}

img {border:0;}
 
img.alignleft {
float:left;
	margin-right:10px;
	margin-bottom:5px;
}

/* menu */

#menu-holder {
	position:absolute;
	top:43px;
	left:457px;
	width:319px;
	overflow:hidden;
}
#menu {
	width:319px;
	height:42px;
	margin:0;
	padding:0;
	position:relative;
}
#menu li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
#menu li, #menu a {
	height:42px;
	display:block;
}
#home {
	text-indent:-300em;
	overflow:hidden;
	left:0px;
	width:107px;
}
#about {
	text-indent:-300em;
	overflow:hidden;
	left:107px;
	width:107px;
}
#archives {
	text-indent:-300em;
	overflow:hidden;
	left:214px;
	width:106px;
}

#home a:hover {
	background:transparent url(images/menu.gif) 0px 0px no-repeat;
}
#about a:hover {
	background:transparent url(images/menu.gif) -107px 0px no-repeat;
}
#archives a:hover {
	background:transparent url(images/menu.gif) -214px 0px no-repeat;
}


/* blog title */

#title {
	position:absolute;
	top:145px;
	left:75px;
	color:#fff;
	font-family: Tahoma, Verdana;
	font-size:11px;
	width:370px;
	overflow:hidden;
}
#title h2 {
    font-family: LateNite, serif, Georgia;
	color:#fff;
	margin:0 0 1px;
	font-size:20pt;
}
#title a {
	color:#fff;
	text-decoration:none;
}
#title a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #e7d8cf;
}


/* content */

#content #thumbnail {
        border: rgb(222, 214, 203) 1px solid;
        margin-bottom: 10px;
        padding: 3px;
        width: 130px;
        display: block;
        background: rgb(230, 234, 219);
        height: 126px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=98);
        cursor: hand;
        text-decoration: none;
}

#content {
	background:url(images/notepad-back.gif) repeat-y;
	width:762px;
	margin:0 auto;
	padding-right:55px;
}

#content blockquote {
	padding:0 0 0 30px;
	background:url(images/blockquote.gif) no-repeat 0 50%;
}
#content .col01 {
	float:left;
	padding-left:70px;
	width:465px;
	font-size:12px;
	line-height:20px;
	text-align:justify;
}
#content .col01 h3 {
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia;
	margin:0;
	padding:0 0 10px;
	background:url(images/line.gif) repeat-x bottom;
}
#content .col01 h4 {
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, erif;
	margin:0;
	padding:0 0 16px;
	background:url(images/line.gif) repeat-x bottom;
}
#content .col01 h3 a {
	color:#000;
	text-decoration:none;
}
#content .col01 h3 a:hover {
	background-color:#f4f0db;
}
#content .col01 .post {
	padding-bottom:30px;
}
#content .col01 .thumbnail {
	float:right;
	margin:10px 0 10px 10px;
}
#content .col01 .meta {
	font-size:11px;
	text-align:right;
	background:url(images/line.gif) repeat-x;
	padding-top:8px;
}
#content .col01 .post-inner {
	position:relative;
}
#content .col01 .post-inner .date-tab {
	position:absolute;
	top:0px;
	left:-98px;
	height:64px;
	width:83px;
	background:url(images/date-tab.gif) no-repeat;
}
#content .col01 .thumbnail {
	float:right;
	margin:12px 0 12px 12px;
}
.month {
	text-align:right;
	display:block;
	padding:6px 16px 6px 0;
	font-size:11px;
}
.day {
	text-align:right;
	display:block;
	padding:6px 16px 2px 9px;
	font-size:11px;
	font-weight:bold;
}
#content .col01 .post-inner a {
	color:#000;
	position:relative;
	text-decoration:none;
	border-bottom:1px dashed #868585;
	background:#f4f0db;
}
#content .col01 .post-inner a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	background:#fffbc1;
}
#content .col01 .meta a {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #868585;
}
#content .col01 .meta a:hover {
	color:#000;
	text-decoration:none;
	border-style:none;
}

#content .col02 {
	float:right;
	width:212px;
	font-size:11px;
	line-height:16px;
	margin-right:-3px;
}
#content .col02 .recent-posts {
	width:212px;
	background:url(images/postitBack.gif) repeat-y;
}
#content .col02 .recent-posts ul {
	padding:0;
	margin:0;
	margin-left: 6px;
}
#content .col02 .recent-posts ul li {
	font-size:1.1em;
	line-height:14px;
	list-style:none;
	padding:0;
	margin:0;
}
#content .col02 .recent-posts ul li .listMeta {
	font-size:10px;
}
#content .col02 .recent-posts ul li a {
	color:#990000;
	border-top:1px solid #ffffbe;
	display:block;
	width:170px;
	margin:0 auto;
	padding:4px 0 4px 26px;
	background:url(images/bullet-postit.gif) no-repeat 6px 5px;
	text-decoration:none;
}
#content .col02 .recent-posts ul li a:hover {
	text-decoration:none;
	color:#E60000;
	font-weight: 500;
	background:url(images/bullet-postit-ons.gif) no-repeat 6px 5px #FFFFCC;
}
#content .col02 .postit-bottom {
	width:188px;
	height:62px;
	background:url(images/postit-bottom.gif) no-repeat;
	padding:12px 12px 0;
	font-size:11px;
	text-align:right;
}
#content .col02 .postit-bottom a {
	color:#21565E;
}
#content .col02 .postit-bottom a:hover {
	color:#21565E;
	text-decoration:none;
}

#content .col02 .categories-upper {
	height:124px;
	background:url(images/categories-upper.gif) no-repeat;
}
#content .col02 .categories {
	background:url(images/categories-back.gif) repeat-y;
}
#content .col02 .categories ul {
	margin:0;
	padding:0;
}
#content .col02 .categories ul li {
	font-size:1.1em;
	line-height:14px;
	list-style:none;
}
#content .col02 .categories ul li a {
	color:#21565E;
	text-decoration:none;
	margin:0 auto;
	display:block;
	width:170px;
	padding:4px 0 4px 30px;
	background:url(images/bullet-note.gif) no-repeat 10px 6px;
}
#content .col02 .categories ul li a:hover {
	text-decoration:none;
	color:#FF3399;
	background:url(images/bullet-postit-on.gif) no-repeat 10px 6px #F2F2F2;
}
#content .col02 .categories-btm {
	height:68px;
	background:url(images/categories-btm.gif) no-repeat;
}

#content .col02 .links {
	background:url(images/txt-friends-links.gif) no-repeat 50% 8px;
	padding-top:20px;
}
#content .col02 .links ul {
	margin:0 0 20px;
	padding:0;
}
#content .col02 .links ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
	background:url(images/line-inner.gif) no-repeat bottom;
}
#content .col02 .links ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:212px;
	padding:6px 0;
}
#content .col02 .links ul li a:hover {
	text-decoration:none;
	color:#000;
}

#content .col02 .side-meta {
	background:url(images/txt-misc-debris.gif) no-repeat top right;
}
#content .col02 .side-meta ul {
	margin:10px 0;
	padding:0;
}
#content .col02 .side-meta ul li {
	font-size:10px;
	line-height:14px;
	list-style:none;
}
#content .col02 .side-meta ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:212px;
	padding:2px 0;
}
#content .col02 .side-meta ul li a:hover {
	text-decoration:none;
	color:#000;
}

#content .znakomstvo a {
	width:93px;
	height:33px;
	position:absolute;
	margin:0;
	left:480px;
	font-size:11px;
	text-indent:-400px;
	z-index:102;
	overflow:hidden;
	background:url(images/link-newer.gif) no-repeat 0 0;
}
#content .znakomstvo a:hover {
	background:url(images/link-newer.gif) no-repeat 0 -33px;
}

.post-content {
	padding:10px 0;
	margin:3px 0;
	border-top:#7D8593 1px solid;
}

.post-title {
	font-family:Georgia, Arial, Serif;
	font-size:13px;
	color: #767E8D;
	margin:0;
	font-weight:bold;
}

/* footer */

#footer-holder {
	width:819px;
	margin:0 auto;
	position:relative;
}
#footer-holder .footer {
	width:932px;
	height:300px;
	position:absolute;
	top:0px;
	left:-54px;
	background:url(images/footer.jpg) no-repeat;
	z-index:100;
}

#footer-holder .txt a.n:link, a.n:visited, a.n:active {color: #60A3A6; text-decoration: none; font-size: 11px;} #footer-holder .txt a.n:hover {color: #75AFB3;}

#footer-holder .txt a {
	color:#000;
}
#footer-holder .txt a:hover {
	color:#000;
	text-decoration:none;
}
#footer-holder .txt {
	width:542px;
	position:absolute;
	top:101px;
	left:182px;
	text-align: justify;
	font-size:11px;
	line-height:16px;
	color:#000;
	z-index:105;
	height:150px;
	overflow:hidden;
}
#footer-holder .smashing a {
	width:66px;
	height:61px;
	position:absolute;
	top:160px;
	left:709px;
	font-size:11px;
	text-indent:-400px;
	z-index:102;
	overflow:hidden;
	background:url(images/logo-smashing.gif) no-repeat 0 0;
}
#footer-holder .smashing a:hover {
	background:url(images/logo-smashing.gif) no-repeat 0 -61px;
}
#footer-holder .rss a {
	width:55px;
	height:55px;
	position:absolute;
	top:165px;
	left:130px;
	font-size:11px;
	text-indent:-400px;
	z-index:103;
	overflow:hidden;
	background:url(images/icon-rss.gif) no-repeat 0 0;
}


/* next previous */

.previous a {
	float:left;
	width:93px;
	height:33px;
	text-indent:-400px;
	background:url(images/link-older.gif) no-repeat 0 0;
	overflow:hidden;
}
.previous a:hover {
	background:url(images/link-older.gif) no-repeat 0 -33px;
}
.next a {
	float:right;
	width:93px;
	height:33px;
	text-indent:-400px;
	background:url(images/link-newer.gif) no-repeat 0 0;
	overflow:hidden;
}
.next a:hover {
	background:url(images/link-newer.gif) no-repeat 0 -33px;
}


/* comment styles */

.comments, .name, .email, .website, .txt-email-sub, .txt-website-example {
	display:block;
	text-indent:-800px;
	font-size:10px;
	overflow:hidden;
	margin:0;
	padding:0;
}
.comments {
	height:27px;
	background:url(images/txt-your-comment.gif) no-repeat;
}
.name, .email, .website {
	width:80px;
	float:left;
	margin-right:12px;
	clear:left;
}
.name {
	height:30px;
	background:url(images/txt-name.gif) no-repeat top right;
}
.email {
	height:30px;
	background:url(images/txt-email.gif) no-repeat top right;
}
.website {
	height:30px;
	background:url(images/txt-website.gif) no-repeat top right;
}
.txt-email-sub {
	height:20px;
	background:url(images/txt-email-sub.gif) no-repeat 90px 0;
	clear:both;
}
.txt-website-example {
	height:20px;
	background:url(images/txt-site-example.gif) no-repeat 90px 0;
	clear:both;
}
#commentform {
	padding:0;
	margin:0;
}
#commentform .comment-field {
	border:1px solid #939393;
	width:320px;
	margin:0;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
	float:left;
}
#commentform .comment-box {
	border:1px solid #939393;
	width:425px;
	margin:0 0 10px;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
}
#commentform .btnComment {
	border:1px solid #fff;
	color:#fff;
	margin:0;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	background:url(images/btn-back.gif) transparent;
	float:left;
	clear:left;
}

.post-nav {text-align: justify;}

.page_item {
	background: url(images/bullet.gif) no-repeat 0px;
	padding-left: 1.7em;
}

/* comment list */

.commentlist {
	margin:20px 0;
	padding:0;
}
.commentlist li {
	padding:12px 0;
	background:url(images/line-inner.gif) no-repeat bottom;
	font-size:12px;
	line-height:20px;
	list-style:none;
}
.commentlist li a {
	color:#000;
	position:relative;
	text-decoration:none;
	border-bottom:1px dashed #868585;
	background:#f4f0db;
}
.commentlist li a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	background:#fffbc1;
}
.commentdate {
	display:block;
	padding:0 0 6px;
	font-size:10px;
}
.commentlist li cite {
	font-weight:bold;
	font-style:normal;
}

input, textarea 
{
	background: #F3F6ED;
	border: #E1D6C6 1px solid;
}

.count {
	filter: alpha(Opacity=95);
		}
.count2 {
	filter: alpha(Opacity=50);
		}
.count3 {
	filter: alpha(Opacity=70);
		}
.counter {
	filter: alpha(Opacity=10,FinishOpacity=10,Style=1);
		}
		
a.bablo:link, a.bablo:visited, a.bablo:active { color:#336666; font-size: 10px; font-family: Verdana; text-decoration: none;}
a.bablo:hover {color: #669999; text-decoration: underline;}

a.tlink:link, a.tlink:visited, a.tlink:active {
	color:#000;
	text-decoration:none;
	border-bottom:1px dashed #868585;
	background:#f4f0db;
}
a.tlink:hover {
	color:#900F2E;
	text-decoration:none;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	background:#fffbc1;
}

#content .col01 .post-inner .articl {background: url(images/bullet.gif) no-repeat 5px 8px; padding-left:25px; text-align: left;}

#content .col01 .post-inner a.articles:link, a.articles:visited, a.articles:active {
    background: #F7F7F7 !important;
	border:0 !important;
	color:#78550C !important;
	text-decoration:none;
}
#content .col01 .post-inner a.articles:hover {
	color:#000 !important;
	border-bottom:1px solid #fff !important;
	border-top:1px solid #fff !important;
	background:#fffbc1 !important;
}

.post-footer 
{
	padding-top:20px;
	background:url(images/divider.gif) no-repeat center;
}
