/*
Theme Name: Tage R&ouml;nnqvist
Theme URI: http://www.mtws.fi
Description: Tema f&ouml;r Tage R&ouml;nnqvists hemsida
Version: 2.0
Author: Mats Tuovinen
Author URI: http://www.mtws.fi
Tags: fixed width, two columns, widgets
*/
body {
	border: 0;			/* This removes the border around the viewport in old versions of IE */
	font-family: Helvetica, Arial, Verdana, "Trebuchet MS", Tahoma;
	text-align: center;
	color: #fff;
	padding: 0 5px;
	margin: 0;
	background: #000;
	background-image:url('images/header2_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 12px;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
}
h3 {
	font-size: 13px;
}
a:link, a:visited {
	color: silver;
	text-decoration: none;
}
a:hover, a:active  {
	color: #333;
}
#wrapper{
	margin: 0 auto;
	width: 800px;
	padding: 0;
	text-align: left;
}
#header{
	clear: both;
	padding: 0;
	padding: 60px 0 45px 0;
}
#header-left a {
	display: block;
	width: 250px;
	height: 146px;
	margin-left: 40px;
}
#header-left {
	float: left;
	width: 577px;
}
#header-right{
	float: left;
	width: 183px;
	padding: 0px 20px 0 20px;
	text-align: left;
	clear: right;
}
#header-right img{
	padding-bottom: 5px;
}
#wrapper1 {
	background: url('images/blog_body.jpg');
	clear: both;
	float: left;
}
#wrapper2 {
	background: url('images/blog_head.jpg') no-repeat;
	clear: both;
	float: left;
}

#navibar{
	clear: both;
	padding: 0 0 0 65px;
	background: #011222;
	font-weight: bold;
	font-size: 12px;
}
#navibar ul {
	margin: 0;
	padding: 0;
	height: 33px;
}
#navibar ul li {
   display: inline;
   list-style: none;
}
#navibar ul li a:link, #navibar ul li a:visited {
	color: #fff;
	float: left;
	text-decoration: none;
	padding: 10px 6px;
}
#navibar ul li a:hover, #navibar ul li a:active  {
	color: #011222;
	background: #fefefe;
}
/*content*/
#content{
	float: left;
	padding: 10px 35px 40px 35px;
	margin-right: 20px;
	width: 487px;
}
#content.narrow {
}
#content.wide {
	
}
#content h2.pagetitle{
	font-family: Helvetica, Arial, Verdana, "Trebuchet MS", Tahoma;
	font-size: 10px;
	color: #011222;
	background: #fad126;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px;
	border: 1px solid #011222;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h2.post{
	margin-top: 20px;
	margin-bottom: 0px;
	border-bottom: 2px solid #d54e21;
}
#content h3.posttitle{
	font-family: Helvetica, Arial, Verdana, "Trebuchet MS", Tahoma;
	margin-bottom: 0px;
	font-size: 24px;
	font-weight: bold;
}
small.pvm {
	color: gray;
}
.post {
	padding-bottom: 20px;
}
.entry a:link, .entry a:visited {
	color: silver;
	text-decoration: none;
}
.entry a:hover, .entry a:active  {
	color: #333;
	text-decoration: underline;
}
.entry h2.widgettitle a:link, h2.widgettitle  a:visited {
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
.entry h2.widgettitle  a:hover, h2.widgettitle  a:active  {
	font-size: 13px;
	color: #333;
}
.entry li.widget_rss{
	list-style: none;
}
.post_thumb {
	float: right;
	margin: 0 15px 10px 15px;
}
.post_thumb_date {
	margin: 0 5px 0 0;
}
.postmetadata {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: small;
	font-weight: bold;
	border-bottom: 1px dotted gray;
}
.unbold {
	font-weight: normal;
}
#navisingle  {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #464646;
}
/*OIKEA sidebar ALKAA*/
/*sidebar*/
#sidebar{
	width: 183px;
	float: left;
	padding: 10px 20px 40px 20px;
	margin: 0;
	/*background: gray;*/
}
.rss-area {
	text-align: right;
}
/*OIKEA sidebar LOPPUU*/
/* sidebar yleiset ALKAA*/
/*sidebar list level1 */
#sidebar h2 {
	color: #91119f;
}
#sidebar ul, #sidebar1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li, #sidebar1 ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
}
#sidebar ul li.sub-pages, #sidebar1 ul li.sub-pages {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 10px 10px 10px 10px;
	border: 1px solid silver;
	background: #e3e3e3;
}
/*sidebar list level2 */
#sidebar ul li ul, #sidebar1 ul li ul {
	padding: 3px 5px;
	margin: 0;
	border: none;
}
#sidebar ul li ul li, #sidebar1 ul li ul li {
	padding: 2px 0 2px 0px;
	border-bottom: 1px dotted gray;
	margin: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	background:url('images/mini-page-arrow.gif') no-repeat !important;
	padding-left: 10px !important;
}
#sidebar ul li.widget_rss ul li {
	padding: 2px 0 2px 0px;
	border-bottom: none;
	margin: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	background: #fff !important;
	padding-left: 0px !important;
}
h2.widgettitle a:link, h2.widgettitle  a:visited {
	font-family: Helvetica, Arial, Verdana, "Trebuchet MS", Tahoma;
	font-size: 16px;
	padding: 7px 0;
	margin: 20px 0 0 0;
	color: #91119f;
}
h2.widgettitle  a:hover, h2.widgettitle  a:active  {

}
#sidebar ul li.widget_twitter ul li {
	/*background: #fff !important;*/
	background: none !important;
	border-bottom: none !important;
	font-style: italic;
	padding-left: 0px !important;
}
/*
li.widget_twitter  h2.widgettitle a{
	display: none;
}
*/
li.widget_twitter h2.widgettitle {
	height: 41px;
	background: url(images/twitterbird.png) no-repeat;
	background-position: top center;
	width: 180px;
}

