/*  
Theme Name: Veliko-Tarnovo.NET
Theme URI: http://bbonev.info/
Description: Designed by <a href="http://michaelhutagalung.com">Branimir Bonev</a> of <a href="http://bbonev.info">BBonev.info</a>.
Version: 1.0
Author: Branimir Bonev
Author URI: http://bbonev.info/
Tags: thumbnails, newspaper, magazine, widgets, admin panel
*/
/* 
TABLE OF CONTENTS 
  HTML Elements
  Structure
  Navigation Bar
  Text
  Index Page
  Content Page
  Sidebar
  Form Elements  
  Comments
  Footer
  Clear
/* HTML Elements */
* {
	margin:0;
	padding:0;
	}
body {
	font: 100% Arial, Helvetica;
  background-color: #422b55;
  background-image: url(bgr-darkblue.gif);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: center top;
	color: #505050;
	}
p {	
	margin: 0px 0;
	}
a:link, a:visited {
	color: #000000;
	text-decoration:none
	}
a:hover, a:active {
	color: #808080;
	text-decoration:underline;
	}
a img {
	border:0;
	}
code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	
acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #ececec;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

/* Lists (displaying the posts) */
#content ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#content li {
	margin: 0px;
	padding: 7px 0px 3px 0px;
	line-height: 16px;
	list-style-type: none;
}
.title a, .title a:visited {
  margin-top:5px;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}
.title a:hover {
	color: #336699;
}
.comment_excerpt a, .comment_excerpt a:visited, .comment_excerpt a:hover {
	font-weight: normal;
}
.meta {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #999999;
	font-size: 11px;
}
.meta a, .meta a:visited {
	color: #999999;
	text-decoration:none;
	border-bottom: 1px solid #dddddd;
}
.meta a:hover {
	color: #000000;
}
/* END Lists */
.column_right {
	margin:0px;
	padding:5px;
	width: 290px;
	height:205px;
	float: center;
	background:#fff /*url(images/logo/old2.png) no-repeat -40px 60px;
	border: 5px solid #C286EF;*/
}
.column_right p{
padding:2px;
}
.column_right .title {
padding-top:10px;}
.column_right a img:hover{
  opacity:0.6;
  filter:alpha(opacity=60)
}
/* Tabs (in the sidebar for the AJAX box) */
.tab_container {
	margin: 0px;
	padding: 0px;
	border: 5px solid #eeeeee;
}
.tab_container_in {
	margin: 0px;
	padding: 10px;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.tab_menu_container {
	padding: 0px 0px 0px 0px;
	height: 27px;
  background-image: url(images/bg_stripe.gif);
}
#tab_menu li {
	margin: 0px;
	padding: 7px 5px 2px 0px;
  background-image: url(images/bg_stripe.gif);
	font-size: 11px;
	line-height: normal;
	float: left;
	list-style: none;
	cursor: pointer;
	border-bottom: none;
}
#tab_menu .first {
	padding: 3px 6px 3px 6px;
}
#tab_menu li a, #tab_menu li a:visited {
	margin: 0px;
	padding: 3px 3px 3px 3px;
  background: #fff;
	color: #000;
	text-decoration:none;
	display: block;
}
#tab_menu li a:hover, #tab_menu li a.current {
	background-color: #999999;
	color: #ffffff;
	text-decoration:none;
}
.tab_content_list {
	display: none;	
}
#tab_content_tags a, #tab_content_tags a:visited {
	color: #999999;
	text-decoration:none;
}
#tab_content_tags a:hover {
	color: #000000;
	text-decoration:none;
}
/* END Tabs */
/* Structure */
#head {
	width:930px;
	height:120px;
	margin:0px auto;
	margin-top:0px;
	padding:10px 5px 1px 5px;
	font-size:0.7em;
	background:#fff url(images/logo/anatt3.jpg);
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}
#page {
	width:920px;
	margin:0px auto;
	padding:10px;
	background:#eeeeee url(images/bg_stripe.gif);
	font-size:0.7em;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}
.left {
	float:left;
	}
.vreme {
	float:right;
	text-align:right;
	}
/* Navigation Bar*/
#navbar {
	margin:0 auto;
	padding:0px 10px 0px 10px;
	text-transform:uppercase;
	width:920px;
	font-size:0.6em;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}
