/*
	@version: SVN: $Id: index.css 2951 2010-04-29 16:51:32Z vilius.zigmantas $

	Document   : index.css
	Created on : Jan 21, 2010, 10:31 PM
	Author     : Vilius Zigmantas <vilius.zigmantas@itgrupa.lv>
	Copyright  : 2010, Interaktīvo Tehnoloģiju Grupa, SIA. All rights reserved.
	Description:
		This css contains styles that are applied for portal index.
*/

body {
	background: #e5edf2;
	font: 12px Arial, sans-serif;
	color: #000;
}

object, embed {
	outline: none;
}
a {
	color: #1089c2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 34px;
	color: #66757e;
}

#container {
	width: 940px;
	margin: auto;
}

#header {
	height: 114px;
}
#header .logo {
	float: left;
}

#header .search {
	float: right;
	padding: 23px 0 0;
	width: 229px;
}

#header .search .input {
	float: left;
}
#header .search .button-blue {
	float: right;
	height: 22px;
}
#header .search .button-blue input {
	width: 58px;
}
#header .search .input input {
	width: 156px;
}

.input {
	background: #fff;
}
.input input {
	font-size: 11px;
	height: 19px;
	padding: 4px 0 0 6px;
	border: 0;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	background: #fff url(img/input-bg.gif) repeat-x 0 0;
}

.button-blue {
	background: url(img/button-blue-bg.gif) repeat-x 0 0;
}
.button-blue div {
	background: url(img/button-blue-left.gif) no-repeat 0 0;
}
.button-blue div div {
	background: url(img/button-blue-right.gif) no-repeat right 0;
}

.button-blue input {
	background: none;
	border: 0;
	height: 22px;
	padding: 0 0 2px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}

#header .menu {
	background: url(img/menu-bg.gif) repeat-x 0 0;
	height: 35px;
	padding: 0 1px 0 0;
}
#header .menu li {
	float: left;
	position: relative;
	z-index: 2;
}
#header .menu a {
	float: left;
	height: 35px;
	padding: 0 16px;
	color: #000;
	line-height: 34px;
	border-left: 1px solid #fff;
	border-right: 1px solid #c7d8e0;
	text-decoration: none;
	font-weight: bold;
}
#header .menu .first a {
	border-left: 0;
}
#header .menu .hover a,
#header .menu a:hover {
	background-color: #fff;
	color: #e4a025;
	border-top: 1px solid #c7d8e0;
	height: 34px;
}
#header .menu .active a {
	color: #e4a025;
}

#header .menu li.last a {
	background: none;
	border-right: 0;
}
#header .menu li.rss {
	float: right;
	width: 28px;
	padding: 0 4px;
	background: url(img/icon-rss2.gif) no-repeat 4px 4px;
}
#header .menu li.rss a,
#header .menu li.rss a:hover {
	float: right;
	padding: 0;
	background: none;
	width: 28px;
	overflow: hidden;
	text-indent: -9999px;
	border: 0;
}

#header .menu li ul {
	position: absolute;
	z-index: 2;
	top: 35px;
	left: -1px;
	border: 1px solid #c7d8e0;
	border-top: 0;
	background: #fff;
	padding: 9px 32px 14px 16px;
	display: none;
}
#header .menu li.hover ul {
	display: block;
}
#header .menu li li {
	float: none;
	white-space: nowrap;
}
#header .menu li li a,
#header .menu .hover li a,
#header .menu li li a:hover {
	float: none;
	padding: 0;
	border: 0;
	height: auto;
	line-height: 18px;
	font-weight: normal;
	color: #3089c7;
}
#header .menu li li a:hover {
	text-decoration: underline;
}

#col-left {
	float: left;
	width: 630px;
}

#sidebar {
	float: right;
	width: 300px;
}

#sidebar .box {
	margin: 0 0 5px;
}

#sidebar h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.subscribe-box {
	padding: 12px 14px;
}
.subscribe-box h4 {
	color: #faa928;
	margin: 0 0 6px;
}
.subscribe-box p {
	font-size: 11px;
}
.subscribe-box .big-button {
	width: 177px;
	margin: 12px auto 20px;
}

