/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

.custom #container {
	border: 1px solid;	
	margin-top: 10px;	
}

/*.custom #page {
	padding: 5px;
}*/

.custom #content_box {
	border-top: 3px double #DDDDDD;
}

.custom #header {
	border: none;
	background: url("./images/wpsk-header.png");
	background-repeat: no-repeat;
	background-position:5px 0;
	height: 105px;
	padding: 5px;
}

.custom #footer {
	background: url("./images/wpsk-footer.png");
	background-repeat: no-repeat;
	background-position:10px 0;
	height: 40px;
	position: relative;	
}

.custom .menu {
	font-weight: bold;
	margin-top: 5px;
	padding: 0;
	margin-left: 5px;
	margin-right: 5px;
	background: #464646;
}

.custom .menu li {
	margin-bottom: 0;
}

.custom .menu li a {
	background: #464646;
	color: white;
	font-size:1.15em;
	text-transform: none;	
	border-bottom: none;
	border-top: none;
}

.custom .menu a:hover,.custom .menu .current a {
	text-transform: none;
	color: white;
	background: #21759b;
	border-bottom: none;
}

.custom li.rss {
	border-right: none !important;
	margin-right: 5px;
}

.custom .rss a {
	border-right: none !important;
	color: white;
}

.custom .rss a:hover {
	background: transparent;
}

.custom ul.menu li.rss a, .custom ul.menu li.rss a:hover { 
	padding-right: 16px; 
	background-image:url("../lib/images/icon-rss.gif");
	background-position:100% 50%;
	background-repeat:no-repeat;
	background-color: transparent;
}

.custom #feature_box  {
	background-color:transparent;
	height: 260px;
	padding: 5px;
	font-size: 13px;
	border-top: 3px double #DDDDDD;
	border-bottom: none;
}


.custom .to_comments {
	float: left;
}

.custom .teaser_link {
	float: right;
	line-height:1.2em;
}

.custom .teaser_comments {
	float: left;	
}

/*.custom .menu li {
	border-right: 1px solid #DDDDDD;	
}*/


.custom .catmenu {
	margin-bottom: 5px;
	/*padding: 0;
	margin-left: 5px;
	margin-right: 5px;
	background: #464646;*/
	position:relative;
	z-index:1;
	
}

.catmenu li.current-cat a, .catmenu li a:hover, .catmenu li.current-cat a:hover {
	background: #d54e21 !important;
	color: white !important;
}

.menu .current-parent > a, .menu .current-cat-parent > a {
	background-color:#d54e21 !important;
	color: white !important;
}

.custom #header-serach {
	float: right;
}

.custom #feature_box .search_form input {
	font-size:1.3em;
	line-height:1em;
	padding-bottom:0.308em;
	padding-left:0.308em;
	padding-right:0.308em;
	padding-top:0.308em;
	width:15.385em;
}

.search_form input:focus {
	background: #d54e21;
	color: white;
}

.custom #featured-box-sidebar {
	float: right;
	width:297px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #DDDDDD;
	height: 240px;
}

.custom #featured-box-sidebar .widget-title {
	font-size: 16px;
}

.widget_tweetblender {
	line-height: 18px !important;
}

img.tb_twitterlogo, a.tb_archivelink {
	display: none;	
}

#custom_search_form {
	/*padding-left:1.1em;
	padding-right:1.1em;
	margin-top: 1.1em;
	margin-bottom: 1.1em;*/
	float:right;
	margin-top:2px;
	width:260px;
}

#custom_search_form .search_form input {
	padding-bottom:0.308em;
	padding-left:0.308em;
	padding-right:0.308em;
	padding-top:0.308em;
	font-size:1.3em;
	line-height:1.385em;
	width:95%;
	background: #5A5A5A;
	color: white;
}

#custom_search_form .search_form input:focus {
	background: #d54e21;
}

/*#xhanch_my_twitter {
	margin-top: 15px;
}
*/

.tweet_list {
	border-top: 1px dotted #DDDDDD;
}

.teasers_box .category-wordpress-novinky .entry-title, .teasers_box .category-uncategorized .entry-title   {
	background: #D54E21;
	margin-left: -5px;
	
}

/*.teasers_box .entry-title a {	
	margin-left: 5px;
	display: inline-block;
	color: white;
}*/

#content_box .category-spravy .entry-title {
	background: #21759B;
	margin-left: -5px;
	color: white;
}

#content_box .category-spravy .entry-title a {
	margin-left: 5px;
	display: inline-block;
	color: white;
}

#content_box .category-spravy h1.entry-title {
	width: 100%;
	text-indent: 5px;
	color: white;
}

#content_box .category-oznamy .entry-title {
	background: #21759B;
	margin-left: -5px;
	color: white;
}

#content_box .category-oznamy .entry-title a {
	margin-left: 5px;
	display: inline-block;
	color: white;
}

#content_box .category-oznamy h1.entry-title {
	width: 100%;
	text-indent: 5px;
}
	
#content_box .category-recenzie .entry-title {
	background: #D54E21;;
	margin-left: -5px;
	color: white;
	
}

#content_box .category-recenzie .entry-title a {
	margin-left: 5px;
	display: inline-block;
	color: white;
}

#content_box .category-recenzie h1.entry-title {
	width: 100%;
	text-indent: 5px;
}

#content_box .category-moduly .entry-title, #content_box .category-temy .entry-title {
	background: #464646;;
	margin-left: -5px;
	color: white;
	
}

#content_box .category-moduly .entry-title a, #content_box .category-temy .entry-title a {
	margin-left: 5px;
	display: inline-block;
	color: white;
}

#content_box .category-moduly h1.entry-title, #content_box .category-temy h1.entry-title {
	width: 100%;
	text-indent: 5px;
}

.custom .more-link {
	color: #D54E21;
}

/*.rsswidget {
	font-weight: bold;
}*/

.rss-date {
	color: #D54E21;
}

/*.custom #custom-archive-info { 
	padding-top: 1.1em; 
	padding-bottom: 1.1em; 
	padding-left:1.1em;
	padding-right:2.3em;
}

.custom #custom-archive-info p { 
	font-size: 1.4em; 
	line-height: 1em; 
	margin-bottom: 1.1em; 
}*/

.custom-teasers-comments {
	position: absolute;	
	bottom: 0;
}

.teaser {
	position: relative;
}
