/*
Theme Name: Cream 
Description: Cream tones
Version: 1.0
Author: Bernat Rafales
Author URI: http://thinkingeek.com
Tags: fixed width, two columns, widgets
*/

body {
	background: #656868;
	font: 12px/18px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif;
	color: #093C63;
}

h1, h2, h3, h4, h5,h6 { 
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; font-weight: normal;
	color: #656868;
}

h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 20px; line-height: 24px; margin-bottom: 7px; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }

#container {
	width: 950px;
	margin: 0 auto;
}

#header {
	height: 75px;
	background-color: #515230;
	position: relative;
	padding-top: 20px;
	padding-left: 10px;
}

#header h1 {
	color: #BFDCF2;
	font-weight: normal;
	font-size: 32px;
}

#header h1 a {
	color: #BFDCF2;
	font-weight: normal;
	text-decoration: none;
}

#header h1 span {
	padding-left: 10px;
	font-size: 15px;
}

#footer {
	clear: both;
	background-color: #515230;
	height: 25px;
	color: #BFDCF2;
	padding-top: 4px;
	text-align: center;
}

#posts {
	width: 690px;
	float: left;
	margin-left: 15px;
	padding-top: 20px;
}

#content {
	width: 950px;
	float: left;
	background: #d6ded4 url(images/bg-sidebar.png) repeat-y top right;
	margin-bottom: 10px;
}

#sidebar {
	width: 200px;
	float: left;
	padding-left: 30px;
	padding-top: 20px;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar a {
	color: #093C63;
	text-decoration: none;
}

#sidebar a:hover {
	color: #FF7A42;
	text-decoration: none;
}

#posts a {
	color: #515230;
	text-decoration: none;
}

#posts a:hover {
	color: #FF7A42;
	text-decoration: none;
}

#posts h1 a {
	color: #656868;
	font-weight: bold;
}

#posts h1 a:hover {
	color: #656868;
	font-weight: bold;
}

#navigation {
	background-color: #A5A162;
	color: #46667F;
	position: relative;
}

#navigation a {
	color: #46667F;
	text-decoration: none;
}

#navigation ul {
	list-style: none;
	overflow: hidden;
	margin: 0 0 0 0;
}

#navigation ul li {
	float: left;
	margin-right: 15px;
}

#footer a {
	text-decoration: none;
	color: #BFDCF2;
}

#search {
	position: absolute;
	top: 20px; 
	right: 10px;
}

#navigation #feed {  
	position: absolute; 
	right: 15px; 
	top: -0px;
}

.post {
	margin-top: 10px;
}

.post-info {
	color: #656868;
	padding: 3px 5px 3px 5px; 
	margin-bottom: 20px; 
}

#content #pages a { 
	font-weight: bold;
	font-size: 20px;
	color: #656868;
}

