/*
Theme Name: Vallila interior
Theme URI: https://urli.fi
Description: Vallilan kaksio blogin custom teema.
Author: Mathias Lindholm
Author URI: https://barabra.fi/
*/

body {
	background: #fff;
	color: #000;
	font-family: Georgia;
	font-size: 12px;
	line-height: 16px;	
}

/*-main elements-*/

#wrapper {
	padding: 20px 0 0;
}

#header {
	padding: 0 0 50px 0;
}

#maincontent {
	border-right: 1px solid #b3b3b3;
	margin-right: 9px;
/* 	overflow: hidden; */
	padding-bottom: 20px;
}

#sidebar {
	overflow: hidden;
}

#maincontent-single {
	margin-right: 0px;
}

#sidebar-single {
	border-left: 1px solid #b3b3b3;
	margin-left: 0px;
	padding-left: 19px;
	overflow: hidden;
}

#navigation {
	padding-right: 20px;
}

#footer {
	background: #D8D8D8;
	margin: 0 auto;
	margin-bottom: 40px;
	width: 940px;
}

#footercontent {
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 30px 0 14px 0;
	text-align: center;
}

/*-post elements-*/

#maincontent .no-border {
	border: none;
}


#maincontent-single .no-border {
	border: none;
}

.postwrapper {
	border-bottom: 2px dotted #000;
	margin: 0 20px 30px 0;
	padding: 0 0 20px 0;
}

.postinfo span,.postinfo2 span {
	font-family: Tahoma, sans-serif;
	font-size: 9px;
	line-height: 1;
	letter-spacing: 1px;
	padding: 2px 0;
	text-transform: uppercase;
}

.postinfo,.postinfo2 {
	margin: 15px 0;
	padding: 0;
	width: 100%;
}

.postinfo {
	background: #d8d8d8;
	color: #000;
}

.postinfo2 {
	background: #4d4d4d;
	color: #fff;
}

.postinfo span a {
	color: #000;
}

.postinfo2 span a {
	color: #fff;
}

.postinfo span a:hover,.postinfo2 span a:hover {
	text-decoration: none;
}

span.left {
	display:inline;
	float: left;
	padding-left: 8px;
}

span.right {
	display:inline;
	float: right;
	padding-right: 12px;
}

.postcontent {
	overflow: hidden;
	padding-bottom: 0px;
}

.share {
	padding-top: 10px;
}

.facebook {
	float: left;
}

.twitter {
	float: right;
}

/*-sidebar-*/

.firstchild {
	margin-top: 0;
}

#sidebar .padding-top {
	padding-top: 18px;
}

#sidebar .small-padding {
	margin: 2px 0;
}

#sidebar .no-border {
	border: none;
}

#sidebar-single .no-border {
	border: none;
}

#sidebar-single .padding-top {
	padding-top: 18px;
}

#sidebar-single .small-padding {
	margin: 2px 0;
}

#sidebar-single .no-border {
	border: none;
}

.widgetblock {
	border-bottom: 2px dotted #000;
	padding-bottom: 20px;
}

.widgetwrapper {
	line-height: 13px;
}

/*.widetwrapper .postinfo,.widetwrapper .postinfo2 {
	margin: 25px 0 15px 0;
}*/

.fb_sidebar,.tw_sidebar,.rss_sidebar {
	padding: 5px 0;
}

.fb_sidebar h3 a,.tw_sidebar h3 a,.rss_sidebar h3 a{
	color: #808080;
	line-height: 24px;
}

.sidebaricon {
	float: left;
	padding: 0 10px 0 0;
}

/*-Author-*/

#postauthor {
	background: #f8f8f8;
	padding: 10px;
	margin: 10px 0 20px;
}

#postauthor-archive {
	background: #f8f8f8;
	padding: 10px;
	margin: 0 20px 40px 0;
}

.author-image {
	background: #fff;
	border: 1px solid #eee;
	float: left;
	height: 80px;
	overflow: hidden;
	padding: 10px;
	width: 80px;
}

.entry_author_image {
	height: 80px;
	width: 80px;
	overflow: hidden;
}

.author-info {
	float: left;
	padding: 10px 20px;
	width: 450px;
}

.author-info p {
	padding-bottom: 4px;
}

/*-Comments-*/

#respond {
	border-bottom: 2px dotted #000;
	margin-bottom: 20px;
}

#author,#email,#url,#comment {
	border: 1px solid #808080;
	padding: 2px;
	font-family: Arial;
	font-size: 11px;
}

#respond p {
	padding-bottom: 5px;
}

#comment {
	width: 99%;
}

#submit {
	border: none;
	background: url(img/send.png) no-repeat transparent;
	float: right;
	height: 25px;
	width: 38px;
}

ol.commentlist {
	list-style: none;
	padding: 0;
}

/*-Captions & aligment-*/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft {
	padding-right: 10px;
}

img.alignright {
	padding-left: 10px;
}

.postcontent img {
	padding-bottom: 16px;
}

.wp-caption {
	color: #888;
	font-style: italic;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 16px;
	margin: 0;
}

/*-Typografia-*/

p {
	padding-bottom: 16px;
}

p.postmetadata {
	height: 0;
}

.widgetwrapper p {
	padding-top: 12px;
	padding-bottom: 4px;
}

p.hide {
	display: none;
}

blockquote {
	color: #808080;
	padding-left: 10px;
	border-left: 2px solid #ccc;
	margin: 0 0 16px 10px;
}

blockquote p {
	padding: 0;
}

#footercontent p {
	color: #fff;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
}

#footercontent a {
	color: #fff;
	text-decoration: underline;
}

a {
	color: #009ee0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.postwrapper h1 a {
	color: #000;
}

.widgetwrapper h2 a {
	color: #000;
}

h3.linktosite {
	font-size: 26px;
	padding-top: 10px;
}

h1 {
	font-size: 40px;
	font-weight: normal;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 14px;
	margin-top: -5px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1;	
	padding-bottom: 6px;	
	text-transform: uppercase;
}

h3 {
	color: #808080;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;	
	font-style: italic;
}

h4 {
	color: #808080;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;	
	font-style: italic;	
	text-align: center;
}

h5 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	padding-bottom: 8px;
	text-transform: uppercase;
}

.postcontent h3,.postcontent h4 {
	line-height: 1.2;
}

ul {
	padding-left: 20px;
	list-style-type: disc;
	padding-bottom: 16px;
}

ol {
	padding-left: 20px;
	list-style-type: decimal;
	padding-bottom: 16px;
}

.required {
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
}

.clear {clear: both;}