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

/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_two */

.menu2 {padding:0 0 0 16px; margin:0; list-style:none; height:25px; background:#555553; position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.menu2 li {float:left;}
.menu2 li a {display:block; float:left; height:25px; line-height:25px; color:#FFF; text-decoration:none; font-size:14px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu2 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu2 li.current a {color:#fff; background:#555553;}
.menu2 li.current a b {background:#555553;}
.menu2 li a:hover {color:#fff; background:#ffec00;}
.menu2 li a:hover b {background:#2e2e2e;}
.menu2 li.current a:hover {color:#fff; background:#555553; cursor:default;}
.menu2 li.current a:hover b {background:#555553;}

.custom #sidebars {
border:0 none;
float:left;
width:48.7em;
}

.custom #sidebar_2 {
float:left;
padding:10px;
text-align:center;
width:16.1em;
}


.custom .headline_area h1, .headline_area h2 {
font-size:2em;
font-weight:bold;
letter-spacing:-1px;
line-height:1.064em;
}

.custom .headline_area {
margin-bottom:0.4em;
}

body.custom {
background:none repeat scroll 0 0 #191919;
color:#111111;
}

.custom #page {
padding:1.1em;
}

#sidebar_1 {
border-style:dotted;
border-width:0 0.1em 0 0;
clear:left;
float:left;
padding:10px;
width:28.2em;
}

.sidebar h3 {
background:none repeat scroll 0 0 #118f40;
color:#ffffff;
font-size:14px;
font-weight:bold;
line-height:22px;
padding-left:4px;
font-variant:normal;
letter-spacing:0;
margin-bottom:0;
}

.custom .sidebar ul.sidebar_list {
padding-left:0em;
padding-right:0em;
}

.custom ul.sidebar_list {
padding-top:0em;
}

.custom .sivupalkki_1_kontti ul li, #rss-3 ul li, #rss-4 ul li {
list-style-image:url("/kuvat/green_arrows.gif");
list-style-position:outside;
padding-bottom:6px;
margin-bottom:0px;
}

.custom .sivupalkki_1_kontti ul li a, #rss-3 ul li a, #rss-4 ul li a {
display:block;
padding:3px;
background:#eee;
}

.custom .sivupalkki_1_kontti ul li a:hover, #rss-3 ul li a:hover, #rss-4 ul li a:hover {
display:block;
padding:3px;
background:#e2e2e2;
}

.custom .sivupalkki_1_kontti ul li a:visited, #rss-3 ul li a:visited, #rss-4 ul li a:visited {
display:block;
padding:3px;
background:#e2e2e2;
}
.custom .sivupalkki_1_kontti ul, .sivupalkki_1_kontti ol {
padding-left:18px;
}

.custom .sivupalkki_1_kontti {
font-size:13px;
line-height:17px;
padding:5px 2px 13px;
}

.format_text {
font-size:1.4em;
line-height:1.371em;
}

.custom .numerointi {
font-size:13px;
font-weight:bold;
}

.custom .related {
background:#fff;
padding:5px;
color:#000000;
width:463px;
}

.custom .related ul li {
width:425px;
padding-bottom:3px;
list-style-type:none;
}

.custom .related a, .related h2 a:hover {
color:#000000;
font-size:13px;
}

.custom #header {
border-style:none;
padding-top:0;
padding-bottom:0;
}

.custom #bd {
height:93px;
}

.custom .jaacontent {
padding-top:15px;
padding-left:7px;
padding-right:2.2em;
}

.custom .fbjaa {
padding-left:7px;
padding-bottom:7px;
float:right;
}

.custom .etusivumainos, .sivupalkkimainos {
text-align:center;
padding-bottom:3px;
}

.custom #rss-3, #rss-4 {
list-style-image:none;
margin-bottom:1em;
}
.custom #rss-3 ul, #rss-4 ul {
padding-left:20px;
}

.custom #rss-3 h3 a, #rss-4 h3 a {
background:#118F40;
}
