/*
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/
*/

/*teaser text*/

.custom .teaser .format_teaser {font-size: 1.8em; } 

/*post text*/

.custom .format_text {font-size: 1.8em; }

/*post box line in archives*/

.custom .post_box { border-top: none; padding-top: 0; }

/* background image and color and margin sizes, main text color */

body.custom { background: #000 url('images/crvene_oci_1200.jpg') no-repeat; 
/* background-attachment: fixed; */ 
color: #e8e8e8;
background-position: 50% 0%;
}

.custom #container { margin-top: 0em; margin-bottom: 2em; border: 0pt solid #392b2b;}

.custom #page { background: #48443f url('images/podlogadobra2.jpg') no-repeat;
padding:0; margin-top:0; }

.custom a { color: #c94141; font-size: 12pt; }
.custom a:visited { color: #c94141; font-size: 12pt; }
.custom a:hover { color: #c94141; font-size: 12pt; }
.custom h1 { color: #11b0a6; text-transform: uppercase; letter-spacing: 0.25em; 
		font-size:24px;
		line-height:1.364em;
		 }
.custom h2, .custom h2 a, .custom h2 a:visited, .custom h2 a:hover { color: #11b0a6; font-size: 22px; /*text-transform: uppercase;*/ }
.custom h3, .custom h3 a, .custom h3 a:visited, .custom h3 a:hover { color: #11b0a6; }
.custom .sidebar h3 { color: #c9c9c9; }

.custom .headline_area {border-bottom: 1px dotted #bbbbbb;}

.custom .headline_meta a { border-bottom: 0; }

/* header design */

.custom #header { 
background: none;
margin-top: 1.2em;
border:0em solid #392b2b;
height: 4em;
padding-left:0;
}

.custom #header #tagline {
color: #9b8080;
text-transform: lowercase;
font-size: 2.5em;
/*margin-left: -1.24em;
margin-top: -0.8em;
margin-right: -1.25em;*/
margin-left: 0.09em;
margin-top: -0.68em;
margin-right: -0.5em;
letter-spacing: 0.192em;
}

.custom #header #logo {
background:transparent;
/*margin-left: -0.75em;
margin-top: -1em;*/
/*margin-left: -0.27em;*/
margin-top: -0.35em;
}

.custom #header #logo a {
background: transparent;
font-size: 1em;
letter-spacing: -0.05em;
text-transform: uppercase;
color: #fff;
margin: 0;
}
 /* make left and right margins in the content area */
.custom #sidebars { margin-right: 10px; margin-left: 0; }

.custom #content { margin-right: 0; margin-left: 10px; margin-top: 0; padding-top: 0; }

/* navigation menu */

.custom ul#tabs {float:left; border-bottom:none; border-left:none; margin-bottom: 2em; }
	.custom ul#tabs li {margin-bottom:0.5em; border:none; background: #000; margin: 0 0.3em; padding: 0.3em 0 0.3em 0; }
	.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0; background:none;}
	.custom ul#tabs li.rss {}
		.custom ul#tabs li a {color:#11b0a6; font-size: 1.8em; letter-spacing: 0em; padding: 0em 0.2em; }
		.custom ul#tabs li a:hover {color:#c94141; text-decoration:none;}
		.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {}

/* feature box in front */
.custom #feature_box {
background: none;
border:0em solid #392b2b;
padding-right:5em;
margin-right:2em;
}

/* custom boxes */
.custom #image_box, .custom #video_box, .custom #custom_box {
background: none;
border: 0em solid #392b2b;
padding: 0; 
}

/* listen box in front */
.custom .listenbox {
background: none;
border:0 solid #392b2b;
width: 290px;
height: 130px;
text-align: center;
font-size: 2.5em;
font-style: italic;
line-height: 1.1em;
margin-right:2em;
}

/* mailing list box*/
.custom .mlbox {
-moz-border-radius: 8px 8px 8px 8px;
float: right;
padding: 12px;
border: 0 solid #392b2b;
margin-bottom: 50px;
font-family: Helvetica,Arial,Verdana,sans-serif;
font-size: 1.5em;
margin-top: 20px;
margin-right: 25px;
background-color: #4e3c3c;
}

/* image box */
.custom #image_box img { padding: 0; border: none; }

/* line between content and sidebar */
.custom #content_box { background: none ;}


/* dropcap style definition */
.custom .dropcap {
color: #c94141;
float: left;
font-size: 3.8em;
padding: 0.17em 0.02em 0em 0;
}

/* prev-next links, bottom of page */
.custom .prev_next {
border-top: 1px dotted #bbbbbb;
}

/* gallery clickable front images */
.custom .gallery{
margin-left: 2em;
}

/* footer */
.custom #footer {border:0; padding:0;}

/* removing comments are closed text */
.custom .comments_closed p {display: none ;}

/* comment intro */
.custom .comments_intro span {
	color: #11B0A6;
}
.custom .comments_intro span.bracket {
	color: #888888;
}
.custom .comments_intro p {
	color: #888888;
}

/* comment reply by du */
.custom dl#comment_list .bypostauthor{
	background: none;
	padding-left: 40px;
}
