/* Reset
------------------------------------------------ */

html, body, p, ul, ol, li, th, td, h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
}

/* Overall styles
------------------------------------------------ */

body {
	background:url("../img/menu-bg.gif") repeat-x top center;
	font-family:arial, sans-serif;
	font-size:13px;
}

a {
	text-decoration:none;
	color:#0171bd;
}

a:hover, a:active {
	text-decoration:underline;
}

.clear {
	font-size:1px;
	height:1px;
	clear:both;
}

img {
	border:0;
}

h1 {
	font-weight:normal;
	font-size:30px;
	margin:0;
}

.hr {
	background-color:#ee1c24;
	margin:-5px 0 5px 0;
	overflow:hidden;
	font-size:1px;
	height:5px;
}

.hr hr {
	display:none;
}

.page-title {
	display:none;
}

/* Main layout
------------------------------------------------ */

.container {
	position:relative;
	margin:0 auto;
	width:980px;
}

#content {
	margin:0 auto;
	width:896px;
}

/* Header
------------------------------------------------ */

#header {
	height:103px;
	padding:0;
	margin:0;
}

#logo {
	background:url("../img/logo.lv.gif") no-repeat center;
	position:absolute;
	top:7px;
	left:65px;
	display:block;
	height:52px;
	width:144px;
}

.lang-ru #logo {
	background:url("../img/logo.ru.gif") no-repeat center;
}

#languages a, #mobile a, #twitter a {
	text-decoration:underline;
	color:#fff;
}

.fp-customize {
	border-bottom:1px dotted #f00;
	margin-right:10px;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#f00;
	/*float:right;*/
}

.fp-customize:hover, .fp-customize:active {
	text-decoration:none;
}

#fp-two-columns {
    border-collapse:collapse;
}

#widgets .customize {
	border-bottom:1px dotted #0171bd;
	text-decoration:none;
	font-size:11px;
}

#mobile {
	position:absolute;
	font-size:11px;
	color:#000;
	left:240px;
	top:12px;
}

#twitter {
	position:absolute;
	font-size:11px;
	color:#000;
	left:400px;
	top:12px;
	background:url('../img/twitter-top.png') no-repeat 0% top;
	padding:1px 0 2px 20px;
}

/* Footer
------------------------------------------------ */

#footer {
	margin:20px 0 10px 0;
	text-align:center;
	font-size:11px;
	color:#808080;
}

.menu-sections {
	margin-bottom:5px;
}

#devel {
	margin-top:5px;
}

/* Language switch
------------------------------------------------ */

#languages {
	list-style-type:none;
	position:absolute;
	left:0px;
	top:10px;
}

#languages li {
	margin-right:5px;
	display:inline;
	font-size:11px;
}

#languages a {
	text-transform:uppercase;
}

#languages .active {
	text-decoration:none;
	cursor:default;
	color:#3d3d3d;
}

/* Main menu
------------------------------------------------ */

.menu-categories {
	border-right:1px solid #929191;
	border-left:1px solid #626263;
	position:absolute;
	list-style:none;
	height:31px;
	left:10px;
	top:67px;
}

.menu-categories li {
	float:left;
	margin:0;
}

.menu-categories a {
	border-right:1px solid #626263;
	border-left:1px solid #929191;
	text-decoration:none;
	text-align:center;
	line-height:32px;
	padding:0 15px;
	font-size:18px;
	color:#fff;
	height:31px;
	float:left;
}

.menu-categories a:hover {
	text-decoration:none;
}

.lang-ru .menu-categories a {
	padding:0 11px;
}

.home a, .lang-ru .home a {
	background-image:url(../img/home.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:31px;
	width:47px;
	padding:0;
}


/* Search
------------------------------------------------ */

#search {
	border-bottom:1px solid #929191;
	border-right:1px solid #929191;
	border-left:1px solid #626263;
	border-top:1px solid #626263;
	background-color:#e7e7e7;
	line-height:21px;
	position:absolute;
	width:178px;
	height:21px;
	right:25px;
	top:7px;
}

#search label {
	padding:0 3px 0 8px;
	font-size:11px;
	color:#3e3e3e;
}

