/*
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/
*/

/*---:[ Set 3: ornate, repeating background pattern ]:---*/
 body.custom { background: #2a2a2a ; }
	.custom #container { margin-top: 2em; margin-bottom: 2em; }
		.custom #page { padding: 2em 1.9em; background: #fff; border: 0.1em solid #629084; border-top: 0; }
/*---:[ end Set 3 ]:---*/

/*---Clickable header image---*/
.custom #header #logo a { display: block; height: 200px; width: 985px; background: url(images/header3.gif) no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header {border-bottom:none; padding:0}
.custom #header { padding: 0; }
/*---End Clickable header image---*/

/*---New NAV Menu---*/
.custom ul#tabs {border-bottom:5; border-left:none; background:#E3F0F2;}
.custom ul#tabs li {margin-bottom:0; border:none; background:none}
.custom ul#tabs li.current_page_item, 
.custom ul#tabs li.current-cat {text-decoration:none; padding-bottom:0; background:#BADBE1} //tausta värv aktiivsel nupukesel pärast vajutamist
.custom ul#tabs li.rss {}
.custom ul#tabs li a {}
.custom ul#tabs li a:hover {text-decoration:underline; background:#E3F0F2} //tausta värv on hover
.custom ul#tabs li.current_page_item a, 
.custom ul#tabs li.current-cat a {}
.custom ul#tabs li.current_page_item a:hover {text-decoration:none; background:#D6E7EA;}, //tausta värv juba clikitud katekooria peal hoverdades
.custom ul#tabs li.current-cat a:hover {text-decoration:none; background:#FFFFFF}
/*---End New NAV Menu---*/


/* Popular posts on the sidebar */
.custom li.widget .callout { padding: 0.846em; line-height: 1.385em; background: #e3f0f2; border: 0.077em solid #addde6; }
/* End Popular posts on the sidebar */

/* Make Multimedia box background white */
.custom #custom_box{ background-color: #fff; }
/* End Make Multimedia box background white */

/* Subscribe box design */
.custom .subscribe { border: 0.1em solid #FF0000; background-color: #FFFFA0; color: black; padding:1em; margin-bottom: 0.5em;}
.custom .subscribe h1 { font-size:2em; line-height:1.333em; margin-bottom:0.2em; color:#555555; font-variant:small-caps; letter-spacing:2px; font-weight:normal; }
.custom .subscribe h2 { font-size:1.5em; line-height:1.333em; margin-top:0.1em; margin-bottom:0.667em; color:#555555; font-variant:small-caps; letter-spacing:2px; font-weight:normal; }
.custom .subscribe p { margin-bottom:1.5em; margin:0; padding:0; font-size:1.6em; line-height:1.5em; font-family:Georgia,"Times New Roman",Times,serif; color:#111111; }
/* End Subscribe box design */

/* Custom light blue box */
.custom .blue { padding: 0.846em; line-height: 1.385em; background: #e3f0f2; border: 0.077em solid #addde6; }
.custom .blue p { font-size:0.9em; line-height:1.5em; margin-bottom:0.5em; color:#555555; letter-spacing:2px; font-weight:bold; }
.custom .blue p2 { font-size:0.9em; line-height:1.5em; margin-bottom:0.5em; margin-top:0.5em; color:#555555; letter-spacing:0.03em; font-weight:normal; }
/* End Custom light blue box */

/* Custom h2 heading inside posts */
.custom h2 {
color:#B40407;
}
/* Custom h2 heading inside posts */

/* Custom tsitaat box */
.custom .blue1 { padding: 0.846em; line-height: 1.385em; background: #e3f0f2; border: 0.077em solid #addde6; margin: 1em; }
.custom .blue1 p { font-size:0.9em; line-height:1.5em; margin-bottom:0.5em; color:#555555; letter-spacing:2px; font-weight:bold; }
.custom .blue1 p2 { font-size:0.9em; line-height:1.5em; margin-bottom:0.5em; margin-top:0.5em; color:#555555; letter-spacing:0.03em; font-weight:normal; }
/* End Custom light blue box */

/* Feature Box Formatting */
.custom #feature_box { padding: 1em; background-color: #fff;}
/* End Feature Box Formatting */

/* Footer Formatting */
.custom #footer { text-align:left; font-size:1.5em;}
/* End Footer Formatting */

/* Start similar posts with thumbnails */
#similar-posts li {
        margin-left: 6px;
        float: left;
        font-weight: bold;
       background: #f9fdfd;
       font-family: Times, "Times New Roman", serif;
    line-height: 1.6em;
        overflow: hidden;
}
#similar-posts img { float: left; border: 2px solid #222; margin-top:6px; }
#similar-posts h1 {
clear:left;
font-size:17px;
font-weight:bold;
height:auto;
line-height:1.3em;
margin:0;
overflow:hidden;
text-transform:capitalize;
width:215px
}
/* End similar posts with thumbnails */