/* 
Author: Jutta Rikola
Based on Theme Name: Pixel
Theme URI: http://85ideas.com/public-releases/wordpress-theme-pixel/
Description: Dark WP theme with 2-3 column layout, dropdown categories menu, multiple widget-ready placement and Feedburner email form integrated, easy to customize. Enjoy!
Author: Sam @ 85ideas.com
Author URI: http://85ideas.com/
Version: 2.0.2
Tags: black, blue, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar, sticky-post
.
Released under <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }
:focus {
  outline:0;
  }
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: "Courier New", Courier, monospace;
  }

hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 14px;
  color:#000000;
  }

a {
  color: #ff5cdb;
  text-decoration: none;
    font-weight:bold;
  }

a:hover, a:visited:hover {
  color: #fe8adb;
  text-decoration: underline;

  }
  
 a:visited {
  color: #ff5cdb;
  text-decoration: underline;
  }

a img {
  border: none;  
  }
  
h4 a:link, h4 a:visited {
	color:#000000;
	text-decoration:none;
}

blockquote {
  background: #fff;
  padding: 5px 15px 5px 25px;
  margin: 10px 10px 5px 5px;
  color: #666;
  background:url(images/lainaus.gif) no-repeat top left scroll;
  }

.fin-box blockquote { background:url(images/lainaus_fin.png) no-repeat top left scroll;}

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  	margin:0;
	padding:0;
	text-align: center;
	background-color:#797b7b;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:#000000;
	background:url(images/header-bg.jpg) no-repeat top center scroll #237a80;
  }

#main-content-start {
	background:url(images/pilvireuna.gif) repeat-x top scroll;
	height:52px;
}

#main-content {
	background-color:#fef6e7;
	
}

#content {
	margin:0;
	padding:10px;
	background-color:#FFFFFF;
}

#content-wrap {
	margin:0;
	padding:0px;
	/*margin-left:10px;*/
	background:url(images/content-bg.gif) repeat-y top scroll #FFFFFF;
}

/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 960px;
  text-align: left;
  padding: 0;
  }

#header {
  	text-align:center;
	width:960px;
	margin:0 auto;
	padding:10px;
	padding-top: 0px;
	background:url(images/pilvet_yla.png) no-repeat 40% 0% scroll;

  }

#header #topright {
  text-align: center;
  float: right;
  margin: 10px 10px 0 0;
  margin-top:10px;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
  }
#header #topright li {
  display: inline;
  padding:0px;
	list-style-type:none;
	float:left;
	background:url(images/pisara_bg.png) no-repeat center center scroll;
	width:82px;
	height:72px;
	text-align:center;
	line-height:6em;
  }
#header #topright li a, #header #topright li a:visited {
  	padding: 0 0 0 0;
 	text-transform: lowercase;
  	color: #29676C;
	font-family: Affair, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size:28px;
	text-decoration:none;
  }
#header #topright li a:hover {
	color: #52a5a3;
	font-family: Affair, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size:28px;
	text-decoration:none;
  }

#header #logo {
	float:left;
  	margin: 0;
  	padding: 0;
}
#header h1 {
  padding: 0;
  margin: 0;

  }
#header h1 a {
  color: #fff;
  font-size: 17pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #eee;
  font-size: 10pt;

  }


/* Menu */

#catnav {
  margin: 20px 0 0 0;
  padding: 0;
  clear: both;
  height: 44px;
  width: 960px;
  }
  
#nav {
	padding-top:10px;
	
	
}	

#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  background:url(images/vertical-slash.gif) 0 7px no-repeat;
	list-style-type:none;
	text-align:center;
	/*line-height:3.6em;*/
  }
  
  

#nav li.fst {
	background:0 none;
	margin-left:-7px;
}

#nav a {
  display: block;
  line-height: 44px;
  margin: 0;
  padding: 0 35px 0 35px;
  color: #29676C;
	/* font-family: Affair, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size:24px;
	text-transform:lowercase; */
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
  }

#nav li a:hover {
  color: #52a5a3;
  text-decoration: none;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

/* #nav ul {display:none;}*/
/* #nav li {display:none;} */
/* #nav li a {display:none;} */


#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 41px;
  }

#topsearch {
	text-align:center;
  float: right;
  margin: 10px 0;
  display: inline;
  /*width: 250px;*/
  /*height:40px;*/
  padding:1px 16px;
  /*line-height: 21px;*/
  background: #e2ecb5;
  -moz-border-radius: 20px;
	border-radius: 20px;
  }

