﻿/*
Theme Name: TvojeMesto.si
Theme URI: http://tvojemesto.si
Description: Grafična predloga spletnega portala tvojemesto.si.
Version: 1.0
Author: Andrej Venta
Author URI: http://venta.otis.si
*/
 @import url("reset.css");
 
/*
Set general CSS declarations
*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;	
	background: #ddd;
	text-align: center;
	color:#444;
}

/*-----------------------
 Glavne barve
-----------------------*/

/* Svetlomodra za linke - manjši text */
a { color: #2e8bc5; text-decoration:none;}
/* Oranžna za link hover  */
a:hover { color: #ff9933;}
a:active { color: #2e8bc5; }


/* Glavni naslovi */
.postbody h1 {		
	color: #5478ab;
	
}

hr {
	display: none;
}

ul {
	list-style-type: none;
}

ol {
	list-style-type: decimal;
}

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;	
}

.clear {
	clear: both;
}

/*
Top part CSS
*/
#top {
	width: 980px;
	height: 34px;
	background-color:#fff;
}

#topleft {
	float: left;
	height: 34px;
	padding-left: 10px;
}
#topleft p.today { font-size:11px; color:#888; line-height:34px;}
#topleft .make_homepage {padding-left:20px; margin-left:20px;}
#topleft a.make_homepage {background: url(images/homepage.png) left no-repeat;}
#topright {
	float: right;
	height: 34px;
	padding-right: 10px;
}

/*
Search form CSS
*/
.searchform {
	display: inline;
}

.searchform fieldset {
	display: inline;
	padding-top: 4px;
}

.searchform label {
	vertical-align: middle;
	display: inline;
	margin-right: 5px;
	font-size: 0.7em;
	color: #9ba2b8;
	font-weight: bold;

}

.searchform input {
	vertical-align: middle;
	display: inline;
	font-size: 0.7em;
}

.searchinput {
	background: #FFF;
	border: 1px solid #a3c3d3;
	width: 184px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #666;
}

.searchbutton {
	background: url(images/hover_bg3.png) repeat-x;
	width: 34px;
	height: 22px;
	text-transform: uppercase;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	border-right:1px solid #2b4974;
	border-left:1px solid #2b4974;
}

/*
Header CSS
*/
#header {
	width: 980px;
	height:1%;
	margin:12px 0;
	
}

#headerlogo {
	float: left;
	display: inline;
	margin: 12px 12px 0 0;	
	height:60px;
}

#headerad {
	float: right;
	display: inline;	
}

#headerad a, #headerad img {
	display: block;
	width: 728px;
	height: 90px;	
}

#headerlogo h1 {
	float: left;
	background: url(images/logo.gif) no-repeat;
	background-position: right 20px;
	margin-right: 5px;
	padding-right: 12px;
	padding-top: 25px;
}

#headerlogo h1 a {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5em;
	letter-spacing: -1px;
}

#headerlogo h1 a:hover {
	color: #444;
}

/*
Main Category Menu CSS
*/
#menu {
	width: 980px;
	height: 30px;
	background: url(images/topMenu.png) repeat-x;
	
}

#menux {
	float: left;
	width: 965px;
	height: 30px;
	/*padding-left: 10px;*/
	/*background: url(images/menux.gif) no-repeat left;*/
}

#menuy {
	float: right;
	width: 5px;
	height: 30px;
	/*background: url(images/menuy.gif) no-repeat right;*/
}

#dmenu {
	float: left;
	height: 30px;	
	z-index: 20;	
}

#dmenu li {
	float: left;
	display: block;
	height: 30px;
	border-right: 1px solid #ccc;
}

#dmenu li ul li {
	height: 24px;
	border-right: 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

#dmenu li a {
	display: block;
	line-height: 30px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 0.85em;
	letter-spacing: -1px;
	color:#444;
	font-weight: bold;
	
}

#dmenu li a:hover {
	color: #ff9933;
}

#dmenu ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#dmenu ul li a {
	display: block;
	background: #FFF;
}

#dmenu li ul a:hover {
	display: block;
	background: #FFF;
}

#dmenu ul a {
	display: block;
}

