/*
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.custom { background:url('/rytmi_pattern.gif');
 }





		.custom #page { background: #fff; }

.custom a {
color:#000000;
text-decoration:none;
font-weight:bold;
}


.custom a:hover {
color:#cc0000;
text-decoration:none;
}

.custom .format_text a {
color:#AF0721;
text-decoration:none;
}

.custom .format_text a:hover {
color:#AF0721;
text-decoration:underline;
}

.custom .format_text {
line-height:1.3em;
}


body.custom {
font-family: arial, Helvetica,sans-serif;
}

.custom #container {
width:987px;
background:#000;
}

.custom #footer {
padding-bottom:0em;
padding-top:0em;
border-top:0px;
}

.custom #header {
background:#000;
border-bottom:0px;
padding-bottom:0em;
padding-top:1em;
padding-left:0em;
padding-right:0em;
}

.custom #page {
background:#ffffff;
padding-top:0px;
padding-bottom:0px;
padding:0em;
}

.custom #content {
width:498px;
margin-left:10px;
margin-right:0px;
padding-right:6px;
}

.custom #sidebars {
width:460px;
float:right;
}

.custom #sidebar_1 {
width:277px;
background:#cccccc;
border-right:0px solid;
}

.custom #sidebar_2 {
width:170px;
text-align:center;
padding-top:10px;
border-left:0px solid;
}

.custom #content_box {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:url("/kuvat/tausta.gif");
padding-bottom:10px;
}


#tvvasen {
	float: left;
	width: 150px;
margin-top: 0px;
margin-left: 0px;
height:98px;
	}

#tvoikea {
	float: right;
	width: 70px;
	height:98px;

	}

#tvwrapper {
width: 240px;
margin-left:5px;
padding-bottom:7px;
height:85px;
}

#tvwrapper2 {
width: 240px;
margin-left:5px;
padding-bottom:7px;
}


#otsikkovasen {
	float: left;
	width: 150px;
margin-top: 0px;
margin-left: 0px;
height:150px;
	}

#otsikkooikea {
	float: right;
	width: 730px;
	height:150px;

	}

#otsikkowrapper {
width: 800px;

}



#kolumnivasen {
	float: left;
	width: 120px;

	}

#kolumnioikea {
	float: right;
	width: 310px;
margin-top: 0px;
margin-left: 0px;
}

#kolumniwrapper {
width:450px;
margin-left:1.2em;
font-size:12px;}



.custom #rss-3, #text-5 {
list-style-type:none;
margin-left:0em;
padding-left:0px;
list-style-position:outside;
}

.custom #alawidgetit {
height:170px;
margin-top:10px;
background:#e1e1e1;
}

.custom #text-5 h3, #otsikko h3, #rss-3 h3, #widget_killer_recent_entries-2 h3 {
color:#FFF;
background:#222222;
font-weight:bold;
margin-bottom:10px;
padding:5px;
font-size:12px;
font-variant:small-caps;
letter-spacing:2px;
line-height:15px;
height:15px;
}


.custom .clear {clear: both and height: 0} 

.custom #tvruutu {
height:400px;
margin-top:10px;
}



.custom p.testi2 {
font-size:10px;
font-weight:normal;
letter-spacing:0px;
line-height:10px;
}

.custom h4.nosto {
font-size:14px;
font-weight:bold;
padding-bottom:3px;
padding-top:0px;
}

.custom h4.nosto3 {
font-size:1.8em;
font-weight:bold;
letter-spacing:0;
line-height:1.364em;
}


.custom h4.nosto2 {
font-size:1.8em;
font-weight:bold;
letter-spacing:0;
line-height:1.364em;
}

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

.custom .headline_area h1, .headline_area h2 {
font-size:2.55em;
font-weight:bold;
letter-spacing:-1px;
line-height:0.9em;
margin-bottom:5px;
}

.custom li.widget ul {
margin-left:5px;
}


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

.menu2 {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#2e2e2e; position:relative; border:1px solid #000; border-width:0 0px; border-bottom:1px solid #444;}
.menu2 li {float:left;}
.menu2 li a {display:block; float:left; height:35px; line-height:35px; color:#FFF; text-decoration:none; font-size:15px; 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:#000;}
.menu2 li.current a b {background:#000 no-repeat right top;}
.menu2 li a:hover {color:#FFF; background:#2e2e2e;}
.menu2 li a:hover b {background:#2e2e2e no-repeat right top;}
.menu2 li.current a:hover {color:#FFF; background:#2e2e2e; cursor:default;}
.menu2 li.current a:hover b {background:#FFF no-repeat right top;}


.custom .post_box, .teasers_box, .full_width #content_box .page {
margin:0 2.2em 0 1.2em;
}

.custom .teasers_box {
padding-top:1.0em;
}

.custom .teaser h2 {
font-size:2.20em;
font-weight:bold;
letter-spacing:-1px;
line-height:1em;
margin-bottom:5px;
}



.custom h2.teaser33 {
font-size:2em;
font-weight:bold;
letter-spacing:-1px;
line-height:1em;
margin-bottom:5px;
}

.custom .lcp_catlist {
font-weight:bold;
}

.custom p.testi3 {
font-size:100px;
}
.custom #navlist li {
display: inline;
list-style-type: none;
padding-right: 20px;
}


#headerwrapper {
width:100%;
height:155px;
}

#logokontti {
width:170px;
padding-left:10px;
padding-top:5px;
float:left;
}


#mainoskonttifooter {
width:740px;
float:right;
}

.custom blockquote {
font-size:22px;
float:left;
width:200px;
padding-right:20px;
color:black;

}

.custom #videotausta {
background:#EEE;
height:330px;
margin-bottom:10px;
margin-top:5px;
}

.custom #lehtinostot {
background:#cccccc;
height:100%;
margin-bottom:10px;
margin-top:10px;
}

.custom #kansinosto {
background:#cccccc;
height:190px;
margin-bottom:10px;
margin-top:10px;
}

.custom #luelisaa {
text-align:center;
padding-top:10px;
font-size:14px;
font-weight:bold;
letter-spacing:-1px;
line-height:12px;
}

.custom li.etsi {
padding-top:8px;
}


.custom li.widget ul li {
font-size:12px;
font-weight:normal;
padding-bottom:1px;
letter-spacing:0px;
line-height:14px;
list-style-image:url("http://www.viihdeimperiumi.fi/pix/node-red.gif");
margin-left:15px;
}


.custom #alalistat {
list-style-type:none;
padding-left:25px;
list-style-image:url("http://www.viihdeimperiumi.fi/pix/node-red.gif");
}

.custom li.widget {
list-style-type:none;
}

.custom #custom_box {
background:#cccccc;
border-top:1px solid #EEEEEE;
border-bottom:1px solid #EEEEEE;
}

.custom #multimedia_box {
margin-bottom:0;
}

.custom #dwrap div {
width: 987px;
height: 20px;
background:#FFF;
border-top: 1px solid #d2d2d2;
float: left;
text-align:center;
padding-top:10px;
}

.custom #iconwrap div {
width: 20px;
height: 17px;
float: left;
background:#cc0000;
text-align:center;
padding-top:1px;
}


.custom #widget_killer_recent_entries-4 h3 {
font-size:14px;
line-height:1.294em;
color:#555555;
margin-bottom:1.1em;
margin-top:1.4em;
background:#FFF;
border-bottom:1px dotted #BBBBBB;
font-weight:normal;
font-variant:normal;
letter-spacing:0px;
}


.custom #alawidut h3 {
font-size:14px;
line-height:1.294em;
color:#555555;
margin-bottom:1.1em;
margin-top:4.4em;
background:#FFF;
border-bottom:1px dotted #BBBBBB;
font-weight:normal;
font-variant:normal;
letter-spacing:0px;
}

.custom #alawidut ul li {
font-size:12px;
font-weight:normal;
padding-bottom:1px;
letter-spacing:0px;
line-height:14px;
list-style-image:url("http://www.viihdeimperiumi.fi/pix/node-red.gif");
margin-left:15px;
}

.custom #respond_intro p {
font-size:14px;
}


.custom #respond_intro {
margin-bottom:0;
}

.custom .comments_intro, #respond_intro {
margin-left:0em;
}

.custom #comments {
margin-left:1.2em;
margin-right:2.6em;
}

.custom .teasers_box {
width:46.4em;
}




#kontti2 {
height:26px;
width:987px;
overflow:hidden;
}





.custom #searchform {
height:18px;
padding-top:2px;
}


.custom #searchform input:focus, textarea:focus, input, textarea {
background:#EEE;
border:1px solid #BBB;
}

.custom #s {
height:18px;
width:240px;
font-size:12px;
}

.painike {
background: url(/kuvat/navi/Hae.gif) no-repeat;
border:0px;
width:79px;
height:32px;
}

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

.custom .comment_box textarea {
background:#EEE;
border:1px solid #BBB;
}

.custom #content img {
max-width: 460px;
width: expression(this.width > 460 ? 460: true);
}

.custom #linkkitesti a {
display:block;
height:180px;
width:430px;
}

.custom #ylapalkinmenu li
{
display: inline;
list-style-type: none;
padding-right: 20px;
float:right;
border-left:1px dotted #FFF;
font-size:12px;
margin-left:15px;
padding-left:15px;
padding-right:0px;
}

.custom #ylamenu2 {
float:left;
width:980px;
height:20px;
padding-bottom:5px;
}



.custom #ylamenu2 a {
color:#FFF;
text-decoration:none;
}

.custom #ylamenu2 a:hover {
color:#FFF;
text-decoration:underline;
}

.custom #widget_killer_recent_entries-4 {
margin-left:1.2em;
width:460px;
}

.custom .sidebar h3 {
background:#cc0000;
}

.custom h3.redbar {
color:#FFFFFF;
font-size:11px;
font-weight:bold;
letter-spacing:0;
line-height:23px;
margin-bottom:0.692em;
padding-left:15px;
height:23px;
}


.teaserkontti
		{
			width: 248px;
			height: 105px;
			border: 0px solid #000;
			padding:5px 4px 0px;
			border-bottom:1px solid #eee;
			
		}
		
		.teaserkonttioikea
		{
			float: right;
			width: 190px;
			height: 105px;
			padding:0;
			font-weight:normal;
			font-size:11px;
		}

.rytmitvkontti
		{
			width: 248px;
			height: 89px;
			border: 0px solid #000;
			padding:5px 4px 0px;
			border-bottom:1px solid #eee;

		}
		
		.rytmitvkonttioikea
		{
			float: right;
			width: 60px;
			height: 80px;
			padding:0;
			font-weight:bold;
			font-size:12px;
			padding-left:3px;
		}

.esittelykontti
		{
			width: 248px;
			height: 160px;
			border: 0px solid #000;
			padding:0 4px;
		}
		
		.esittelykonttioikea
		{
			float: right;
			width: 120px;
			height: 160px;
			padding:0;
			font-weight:bold;
			font-size:12px;
		}


.custom #kommentti {
border-bottom:1px solid #eeeeee;
margin-bottom:7px;
margin-left:2px;
list-style-type:none;
list-style:none;
padding-bottom:3px;

}

.custom #kommentti ul li {
list-style-type:none;
padding-left:10px;
}

.custom .kommenttiotsikko {
font-size:12px;
}

.custom .tilaarsspost {
width:100%;
}

.custom .teaser {
padding-bottom:1em;
width:46.4em;
margin-bottom:1em;
margin-top:1em;
border-bottom:1px dotted gray;
}

.custom .menu, .menu a, .menu li ul {
background: #cc0000;
border-width:0 0 0 0;
height:20px;
line-height:20px;
color:#FFF;
padding:0em 0.818em;
}

.custom .menu {
border-width:0 0 0 0;
height:20px;
line-height:20px;
padding-left:0px;
width:579px;
}

.custom .menu li {
border-right: 1px solid #eee;
margin-bottom:0;
height:20px;
line-height:20px;
}

.custom .menu a {
font-size:12px;
}

.custom .menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover {
background: #2e2e2e;
}



.custom .menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover { 
color: #FFF;
font-weight: bold;
}

.custom .menu a:hover {
color: #FFF;
background:#2e2e2e;
}

.custom .menu .rss { 
padding-right:10px;
border-right:0px;
}

.custom .menu a {
text-transform:none;
letter-spacing:0px;
text-decoration:none;
}

.custom .menu .rss a, .menu .rss a:hover {
color:#FFF;
}


.custom #searchform {
height:20px;
padding-top:1px;
}


.custom #searchform input:focus, textarea:focus, input, textarea {
background:#EEE;
border:1px solid #BBB;
}

.custom #s {
height:15px;
width:200px;
font-size:12px;
}

.menukontti
{
width: 100%;
height: 20px;
border: 0px solid #000;
padding:0 0px;
background:#cc0000;
}
		
.menukonttioikea
{
float: right;
width: 320px;
height: 20px;
padding:0px 0px;
}

.hakukontti
		{
			width: 240px;
			height: 20px;
			border: 0px solid #000;
			padding:0px;
		}
		
		.hakukonttioikea
		{
			float: right;
			width: 30px;
			height: 18px;
			padding:0px;
			font-weight:bold;
			font-size:10px;
		}

.oikeakontti
		{
			width: 310px;
			height: 20px;
			border: 0px solid #000;
			padding:0px;
		}
		
		.oikeakonttioikea
		{
			float: right;
			width: 60px;
			height: 18px;
			padding:0px;
			font-weight:bold;
			font-size:10px;
		}

.custom #hd {
width:987px;
height:30px;
}

.custom .yui-t3 .yui-b {
float:left;
padding-left:2em;
width:22.0769em;
}

.custom .yui-t3 #yui-main .yui-b {
margin-left:23.0769em;
}

.custom .teasers_box {
border-width:0em;
padding-bottom:0em;
padding-top:0em;
}

.custom .format_text a {
color:#000000;
text-decoration:none;
}

.custom .format_text a:hover {
color:#cc0000;
text-decoration:none;
}

.custom .teaser a.teaser_link:hover {
color:#CC0000;
text-decoration:none;
}

.custom .etsikko {
background:none repeat scroll 0 0 #CC0000;
border:0 none;
color:#FFFFFF;
font-family:arial;
font-size:12px;
font-weight:bold;
}

.custom .teaser .format_teaser {
font-size:1.2em;
line-height:1.5em;
margin-bottom:0.5em;
margin-top:1.5em;
}