#page-bar {
	padding:0px;
	}
#page-bar ul {
	list-style: none;
	}
#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #303030;
	}
#page-bar li:hover {
	background: #71508F;
	}
#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:7px 14px;
	font-weight:bold;
	color:#eeeeee;
	display:block;
	}
#page-bar a:hover {
	text-decoration:none;
	display:block;
	}
#page-bar p {
	margin:0;
	padding:0;
	}
#searchform {
	width:184px;
	float:right;
	text-align:right;
	padding-top:-5px;
	margin-right:10px;
	}
/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 132px;
	text-transform:none;
	}
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background-color:#71508F;
  width: 122px;
	float: none;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	}
#page-bar li li a:hover, #page-bar li li a:active {
	background: #35184F;
	padding: 4px 10px 4px 10px;
	}
	/* moi dobavki - padashto menu */
#page-bar li li ul a, #page-bar li li ul a:link, #page-bar li li ul a:visited {
	background-color:#505050;
  width: 122px;
	float: none;
	margin: 0px;
	padding: 4px 10px 4px 15px;
	}
#page-bar li li ul a:hover, #page-bar li li ul a:active {
	background: #35184F;
	padding: 4px 10px 4px 20px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}
#page-bar li:hover ul {
	left: auto;
	display: block;
	}
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}
/* Text*/
h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}
h2 {
	font:2.0em Arial;
	font-weight:bold;
	}
h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#303030;
	font-weight:bold;
	}
h4 {
	font:1.0em Arial;
	}
h3.cat_title, h3.cat_title a {
	color:#333333;
	letter-spacing:-0.05em;
	}
h3#respond {
	margin-top:0px;
	padding-top:20px;
	}
h3#comments {
	margin-top:32px;
	padding-left:0px;
	margin-bottom:15px;
	}
h3.authors {
	margin-top:15px;
	}
/* Index Page*/
#logo {
	width:165px;
	height:80px;
	padding-top:30px;
	}
#tagline {
	margin-top:10px;
	font-size:1em;
	color:#1d3566;
	font-weight:bold;
	}
#top {
	margin:0 auto;
	padding:5px 10px 0px 0px;
  z-index:100;
  background:#fff /*url(images/logo/top_bg.png) repeat-x*/;
	width:930px;
	font-size:0.7em;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}
#headline {
	width:345px;
	/*height:100%;*/
	float:left;
	padding:10px 12px 30px 25px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
  background:#fff url(images/bg_stripe.gif);
	color:#fff;
	overflow:hidden;
	}
#headline a {
	color:#730894;
	}
#headline a:hover {
	color:#5E007F;
	}
#top div.label {
	font:1.2em Arial;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:0px;
	padding-top:15px;
	}
#headline div.title {
	font:1.4em Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:5px;
	padding-top:15px;
	}
#headline div.meta {
	display:block;
	padding:4px 0px 4px 0px;
	color:#000;
	font-size:0.85em;
	}
#headline p {
	padding-bottom:5px;
	}
#featured {
  background:transparent /*url(images/logo/old2.png) no-repeat 80px 20px*/;
	width:520px;
	float:right;
	padding:10px 10px 0px 10px;
	font-size:1.05em;
	}
#featured .clearfloat {
	margin-top:0px;
	margin-bottom:3px;
	padding-bottom:5px;
	padding-left:7px;
	}
#featured .clearfloat:hover {
  background-color:#D4B3EF;
	margin-top:0px;
	margin-bottom:3px;
	padding-bottom:5px;
	padding-left:7px;
	}
#featured .info {
	margin-top:5px;
	padding-top:0px;
	float:right;
	width:393px;
	font-size:0.9em;
	}
#featured .meta {
	margin-top:5px;
	font-size:0.85em;
	}
#featured .title {
	font-weight:bold;
	}
#featured .divider {
	margin-left:95px;
	}
#headline a img, #featured a img {
	margin-top:5px;
	}
#featured a {
	color:#000000;
	}
#featured a:hover {
	color:#5E007F;
	}
#featured a img {
  z-index:0;
	border:2px solid #fff;
	margin-right:10px;
	}
#featured a img:hover {
  z-index:0;
  opacity:0.6;
  filter:alpha(opacity=60)
	border:2px solid #fff;
	margin-right:10px;
	}
