html, body{
        background: #fff;
        width: 100%;
        text-align: center;
        min-height: 100%;
        height: 100%;
}

body{
        font: 14px/24px Georgia, Times, serif;
        color: #6e6e6e;
}

a {
        color: #74b41c;
        text-decoration: none;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
	padding: 1px;
}

a:hover {
	color: #4d7502;
}

*:focus {outline: none;}

p {
	margin-bottom: 1em;
}

pre {
	font: 1em/1.714em Georgia, Times, serif;
}

code {
	font: 0.857em/1.2em "Consolas", "Lucida Console", Courier, monospace;
}

h1,h2,h4,h5,h6 {
    font-family: Georgia, serif;
    margin: 0;
}

h1 { font-size: 1.86em; line-height: 1.154em; margin-bottom: 15px; }
h2 { font-size: 1.5em; margin-bottom: 0.75em; }
h3 { font-size: 1.313em; line-height: 1.08em; margin-top: 0.6em; }

h1,h1 a,h2,h2 a,h3,h3 a{
        color: #6e6e6e;
	border: none;
}

h1 a:hover,h2 a:hover,h3 a:hover{
	color: #a3a3a3;
}

acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}

.inv {display:none;}

div.clear { clear: both; height: 0px; overflow: hidden; }

input.text, textarea, input.inputbox, select {
	padding: 10px;
	background: #fff;
	border: 1px solid #dedede;
	margin-bottom: 10px;
	min-width: 210px;
	color: #bdbcbd;
}

select{
    min-width: 232px !important;
}

input.text:focus, textarea:focus, input.inputbox:focus, select:focus{
	color: #6e6e6e;
	border-color: #74b41c;
}

input.checkbox{
	margin-bottom: 10px;
}

label.login-label{
	margin-right: 10px;
}

div.login-remember{
	float: left;
	margin-left: 40px;
	margin-top: 7px;
}

div.user-options{
	margin-left: 40px;
	text-align: center;
}

input.button, button {
	width: 100px;
	height: 35px;
	background: url(/design/button.png) no-repeat #add851;
	color: #5d5d5d;
	text-shadow: 0px 1px 0px #f3ffd2;
	border: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	cursor: pointer;
}

/* - */
div#page-wrapper{
        width: 1002px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
	min-height: 100%;
}

div#left-column{
	width: 300px; /* Ширина левой колонки */
	float: left; /* Превращаем в плавающий элемент */
	color: #bdbcbd !important; /* Цвет текста в колонке */
	background: url(/design/left-bg.png) repeat-y #f8f8f8;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	position: relative;
	
	padding-bottom:10000px;
	margin-bottom:-10000px;
}

div#right-column{
	float: left;
	width: 700px;
	position: relative;
	
	padding-bottom:10000px;
	margin-bottom:-10000px;
}

div#left-column .content {
	margin: 53px 20px 50px;
	text-align: right;
}

div#left-column h1, div#left-column h1 a,
div#left-column h2, div#left-column h2 a,
div#left-column h3, div#left-column h3 a{
        color: #bdbcbd;
	text-shadow: 0px 1px 0px #fff;
}

div#left-column h1 a:hover,
div#left-column h2 a:hover,
div#left-column h3 a:hover {
	color: #a3a3a3;
}

div#left-column h1 {
	margin-top: 30px;
}

a.logo {
	border: none;
	margin-bottom: 53px;
	display: block;
}

a.logo:hover{
	background: none;
}

/* top-menu */

#top-menu {
	text-align: right;
	height: 90px;
	font-family: "Sansation", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	margin-bottom: 60px;
}

ul#top-menu-ul {
	float: right;
}

#top-menu li {
	display: inline-block;
	width: 100px;
	margin-left: 20px;
	padding-top: 50px;
	height: 89px;
	float: left;
}

#top-menu li a {
	display: block;
	padding: 10px 0 0;
	text-align: center;
	color: #868686;
	border: none;
	height: 29px;
}

