@charset "UTF-8";
/* CSS Document */

/* TINKLARAŠTIS */
body.blog {
	padding-top: 140px;
}
body.blog #mainMenu {
	height: 24px;
	left: 25%;
	line-height: 24px;
	right: auto;
	top: 60px;
}
body.blog #socialMenu {
	display: block;
	font-size: 10px;
	height: 23px;
	line-height: 23px;
	position: absolute;
	right: 20px;
	top: 60px;
}
	body.blog #socialMenu ul {
		display: inline;
		list-style: none;
		vertical-align: top;
	}
	body.blog #socialMenu li {
		display: inline;
		margin-left: 10px;
	}
body.blog .blogTitle {
	color: #ffffff;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
}
body.blog .blockTitle {
	clear: both;
	padding-top: 40px;
}
body.blog #bettingCategoriesBlock {
	width: 22%;
}
	#blogCategoriesList {
		display: block;
		font-size: 12px;
		line-height: 22px;
		list-style: none;
		*line-height: 24px; /* IE7 */
		*margin-bottom: -40px; /* IE7 */
	}
		#blogCategoriesList li {
			clear: left;
			display: block;
			float: left;
			margin-bottom: 10px;
			margin-right: 10px;
			*display: inline; /* IE7 */
			*vertical-align: top; /* IE7 */
			*white-space: nowrap; /* IE7 */
			*zoom: 1; /* IE7 */
		}
		#blogCategoriesList a,
		#blogCategoriesList a:visited {
			background: url('rgba.php?r=26&g=39&b=59&a=30') repeat;
			background: rgba(26,39,59,0.3);
			border: 1px solid transparent;
			border-radius: 5px;
			-khtml-border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			color: #ff5c00;
			display: block;
			padding: 0 10px;
			_background: transparent; /* IE6 */
			_filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000, endColorstr=#20000000); /* IE6 */
			_zoom: 1; /* IE6 */
			_border: 0;
			_display: inline; /* IE6 */
		}
		#blogCategoriesList a:hover {
			background: url('rgba.php?r=0&g=0&b=0&a=40') repeat;
			background: rgba(0,0,0,0.4);
			text-decoration: none;
			_background: transparent; /* IE6 */
			_filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#61000000, endColorstr=#61000000); /* IE6 */
		}
		#blogCategoriesList li.current h1 {
			font: 13px Verdana, Tahoma, Arial, Helvetica, sans-serif;
			height: 22px;
			line-height: 22px;
			*height: 24px; /* IE7 */
			*line-height: 24px; /* IE7 */
			_display: inline; /* IE6 */
		}
		#blogCategoriesList li.current a,
		#blogCategoriesList li.current a:hover,
		#blogCategoriesList li.current a:visited {
			background: url('img/main_menu_current_item_bg.png') repeat-x center;
			border-color: rgba(255,255,255,0.4);
			color: #73376e;
			font-weight: bold;
			text-decoration: none;
			filter: none; /* IE8 */
		}
	#facebookWidget{
		margin-top: 40px;
        clear:both;
	}
	#tagCloud {
		display: block;
		font-size: 13px;
		list-style: none;
	}
		#tagCloud li {
			border-bottom: 2px solid #1c243a;
			border-left: 1px solid #1c243a;
			display: inline-block;
			*display: inline; /* IE7 */
			*zoom: 1; /* IE7 */
		}
		#tagCloud li a {
			background: #2d3549;
			display: inline-block;
			padding: 2px 10px;
			text-decoration: none;
		}
		#tagCloud li a:hover {
			background: #3e4557;
			text-decoration: underline;
		}

#blogBlock {
	display: inline-block;
	margin-left: 3%;
	vertical-align: top;
	width: 74%;
	*display: inline; /* IE7 */
	*width: 74.5%; /* IE7 */
	*zoom: 1; /* IE7 */
	_position: relative; /* IE6 */
	_width: 73%; /* IE6 */
}
	.article {
		color: #ffffff;
		display: block;
		font-size: 13px;
		margin-bottom: 40px !important
	}
		.articleTitle {
			color: #ffffff;
			font-size: 16px;
			line-height: normal;
            margin: 15px 0;
		}
			.articleTitle a {
				color: #ff6633;
				text-decoration: none;
			}
			.articleTitle a:hover {
				text-decoration: underline;
			}
		.articleTitleBlock {
			color: #ffffff;
			font-size: 11px;
			line-height: normal;
            margin: 10px 0;
		}
			.articleTitleBlock a {
				color: #ff6633;
				text-decoration: none;
                font-weight:normal;
			}
			.articleTitleBlock a:hover {
				text-decoration: underline;
                font-weight:normal;
			}
		.articleMeta {
			color: #cccccc;
			font-size: 10px;
			margin-bottom: 20px;
			margin-top: 10px;
		}
			.articleMeta span {
				margin-right: 0px;
				padding-right: 5px;
			}
		.article p {
			margin: 1em 0;
		}

		.article ul {
			padding-left: 15px;
		}

		.article p.shareThis a {
			background: url('img/social_icons/sharethis.png') no-repeat left;
			padding-left: 20px;
		}


       /* Editor CSS Begin */


#blogBlock .alignleft{

    float:left;

}

#blogBlock .alignright{

    float:right;

}

#blogBlock .aligncenter{

    display:block;
    margin-left:auto;
    margin-right:auto;

}


/* Naujienų blokas */
#newsBlock {
	margin-bottom: 25px;
}
	#newsBlock ul {
		display: block;
		line-height: 16px;
		list-style: none;
	}
	#newsBlock li {
		display: block;
		margin-bottom: 15px;
	}
	#newsBlock li a {
		display: block;
        color:#FF5C00;
        font-size:11px;
		padding-top: 2px;
	}


/* Editor CSS End */