/* Top Content */

#main {
  margin: 5px 15px 0 15px;
  clear: both;
  width: 930px;
  padding-bottom: 5px;
  }
#contentwrapper {
  float:left;
  width: 710px;
  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper2 {
  float:left;
  width: 900px;  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 14px;
  letter-spacing: -1px;
  color: #fff;
  font-weight: normal;
  background: url(images/bg-trans.png) repeat;
  padding: 5px;
  }
.topPost {
  margin: 0;
  padding: 0;
  font-size: 14px;
 

  }
  
.topPost h2.topTitle {
	border-bottom: 1px dotted #29676C;
	width:640px;
	float:left;
	padding-bottom:0;
	margin-bottom:10px;
}

.topPost h2.topTitle2 {
	border-bottom: 1px dotted #29676C;
	width:690px;
	float:left;
	padding-bottom:0;
	margin-bottom:10px;
}

.topPost h2.topTitle a, .topPost h2.topTitle2 a {
  font-size: 26px;
  font-weight: normal;
  color: #29676C;
  /* letter-spacing: -2px; */
    text-decoration: none;
	
	  
  }
.topPost h2.topTitle a:hover, .topPost h2.topTitle2 a:hover {
  text-decoration: none;
  color: #52a5a3;
  }
  
.topPost .CommentsBubble {
	margin-top:5px;
	margin-bottom:-10px;
	margin-left:10px;
	background:url(images/pikkupisara.gif) no-repeat center center;
	width:52px;
	height:53px;
	float:left;
	text-align:center;
}

.topPost .CommentsBubble a {
 line-height: 55px;
  color: #29676C;
	font-family: Affair, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size:28px;
	text-decoration:none;
}

.topPost .CommentsBubble a:hover {
	text-decoration: none;
  	color: #52a5a3;
}
 
.topPost p.topMeta {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 12px;
  color: #000000;
  	display:none;  
  }
.topPost p.topMeta a {
  text-decoration: none;
  color: #000;
  }
.topPost p.topMeta a:hover {
  color: #000;
  text-decoration: underline;
  }
.topPost div.topContent {
  font-size: 14px;
  color: #000000;
  margin: 8px 0;
  }
.topPost div.topContent p {
	font-size: 14px;
  line-height: 17px;
  }
.topPost div.topContent a {
  text-decoration: underline;
  color: #ff5cdb;
  }
  
.topPost div.topContent a:hover, .topPost div.topContent a:visited:hover {
  text-decoration: underline;
  color: #fe8adb;
  } 

.topPost div.topContent a:visited {
  text-decoration: none;
  color: #ff5cdb;
  }
 
.topPost div.topContent h4 a:link, .topPost div.topContent h4 a:visited {
 	color:#000000;
	text-decoration:none;
	
}

.topPost div.topContent h4 a:hover, .topPost div.topContent h4 a:visited:hover {
 	color:#666666;
	text-decoration:none;

}

.topPost div.topContent h4 a.neutral:link, .topPost div.topContent h4 a.neutral:visited {
	color:#000000;
	text-decoration:none;
}

.topPost div.topContent h4 {
	padding:0;
}

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #000;
  }
  
  
 .topContent img {
 	padding:5px;
	border: 1px dotted #29676C;
	/*margin-top:5px;*/
}
 
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags, .topPost span.topDate {
  font-style: italic;
  padding: 8px 10px;
  margin-right: 2px;
  line-height: 27pt;
  color: #000;
  }
.topPost span.linkpages {
  font-size: 12px;
  font-style: italic;
  color: #000;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #999;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #e2ecb5;
  -moz-border-radius: 20px;
	border-radius: 20px;
  }
.topPost span.topComments a {
  color: #000;
  background: url(images/comments.png) top left no-repeat;
  padding-left: 20px;
  font-size:11px;
  line-height: 27pt;
  vertical-align: middle;
  text-decoration: none;
  }
.topPost span.topMore a {
  color: #000;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  text-decoration: none;
  }
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost span.topTags a {
  color: #000;
  font-size:11px;
  line-height: 27pt;
  vertical-align: middle;
  text-decoration: none;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  text-decoration: underline;
  }
 
 .topPost .metaStuff {
 	border-bottom: 1px dotted #29676C;
	border-top: 1px dotted #29676C;
	width:690px;
	margin-bottom:10px;
}