.big-button-blue {
	background: url(img/button-blue-big-bg.gif) repeat-x 0 0;
}
.big-button-blue div {
	background: url(img/button-blue-big-left.gif) no-repeat 0 0;
}
.big-button-blue div div {
	background: url(img/button-blue-big-right.gif) no-repeat right 0;
	height: 35px;
}
.big-button-blue a {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	height: 35px;
	line-height: 35px;
}


.yellow-box {
	background: #fefadd;
}

.posts-list {
	background: #fff;
	border: 1px solid #ccc;
}

.posts-list h1 {
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 8px;
	line-height: 36px;
}

.posts-list ul {
	padding: 6px 8px 0;
}
.posts-list li {
	background: url(img/dotted-bg.gif) repeat-x 0 bottom;
	padding: 11px 0 2px;
}

.posts-list li h4{
	font-size: 13px;
}
.posts-list li p,
.posts-list li h4{
	padding: 0 0 9px;
}

.posts-list .more {
	padding: 11px 8px;
}
.more a {
	background: url(img/icon-more.gif) no-repeat 0 50%;
	padding: 0 0 0 13px;
}

.meta {
	color: #888;
	font-size: 11px;
}
.meta .category {
	background: #3c0;
	color: #fff;
	padding: 0 4px;
}
.meta .category a {
	color: #fff;
}
.meta .date {
    line-height: 14px;
	padding: 0 2px;
}
.meta .author {
	position: relative;
	font-weight: bold;
	line-height: 13px;
	padding: 0 2px;
}
.meta .author a {
	color: #888;
}
.slider .meta .author,
.slider .meta .author a {
	color: #91d4f7;
	white-space: nowrap;
}

.slider {
	background: #333 url(img/slider-bg.gif) repeat-x 0 0;
	padding: 19px 0 0 21px;
	height: 219px;
	position: relative;
	overflow: hidden;
}
.slider .items {
	width: 579px;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.slider .post {
	float: left;
	width: 193px;
	height: 200px;
	padding: 0;
}
.slider .picture {
	height: 134px;
	padding: 0 2px;
}
.slider .text {
padding: 8px 13px 0 3px;
}

.slider h4 {
	padding: 1px 2px 0;
}
.slider h4,
.slider h4 a {
	color: #fff;
}

.slider-navigation div {
	position: absolute;
	top: 67px;
	background: red;
	width: 12px;
	height: 46px;
	background: no-repeat 0 0;
}
.slider-navigation .previous_button {
	left: 4px;
	background-image: url(img/slider-button-prev.gif);
}
.slider-navigation .previous_button_over {
	background-image: url(img/slider-button-prev-over.gif);
	cursor: pointer;
}
.slider-navigation .previous_button_disabled {
	background-image: url(img/slider-button-prev-disabled.gif);
	cursor: default;
}
.slider-navigation .next_button {
	right: 14px;
	background-image: url(img/slider-button-next.gif);
}
.slider-navigation .next_button_over {
	background-image: url(img/slider-button-next-over.gif);
	cursor: pointer;
}
.slider-navigation .next_button_disabled {
	background-image: url(img/slider-button-next-disabled.gif);
	cursor: default;
}

.slider-navigation a {
	width: 12px;
	height: 46px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}


#footer {
	font-size: 11px;
	height: 208px;
	padding: 12px 0 0;
}
.power {
	color: #5c799a;
	font-size: 13px;
}
.copyrights {
	color: #1f2020;
	padding: 6px 0 0;
}

#footer .menu {
	padding: 14px 0 0;
}
#footer .menu li {
	float: left;
	line-height: 13px;
	border-right: 1px solid #0f7eb6;
	padding: 0 4px;
}
#footer .menu li.first {
	padding-left: 0;
}
#footer .menu li.last {
	padding-right: 0;
	border: 0;
}
#footer .menu a {
	color: #0f7eb6;
}

