/*
Theme Name: Light summer
Theme URI: http://sivdaland.com/
Description: The default theme for Heartshaped.org
Version: 1.0
Author: Siv Daland
Author URI: http://sivdaland.com/
*/



/* * * * * * * * * * * 
GLOBAL
* * * * * * * * * * * */

body {
	background: #ffffff;
	color: #7a7a67;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0 auto;
}

a {
	color: #3595ab;
	text-decoration: none;
}

a:hover {
	color: #49aec5;
}

#wrapper {
	background: #ffffff;
	margin: 0 auto;
	width: 950px;
}

#top-bar, #header {
	margin: 0 auto;
}

#top-bar {
	background: url('images/top-bar.jpg');
	height: 5px;
}

#header {
	height: 130px;
	position: relative;
}

#header #logo {
	background: url('images/logo.jpg') no-repeat;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 281px;
	height: 76px;
	z-index: 9;
}

#header #logo .link {
	width: 281px;
	height: 76px;
	display: block;
}

#header #menu {
	position: absolute;
	right: 0;
	top: 70px;
}

#header #menu ul {
	margin: 0;
	padding: 0 0 0 10px;
}

#header #menu ul li {
	display: inline-block;
	margin-left: 15px;
}

#header #menu ul li a {
	color: #4c4c3f;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;	
	padding: 8px 15px;
}

#header #menu ul li:first-child {
	background: transparent;
	padding-left: 0px;
}

#header #menu ul li a:hover {
	background: #e8f5f7;
	color: #56636c;
}

#header #menu ul li a.active {
	background: #eef4f5;
	color: #56636c;
}

#header #search-box {
	background: url('images/search-bg.jpg') no-repeat;
	position: absolute;
	top: 15px;
	right: 0;
	width: 250px;
	border: 1px solid #dadada;
}

#header #search {
	background: transparent;
	width: 250px;
	height: 28px;
	margin-top: -3px;
}

#header #search input {
	background: transparent;
	border: 0;
	color: #9a9a9a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 8px;
	padding-top: 5px;
	width: 205px;
}

#header #search input.btn-search {
	border: 0;
	background: url('images/search-button.png') no-repeat;
	width: 25px;
	height: 27px;
	margin: 0;
	margin-right: 2px;
}

#top-box {
	margin-bottom: 30px;
}

#top-box #last-entries {
	background: #F0F0D8;
	float: left;
	padding: 5px 15px 10px 15px;
	height: 183px;
	overflow: hidden;
	width: 300px;
}

#top-box #main-pic {
	background: url('images/pics.jpg') no-repeat;
	float: right;
	width: 615px;
	height: 198px;
	position: relative;
}

#top-box #main-pic .twitter-bird {
	position: absolute;
	top: 158px;
	left: 5px;
	height: 45px;
}

#top-box #main-pic #tweet {
	font-size: 11px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	position: absolute;
	top: 160px;
	left: 70px;
	height: 30px;
	overflow: hidden;
}

#top-box .hl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#top-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 300px;
}

#top-box ul li {
	border-bottom: 1px dotted #e1e1c9;
	font-size: 11px;
	padding: 5px 0;
}

#top-box ul li:last-child {
	border-bottom: 0;
}

#top-box ul li a.post-title {
	color: #999980;
	width: 60%;
	display: inline-block;
	text-align: left;
}

#top-box ul li .recent-postmeta {
	display: inline-block;
	text-align: right;
	width: 40%;
}

#content {
	float: left;
	line-height: 1.4em;
	margin: 0 0 40px 0;
	width: 620px;
}

#content .date {
	color: #c0c0c0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	padding: 4px 0;
	margin: 0 10px 0 0;
}

#content p:first-child { }

#content .post {
	margin-bottom: 40px;
}

#content h2 {
	background: url('images/bird.jpg') no-repeat;
	color: #555555;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 0 25px;
	margin: 0;
}