#headline a img {
	border:3px solid #fff;
	margin-right:15px;
	margin-bottom:10px;
	}
#headline a img:hover {
  z-index:0;
  opacity:0.6;
  filter:alpha(opacity=60)
	border:3px solid #fff;
	margin-right:15px;
	margin-bottom:10px;
	}
#single_head {
	width:195px;
	float:left;
	padding:15px 12px 20px 25px;
	margin:0;
	background:#333333;
	color:#fff;
	}
#single_head a img {
	border:3px solid #fff;
	}
#single_desc {
	width:675px;
	float:right;
	padding:0px 10px 5px 10px;
	font-size:1.05em;
	line-height:1.5em;
	}
#single_desc div.title {
	font:2.4em Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:5px;
	padding-top:10px;
	}
#single_desc div.meta {
	display:block;
	padding-bottom:5px;
	font-size:0.85em;
	}
#single_desc p {
	margin:0px;
	padding-bottom:10px;
	}
#single_desc a {
	color:#000000;
	}
#single_desc a:hover {
	color:#808080;
	}
#mores {
	margin:0 auto;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	border-bottom:5px solid #fff;
	width:940px;
	font-size:0.7em;
	}
#more-head {
	background:url(images/bg_stripe.gif);
	text-align:center;
	float:left;
	width:350px;
	padding:0px 12px 10px 25px;
	}
#more-feat {
	background:#C286EF;
	text-align:center;
	float:right;
	width:520px;
	padding:0px 20px 10px 13px;
	}
#more-head a {
	background:#404040;
	color:#b0b0b0;
	}
#more-feat a {
	background:#fff;
	color:#505050;
	}
#more-head a, #more-feat a {
	display:block;
	font-weight:bold;
	padding:3px;
	}
#more-feat a:hover {
	text-decoration:none;
	background:#b0b0b0;
	}
#more-head a:hover {
	text-decoration:none;
	background:#505050;
	}
#middle {
	margin:0 auto;
	padding:10px 10px 10px 10px;
	background:#fff;
	width:920px;
	font-size:0.7em;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}
.category {
	width:164px;
	float:left;
	border-top:8px solid #333333;
	margin:0px;
	padding:5px 10px 15px 10px;
	background:#fff;
	}
.category p {
	margin:0;
	}
.category span.cat_title, #front-list .cat_title, #gallery h3 {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:-0.05em;
	}
#front-popular h3 {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1em;
	letter-spacing:-0.05em;
}
#front-list .cat_title {
	font-size:1.25em;
	}
#front-popular h3 {
	color:#fff;
	}
.more-link {
	display:block;
	margin:15px 0px;
	}
.category a {
	color:#333333;
	display:block;
	background:none;
	}
.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}
#bottom {
	width: 920px;
	}
#bottom-left {
	float:left;
	}
#bottom-left .meta, #content.archive .meta {
	font-size:0.85em;
	}
	
#front-list1  {
	width:610px;
	padding:0px;
	padding-top:4px;
	padding-bottom:10px;
	background:#fff;
	margin-bottom:10px;
	border-top:1px solid #ececec;   
}	
#front-list{
	width:610px;
	padding:0px;
	padding-top:4px;
	padding-bottom:10px;
	background:#fff;
	font-size:1.05em;
	line-height:1.75em;
	margin-bottom:10px;
	border-top:1px solid #ececec;
	}
#front-list blockquote {
	padding: 0px 10px 0 10px;
	}
#front-list .title {
	font:1.5em Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	}
#front-list .divider {
	margin-left:216px;
	margin-top:0px;
	margin-bottom:0px;
	}
.author {
	font-size:0.8em;
	font-weight:bold;
	}
.meta {
	color:#333333;
	font-weight:bold;
	}
#headline p, #featured p {
  line-height:1.4em;
  text-align:justify;
	margin:0 15px 0 0;
	color:#000;
	}
#paged-list, #paged, #paged-lst {
	width:590px;
	padding:0px 10px;
	font-size:1.05em;
	line-height:1.75em;
	background:#fff;
  /*background:#C286EF url(images/badge.png) repeat-x;
	border:5px solid #fff;*/
	}
#paged-list .clearfloat, #paged .clearfloat, #paged-lst .clearfloat{
    padding-bottom:1px;
	}