#top-toolbar {
	background: #222;
}
#top-toolbar .toolbar-inner {
	width: 940px;
	height: 32px;
	margin: auto;
	background: #222;
}
#top-toolbar .hello {
	float: left;
	line-height: 32px;
	width: 350px;
}
.hello em {
	color: #737373;
	float: left;
	font-size: 14px;
	padding: 0 6px 0 0;
}
.hello h1 {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	float: left;
}

#top-toolbar .menu {
	float: right;
	border-right: 1px solid #333;
	border-left: 1px solid #000;
	height: 31px;
}
#top-toolbar .menu li {
	float: left;
	border-left: 1px solid #333;
	border-right: 1px solid #000;
	background: url(img/icon-more-top-toolbar.gif) no-repeat 10px 49%;
}
#top-toolbar .menu li a {
	height: 31px;
	float: left;
	padding: 0 13px 0 24px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 32px;
}

.tooltip {
	position: absolute;
	padding: 8px;
	width: 280px;
	min-height: 150px;
	max-height: 292px;
	overflow: hidden;
	background: #f7f7f7;
	color: #555;
	border: 1px solid #e9e9e9;
	line-height: 18px;
}

/* Pagination */

.pagination-container {
	margin-top: 13px;
	border-top: 1px solid #cccccc;
	background: url('img/bg-gradient.gif') repeat-x;
	background-color: white;
	height: 28px;
	text-align: center;
}

	.pagination {
		display: table;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		margin-top: 5px;
	}

		.pagination a,
		.pagination span {
			display: inline;
			float: left;
			height: 18px;
			margin-left: 2px;
			margin-right: 2px;
			padding-left: 2px;
			padding-right: 2px;
			text-align: center;
			line-height: 18px;
			text-decoration: none;

			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
		}

		.pagination a img,
		.pagination span img {
			text-align: center;
		}

		.pagination a:hover {
			background-color: #666666;
			color: #ffffff;
		}

		.pagination .active {
			color: #666666;
		}

			.pagination a span,
			.pagination span span {
				display: none;
			}

			.pagination .prev,
			.pagination .next {
				width: 8px;
				background-color: #1188C0;
			}

				.pagination .prev span,
				.pagination .next span {
					display: none;
				}

			.pagination .disabled,
			.pagination .disabled:hover {
				background-color: #b5b5b5;
			}

			.pagination .prev {
				margin-right: 12px;
				background-image: url('img/pagination-arrow-prev.gif');
				background-position: center center;
				background-repeat: no-repeat;
			}

			.pagination .next {
				margin-left: 12px;
				background-image: url('img/pagination-arrow-next.gif');
				background-position: center center;
				background-repeat: no-repeat;
			}

	#trends {
		line-height: 26px;
	}
		#trends .title {
			color: #66757e;
		}
		#trends .s1 {
			font-size: 11px;
		}
		#trends .s2 {
			font-size: 13px;
		}
		#trends .s3 {
			font-size: 16px;
		}
		#trends .s4 {
			font-size: 20px;
		}
		#trends .s5 {
			font-size: 26px;
		}

	.items-content {
		margin: 0;
		padding:0;
		width: 100000px;
		position: relative;
		top: 0;
		left: 0;
		height: 200px;
	}

#sidebar .banner-publish { border: 1px solid #ccc; }
#sidebar .banner-publish .links { background: #f1f1f1 url(img/banner-publish-bg.gif) repeat-x 0 0; font-weight: bold; padding: 5px 9px 6px; line-height: 19px; }
#sidebar .banner-publish .links a { color: #1089c2; text-decoration: underline; }
#sidebar .banner-publish .banner-publish-button { background: url(img/banner-publish-button-bg.gif) no-repeat 0 0; height: 78px; border-bottom: 1px solid #ccc; padding: 35px 21px 0 0; }
#sidebar .banner-publish .banner-publish-button .green-rounded-button { float: right; }
#sidebar .banner-publish .green-rounded-button { width: 175px; height: 35px; text-align: center; background: url(img/banner-publish-button.gif) no-repeat 0 0; position: relative; display: block; padding: 9px 0 0; color: #fff; font-weight: bold; text-decoration: none; font-size: 21px; text-shadow: 0px 1px 1px #000; }