#top-menu li a:hover{
	background: url(/design/hover-bg.png) center bottom no-repeat;
}

#top-menu li.current {
	background: url(/design/current-bg.png) no-repeat;
}

#top-menu li.current a{
	color: #fff;
	text-shadow: 0px 1px 1px #191919;
}

#top-menu li.current a:hover{
	background: none;
}

/* post */
.post {
	text-align: left;
	margin-bottom: 50px;
}

.post .date-rate, .post .text-rate{
	float: left;
	width: 50px;
	height: 95px;
	color: #5d5d5d;
	text-shadow: 0px 1px 0px #f3ffd2;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

.post .date-rate{
	background: url(/design/date.png) no-repeat;
}

.post .date-rate .date{
	padding-top: 18px;
	height: 57px;
}

div.rate, div.rating{
	text-align: center;
	padding-right: 2px;
}

div.rate a, div.rate a:hover{
	background: none;
	border: none;
}

div.rate a{
	margin: 0 2px;
	display: inline-block;
	height: 16px;
	width: 14px;
}

div.rate a.plus{ background: url(/design/plus.png) 1px 1px no-repeat transparent; }
div.rate a.minus{ background: url(/design/minus.png) 1px 1px no-repeat transparent; }

div.rate a.plus:hover{ background: url(/design/plus-hover.png) 1px 1px no-repeat transparent;}
div.rate a.minus:hover{ background: url(/design/minus-hover.png) 1px 1px no-repeat transparent; }

.post .text-rate {
	background: url(/design/text-rate.png) no-repeat;
	margin: 2px -70px 0;
}

div.rating {
	font: 0.714em/1em Verdana, sans-serif;
	margin: 6px 0 4px;
}

div.date-rate div.rating{
	margin-top: 4px !important;
}

div.text-rate .large-rating{
	font-size: 0.857em;
	margin-top: 13px;
}

.post .date-rate span{
	display: block;
	text-align: center;
	margin-right: 2px;
}

.post .date-rate .num{
	font-size: 1.857em;	
}

.post .date-rate .mon{
	font-size: 0.714em;
}

.post .entry {
	margin-left: 70px;
}

.post .entry ul{
    margin-bottom: 1em;
}

.post a.more{
	margin: 13px 18px;
	padding: 2px;
}

.post .entry-footer {
	margin-top: 20px;
}

.post .entry-footer a{
	color: #6e6e6e;
	border-bottom: 1px dashed #a3a3a3;
}

.post .entry-footer a:hover {
	color: #4d7502;
	border-color: #4d7502;
}

div.ruler {
	height: 1px;
	overflow: hidden;
	background: center url(/design/ruler.png) no-repeat;
}

.post .footer-info {
	font: 0.714em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	height: 29px;
	background: center url(/design/footer-info.png) no-repeat;
	padding-top: 15px;
}

.post .footer-info li {
	float: left;
	height: 16px;
}

.post .footer-info li.comments {
	background:url("/design/comment.png") no-repeat scroll left top transparent;
	padding-left:22px;
	margin-right: 18px;
}

.post .footer-info li.tags {
	background:url("/design/tag.png") no-repeat scroll left top transparent;
	padding-left:22px;
}

.text {
	margin-bottom: 1em !important;
}

.text pre, .text-full pre{
	margin-left: 35px;
}

/*****************
 *
 *                 Pages navigation
 *
 *****************/
#pages-navigation{
	text-align: center;
	font: 1.143em "Sansation", Verdana, sans-serif;
	margin-bottom: 50px;
}
	
#pages-navigation-ul {
	height: 26px;
}

#pages-navigation-ul li{
	display: inline-block;
}

#pages-navigation-ul li.w-border,
#pages-navigation-ul li.pages-delim {
	border-right: 1px solid #dedede;
}

#pages-navigation-ul a,
#pages-navigation-ul li.pages-delim span{
	border: none;
	padding: 5px 9px 5px;
	color: #d3d3d3;
	display: inline-block;
}

#pages-navigation-ul a.current{
	color: #f5c325;
}