#dmenu ul ul {
	margin-top: -26px;
	display: none;
	margin-left: 200px;
	position: absolute;
	border-left: 1px solid #2b4974;
	border-right: 1px solid #2b4974;
}

#dmenu li:hover ul ul {
	display: none;
}

#dmenu li:hover ul {
	display: block;
}

#dmenu ul li:hover ul {
	display: block;
}

#dmenu li ul li {
	display: block;
	width:100%;
}

#dmenu li.cat-item ul {
	width: 200px;
}

#dmenu li.cat-item a {
	display: block;
}

#dmenu li.cat-item a:hover {
	display: block;
}

#dmenu li.cat-item ul li a {
	display: block;
	text-align: left;
	font-size: 0.8em;
	letter-spacing: -1px;
	height: 24px;
	line-height: 24px;
	padding-left: 12px;
	padding-right: 12px;
	color: #333;
	font-weight: bold;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

#dmenu li.cat-item ul li a:hover {
	display: block;
	text-align: left;
	font-size: 0.8em;
	letter-spacing: -1px;
	height: 24px;
	line-height: 24px;
	padding-left: 12px;
	padding-right: 12px;
	color: #2e8bc5;
	font-weight: bold;
	border-right: 1px solid #ff9000;
	border-left: 1px solid #ddd;
}

/*
Featured Column CSS
*/
#featured {
	width: 980px;
	min-height:245px;
	position:relative;
	background: #fff url(images/bg.gif) repeat-y;
}

#featuredleft {
	position:relative;
	float: left;
	width: 655px;		
}

.featuredtabs_content {
	display: none;
	padding: 12px;
	width: 300px;
}
#featuredright {
	position:relative;
	float: left;
	width: 324px;
}
.featuredtabs {
	width: 324px;
}

.featuredposts li a {	
	padding:0 4px;
	}
.featuredposts li.lastfeatured a{
	padding-left: 5px;
	padding-right: 5px;
}
	
.featuredtabs li a {
	padding:0 5px;
	}
.featuredtabs li.lastfeatured a {
	border-right:none;
	padding:0 8px;
	}
/*
Featured Posts CSS
*/

.featuredposts li {
	float: left;
	display: inline;
	text-align: center;	
	text-transform:uppercase;
}

.featuredposts li a {
	border-right: 1px solid #2b4974;
	font-family:verdana;	
	float: left;
	display: block;
	line-height: 35px;
	height: 35px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;	
	background:url(images/topMenu2.png) repeat-x;
}

