/*
Theme Name: Blueberry fields
Theme URI: http://www.hienoa.net/askartelu/
Description: Blueberry fields theme
Version: 1.1
Author: Kim Westerberg
Author URI: http://hienoa.net/
Tags: brown, custom header, fixed width, two sidebars, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-3.0.html

*/
/* Structure */
body
{
	margin: 0;
	padding: 0;
	background: #453027 url('images/bgPattern.gif');
	font-family: Arial;
	font-size: 10pt;
	color: #000;
	line-height: 1;
}

DIV#wrapper
{
	position: relative;
	width: 976px;
	margin: 0px auto;
	padding: 0;
}

DIV#wrapper DIV#header
{
	width: 976px;
	height: 443px;
	background: none;
	margin: 0;
	padding: 0;
}
DIV#wrapper DIV#header DIV#topInner
{
	background: url('images/bgTopInner.jpg') no-repeat 58px 106px;
	width: 976px;
	height: 443px;
	z-index: 100;
}
DIV#wrapper DIV#header DIV#topOuter
{
	width: 976px;
	height: 443px;
}
DIV#wrapper DIV#header DIV#topOuter DIV#topOuterLeft
{
	background-image: url('images/bgPictures1.png');
	background-position: 0px 0px;	
	width: 58px;
	height: 443px;
	float: left;
}
DIV#wrapper DIV#header DIV#topOuter DIV#topOuterMiddle
{
	background-image: url('images/bgPictures1.png');
	background-position: -58px 0px;	
	width: 811px;
	height: 106px;
	float: left;
}
DIV#wrapper DIV#header DIV#topOuter DIV#topOuterRight
{
	background-image: url('images/bgPictures1.png');
	background-position: -869px 0px;	
	width: 80px;
	height: 443px;
	float: left;
}
DIV#wrapper DIV#leftSideTopImage
{
	position: absolute;
	top: 443px;
	left: 41px;
	width: 152px;
	height: 68px;
	background-image: url('images/bgPictures1.png');
	background-position: -410px -115px;
}

DIV#wrapper DIV#leftSide
{
	position: absolute;
	top: 511px;
	left: 79px;
	background-color: white;
	width: 142px;
}

DIV#wrapper DIV#rightSide
{
	position: absolute;
	top: 443px;
	right: 117px;
	overflow: hidden;
	background-color: white;
	width: 188px;
}

DIV#wrapper DIV#content
{
	min-height: 1400px;
	width: 360px;
	background-color: white;
	padding: 0px 230px 50px 190px;
	margin: 0px 0px 0px 69px;
	border-left: 10px solid #f2bdcf;
	border-right: 10px solid #ded2c1;
}

DIV#wrapper DIV#footer
{
	margin: 0px 107px 10px 69px;
	border-bottom: 10px solid #f2bdcf;
}

/* Textual elements */
a, a:hover, a:visited
{
	color: #000;
	text-decoration: none;
}

h1, h2, h3
{
	font-weight: normal;
	font-family: Times New Roman;
	color: #000;
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 24pt;
}

h2
{
	font-size: 16pt;
}

img {
	border: 0;
}

DIV#wrapper DIV#leftSide DIV#sidebarLeft ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
DIV#wrapper DIV#leftSide DIV#sidebarLeft ul li DIV.widgetTitle h2.widgetTitle
{
	height: 30px;
	width: 127px;
	padding: 0px 0px 0px 15px; 
	margin: 0;
	line-height: 1.4;
	display: inline-block;
	background-image: url('images/bgPictures1.png');
	background-position: -218px -117px;
}

DIV#wrapper DIV#leftSide DIV#sidebarLeft ul li ul,
DIV#wrapper DIV#leftSide DIV#sidebarLeft ul li DIV.textwidget
{
	padding: 10px 0px 55px 15px;
	line-height: 1.8; 
}
DIV#wrapper DIV#leftSide dIV#sidebarLeft ul li#text-294063821 div.textwidget
{
	padding: 10px 0px 20px 0px;
}
/*
DIV#wrapper DIV#leftSide dIV#sidebarLeft ul li#text-340870131 div.textwidget a
{
	height: 21px;
	display: block;
	padding: 1px 0px 0px 25px;
	background: url('images/iconPerson.png') no-repeat 0px 2px;
}
*/
DIV#wrapper DIV#rightSide DIV#sidebarRight ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
DIV#wrapper DIV#rightSide DIV#sidebarRight ul li DIV.widgetTitle
{
	height: 30px;
	background-image: url('images/bgPictures1.png');
	background-position: -371px -117px;
}
DIV#wrapper DIV#rightSide DIV#sidebarRight ul li DIV.widgetTitle h2.widgetTitle
{
	height: 30px;
	background: #ded2c1;
	padding: 0px 9px 0px 0px; 
	margin: 0px 0px 0px 15px;
	line-height: 1.4;		
}
DIV#wrapper DIV#rightSide DIV#sidebarRight ul li ul
{
	padding: 10px 0px 25px 15px;
	line-height: 1.8; 
}

DIV#wrapper DIV#content DIV.entry p
{
	line-height: 1.5;
}
DIV#wrapper DIV#content a,
DIV#wrapper DIV#content a:hover,
DIV#wrapper DIV#content a:visited
{
	color: #ed32b2;
}
DIV#wrapper DIV#content h1 a,
DIV#wrapper DIV#content h1 a:hover,
DIV#wrapper DIV#content h1 a:visited
{
	color: #000;
}
DIV#wrapper DIV#content DIV.post
{
	clear: both;
	width: 360px;
}
DIV#wrapper DIV#content DIV.post DIV.postDetails
{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
DIV#wrapper DIV#content DIV.postSeparator
{
	width: 360px;
	height: 3px;
	margin: 15px 0px 30px 0px;
	background: url('images/bgPostLine.png') repeat-x left top;
}

DIV#wrapper DIV#content DIV.post DIV.commentsAmount
{
	display: inline-block;
	margin: 0 48px 0 0;
	width: 23px;
	height: 24px;
	background-image: url('images/bgPictures1.png');
	background-position: -578px -126px;
}
DIV#wrapper DIV#content DIV.post DIV.commentsAmount a
{
	position: relative;
	top: -2px;
	margin: 0 0 0 30px;
	font-size: 18pt;
	color: #000;
}

DIV#wrapper DIV#content DIV.post DIV.commentPost
{
	position: relative;
	top: -3px;
	display: inline-block;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
DIV#wrapper DIV#content DIV.post DIV.commentPost a
{
	position: relative;
	top: -2px;
	display: inline-block;
	height: 20px;
	background-image: url('images/bgPictures1.png');
	background-position: -78px -121px;	
	padding: 0px 0px 0px 10px;
	color: #000;
}
DIV#wrapper DIV#content DIV.post DIV.commentPost a:hover
{
	cursor: pointer;
}
DIV#wrapper DIV#content DIV.post DIV.commentPost a SPAN
{
	width: 80px;
	margin: 0px;
	padding: 3px 0px 0px 4px;
	display: inline-block;
	height: 20px;
}

DIV#wrapper DIV#content DIV.navigation
{
	width: 360px;
}
DIV#wrapper DIV#content DIV.navigation DIV.alignleft
{
	height: 20px;
	float: left;
	color: #ed32b2;
}
DIV#wrapper DIV#content DIV.navigation DIV.alignright
{
	text-align: right;
	height: 20px;
	float: right;
	color: #ed32b2;
}

DIV#wrapper DIV#content DIV#respond FORM#commentform TEXTAREA#comment
{
	width: 360px;
}
