/**
 * My CSS
 */

/*
body {
	padding: 0 0 25px 0;
}
*/
#site-title a {
	background:transparent;
	width:700px;
}

#header-container {
/*	background:url("images/header-fsr.jpg") no-repeat 20px 0 #FFFFFF; */
	background:url("images/header-fsr.jpg") no-repeat 0 0 #FFFFFF;
	border-bottom:1px solid #EEEEEE;
	height:130px;
}

#header .search {
	margin: 70px 20px 0 0;
	}
/*
#feed li.feed-url a {
	background: url(images/rss-icon-my.png) no-repeat right 14px;
	}
*/

#respond .form-textarea {
	background: url("images/textarea-my.gif") no-repeat scroll 0 0 #222222;
	height: 100%;
}

.entry-meta {
	margin: 0 20px 20px 20px;
	padding: 5px 0;
	}

.entry-meta a.comments-link {
	float: right;
	background: url(images/bullet.gif) no-repeat 0 8px;
	margin-right: 0;
	}

#header .search form {
	background: url(images/search-my.gif) no-repeat 0 0;
	}

#header .search input.search-submit {
	color: transparent;
	}

.hentry h2, .hentry h3, .hentry h4, .hentry h5, .hentry h6 {
/*    color: #B2B141; */
	color: #88BFDD;
}

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-weight: bold;
    margin: 0 0 10px;
    line-height:120%;
}

h1 {
    font-size: 1.7em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.35em;
}
h4 {
    font-size: 1.25em;
}
h5 {
    font-size: 1.1em;
}
h6 {
    font-size: 1.1em;
    text-align: center;
}

blockquote {
    color: #7799DD;
}

/* Bullets */

.content ul li {
	background: url("images/blue-bullet2.gif") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
	height: 100%;
	overflow: hidden;
	padding-left: 13px;
}

/* sharedaddy buttons */

div.sharedaddy {
	display: inline-block;
}

div.sharedaddy h3.sd-title:before {
	border-top: 0px;
	padding-top: 3px;
	margin-bottom: 0;
/*	content: ""; */
/*	display: block; */
}
div.sharedaddy h3.sd-title {
	float: left;
	margin: 0;
}

div.sharedaddy div.sd-content {
	float: left;
	padding-left: 10px;
}

div.sharedaddy div.sd-content ul {
	margin: 0 !important;
}

div.sharedaddy div.sd-content ul li {
	background: none;
	height: 100%;
	overflow: hidden;
	line-height: 15px !important;
	padding-left: 0px;
}

/* Category description */
.category-description, .tag-description, .author-description, .archive-description, .date-description, .search-description {
	color: #FEC002;
	font-style: italic;
	border-bottom: solid 1px #0B5177;
}


/**.wp-caption img, .wp-caption a img, **/
.wp-caption a:hover img {
	border: 1px solid #09415F;
/*	margin: 0 auto;
	max-width: 562px;
	padding: 0;   */
}

p.wp-caption-text {
    font-size: 0.8em;
    line-height: 1.6em;
    margin: 0;
    padding: 0 5px;
    text-align: right;
}


/* Page navigation */
#primary-menu li li {
	background-color:#F4F4F4;
	border-bottom: 1px solid #E4E4E4;
}

#primary-menu li.current_page_parent,
#primary-menu li.current_page_parent li {
	background-color:#ccc;
}

#primary-menu li li a {
	padding: 8px 10px;
}

#primary-menu li a:hover,
#primary-menu li.current_page_item a:hover,
#primary-menu li.feed a:hover {
	text-decoration:none;
	background-color:#999;
}


/* Widget lists */
#primary .widget ul li, #secondary .widget ul li {
	margin-bottom: 10px;
	padding: 0 0 10px 10px;
}

#primary .widget ul, #secondary .widget ul {
	margin-bottom:10px;
}

#primary-menu ul {
	margin-top: 0;
}

#primary-menu li.feed {
	padding: 0;
}

#primary-menu li.feed a {
	background: url("images/rss-icon-my.png") no-repeat scroll 100px center transparent;
	padding-right: 30px;
	border-right: 0;
}

#reply-title{
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 0;
	margin-top: 15px;
}

/* DG sidebarlogin v2.4 - START */

.widget_wp_sidebarlogin form {
	margin: 0;
}
.widget_wp_sidebarlogin form p {
	display: table-row;
	margin: 0;
}

.widget_wp_sidebarlogin form p.login-submit {
	display: block;
	margin-bottom: 10px;
}

.widget_wp_sidebarlogin form .input {
	float: right;
	margin-left: 5px;
	width: 197px;
}

.widget_wp_sidebarlogin form p.login-submit input {
	float: right;
}


/* slidingpanel plugin style - START */

.sp-content-wrap {
	margin: 20px auto 10px auto;
	max-width: 980px;
/*	overflow: hidden; */
	padding: 0;
	border-left: 1px solid #222;

}

.sp-toggle {
/*	clear: both;
	margin: 0 auto; */
	max-width: 940px;
}

.sp-toggle a {
/*	background: none repeat scroll 0 0 #000000;
	color: #D3D3D3;
	display: inline-block;
	float: right; */
	padding: 10px 30px;
}

.sp-content .widget {
/*	overflow:   hidden;
	float:      left; */
	width:      33.3%;
	margin:     0;
	padding:    0 1.5%;
/*	color:      #888;
	background: transparent; */
/*	font: normal normal normal 14px/21px Georgia, Times, 'Times New Roman', serif !important; */
	border-right: 1px solid #222;
	min-height: 160px;
}

.sp-content a {
	color:           #ddd;
/*	text-decoration: none; */
}


/* slidingpanel plugin style - STOP */


/* OTHER */

.valigntop {
	vertical-align: top;
}

/* comment time without icon */
.comment-time {
/*
    background: none repeat scroll 0 0 transparent;
*/
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("");
    background-origin: padding-box;
    background-position: 0px;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-left: 0px;
}

span.published {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("images/bullet.gif");
    background-origin: padding-box;
    background-position: 0 3px;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-left: 15px;
}

.entry-meta .category {
    background: url("images/bullet.gif") no-repeat scroll 0 5px transparent;
}

.post_tag, .tags {
    display: none;
}

.fb_edge_widget_with_comment {
    margin-top: -5px;
    padding-bottom: 5px;
}

p.comment-subscription-form {
    margin-bottom: 0px;
}

/* CHRISTMAS BACKGROUND */

body {
/*    background: url("images/christmas_bg.jpg") repeat scroll 300px 250px #A6CDE2; zvezdica*/
/*    background: #A6CDE2 url("images/christmas_bg_2015.jpg") no-repeat fixed; */
/*    background: #A6CDE2 url("images/christmas_bg_2020.jpg") no-repeat fixed; */
}


/* gallery */

/* original
#gallery-2 {
margin: auto;
}
#gallery-2 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%; */

#gallery-2.gallery .gallery-item {
margin-top: 0px;
width: 160px;
}

.gallery dl.gallery-item {
    margin: 0;
/*    width: 30%; */
}

/* Calendar - da google - START*/

li.simcal-tooltip a, div.simcal-tooltip-content a {
    color: #88BFDD;
}

/* Calendar - da google - STOP*/