#content h2 a {
	color: #6d6d58;
}

#content h2 a:hover {
	color: #85856e;
}

#content h3 {
	color: #b0b0b0;
}

#content .postmetadata {
	color: #c2c2b2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	letter-spacing: 1px;
	margin-top: 5px;
	text-transform: uppercase;
}

#content .postmetadata-bottom {
	background: #f4f7e7;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}

#content .postmetadata-bottom .comment-link {
	float: right;
	background: url('images/icons/comments.png') no-repeat;
	padding-left: 20px;
}

#content .postmetadata-bottom a {
	color: #9baf49;
}

.cat-link {
	background: url('images/icons/folder.png') no-repeat;
	padding-left: 20px;
	float: left;
}

.post-edit-link {
	background: url('images/icons/page_edit.png') no-repeat;
	padding-left: 20px;
}

#content .navigation {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 30px;
}

#content .divider {
	background: url('images/divider.jpg') no-repeat;
	width: 406px;
	height: 13px;
	margin: 25px auto 10px auto;
}

#content ol#commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content ol#commentlist li {
	background: #ebf8fa;
	border: 1px dotted #d4edf1;
	font-size: 14px;
	padding: 15px;
	margin-bottom: 20px;
}

#content ol#commentlist li .comment-caption {
	position: relative;
	height: 35px;
	font-size: 12px;
}

#content ol#commentlist li .comment-gravatar {
	width: 250px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
}

#content ol#commentlist li .comment-author-link {
	position: absolute;
	left: 45px;
	top: 9px;
}

#content ol#commentlist li .comment-date {
	position: absolute;
	right: 0;
	top: 9px;
}

#content ul.link-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content .recipe {
	background: #ffffff;
	padding: 8px;
	border: 1px solid #dadada;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
	position: relative;
	width: 150px;
	height: 180px;
	vertical-align: top;
}

#content .recipe img {
	border: 0;
	margin-bottom: 4px;
}

#content .recipe .noimg {
	width: 150px;
	height: 150px;
	background: #f0f0f0;
	display: inline-block;
	margin-bottom: 4px;
}

#content .recipe .text {
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 1.2em;
}

#content .recipe .text a {
	color: #808080;
}

#sidebar {
	border-left: 1px dotted #f0f0f0;
	color: #929281;
	float: right;
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0 40px 0;
	width: 280px;
	padding-left: 25px;
}

#sidebar a {
	color: #9ec1c7;
}

#sidebar .box {
	margin-bottom: 40px;
}

#sidebar .profile-img {
	border: 1px solid #dadada;
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 3px;
}

#sidebar h2 {
	background: #e1e1c7;
	border-bottom: 1px dotted #fff;
	color: #91917a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 0 10px 0;
	padding: 4px;
	text-transform: uppercase;
}

#sidebar h2 a {
	color: #638a94;
	border-bottom: 1px dotted #808d7f;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	background: url('images/dots.jpg') repeat-x 1em 1.8em;
}

#sidebar ul li a {
	display: inline-block;
	padding: 5px 0;
	width: 87%;
	height: 1.8em;
	border: 0;
}

#sidebar ul li ul {
	margin-left: 15px;
}

#sidebar ul li ul li a {
	color: #999999;
	border: 0;
}

#footer {
	background: #303030;
	color: #ffffff;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 10px 40px;
	text-transform: uppercase;
}

#footer-inner {
	width: 950px;
	margin: auto;
}

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

.shadow {
	background: url('images/header-shadow.jpg') no-repeat;
	height: 24px;
}

.hilite { background: #f3f7ac; font-weight: bold; }

.imgmargin { margin: 30px 0 10px 0; }

.small { font-size: 10px; }

.gray { color: #c0c0c0; }

hr {
border: 0;
margin: 40px;
}

img.size-fill {
width: 620px;
height: auto;
}

.aligncenter {
text-align: center;
}