.onecolumn {
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	}
.onecolumn img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}
.tanbox {
	width:285px;
	line-height:1.5em;
	padding:5px 0px;
	margin:0;
	}
#smetki ul {
margin-top: 0px;
margin-right: auto;
margin-bottom: 5px;
margin-left: auto;
background-color: #fffbcc;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
border-top-width: 1px;
border-right-width-value: 1px;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 1px;
border-left-width-value: 1px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: solid;
border-right-style-value: solid;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: solid;
border-left-style-value: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: #e6db55;
border-right-color-value: #e6db55;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: #e6db55;
border-left-color-value: #e6db55;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
text-align: center;
padding-top: 3px;
padding-right: 0pt;
padding-bottom: 3px;
padding-left: 0pt;
  margin-top:10px;
}
#smetki ul li {	
	list-style:none;
  text-align: center;
  text-transform:uppercase;
	}
#smetki ul li:hover {	
	list-style:none;
  text-align: center;
  text-transform:uppercase;
  background-color:#E1CFF4;
  color:#FFF;
}	
	
	
.tanbox .lila a{
padding-top:5px;
font-weight: bold;
color: #730894;
}
.archive .tanbox {
	width:550px;
    padding-bottom:1px;
	}
.tanbox img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}
.tanbox a img:hover {
  opacity:0.6;
  filter:alpha(opacity=60)
}
.tanbox .link a{
line-height:1.2em;
  width:165px;
	float:left;
	padding:8px 0px 0px 0px;
	}
.tanbox .clearfloat {
padding-bottom: 3px;
padding-left: 3px;
}
.tanbox .clearfloat:hover {
background-color: #d4b3ef;
padding-bottom: 3px;
padding-left: 3px;
}
.tanbox span.title a, .onecolumn span.title a {
	font:1.2em Arial;
	font-weight:bold;
	margin-bottom:10px;
	text-align:left;
	}
.tanbox p, .onecolumn p {
  line-height:1.2em;
	padding:5px 0px 5px 0px;
	}	
#navigation {
	padding:15px 10px;
	background:#fff;
	font-size:1.05em;
	text-align:center;
	width:530px;
	}
/* Content Page*/
#content {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	border-top:1px solid #ececec;
	}
.post {
	font-size:1.05em;
	line-height:1.75em;
	color:#000;
	background:#fff;
	}
.post p {
  color:#000;
  line-height:1.2em;
	margin-top:10px;
	text-align:justify;
	}
.post .clearfloat {
	border-bottom:1px solid #e2e2e2;
	}
.entry ul, .post ol {
	margin-bottom:15px;
	}
#content h2.title {
	letter-spacing:-0.05em;
	border-bottom:1px solid #e2e2e2;
	border-top:3px solid #e2e2e2;
	margin-bottom:0px;
	padding:5px 0px;
	color:#000000;
	}
.entry ul li {	
	list-style:square;
	margin-left:30px;
	}
.entry ol li {	
	list-style:decimal;
	margin-left:30px;
	}
.entry ol li ul li {	
	list-style:square;
	margin-left:20px;
	}
.entry img, .post a img, {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	float:center;
	}
.entry a {
	text-decoration:underline;
	}
.post .ads {
	margin-top:10px;
	}
#stats {
	margin-bottom:15px;
	padding:8px 0px;
	font:0.9em Arial;
	display:block;
	border-bottom:1px solid #e2e2e2;
	font-weight:bold;
	}
span#map {
	font-size:0.9em;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* Sidebar*/
#sidebar {
	width:300px;
	float:right;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	}
.spoiler { 	
	padding:0px 12px 12px 12px;
	background:#fff;
	border-top:1px solid #ececec;
	margin-bottom:12px; 	
	overflow:hidden;
}
.spoiler img {
	border:1px solid #ccc;
	padding:2px;
	margin-right:10px;
	margin-bottom:5px;
	}
.spoiler h3 {
	font:1.1em Arial, Helvetica, Verdana, Sans-Serif; 	
	font-weight:bold; 	
	color:#fff; 	
	margin:0px 0px 8px 0px; 	
	padding:3px 10px;
	border-bottom:1px solid #ececec; 	}
.spoiler h3 a {
	color:#fff;
	text-decoration:none;
	}
.spoiler p {
	margin:0;
	color:#6d6d6d;
	}
.spoiler h4 {
	font:1.05em Arial, Helvetica, Verdana, Sans-Serif; 	font-weight:bold;
	margin-bottom:5px;
	}
.spoiler h4 a {
	color:#333333;
	}
#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:url(images/bg_stripe.gif);
	color:#000;
	margin:0px 0px 5px 0px;
	padding:3px 10px;
	}