#search input {
	background-color:#e7e7e7;
	position:relative;
	font-size:12px;
	width:120px;
	padding:2px 0 0 0;
	border:0;
	top:-1px;
}

.highlight {
	background-color:yellow;
}

.highlight-post {
	background-color:#cbdcef;
	padding:5px;
}

.twitter_search_icon, .video_search_icon {
    float:left;
    width:38px;
    padding:7px 0 0 2px;
}

.twitter_search_result {
    float:left;
    background:#FBFFFF;
    border:1px solid #E8F3F3;
    padding:5px;
    font-size:12px;
    width:549px;
    height:30px;
}

.video_search_result {
    float:left;
    padding:5px;
    border:1px solid #e1e1e1;
}

.video_search_result .title {
    width:466px;
    float:left;
}

.video_search_result .image {
    float:left;
}

.post .more_twitter {
    font-size:12px;
}

/* FP - top block
------------------------------------------------ */

#fp-category-block-0 {
	background-color:#e7e7e7;
	border-collapse:collapse;
	margin-bottom:10px;
	width:885px;
	padding:0;
}

#fp-category-block-0 td {
	vertical-align:top;
	width:288px;
}

#fp-category-block-0 .sp {
	background-color:#fff;
	width:10px;
}

#fp-category-block-0 .title {
	background-color:#000;
	font-size:18px;
	padding:10px;
}

#fp-category-block-0 .title a {
	color:#fff;
}

#fp-category-block-0 .image {
        width:288px;
        height:150px;
}

#fp-category-block-0 .image a {
        display:block;
        height:150px;
}

#fp-category-block-0 .inner {
	padding:10px;
}

#fp-category-block-0 .inner img {
	margin-right:8px;
	float:left;
}

.hot-news {
	padding-top:0px;
        padding-bottom:5px;
        text-align: right;
}

.hot-news h2 {
	font-weight:normal;
	margin:0 0 5px 0;
	color:#ed1d24;
}

/* Posts
------------------------------------------------ */

.fp-category-block {
	padding:0px 0 0 0;
	margin:0 0px 12px 0;
	width:100%;
        float:left;
}

.fp-category-block .top {
	margin:0 0 15px 0;
        height:35px;
}

.fp-category-block form {
	display:inline;
	padding:0;
	margin:0;
}

.fp-category-block h2 {
	font-weight:normal;
	font-size:26px;
	float:left;
	padding:0 0px 0 0px;
	margin:0;
}

.fp-category-block select {
	font-size:10px;
}

.close {
	background:url("../img/close.gif") no-repeat center left;
	font-size:1px;
	display:block;
	float:right;
	height:11px;
	width:11px;
}

.post {
	margin-bottom:20px;
}

.post-with-image {
	min-height:100px;
}

.post .text {
	margin:2px 0 2px 0;
}

.post a {
	font-size:18px;
}

.post img {
	margin-right:8px;
	float:left;
}

.site, .post .site {
	font-family:arial;
	font-size:11px;
}

.date {
	font-size:11px;
	color:#808080;
}

.post .more {
	font-size:11px;
}

.full-post {
	margin-top:0px;
}

.full-post .fp-category-block {
	margin-top:0px;
	width:595px;
}

/* Twitter posts
------------------------------------------------ */
.fp-twitter-block {
        width:334px;
        float:left;
        padding:11px 0 0 0;
}

.fp-twitter-block .top {
        margin:0 0 15px 0;
        height:25px;
}

.fp-twitter-block .top h2 {
        font-weight:normal;
	font-size:15px;
	float:left;
	padding:0 10px 0 0px;
	margin:0;
        font-weight:bold;
}

.fp-twitter-block .text {
    font-size:12px;
    line-height:1.5;
}

.fp-twitter-block .text .indiv {
    border-bottom:1px solid #e1e1e1;
    margin:0 0 5px 0;
    padding:0 0 5px 0;
}