#pages-navigation-ul a:hover {
	color: #868686;
}

/*****************
 *
 *                 Comments
 *
 *****************/	
div.comments{
	text-align: left;
	margin-left: 70px;
}

div.margin-minus{
	margin-top: -30px !important;
}

div.comment{
	padding: 10px;
	-moz-border-radius: 6px;
        -webkit-border-radius: 6px;
	margin-bottom: 1em;
}

div.c0{
	background: #fafafa;
}

div.c-info, div.c-content, div.c-userpic{
	float: left;
}

div.c-info{
	width: 100px;
	margin-right: 10px;
	line-height: 1.2em;
}

div.c-info .timestamp{
	font: 0.714em "Lucida Sans Unicode", Verdana, sans-serif;
}

div.c-content{
	width: 450px;
	font: 0.785em/1.727em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

div.c-userpic{
	width:43px;
	padding-left: 7px;
}

div.c-userpic img{
	-moz-border-radius: 3px;
        -webkit-border-radius: 3px;
	border: 3px solid #ededed;
	width: 40px;
	height: 40px;
}

div.post-form {
	margin-bottom: 50px;
}

div.post-form label {
	width: 50px;
	display: inline-block;
}

div.post-form label.long-label{
	display: block;
	width: auto;
}

div.post-form input {
	margin-right: 20px;
}

textarea#c-input-comment{
	width: 580px;
}

div.add-form label{
    width: 200px;
    display: inline-block;
}

/*****************
 *
 *                 Hints
 *
 *****************/
div.saved{
    margin: .5em 0 1em 70px;
    padding: 10px 5px 9px 40px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font: 0.786em "Lucida Grande","Lucida Snas Serif",Verdana, sans-serif;
    background: url('/design/info.png') 10px 6px no-repeat #DBF6C3;
    text-align: left;
}

div.error{
    text-align: left;
    margin-left: 70px;
}

h2.error {
    padding-left: 30px;
    background: url('/design/warning-24x24.png') left top no-repeat transparent;
    height: 24px;
    line-height: 26px;
}

ul.error, ul.ok{
    margin-left: 72px;
    margin-bottom: 1em;
}

div.hint{
    margin: -4px 0 20px 0;
    background: #FCF5E9;
    padding: 1em 5px 11px;
    width: 423px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font: 0.786em "Lucida Grande","Lucida Snas Serif",Verdana, sans-serif;
}

div.hint ul {
    margin: 0 1em;
    padding-left: 22px;
    background: url('/design/warning-16x16.png') left 2px no-repeat transparent;
}

div.hint ul li + li{
    border-top: 1px dashed #F9C82E;
}

/*****************
 *
 *                 Tag cloud
 *
 *****************/
div#tags ul{
	text-align: right;
	line-height: normal;
}

div#tags li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

div#tags li a{
	text-decoration: none;
	border-bottom: none;
	margin-left: 2px;
}

div#tags li a:hover{
	color: #4d7502;
}

.tag1{font-size: 0.857em;}
.tag2{font-size: 1em; }
.tag3{font-size: 1.143em; }
.tag4{font-size: 1.5em; }
.tag5{font-size: 1.857em; }

