/*
Theme Name: sweethome
Theme URI: wptemplates.org
Description: Nice theme with home feeling
Version: 1.0
Author: miko
*/

body {
	margin: 0; padding: 0;
	background: #222 center top repeat-y url(images/bck.gif);
	font-family: Arial; font-size: 13px;
	color: #ccc;
}
#bodybottom {
	background: center bottom no-repeat url(images/bckbodybottom.gif);
}
#bodytop {
	background: center top no-repeat url(images/bckbodytop.gif);
}
#page {
	margin: 0 auto;
	width: 934px;
	padding: 0 1px;
	background: #827145 no-repeat url(images/bckpage.jpg);
}
#header {
	position: relative;
	margin: 0 0 10px 0;
	height: 330px;
}
#header h1 {
	margin: 0 10px 0 15px; padding: 0 45px 0 0;
	display: inline;
	font-size: 18px; font-weight: normal;
	line-height: 35px;
	background: right center no-repeat url(images/bckheaderh1.gif);
	vertical-align: middle;
}
#header h1 a {
	color: #ffb600;
	text-decoration: none;
}
#header h2 {
	margin: 0; padding: 0 265px 0 0;
	display: inline;
	font-size: 15px; font-weight: normal;
	color: #ffb600;
	line-height: 35px;
	background: right center no-repeat url(images/bckheaderh2.gif);
	vertical-align: middle;
}
#header form {
	margin: 0; padding: 0;
	position: absolute;
	right: 57px; top: 10px;
}
#header form .searchtext {
	margin: 0; padding: 4px 4px 0 4px;
	width: 214px; height: 20px;			
	background: no-repeat url(images/bcksearchtext.jpg);
	border: none;
	font-family: Arial; font-size: 12px;
	color: #564a2a;
}
* html #header form .searchtext {
	background-attachment: fixed;
}
#header .home, #header .rss {
	position: absolute;
	display: block;
	width: 12px; height: 12px;
	font-size: 1px;
	text-indent: -999em;
	text-decoration: none;
	background: no-repeat;
}
#header .home {
	right: 33px; top: 14px;
	background-image: url(images/bckheaderhome.gif);
}
#header .rss {
	right: 14px; top: 14px;
	background-image: url(images/bckheaderrss.gif);
}
#header ul {
	margin: 0; padding: 0;
	list-style-type: none;
	position: absolute;
	bottom: 0; left: 0;
	height: 28px; line-height: 28px;
}
#header li {
	margin: 0 15px;
	display: inline;
	font-size: 14px;
	text-transform: lowercase;
}
#header li a {
	color: #cbab4e;
	text-decoration: none;
}
#header li a:hover {
	color: #ffb600;
}
#header li.current_page_item a {
	color: #ffb600;
}
#adverts {
	position: absolute;
	right: 5px; top: 55px;
}
#adverts img {
	margin: 0; padding: 1px;
	width: 155px; height: 155px;
	border: #a59979 1px solid;
}
#container {
	padding: 0 5px 0 19px;
	background: left bottom no-repeat url(images/bckcontainer.gif);
	width: 910px;
}
#content {
	float: left;
	width: 575px;
}
#content .post {
	clear: both;
	position: relative;
	margin: 0 0 25px 0; padding: 90px 10px 10px 10px;
	width: 555px;
	background-color: #786840;
}
#content .post h2 {
	margin: 0; padding: 0;
	font-size: 18px; font-weight: normal;
}
#content .post h2 a {
	color: #cbab4e;
	text-decoration: none;
}
#content .entry {
	clear: both;
	margin: 25px 0 15px 0;
	text-align: justify;
}
#content .entry a {
	color: #000;
	text-decoration: underline;
}
#content .meta {
	clear: both;
	padding: 10px 0 0 0;
	background: repeat-x url(images/bckmeta.gif);
}
#content .meta a {
	color: #cbab4e;
	text-decoration: none;
}
#content .date {
	position: absolute;
	left: 7px; top: 0;
	width: 575px; height: 70px;
	background: no-repeat url(images/bckdate.gif);
}
#content .date .day {
	position: absolute;
	left: 15px; top: 15px;
	font-size: 30px; font-weight: bold;
	color: #000;
}
#content .date .month {
	position: absolute;
	left: 55px; top: 15px;
	font-size: 18px;
	color: #000;
	text-transform: lowercase;
}
#sidebar {
	margin: 60px 0 0 0; padding: 5px 3px;
	float: right;
	width: 320px;
	background-color: #786840;
}
.sidebars {
	float: left;
	width: 160px;
	margin: 0; padding: 0;
	list-style-type: none;
	font-size: 12px;
	color: #000;
}
.sidebars ul {
	margin: 15px 0 15px 15px; padding: 0;
	list-style-type: none;
}
.sidebars ul ul {
	margin: 0 0 0 15px; padding: 0;
}
.sidebars h3 {
	margin: 0; padding: 5px 0 5px 5px;
	font-size: 18px; font-weight: normal;
	background-color: #372d13;
	color: #d0af4f;
}
.sidebars a {
	color: #000;
	text-decoration: none;
}
.sidebars a:hover {
	color: #beb088;
}
#footer {
	clear: both;
	padding: 300px 0 10px 0;
	color: #453c25;
}
#footer a {
	color: #b9a058;
	text-decoration: none;
}

.navig {
	margin: 15px 0 0 0; padding: 10px;
	font-size: 11px;
	border: #181818 1px solid;
	background-color: #222;
	color: #fff;
}
.navig a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

textarea#comment, input#author, input#email, input#url {
	font-family: Arial; font-size: 11px;
	background-color: #e3dfd5;
	border: #75653c 2px solid;
	vertical-align: middle;
	color: #000;
}

textarea#comment {
	width: 400px !important;
}

h2#comments, h2#postcomment {
	clear: both;
	margin: 0 0 10px 0; padding: 0;
	font-size: 15px;
	text-transform: lowercase;
	color: #cbab4e;
}
h2#comments a {
	color: #cbab4e;
	text-decoration: none;
}

#commentlist a {
	color: #cbab4e;
	text-decoration: underline;
}

.link a {
	color: #cbab4e;
	text-decoration: underline;
}

/* formattings for few commonly used tags */

acronym, abbr {
	border-bottom: 1px dashed #333;
}

a abbr {
	border: none;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #333;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}