#sidebar-top, #sidebar-bottom, #sidebar-t {
	width:280px;
	float:right;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
	margin-top:0;
	background:#fff;
	border-top:1px solid #ececec;
	}

#sidebar-biznes, #sidebar-biz {
	width:280px;
	float:right;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
	margin-top:0;
	background:#fff;
	border-top:1px solid #ececec;
	}

#sidebar-bottom, #sidebar-middle {
	margin-bottom:10px;
	}
#sidebar-middle {
	width:300px;
	float:left;
	}
#sidebar-left {
	width:135px;
	padding:5px 5px 5px 5px;
	float:left;
	background:#fff;
	border-top:1px solid #ececec;
	}
#sidebar-right {
	width:135px;
	padding:5px 5px 5px 5px;
	float:right;
	background:#fff;
	border-top:1px solid #ececec;
	}
#sidebar li {
	list-style:none;
	display:block;
	padding:2px 0px 2px 5px;
	}
#sidebar li ul li {
	border-bottom:0px;
	}
#sidebar-ads {
	width:290px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}
#sidebar h3 img { margin-top:1px; }
/* Form Elements */

.submitbutton {
	padding: 1px;
	border:1px solid #aaa;
	background:#fff;
	font-size:0.9em;
	color:#aaa;
	cursor: pointer;
	}
.field {
	padding: 1px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background:#fff;
	font-size:1.0em;
	}
#search .searchbutton {
	padding: 1px;
	border:1px solid #333333;
	background:#fff;
	font-size:1.0em;
	}
#commentform input {
	width: 140px;
	margin: 5px 5px 0px 0;
	}
#commentform textarea {
	width: 99%;
	margin-top:5px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	}
/* Comments*/
#comments {
	line-height:1.5em;
	}
.commentlist cite {
	font-style:normal;
	margin-bottom:0px;
	display:block;
	font-size:1.1em;
	}	
.commentlist blockquote {
	background:#ededed;
	}
.commentlist li {
	color:#4d4d4d;
	padding: 10px 14px 10px 14px;
	background:#f2f2f2;
	border-bottom: 1px solid #dcdbd7;
	list-style:none;
	margin-bottom:3px;
	line-height:1.0em;
	}
.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}
.commenttext {
	width:482px;
	float:right;
	line-height:1.5em;
	}
li.my_comment {
	background: #fff;
	}
li cite strong {
	font-size: 1.1em;
	color:#313228;
	}
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}
.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
.commentlist small {
	background:#e9e9e9;
	}
.avatar {
	border:1px solid #ccc;
	margin:15px 8px 6px 0;
	float:left;
	padding:2px;
	width:45px;
	height:45px;
	}	
#comment {
	width:590px;
	background:#fff;
	}
/* Footer*/
#carousel {
	font-size:0.7em;
	color:#fff;
	width: 910px;
	background:#fff;
	margin: 0 auto;
	padding:15px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}
.carousel-item {
    width:131px;
    float:left;
    padding:0px 20px;
    border-right:1px dotted #ccc;
}
.carousel-item img {
    border:1px solid #ccc;
    padding:2px;
    margin-bottom:5px;
}
.carousel-item .info {
    font-weight:bold;
}
#gallery {
	font-size:0.7em;
	color:#333;
	width: 925px;
	background:#dedede;
	margin: 0 auto;
	padding:15px 0px 0px 15px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}
#gallery #random {
    float:right;
    width:613px;
    padding-bottom:5px;
}
#gallery #random img {
    padding:2px;
    border:1px solid #ccc;
    margin-right:16px;
    margin-bottom:15px; 
    background:#fff;
}
#gallery #video {
    float:left;
    width:281px;
    padding-right:15px;
    margin-bottom:15px;
    border-right:1px solid #b0b0b0;
}
#gallery h3 {
    display:block;
    padding-bottom:5px;
}
#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 910px;
	background:#303030;
	margin: 0 auto;
	padding:15px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}