.fp-twitter-block .top { border:0; border-bottom:1px solid #e1e1e1; }
.fp-twitter-block.cat-1 .top { border:0; border-bottom:1px solid #39b54a; }
.fp-twitter-block.cat-2 .top { border:0; border-bottom:1px solid #00aef0; }
.fp-twitter-block.cat-3 .top { border:0; border-bottom:1px solid #e75298; }
.fp-twitter-block.cat-4 .top { border:0; border-bottom:1px solid #b451d8; }
.fp-twitter-block.cat-5 .top { border:0; border-bottom:1px solid #d7d700; }
.fp-twitter-block.cat-6 .top { border:0; border-bottom:1px solid #ff8a00; }
.fp-twitter-block.cat-7 .top { border:0; border-bottom:1px solid #9e0b0f; }
.fp-twitter-block.cat-8 .top { border:0; border-bottom:1px solid #0072bc; }
.fp-twitter-block.cat-9 .top { border:0; border-bottom:1px solid #fdc689; }

.top h2 { color:#5f5f5f;margin:0px 10px 0 10px;
	font-weight:normal;
	font-size:26px;
	float:left; }
.cat-1 .top h2 { color:#39b54a; }
.cat-2 .top h2 { color:#00aef0; }
.cat-3 .top h2 { color:#e75298; }
.cat-4 .top h2 { color:#b451d8; }
.cat-5 .top h2 { color:#d7d700; }
.cat-6 .top h2 { color:#ff8a00; }
.cat-7 .top h2 { color:#9e0b0f; }
.cat-8 .top h2 { color:#0072bc; }
.cat-9 .top h2 { color:#fdc689; }


/* Sortable
------------------------------------------------ */

#fp-blocks-sort .placeholder {
	background-color:#fff;
	border:3px dashed #dcdcdc;
	margin:0 12px 12px 0;
	width:430px;
	float:left;
	height:150px;
}

#fp-blocks-sort .middle {
	height:110px;
}

/* Widgets */

#widgets {
	width:275px;
	position:absolute;
	right:38px;
        top:0;
}

.full-post #widgets {
	top:0;
}


.widget {
	border:1px solid #ccc;
	margin-bottom:10px;
	padding:5px 10px;
	color:#111;
}

.widget .title {
	margin-bottom:3px;
	font-size:11px;
	color:#888;
}

#widget-namedays .names {
	margin-bottom:10px;
	font-weight:bold;
	font-size:15px;
	color:#333;
}

#widget-weather  {
	font-size:11px;
}

#widget-weather .title {
	margin-bottom:7px;
}

#widget-weather select {
	width:150px;
}

#widget-weather label {
	margin:2px 5px 0 0;
	float:left;
}

#widget-exchange-rates dt, #widget-exchange-rates dd {
	margin:0 0 3px 0;
	font-size:11px;
	float:left;
	padding:0;
}

.start #widget-exchange-rates dt {
	width:55px;
}
.start #widget-exchange-rates dd {
	width:95px;
}

#widget-exchange-rates dt {
	width:35px;
}
#widget-exchange-rates dd {
	width:95px;
}

#widget-exchange-rates .up {
	background:url("../img/arrow-up.gif") no-repeat 70px center;
}
#widget-exchange-rates .down {
	background:url("../img/arrow-down.gif") no-repeat 70px center;
}

/* Paginator
------------------------------------------------ */

#paginator {
	margin:10px 0 0 10px;
	padding-top:5px;
	font-size:18px;
        border-top:1px solid #e1e1e1;
}

#paginator .prev {
	padding-right:10px;
}

#paginator .prev-disabled {
	padding-right:10px;
	color:#c6c6c6;
}

#paginator .next {
	padding-left:10px;
}

#paginator .next-disabled {
	padding-left:10px;
	color:#c6c6c6;
}

#paginator .numbers a, #paginator .current {
	padding:1px 8px;
	font-size:18px;
}

#paginator .current {
	background-color:#111;
	color:#fff;
}

/* Posts category header
------------------------------------------------ */

.list-category {
	height:35px;
}

.list-category h1 {
	margin:0px 10px 0 10px;
	font-weight:normal;
	font-size:26px;
	float:left;
}

.listall-container {
	margin-top:15px;
	width:615px;
}

/* Posts */

.frame {
	border:0px solid #c1c1c1;
	padding:15px 7px;
}


/* Login
------------------------------------------------ */

#login {
	margin:0 auto;
	width:265px;
}