.featuredposts li a:hover {color:#fff}
.featuredposts li.firstfeatured a {
	border-left: 1px solid #2b4974;
}
.featuredposts li.firstfeatured a.selected {
	border-left: 1px solid #fff;
	}

.featuredposts li.lastfeatured a.selected {
		border-right: none;
}



.featuredposts li a:hover {	
	background:url(images/hover_bg2.png) repeat-x;	
}

.featuredposts li a.selected {
	background: url(images/tabselector.gif) no-repeat top center;
	color: #FF9933;
	border-bottom: none;	
}

.featuredposts li a.selected:hover {
	background: url(images/tabselector.gif) no-repeat top center;
	color: #FF9933;
}

.featuredposts_content {
	display: none;	
	padding: 15px;
	height:1%;
}

@media print {
	.featuredposts_content {
	display: block !important;
	}
}

.featuredposts_content .thumb img {
	float: left;
	display: inline;
	margin-right: 12px;	
}

.featuredposts_content .post {	
	display: inline;
}

.featuredposts_content .post h1 a {
	font-size: 1.1em;
	letter-spacing: -1px;
	font-weight: bold;
	
}

.featuredposts_content .post h1 a:hover {
	color: #2e8bc5;
}

.featuredposts_content .post .time {
	color: #999;
	font-size: 0.7em;
	line-height: 1.2em;
	margin-top:2px;		
}


.featuredposts_content .post .entry p {
	margin: 3px 0px 5px 0px;
	font-size: 12px;
	line-height:1.3em;
	color: #666;
	display:block;
}


.featuredposts_content .post .cat a {
	float: left;
	display: block;
	padding: 5px;
	background: #999;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #FFF;
	font-weight: bold;
	line-height: 1.1em;
}

.featuredposts_content .post .cat a:hover {
	background: #ff9933;
}

.endpost {
	position:absolute;
	right:10px;
	bottom:10px;
}

.extra li {
	list-style-type:none;
	margin-left: 5px;
	display:inline;
}

.extra li a {
	font-size: 0.7em;
	font-weight: bold;
	background:url(images/vec.png) no-repeat right center;
	padding:2px 20px 2px 0;	
	}


.extra li.comments a {
	background: url(images/comments.gif) no-repeat;
	background-position: right center;
	padding-right: 20px;
	padding-left: 10px;
	border-left: 1px solid #bbb;
}

/*
Featured Tabs CSS
*/
.featuredtabs li {
	float: left;
	display: inline;
	text-align: center;	
}

.featuredtabs li a {
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	float: left;
	display: block;
	line-height: 35px;
	height: 35px;
	font-size: 11px;	
	color: #999;
	
}

.featuredtabs li.lastfeatured a.selected {
	border-bottom:none;
}

.featuredtabs li a:hover {
	background: url(images/tabmover.gif) no-repeat top center;
	color: #ff9000;
}

.featuredtabs li a.selected {
	background: url(images/tabselector.gif) no-repeat top center;
	color: #2e8bc5;
	border-bottom:none;
}

.featuredtabs li a.selected:hover {
	background: url(images/tabselector.gif) no-repeat top center;
	color: #2e8bc5;
}


@media print {
	.featuredtabs_content {
	display: block !important;
	}
}

.featuredtabs_content ul {
	padding:0;
	list-style-type:none;
	font-size: 12px;
}

.featuredtabs_content ul li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 2px;
	padding-bottom: 1px;	
	line-height: 1.2em;
	color: #999;
}

.featuredtabs_content ul li span {
	display: block;
	font-size:11px;

}

.featuredtabs_content ul li span a {
	color: #333;
}

.featuredtabs_content ul li span a:hover {
	color: #ff9000;
}

/*
Big Column CSS
*/
#bigcolumn {
	width: 980px;
	padding-bottom: 12px;
	background: #eee;
}
.banner {
	position:absolute;
	margin:12px 0 0 100px;
	display: inline;
	}
#widecolumn {
	width:640px;
	float: left;
	display: inline;
	margin:1px 0 0 12px;
	position:relative;
}

#top_posts {
	position:relative;
	float: left;
	width: 316px;
	margin-left: 12px;
	margin-right: 12px;
	display: inline;
}

#recent_posts {
	float: left;
	width: 316px;
	display: inline;
	position:relative;
}

#sidebar {
	float: left;
	width: 310px;	
	display: inline;
	padding-left:12px;
}
/*
Main CSS
*/
#top_posts h2, #recent_posts h2 {
	margin-top: 12px;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	padding-left: 12px;
	background: url(images/hover_bg5.png) left top no-repeat;
	position:relative;
	height:26px;
}
#top_posts h2 a {color:#fff; }
#top_posts h2 a:hover {color:#fff; text-decoration:underline;}

#recent_posts h2 a {color:#fff; }
#recent_posts h2 a:hover {color:#fff; text-decoration:underline;}
.box {
	background: #FFF;
	padding: 10px;	
	border-right: 1px solid #d8e1f0;
	border-left: 1px solid #d8e1f0;
	border-bottom: 1px solid #d8e1f0;
}
.box p {
	font-size: 0.75em;
	color: #666;
	margin: 0px 0px 7px 0px;
}
.box a {
	font-size:11px;
	line-height:14px;
}

/* 300x250 oglas */

.box_ad {	
	position:relative;	
	padding-top:12px;
	}

.box_ad img, .box_ad a img {
	display: block;
}
.sidebox {
	margin-top:12px;
	background: #FFF;	
	font-size: 11px;	
	color: #666;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width:142px;
	float:left;
	position:relative;
	height:1%;
	}