#recentpost, #mostcommented {
	width:276px;
	float:left;
	padding:0px 20px 0px 0px;
	border-right:1px solid #808080;
	}
#mostcommented {
	margin-left:20px;
	}
#recent_comments {
	width:276px;
	float:right;
	padding:0px;
	}
#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}
#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}
#recentpost li, #mostcommented li, #recent_comments li {
	list-style:none;
    padding-top:1px;
	}
#recentpost ul li a, #mostcommented ul li a, #recent_comments ul li a {
	padding:1px 1px 1px 5px;
	display:block;
	text-decoration:none;
	}
#recentpost ul li a:hover, #mostcommented ul li a:hover, #recent_comments ul li a:hover {
	background:#000000;
	color:#fff;
	}
#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	background:none;
	}
#footer {
	margin: 0 auto;
	width: 920px;
	font-size:0.6em;
	background:#dedede;
	color:#333333;
	padding:5px 10px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
}

#footer a:hover {
	color:#808080;
	}
/* Float Properties*/
.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfloat {
	display: block;
	}
/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}
*+html .clearfloat {
	height:1%;
	}
.clearfloat {
	display:block;
	}
	
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}
.aligncenter
{ 
margin: 0 auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	font-size:11px;
	background-color: #f3f3f3;
	padding-top: 4px;
  padding-right: 1px;
  padding-left: 1px;
	float:center;
	margin: 2px auto;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: auto;
	float:center;
	padding: 0 0 0 0;
	border: 0 none;
}
.wp-caption p .wp-caption-text {
	font-size:11px;
	text-align: center;
  padding: auto;
	line-height: 17px;
	padding: auto;
	margin: 0;
}
.linkdir {
  height:auto;
	border: 3px solid #E1CFF4;
	text-align: left;
	font-size:11px;
	background-color: #E1CFF4;
	padding:10px;
	padding-bottom:15px;
	margin: auto;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.linkdir:hover {
	background-color: #D0B3EF;
}
.right{
	padding-top:5px;
	padding-bottom:0px;
  display:inline;
	float:right;
}
.snip{
	float:right;
	text-align:right;
}

#kontakt {
float:right;
position:relative;
bottom:15px;
}

#left {
float:left;}
#pic{
	padding-top:0px;
	padding-bottom:10px;
  display:inline-block;
	float:right;
}
/* star css*/
#front-list td,#front-list input,#front-list select,#front-list textarea {
  padding-right:2px;
	font-family:verdana;
	font-size:11px;
}
label {
	color:#666666;
	font-weight:bold;
}
label.radiogroup {
	color:#000000;
	font-weight:normal;
	font-size:10px;
}
.dir-link-widget p {
padding-bottom:10px;
}
.bizkat {
text-align:justify;
padding-bottom:10px;
}
.bizkat li {
font-weight:bold;
}

/* CSS за навигацията */

#suckerfishnav {
    background:#422C55 repeat-x;
    font-size:10px;
    font-family:helvetica,sans-serif;
    font-weight:bold;
    width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:30px;
    padding:0;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#ffffff;
    text-decoration:none;
    padding:0px 10px;
    }
#ads, #google_image_div {
    z-index:1;
}
#suckerfishnav li {
    z-index:9999999;
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:141px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    }
#suckerfishnav li li {
    width:139px;
    font-weight:bold;
    font-family:helvetica,sans-serif;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:120px;
    font-size:10px;
    color:#444444;
    }
#suckerfishnav li ul ul {
    margin:-19px 0 0 140px;
    }
#suckerfishnav li li:hover {
    background:#422C55;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#E1CFF4;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#444444;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#444444;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#E1CFF4;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#E1CFF4;
    }
#omni_div {
    }
.list-partners {
margin:15px 0px 0 0;
}    
.list-partners ul {
	padding: 0 5px 0 2px;
	list-style: none;
	font-size: 12px;
}

.list-partners li {
	float: left;
	padding: 2px 4px;
	font-size: 11px;
	font-weight: bold;
}
.list-partners li a{
color: #730894;
}
.fb-like {
margin:10px 0 0px 0;
}
.svejo {
margin:-3px 15px 0px 0;
padding:10px 0 0 0;
}
p.wp-caption-text {
  width:280px;
	float:center;
  text-align:center;
  margin:2px auto 5px auto;
}   