#login label {
	font-weight:bold;
	display:block;
	color:#222;
}

#login .text input, #login .password input {
	border:1px solid #999;
	margin-bottom:10px;
	padding:3px 6px;
	width:250px;
}

/* Customize page dialog
------------------------------------------------ */

#customize {
	border:4px solid #c1c1c1;
	background-color:#fff;
	position:absolute;
	display:none;
	width:312px;
	right:50px;
	top:154px;
	z-index:1001;
}

#customize .close, #wcustomize .close {
	background:url("../img/close.gif") no-repeat left 3px;
	padding:2px 0 2px 15px;
	margin:5px 5px 0 0;
	position:absolute;
	font-size:11px;
	display:block;
	width:auto;
	top:-4px;
	right:0;
}

#customize h3 {
	margin:15px 0 0 15px;
	font-size:17px;
}

#customize h4 {
	margin:0 0 10px 15px;
	font-weight:normal;
	font-size:11px;
}

#active-area, #closed-area {
	margin:0 auto;
	height:334px;
	width:286px;
}

#closed-area {
	height:210px;
}

#customize .disabled {
	background-color:#e7e7e7;
	overflow:auto;
}

#customize .item {
	background-color:#fff;
	margin:4px;
	float:left;
}

#customize .placeholder {
	height:60px;
	width:135px;
	margin:4px;
	float:left;
	padding:0;
}

#customize p {
	text-align:center;
	line-height:58px;
	font-size:20px;
	cursor:move;
	height:58px;
	width:133px;
	padding:0;
	margin:0;
}

#customize label {
	padding:10px 0 0px 15px;
	font-size:12px;
	display:block;
}

/* Widget customize page dialog
------------------------------------------------ */

#wcustomize {
	border:4px solid #c1c1c1;
	background-color:#fff;
	position:absolute;
	display:none;
	width:312px;
	right:37px;
	top:30px;
	z-index:1001;
}

#wcustomize h3 {
	margin:15px 0 0 15px;
	font-size:17px;
}

#wcustomize h4 {
	margin:0 0 10px 15px;
	font-weight:normal;
	font-size:11px;
}

#w-active-area, #w-closed-area {
	margin:0 auto;
	height:200px;
	width:286px;
}

#w-closed-area {
	height:210px;
}

#wcustomize .disabled {
	background-color:#e7e7e7;
}

#wcustomize .item {
	background-color:#fff;
	border:1px solid #666;
	margin-bottom:4px;
	margin-right:4px;
	margin-left:4px;
}

#wcustomize .placeholder {
	margin-bottom:4px;
	margin-right:4px;
	margin-left:4px;
	height:35px;
	width:135px;
	padding:0;
}

#wcustomize p {
	text-align:center;
	line-height:33px;
	font-size:20px;
	cursor:move;
	height:33px;
	padding:0;
	margin:0;
}

#wcustomize label {
	padding:10px 0 0 15px;
	font-size:12px;
	display:block;
}


/* Styled form elements
------------------------------------------------ */

.jqTransformSelectWrapper {
	margin:2px 5px 0 0;
	position:relative;
	float:left;
	height:14px;
	z-index:999;
}

.jqTransformSelectWrapper div span {
	background:url("../img/select.gif") no-repeat top left;
	padding:0 0 0 3px;
	position:absolute;
	line-height:14px;
	overflow:hidden;
	cursor:pointer;
	font-size:11px;
	z-index:999;
	height:14px;
	float:none;
	width:100%;
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	background:url("../img/select.gif") no-repeat top right;
	position:absolute;
	display:block;
	height:14px;
	z-index:999;
	width:14px;
	right:0;
}

.jqTransformSelectWrapper ul {
	position:absolute;
	top:15px;
	left:0;
	list-style:none;
	background-color:#FFF;
	border:solid 1px #CCC;
	display:none;
	margin:0;
	padding:0;
	height:70px;
	overflow:auto;
	overflow-y:auto;
	z-index:999;
}

.jqTransformSelectWrapper ul a {
	display:block;
	padding:2px 5px;
	text-decoration:none;
	color:#333;
	background-color:#FFF;
	font-size:11px;
}