/*sidebar list level3 */
#sidebar ul li ul li ul li, #sidebar1 ul li ul li ul li {
	padding: 1px 0 1px 10px;
	border-bottom:	none;
	border-top: 1px dotted gray;
}
/* Sidebar headers */
#sidebar h2, #sidebar1 h2 {
	font-family: Helvetica, Arial, Verdana, "Trebuchet MS", Tahoma;
	font-size: 16px;
	padding: 7px 0;
	margin: 20px 0 0 0;
}
/* sidebar yleiset LOPPUU*/
#footer {
	padding: 5px 0;
	clear: both;
}
#footer a:link, #footer a:visited {
	color: #333;
	text-decoration: underline;
}
#footer a:hover, #footer a:active  {
	color: gray;
	text-decoration: none;
}
#clear
{
	clear: both;
}
.clear
{
	clear: both;
}
.caption {
	text-align: center;
}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 4px 5px;
	margin: 0;
}
/* End captions */
/* LINK-PAHGE */
li.linkcat {
	list-style: none;
}
/* END LINKS-PAGE */
/* Begin Form Elements */
#searchform {
	margin: 15px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	width: 100px;
	margin-bottom: 2px;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
}
select {
	width: 130px;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	font-family: Helvetica, Arial, Verdana, "Trebuchet MS", Tahoma;
	font-size: 13px;
	}
#respond {
	margin-top: 40px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
.commentlist {
	padding: 0;
	text-align: justify;
	}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li.alt {
	margin: 15px 0 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;
	/*background: #f3f3f3;*/
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	}
.commentlist li.authcomment {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	background: gray;
	border-top: 1px solid #91119f;
	border-bottom: 1px solid #91119f;
	}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }
.avatar {
	float:right;
	margin:0 0 0 12px;
}
#commentform p {
	margin: 5px 0;
	}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}
.center {
	text-align: center;
	}
.hidden {
	display: none;
	}
a img {
	border: none;
	}
.attachment {
	text-align: center;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	}
/*NGG Gallery*/
.ngg-album {
	border: none !important;
}
.ngg-albumcontent {
	border: 0;
}
.ngg-navigation a:hover {
	background: #91119f !important;
}
.page-numbers {
	border: none !important;
}
.prev {
	border: none !important;
}
.next {
	border: none !important;
}
