/*
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/
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-color:#000;
	/*  Barva pozadi */              background-color: #636d6e;
	/*  Barva textu v prispevkach */ color: #fff;
}


/* Informace pod nazvem prispevku  by */
.headline_meta {
color:#FFFFFF;
font-style:italic;
}

/* Informace pod nazvem prispevku  Autor a datum */
.headline_meta span, .headline_meta abbr {
font-style:normal;
letter-spacing:1px;
text-transform:uppercase;
}


/* Sidebar color  - inside the frame */

li.widget .widget_box {
border-style:solid;
border-color:#000
color:#900;  /* text color */ 
background: #494949;
}



/*  Barva nadpisu v sidebaru */
.custom .sidebar h3 {
color:#FFFFFF;
font-variant:small-caps;
letter-spacing:2px;
}


/* Mezera mezi sidebars */
.custom li.widget {margin-bottom: 2em;}

/* Mezera mezi radky v sidebar */
.custom li.widget {line-height: 1.5em;}


.custom #sidebar_1 { 
background-color:#525a5b; 
border-color:#000;
margin-top: 30px;}



.custom #sidebar_2 { background:#525a5b; }



/* Image box */

 .custom #image_box {
margin-top: 5px;
background:#494949 none repeat scroll 0 0;
border-bottom:0px solid #494949; 
}

/* Misto pod logem */
.custom #header {
padding-bottom:0em;
padding-top:0em;
}

.custom #content_box { background: none; border: none; }


.custom #footer {
	font-size:8px;
	font-weight:600;
color:#FFFFFD;
text-align:right;
}

.areas {
	font-size:11px;
	font-weight:400;
color:#A4AEA7;
text-align:left;
padding-bottom:15px;
padding-top:0em;

}


.menu_bottom {
	font-size:10px;
	font-weight:200;
color:#FFFFFF;
text-align:left;
padding-bottom:3px;
padding-top:0em;
letter-spacing:0.5px;
text-transform:uppercase;

}



/* Barva pro Read The full article */
.custom .teaser .teaser_link {
font-size:1.2em;
line-height:1.5em;
}


a {
color:#ffffff;
text-decoration:none;
}



/* Teaser  edit odkaz */

.custom .teaser .teaser_author a, .teaser a.teaser_comments, .teaser a.teaser_category, .teaser .edit_post a {style.cs...909-80320 (line 143)
border-bottom:1px solid #EEEEEE;
color:#FFFFFF;
letter-spacing:1px;
text-transform:uppercase;
}

/* Teaser Date */
.custom .teaser .teaser_date {
color:#FFFF33;
font-size:1em;
line-height:1.6em;
}



/* Barva nadpisu u teaser clanku */
.custom h2 a {
font-size:15px;
font-weight:400;
color:#d1d4c9;
}

/*  Custom pages   EDIT color  */

.custom .headline_meta a {
border-bottom:1px solid #EEEEEE;
color:#EEEFFF;
}


/* Leave a coment   text color */

.custom #respond_intro p {
color:#FFF555;
}


.custom #commentform input.form_submit { background:#494949; color:#FFFFFF border-width: 0px; }
.custom input.form_submit:hover { color: #fffDDD; }
.custom input.form_submit { color: #FFFFFF; }


.custom element.style {
/* color:#FC6 !important; */
color:#FC6;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:400;
position:relative;
}


.custom .headline_area h1, .headline_area h2 {
font-size:1.6em;
line-height:1.364em;
}

/* #feature_box {border-bottom:none;} */



.about .Header {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.about .body_text {
	font-size: 12px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.about .body_text_orange {
	font-size: 13px;
	color: #FC0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}

.about .body_text_bold {
	font-size: 12px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


/* Custom musltimedia box  */

.custom #image_box, #video_box, #custom_box {
/*	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px; */
       	padding:0.36em;  
		
background:#636d6e none repeat scroll 0 0;
border-bottom:0px solid #494949;

}

/* Velikost obrazku pro custom media box */

.custom #image_box img.four_by_three {
	background:#636d6e;
	height:225px;
width:300px;
}

.custom #image_box img.three_by_four {
background:#636d6e;
height:300px;
width:225px;
}



.custom #column_wrap .sidebar ul.sidebar_list {
padding-bottom:3em;
}



/* Menu tabs  */
ul#tabs {
border-color:#DDDCCC;
border-style:none;
border-width:0 0 1px 1px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}