.topPost span.topDate {
	float:right;
	font-weight:normal;
	font-style:normal;
	font-size:11px;
	line-height:18pt;
}

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #29676C;
  text-transform: lowercase;
  padding: 5px 8px;
  font-size: 10pt;
  line-height: 1.4em;
  }
#nextprevious a:hover {
  color: #52a5a3;
  }


/* Comments */

#comments {
  margin-bottom: 10px;
  margin-top: 15px;
  background-color: #ffffff;
  width: 670px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  padding: 0px 15px 10px 15px;
  color: #343434;
  }
#comments h3 {
  font-size: 10pt;
  font-weight: bold;
  color: #000;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  }
#comments p a {
  color: #29676C;
  text-decoration:none;
  }
#comments p a:hover {
  color: #343434;
  text-decoration:none;
  }
#comments p {
  padding:0;
  margin: 7px 0;

  color:#343434;
  }
ol.commentlist, ol.trackback  {
  list-style-type: decimal;
  margin: 10px 10px;

  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  background: #fff;
 	border-bottom: 1px dotted #29676C;
	border-top: 1px dotted #29676C;
  list-style-type: decimal;
  }
.commentlist li.alt {
  border: none;
  margin-top:10px;

  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  color: #eee;
  }
.commentlist a.gravatar {
  /*float: left;
  margin: 0 15px 10px 0;
  width: 60px;*/
  display:none;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 1.2em;
  font-style: normal;
  color: #343434;
  font-weight:bold;
  }
  
.commentlist cite a,.commentlist cite a:visited, .reply a, .reply a:visited {
	text-decoration:none;
	color: #29676C;
}

.commentlist cite a:hover, .reply a:hover {
	color: #343434;
  	text-decoration:none;
}
	
.commentlist small.commentmetadata a {
  color: #343434;
  text-decoration:none;
  font-weight:normal;
  font-size:12px;
  }
  
.commentlist small.commentmetadata a:hover {
	text-decoration:none;
}
.commentlist p {
  color: #000;
    font-size:14px;
  } 

#respond {
  clear: both;
  margin-top: 15px;
  padding: 15px;
   	background: #f1f6db;
  }
  
#respond p {
	font-size:14px;
}

textarea#comment {
  width: 600px;
  background: #fff;
  color: #111;
  padding: 10px;
  }
#comments #submit {
  margin: 0;
  }
#extrastuff a {color:#999; font-size:0.8em;}
#extrastuff a:hover {color:#52a5a3; text-decoration:none;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}


/* Welcome section */

#main #welcome {
  padding: 0 0 0;
  margin: 0;
  width:160px;
  /* background: url(images/welcome-bg.jpg) top left no-repeat #fff;
  height:236px; */
  }
#main #welcome h2 {
  font-size: 20px;
  font-weight: normal;
  color: #000;
  letter-spacing: -2px;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }
#main #welcome p {
  font-size: 12px;
  line-height:12px;
  color: #29676C;  
  margin-top: 0px;
  padding: 6px 0;
   padding-left:10px;
  float:left;
  }
  
#main #welcome .info{
  font-size: 12px;
  line-height:12px;
  color: #29676C;  
  margin-top: 45px;
  margin-bottom:16px;
  padding: 3px 0 6px 0;
   padding-right:10px;
  /* width:240px; */ /* TARKISTA! */
  float:right;
  }

#main #welcome a {
  text-decoration: underline;
  color: #29676C;
  font-weight:bold;
  text-transform:none;
  }
#main #welcome a:hover {
  color: #52a5a3;
  }
#main #welcome form {
	float:left;
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 100px;
  }
.submitbutton {
  margin: -5px 0 0 5px;
  background: #29676C;
  color: #fff;
  font-size: 11px;
  padding: 3px 6px;
  vertical-align:baseline;
  border: 1px solid #1c7876;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #52a5a3;
  }

#main #welcome .welcome-menu {
  list-style-type:none;
  /*  margin: 0 0 30px 98px; */
  padding: 0;
  padding-bottom:10px;
  }

#main #welcome .welcome-menu li {
 margin:0;
 padding:0;
 padding-left:10px;
  background:none;
	list-style-type:none;
	text-align:center;
	float:left;
	/*line-height:3.6em;*/
  }
  

/* Sidebars */
#sidebars {
  margin: 0 20px 0 20px;
  float: right;
  width: 160px;
  color: #000;
  }