.jqTransformSelectWrapper ul a.selected {
	background:#EDEDED;
	color:#333;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#3582c4;
	color:#fff;
}

.jqTransformHidden {
	display:none;
}

/* Help box
------------------------------------------------ */

#helpbox {
	background-color:#fff899;
	position:relative;
	line-height:180%;
	text-align:center;
	font-size:12px;
	display:none;
	height:auto;
	padding:15px;
	color:#333;
	top:-11px;
}

#helpbox .t1 {
	font-weight:bold;
	font-size:16px;
}

#helpbox .t2 {
	font-weight:bold;
	font-size:14px;
}

#helpbox .close {
	padding:2px 0 2px 15px;
	text-decoration:underline;
	font-size:11px;
	display:inline;
	float:none;
}

/* Hot Tags
------------------------------------------------ */

#hot-tags {
	/*border:1px solid #e7e7e7;*/
	margin:15px 0px 5px 0;
	padding:8px;
	color:#555;
}

#hot-tags label {
	/*width:110px;
	float:left;*/
        font-size:11px;
}

#hot-tags div {
	margin-left:0px;
        text-align: center;
}

#hot-tags a {
	margin-right:10px;
	color:#ee1c24;
        font-weight: bold;
        font-size: 15px;
}

/* Colors
------------------------------------------------ */