.tag1 a{ color: #bdbcbd; }
.tag2 a{ color: #bdbcbd; }
.tag3 a{ color: #b7d888; }
.tag4 a{ color: #9bcc57; }

/* sorted */
.sorted li{ line-height: 1.428em; }
.sorted li a:hover{ color: #4d7502; border-color: #4d7502; }
li.cl2 a{ color: #9bcc57; border-color: #9bcc57; }
li.cl3 a{ color: #bdbcbd; border-color: #bdbcbd; }

/*****************
 *
 *                 Thoughts
 *
 *****************/
div#main-thought {
	width: 556px;
	margin: 60px auto 40px;
	border: 1px solid #bdbcbd;
	padding: 25px;
	background: url(/design/thought.png) no-repeat top left;
	text-align: left;
	text-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 5px 12px #dedede;
	-webkit-box-shadow: 0px 5px 12px #dedede;
}

div#main-thought .content {
	font-size: 1.857em;
	line-height: 1.154em;
	margin-bottom: 40px;
}

div.author {
	text-align: right;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

div.thought{
	width: 510px;
	padding: 5px 35px;
	margin: 20px auto 10px;
	text-align: left;
	text-shadow: 1px 1px 0px #fff;
}

div.thought:hover{
	-moz-border-radius: 6px;
        -webkit-border-radius: 6px;
	background: rgb(240,240,240);
}

div.thought .content{
	margin-bottom: 0.5em;
}

div.thought .author {
	font-size: 0.857em;
}

div.last-thought{
	margin-bottom: 50px;
}

/*****************
 *
 *                 Music
 *
 *****************/
div.track{
    border-bottom: 1px dashed #dedede;
    margin-left: 35px;
    margin-bottom: 1em;
    text-align: left;
}

div.track div.toggle {
    margin-top: 0.5em;
}

div.down_link, div.player, div.comment_link {
    float: right;
    height: 20px;
    margin-right: 5px;
    border-left: 1px dashed #BBBBBB;
    padding-left: 5px;
}

div.down_link, div.comment_link {
    width: 20px;
}

div.down_link a, div.comment_link a {
    display: block;
    height: 20px;
    width: 20px;
    border-bottom: none;
}

div.down_link a {
    background: url('/design/download.png') 50% 50% no-repeat transparent;
}

div.comment_link a {
    background: url('/design/comment.png') 50% 50% no-repeat transparent;
}

div.player {
    width: 96px;
    overflow: hidden;
    position: relative;
}

div.track div.title{
    height: 20px;
}

object{
    position: absolute;
    top: 0;
    left: 0;
}

.small-text {
    font: 0.785em/1.727em "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
}


/*****************
 *
 *                 Footer
 *
 *****************/
div#footer {
	height: 258px;
	position: relative;
	z-index: 2;
}

div#footer a{
	color: #9bcc57;
	border: none;
}

div#footer a:hover{
	border-bottom: 1px dashed;
}

div#footer-top{
	height: 10px;
	background: url(/design/footer-top.png) repeat-x #4f4f4f;
}

div#footer-middle{
	height: 197px;
	background: url(/design/footer-middle.png) repeat-x #4f4f4f;
	border-bottom: 1px solid #292929;
}

div#footer-content{
	width: 1002px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}

div#footer-content h1{
	color: #e4e4e4;
	text-shadow: 0px 1px 0px #000;
	font-size: 21px;
	margin-bottom: 20px;
}

div#fc-left{
	width: 281px;
	float: left;
	padding-right: 20px;
	text-align: right;
	margin-top: 20px;
}

ul#f-navi, ul#f-navi a {
	color: #7c7c7c;
	border: none;
}

ul#f-navi li{
	line-height: 1.423em;
}

div#fc-right{
	width: 701px;
	float: left;
	text-align: left;
	margin-top: 20px;
	font-size: 0.785em;
	color: #e7e7e7;
	line-height: 1.273em;
}

div#fc-right dt a{
	color: #e7e7e7;
}

div#fc-right dt a:hover{
	border-color: #e7e7e7;
}

div#fc-right dd {
	margin-bottom: 14px;
	color: #6e6e6e;
}

div#fc-right dd .highlighted {
	color: #9bcc57;
	border: none;
}

div#fc-right dd .highlighted-name{
    color: #859D63;
}

div#fc-right div.fc-col {
	float: left;
	width: 211px;
	height: 177px;
	background: url(/design/fc-line.png) no-repeat left 45%;
	padding-left: 12px;
	padding-right: 10px;
}

div#footer-bottom{
	height: 32px;
	background-color: #0a0a0a;
	text-align: center;
	font: 0.714em "Sansation", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	padding-top: 18px;
	color: #7c7c7c;
}

div#footer-bottom span{
	margin: 18px 3px 0;
}