#sidebars .sidebarbox {
  background-color:#FFFFFF;
  /*padding: 8px 15px;*/
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 160px;
  /*margin-top:-15px; */
  }

#sidebar_right {
  float: right;
  width: 160px;
  /* margin-top:-15px; */
  }

#sidebars h2 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
  line-height:20px;
  color: #29676C;
  letter-spacing: -1px;
 
  }
#sidebar_left h2, #sidebar_right h2 {
	background:url(images/pilvi.gif) -50% center no-repeat;
  	width:160px;
  	height:58px;
	padding-top:30px;
  	text-align:center;
  /* line-height:96px; */
}


#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 0 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 12px;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  margin-left:10px;
  padding: 2px 2px 2px 16px;
  color: #000;
  background: url(images/star.gif) left 5px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


#sidebars a {
  display: inline;
  text-decoration:none;
  font-weight:normal;
  text-transform:uppercase;
  color: #000;
  }
#sidebars a:hover {
  color: #52a5a3;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 12px;
  color: #000;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}

#sidebar_left ul h2.populartitle {
	background:none;
	border-bottom: 1px dotted #444;
	border-top: 1px dotted #444;
	height:28px;
	padding-top:5px;
	margin-bottom:12px;
	/* margin-top:36px; */
}



#sidebars ul.popular li {
	list-style-type:none;
	margin-top:10px;
	background:none;
	margin-left:-20px;
	text-align:center;

}

#sidebars a.wpp-post-title {
 display:none;
}


li#archives-3 h2.widgettitle {
	background:none;
	border-bottom: 1px dotted #444;
	border-top: 1px dotted #444;
	height:28px;
	padding-top:5px;
	margin-bottom:12px;
	/* margin-top:36px; */
}

li#archives-3 {text-align:center;}


/* Before footer */

#morefoot {
  background: #000 url(images/bggrad.jpg) top left repeat-x;
  border: 1px solid #070707;
  padding: 15px;
  color: #dfdfdf;
  margin: 0 0 10px 0;
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 12px;
  }
#morefoot a {
  text-decoration: underline;
  color: #999;
  }
#morefoot a:hover {
  text-decoration: underline;
  color: #52a5a3;
  }
#morefoot h3 {
  font-size: 12pt;
  font-weight: normal;
  color: #dfdfdf;
  letter-spacing: -1px;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width: 340px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 260px;
  }
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/
#footer {
	margin-top:20px;
  clear: both;
  background:url(images/ft_pilvi.gif) no-repeat top center scroll #fef6e7;
	text-align:center;
	color: #29676C;
	height:205px;
  }
#footer p {
  font-size: 12px;
  color: #29676C;
  padding: 0;
  padding-top:100px;
  }
#footer a {
	color: #29676C;
  text-decoration:underline;
  font-weight:normal;
  }
#footer a:hover {
  color: #52a5a3;
  }
#footerleft {
  float: left;
  width: 500px;
  }
#footerright {
  float: right;
  width: 300px;
  text-align: right;
  }



/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }
  
.fl {float:left}
.fr {float:right}

.alignleft {
  float: left;
  margin: 10px 15px 5px 0;
  }
.alignright {
  float: right;
  margin: 10px 0 5px 15px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 10px 15px 5px 0;
  }
img.alignright {
  float: right;
  margin: 10px 0 5px 15px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #999;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;

  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }
 
 .fin-box {
 	padding:11px 16px 13px 16px;
	margin-top:20px;
	background-color:#fef6e7;
  	-moz-border-radius: 20px;
	 -khtml-border-radius: 20px;
  	-webkit-border-radius: 20px;
	border-radius: 20px;
	color:#666666;
	background-color: #f1f6db;
	
}

.fin-box h4 {
	padding:0;
	color:#333333;
}

ul.spacious li{padding-bottom:16px;}

div.cat-page {
	background-color:#e8e7e1;
	width:160px;
	float:left;
	text-align:center;
	padding:10px 0 15px 0;
	/* border: 1px dotted #444; */
	margin-right: 20px;
	margin-bottom:20px;
}

div.topContent div.cat-page a:link, div.topContent div.cat-page a:visited {
	color:#333333;
	text-decoration:none;
}

div.topContent div.cat-page a:hover, div.topContent div.cat-page a:visited:hover {
	color:#787878;
	text-decoration:none;
}

div.cat-page img {
	border:0;
	padding:0;
	margin-bottom:10px;
}

div.last { margin-right:0;}