.cat-1 h2 a { color:#39b54a; }
.cat-2 h2 a { color:#00aef0; }
.cat-3 h2 a { color:#e75298; }
.cat-4 h2 a { color:#b451d8; }
.cat-5 h2 a { color:#d7d700; }
.cat-6 h2 a { color:#ff8a00; }
.cat-7 h2 a { color:#9e0b0f; }
.cat-8 h2 a { color:#0072bc; }
.cat-9 h2 a { color:#fdc689; }

.menu-categories .cat-1:hover, .menu-categories .cat-1.active { border-right:1px solid #39b54a; border-left:1px solid #39b54a; background-color:#39b54a; }
.menu-categories .cat-2:hover, .menu-categories .cat-2.active { border-right:1px solid #00aef0; border-left:1px solid #00aef0; background-color:#00aef0; }
.menu-categories .cat-3:hover, .menu-categories .cat-3.active { border-right:1px solid #e75298; border-left:1px solid #e75298; background-color:#e75298; }
.menu-categories .cat-4:hover, .menu-categories .cat-4.active { border-right:1px solid #b451d8; border-left:1px solid #b451d8; background-color:#b451d8; }
.menu-categories .cat-5:hover, .menu-categories .cat-5.active { border-right:1px solid #d7d700; border-left:1px solid #d7d700; background-color:#d7d700; }
.menu-categories .cat-6:hover, .menu-categories .cat-6.active { border-right:1px solid #ff8a00; border-left:1px solid #ff8a00; background-color:#ff8a00; }
.menu-categories .cat-7:hover, .menu-categories .cat-7.active { border-right:1px solid #9e0b0f; border-left:1px solid #9e0b0f; background-color:#9e0b0f; }
.menu-categories .cat-8:hover, .menu-categories .cat-8.active { border-right:1px solid #0072bc; border-left:1px solid #0072bc; background-color:#0072bc; }
.menu-categories .cat-9:hover, .menu-categories .cat-9.active { border-right:1px solid #fdc689; border-left:1px solid #fdc689; background-color:#fdc689; }
.menu-categories .home a:hover, .menu-categories .home .active { border-right:1px solid #ee1c24; border-left:1px solid #ee1c24; background-color:#ee1c24; }

.hr-cat-1 { background-color:#39b54a; }
.hr-cat-2 { background-color:#00aef0; }
.hr-cat-3 { background-color:#e75298; }
.hr-cat-4 { background-color:#b451d8; }
.hr-cat-5 { background-color:#d7d700; }
.hr-cat-6 { background-color:#ff8a00; }
.hr-cat-7 { background-color:#9e0b0f; }
.hr-cat-8 { background-color:#0072bc; }
.hr-cat-9 { background-color:#fdc689; }

#fp-category-block-1 .top { border:0; border-bottom:3px solid #39b54a; }
#fp-category-block-2 .top { border:0; border-bottom:3px solid #00aef0; }
#fp-category-block-3 .top { border:0; border-bottom:3px solid #e75298; }
#fp-category-block-4 .top { border:0; border-bottom:3px solid #b451d8; }
#fp-category-block-5 .top { border:0; border-bottom:3px solid #d7d700; }
#fp-category-block-6 .top { border:0; border-bottom:3px solid #ff8a00; }
#fp-category-block-7 .top { border:0; border-bottom:3px solid #9e0b0f; }
#fp-category-block-8 .top { border:0; border-bottom:3px solid #0072bc; }
#fp-category-block-9 .top { border:0; border-bottom:3px solid #fdc689; }

.cat-1 #paginator .current { background-color:#39b54a; }
.cat-2 #paginator .current { background-color:#00aef0; }
.cat-3 #paginator .current { background-color:#e75298; }
.cat-4 #paginator .current { background-color:#b451d8; }
.cat-5 #paginator .current { background-color:#d7d700; }
.cat-6 #paginator .current { background-color:#ff8a00; }
.cat-7 #paginator .current { background-color:#9e0b0f; }
.cat-8 #paginator .current { background-color:#0072bc; }
.cat-9 #paginator .current { background-color:#fdc689; }


.list-category-cat-1 .frame { border-top:3px solid #39b54a; }
.list-category-cat-2 .frame { border-top:3px solid #00aef0; }
.list-category-cat-3 .frame { border-top:3px solid #e75298; }
.list-category-cat-4 .frame { border-top:3px solid #b451d8; }
.list-category-cat-5 .frame { border-top:3px solid #d7d700; }
.list-category-cat-6 .frame { border-top:3px solid #ff8a00; }
.list-category-cat-7 .frame { border-top:3px solid #9e0b0f; }
.list-category-cat-8 .frame { border-top:3px solid #0072bc; }
.list-category-cat-9 .frame { border-top:3px solid #fdc689; }
.list-category-cat-twit .frame { border-top:3px solid #e1e1e1; }

.list-category-cat-1 h1 { color:#39b54a; }
.list-category-cat-2 h1 { color:#00aef0; }
.list-category-cat-3 h1 { color:#e75298; }
.list-category-cat-4 h1 { color:#b451d8; }
.list-category-cat-5 h1 { color:#d7d700; }
.list-category-cat-6 h1 { color:#ff8a00; }
.list-category-cat-7 h1 { color:#9e0b0f; }
.list-category-cat-8 h1 { color:#0072bc; }
.list-category-cat-9 h1 { color:#fdc689; }
.list-category-cat-twit h1 { color:#5f5f5f; }

#customize .cat-1 { border:1px solid #39b54a; }
#customize .cat-2 { border:1px solid #00aef0; }
#customize .cat-3 { border:1px solid #e75298; }
#customize .cat-4 { border:1px solid #b451d8; }
#customize .cat-5 { border:1px solid #d7d700; }
#customize .cat-6 { border:1px solid #ff8a00; }
#customize .cat-7 { border:1px solid #9e0b0f; }
#customize .cat-8 { border:1px solid #0072bc; }
#customize .cat-9 { border:1px solid #fdc689; }

/* FP - video
------------------------------------------------ */
#fp-video {
        width:885px;
        background:#595959;
        margin:0 0 10px 0;
        padding: 5px 0 5px 0;
}

#fp-video .left-arrow {
        width:40px;
        text-align: center;
        padding:0 0 0 15px;
}

#fp-video .right-arrow {
        width: 40px;
        text-align: center;
}

#fp-video .v {
        width:805px;
}

#fp-video .v .block {
        width:120px;
        height:130px;
        float:left;
        margin:0 5px 0 5px;
        text-align:center;
}

#fp-video .v .block .title {
        color:#fff;
        font-weight:bold;
        padding:0 0 5px 0;
}

#fp-video .v .block .date {
        color:#fff;
}

#fp-video .v .block a {
        display:block;
        height:170px;
        padding: 5px 2px 5px 2px;
}

#fp-video .v .block a:hover {
        background:red;
        text-decoration:none;
}

#fp-video .more a {
    color:#fff;
}