.sidebox h2{	
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	background: url(images/hover_bg3.png) left top;
	border-right:1px solid #2b4974;
	border-left:1px solid #2b4974;
	border-bottom:1px solid #2b4974;	
	margin-bottom:5px;
	padding-left:12px;
}

.postbox {	
	margin-bottom: 5px;
	background-color:#fff;	
	height:113px;
	position:relative;
}

/* Prva stran hover styling */

/* prikaz default slike */
.postbox ul li.ena a img {position:absolute; top:0; left:-150px; height: 113px; width: 150px;}

.postbox ul li.tri {border-bottom:none;}

.postbox ul li { font-size:12px;}

/* oblike linkov */
.postbox ul li a { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; display: block; height:34px; padding:3px 3px 0 8px;}
.postbox ul li a:hover {color:#ff9933;  /*ie6 rollover fix-->*/ background: #fff; }

/* skrijem sliko*/
.postbox ul li a img {height: 0; width: 0; border-width: 0; border-right:1px solid #ccc;}
.postbox ul li a:hover img { position:absolute; top:0; left:-150px; height: 113px; width: 150px;}

.postbox ul {
	padding:0;
	margin:0;
	list-style-type:none;
	display:block; 
	position:relative;
	text-align: left;
	margin-left: 150px;
	height:1%;
}
	.postbox ul li {				
		float:left;
		width:100%;
		margin:0;
		padding:0;
		background-color: #fff;	
		border-bottom:1px solid #ccc;	
		}

/* okrogli robovi */
.imgl {/* ie6 1px absolute margin fix*/ _margin-bottom:-1px; position:absolute; bottom:0; left:0; background:url(images/img_round.png) no-repeat bottom left; z-index:999;}
.imgr {/* ie6 1px absolute margin fix*/ _margin-bottom:-1px; position:absolute; bottom:0; right:0; background:url(images/li_round.png) no-repeat bottom right; z-index:999;}

/* ie6 bg pngfix - http://www.twinhelix.com */
.imgr, .imgl { behavior: url(http://tvojemesto.si/wp-content/themes/tvojemesto/js/iepngfix/iepngfix.htc); }


/*
Top Posts CSS
*/
.top_thumb img {
	float: left;
	display: inline;
	width: 90px;
	height: 67px;
	margin-right: 10px;
	border: 3px solid #dcebf1;
}

.top_entry {
	display: inline;
	position:relative;
}

.top_entry h3 a {
	font-size: 0.9em;
	letter-spacing: -1px;
	color: #537ce4;
}

.top_entry h3 a:hover {
	color: #537ce4;
	text-decoration: underline;
}

.top_entry .time {
	color: #999;
	line-height: 2em;
	font-size: 0.7em;
}

.top_entry .excerpt p {
	font-size: 0.75em;
	line-height: 1.3em;
	text-align: justify;
	margin: 0;
	color: #666;
}

.top_entry .postbit {
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px solid #ddd;
	float: right;
	width: 294px;
}

.top_entry .postbit li {
	display: block;
	float: right;
	display: inline;
	margin-left: 5px;
}

.top_entry .postbit li a {
	display: block;
	padding: 5px;
	background: #fff;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #666;
	line-height: 1.1em;
	border: 1px solid #ddd;
}

.top_entry .postbit li a:hover {
	background: #f9f7f1;
	color: #333;
}

/*
Recent Posts CSS
*/
.recent_thumb img {
	float: right;
	display: inline;
	width: 90px;
	height: 67px;
	margin-left: 10px;
	border: 3px solid #dcebf1;
}

.recent_entry {
	display: inline;
}

.recent_entry h3 a {
	font-size: 0.85em;
	letter-spacing: -1px;
	color: #627092;
}

.recent_entry h3 a:hover {
	color: #ff9000;
}

.recent_entry .time {
	color: #666;
	line-height: 2em;
	font-size: 0.7em;
}

.recent_entry .excerpt p {
	font-size: 0.75em;
	line-height: 1.3em;
	text-align: justify;
	margin: 0;
	color: #999;
}

.recent_entry .postbit {
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px solid #ddd;
	float: right;
	width: 294px;
}

.recent_entry .postbit li {
	display: block;
	float: right;
	display: inline;
	margin-left: 5px;
}

.recent_entry .postbit li a {
	display: block;
	padding: 5px;
	background: #eee;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #666;
	line-height: 1.1em;
	border: 1px solid #ddd;
}

.recent_entry .postbit li a:hover {
	background: #fff;
	color: #333;
}

/*
Sidebar CSS Widgets
*/
.sidebar {
	float: left;
	width: 150px;
}

.sidebar div {
	background: #FFF;
	padding: 10px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666;	
	border-right: 1px solid #d8e1f0;
	border-left: 1px solid #d8e1f0;
	border-bottom: 1px solid #d8e1f0;
}
.sidebar ul {border-top: 1px solid #d8e1f0;}
.sidebar ul li ul {
	background: #FFF;
	padding: 10px;
	border-right: 1px solid #d8e1f0;
	border-left: 1px solid #d8e1f0;
	border-bottom: 1px solid #d8e1f0;
}


.sidebar ul ul ul, .sidebar ul ul ul ul, .sidebar ul ul ul ul ul {
	background: #FFF;
	padding: 0;
	border: 0;
}

.sidebar ul li ul li {
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #ddd;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 5px;
	padding-left: 12px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666;
}

.sidebar ul li ul li ul li,
.sidebar ul li ul li ul li ul li {
	padding: 0;
	margin: 0;
	border: 0;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 5px;
	padding-left: 12px;
	font-size: 1em;
	line-height: 1.3em;
}

/*
Subscribe RSS Form
*/
.subscribe {
	width: 294px;
}

.subscribe fieldset {
	display: inline;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	width: 294px;
}

.subscribe input {
	display: inline;
	vertical-align: middle;
}

.feedinput {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 184px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #666;
	font-size: 0.75em;
}

.feedinput:focus {
	background: #fdfff4;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.feedsubmit {
	background: url(images/feedsubmit.gif) no-repeat;
	font-size: 0.75em;
	font-weight: bold;
	width: 44px;
	height: 21px;
	color: #FFF;
	cursor: pointer;
}

.rss  {	
	margin-bottom:-5px;	
	}

/*
Fix Corners CSS *do not touch* please!
*/
#fixcorners {
	display: block;
	width: 980px;
	height: 5px;
	background: #f3fbff url(images/lblue.gif) no-repeat left bottom;
}

#rightcorner {
	display: block;
	width: 5px;
	height: 5px;
	background: #f3fbff url(images/rblue.gif) no-repeat right bottom;
	float: right;
}

/*
POST BODY CSS
*/
.postbody {
	background: #FFF;
	padding: 12px;
	border: 1px solid #d8e1f0;
	margin-top: 10px;
	height:1%;
	float:left;
	width:615px;
}


.postbody h1, .postbody h2, .postbody h3, .postbody h4, .postbody h5, .postbody h6 {
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
}

.postbody p {
	font-size: 0.75em;
	line-height: 1.4em;
	color: #333;
	margin: 0px 0px 10px 0px;
}

.postbody h1 {
	letter-spacing:-1px;
	font-size: 1.5em;
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
}

.postbody h2 {
	letter-spacing: -1px;
	font-size: 1.3em;
	color: #2e8bc5;
}

.postbody h3 {
	letter-spacing: -1px;
	font-size: 1em;
	font-weight: bold;
	color: #333;
}

.postbody h4 {
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
}

.postbody h5 {
	font-size: 0.8em;
	font-weight: bold;
	color: #999;
}

.postbody h6 {
	font-size: 0.7em;
	font-weight: bold;
	color: #666;
}

.postbody ol {padding-left: 20px;}
.postbody ul {margin: 5px 5px 20px 5px;}
.postbody ol {margin: 5px 5px 20px 5px;}
.postbody ul ul {margin: 5px 5px 5px 5px;}
.postbody ol ol {margin: 5px 5px 5px 5px;}

.postbody ol li {
	line-height: 1.5em;
	color: #333;
	margin-bottom: 5px;
	font-size: 12px;
}

.postbody ul li {
	line-height: 1.5em;
	color: #333;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}

.postbody blockquote {
	background: #fffced;
	border: 1px solid #dfdccb;
	margin-bottom: 12px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 50px;
	display: block;
}

.postbody blockquote p {
	font-family: arial;
	font-size: 0.8em;
	line-height: 1.3em;
	letter-spacing: -1px;
	font-weight: bold;
	color: #587ae6;
}

.postbody ins {
	color: #333;
	text-decoration: underline;
}

.postbody del {
	color: #333;
	text-decoration: line-through;
}

.postbody code {
	color: #333;
	font-family: verdana;
	font-size: 11px;
	background: #eee;
	margin-bottom: 10px;
}

/*
Results .p class
*/
.p {
	border-top: 1px solid #eee;
	padding-top: 12px;
	margin-top: 12px;
}

.p .thumb img {
	float: left;
	display: inline;
	width: 106px;
	height: 80px;
	margin-right: 10px;
	border: 3px solid #dcebf1;
}

.p .time {
	font-size: 0.7em;
	color: #999;
	margin-top:-5px;
}

.p .excerpt {
	padding-top: 5px;
}

.p .info {
	text-align: right;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666;
}

.p .tags {
	background: #fdfff4;
	border: 1px solid #ddd;
	padding: 5px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666;
	text-transform: lowercase;
	margin-top: 5px;
}

.p .tags a {
	color: #333;
}

.p .tags a:hover {
	color: #3259d8;
}

/*
Navigation CSS
*/
.navigation {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #ddd;
}

.navigation a {
	padding: 5px;
	background: #999;
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 1.1em;
	color: #FFF;
	font-weight: bold;
}

.navigation a:hover {
	background: #ff9000;
	color: #FFF;
}

.navleft {
	float: left;
	width: 40%;
}

.navright {
	float: right;
	width: 40%;
}

.navleft a {
	float: left;
	display: block;
}

.navright a {
	float: right;
	display: block;
}

/*
Alternative: single post ONLY SPECIFIC CSS
*/
.postbody_singlepost .time {
	color: #999;
	font-size: 0.7em;
	line-height: 1.3em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.postbody_singlepost img {
	border: 3px solid #dcebf1;
}

.postbody_singlepost .tags {
	color: #333;
	font-size: 0.7em;
	line-height: 1.7em;
}

.postbody_singlepost .tags a {
	color: #999;
}

.postbody_singlepost .tags a:hover {
	color: #ff9000;
}

.postbody_singlepost .cc {
	margin-top: 10px;
	background: #F9F9F1;
	border: 1px solid #ccc;
	padding: 5px;
	line-height: 1.5em;
	font-size: 0.8em;
}

.postbody_singlepost .the_content {
	margin-top: 12px;
	margin-bottom: 12px;
}
.postbody_singlepost h1 {border:none;}
/*
Special Single Post Classes
*/
.edit, .follow, .track {
	border-bottom: 1px solid #ddd;
	padding: 5px;	
	font-size: 0.75em;
	line-height: 1.4em;
	height:1%;
}

.follow a {
	font-weight: bold;
	background: url(images/rss.gif) no-repeat left;
	padding-left: 20px;
}

.track {
	background: #EEE;
	font-weight: bold;
}
.track span {float:right; width:100px; margin-top:-18px;}
.track p { font-size: 12px; line-height: 20px; margin-bottom:0; padding-bottom:0 }

/*
CSS for Floating Images in Single Post View
*/
.alignleft {
	float: left;
	display: inline;
	background: #fff;
	margin-right: 12px;
	margin-bottom: 5px;
}

.alignright {
	float: right;
	display: inline;
	background: #fff;
	margin-left: 12px;
	margin-bottom: 5px;
}

.aligncenter {
	display: inline;
	text-align: center;
}

.alignnone {
}

p.wp-caption-text {
	padding: 5px;
	font-size: 0.7em;
	color: #999;
}

/*
Commenting System CSS
*/
#combox, #combox ol, #combox ol li, #combox ol li.alt {
	font-size: 100%;
}

#combox {	
	padding:1px;	
}

ol.commentlist {
	padding:0;
	margin:0;	
	list-style-type: none;	
}

ol.commentlist li {
	background: #FFF;
	border: 1px solid #eee;
	margin-top: 12px;
	position:relative;
	height:1%;	
}

ol.commentlist li.alt {
	background: #FFF;
	border: 1px solid #eee;
	margin-top: 12px;
	position:relative;	
}
.avatar {
	float: left;
	display: inline;
}

.avatar img {
	border: 0;
}

.commentbody {
	float: left;
	display: inline;
	margin: 8px 8px 0 8px;	
}

.commentbody img {
	border:0;
	vertical-align: middle;
}

p.comment_author {
	color: #666;
	font-size: 0.8em;
	font-weight:bold;
}

span.comment_time {
	display: inline;
	color: #999;
	font-size:11px;
	font-weight:normal;
}

p.comment_text {
	margin-top: 12px;
	line-height: 1.4em;	
}
.karma {
	position:absolute;
	top:10px;
	right:5px;
	}
/*
Leave a Reply form CSS
*/

/* Hides from IE5-mac \*/
html .reply {height: 1%;}
/* End hide from IE5-mac */

.reply {
	background: #f6f6f6;
	border: 1px solid #ccc;	
	margin-top:12px;
	float:left;
	height:1%;
	padding:22px;	
}
.reply h3 {
	letter-spacing:normal;
	}
.reply p {
	margin-top: 10px;
}

.reply fieldset {
	vertical-align: middle;
	display: inline;
}

.reply input {
	vertical-align: middle;
	display: inline;
}

.reply textarea {
	vertical-align: middle;
	display: inline;
}

.reply label {
	vertical-align: middle;
	display: inline;
	font-weight: normal;
	font-family: tahoma;
	margin-left: 10px;
}

.replytext {
	border: 1px solid #ddd;
	width: 200px;
	padding: 5px;
	color: #444;
}

.replytext:focus {
	border: 1px solid #bbb;
	background: #fefff7;
}

.replyarea {
	border: 1px solid #ddd;
	line-height: 1.5em;
	padding: 5px;
	width: 555px;
	float:left;	
	position:relative;
	height: 120px;
	color: #444;	
}

.replyarea:focus {
	border: 1px solid #bbb;	
}

.replybutton {	
	background: #3259d8;
	text-align: center;
	width: 120px;
	padding:5px;		
	color: #FFF;
	cursor: pointer;
	font-size:12px;
	margin-top:10px;
	border:1px solid #bbb;
	display:inline;
}


.replybutton:hover {
	background: #5c82d1;
}


/*
	// Footer
*/

.footer_submenu {
	list-style:none;
	padding:0px;	
}
.footer_submenu li{
	border-bottom: #e1e1e1 1px solid;
	line-height: 14px;
	list-style:none;
	padding: 0;
	margin: 0;
}
.footer_submenu li.lst{
	border-bottom: none;	
}

.footer_submenu li a:before {
	content: "\00BB \0020";
}
.footer_submenu li a{	
	text-decoration: none;
	padding: 4px 0px 4px 12px;
	display:block;
	color:#888;
	height:1%;
}
.footer_submenu li a:visited{	
	text-decoration: none;
}
.footer_submenu li a:hover{
	text-decoration: none;
	background-color:#eee;
	color:#333;
}


#footerWrap {
	float:left;
	width:100%;
	height:1%;
	border-top:1px solid #bbb;
	background-color:#f4f4f4;
	font-size:11px;
}
#footerWrap p {	
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:5px;
	}
#footer_leftcol {
	float:left;
	width:200px;		
	}	
#footer_leftcol  h3 {
	color:#555;
	font-size:14px;	
	line-height:25px;	
	}
#footerWrap .foot_ad {
	margin:12px 12px 0 0;
	float:right;
	width:728px;
	}
#footerWrap .foot_ad  img {margin-left:8px;}

#footerWrap .copyright {
	float:left;
	width:770px;
	text-align:center;
	line-height:30px;
	}
.napovednik {
	margin-left:7px;	
	width:90%;
	float:left;	
	font-size:11px;
	display:inline;
	}
.napovednik td,tr,th {
	background-color:#eee;
	padding:2px;
}
