/*
Theme Name: Happy Cooking

Description: Version 22 de eriol.org
Author: Garnet
Author URI: http://www.eriol.org
*/

body {
	background: url(images/fondo.jpg) #458f9b;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #767676;
	text-align: justify;
}

#container {
	width: 600px;
	margin: 0 auto;
	background: url(images/cooking_03.jpg);
	background-repeat: repeat-y;
}

#header {
	height: 244px;
	background: url(images/cooking_01.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	position: relative;
}

#header h1 {
	margin: 0;
	font-size: 20px;
}

#header a {
	text-decoration: none;
	color: #666666;
}

#header a:hover {
	color: #333333;
}

#login {
	text-align: right;
}

#navbar {
margin: 0 0 20px 0;
	background: url(images/cooking_02.jpg);
	background-repeat: no-repeat;
	height: 28px;
width: 600px;
}

#navbar ul {
margin: 0 0 0 0px;
	padding: 0;
}

#navbar li {
	display: inline;
margin: 0 0 0 0;
}

#navbar a {
	display: block;
	float: left;
	height: 28px;
	padding: 0 30px 0 20px;
	font-size: 12px;
	color: #124d56;
	text-decoration: none;
	line-height: 30px;
	background: url(images/navbuttonbg.jpg);
	background-position: right 50%;
}

#navbar a:hover {
	color: #c1f7ff;
	background: url(images/navbuttonbg-hover.jpg);
	background-position: right 50%;
}

#posts {
	width: 550px;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
	
}

.commentbubble a {
	float: left;
	background: url(images/commentbubble.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.date {
	font-size: 12px;
	color: #5bb4c2;
	line-height: 1.5em;
}

.post {
	margin: 0 0 30px 0;
}

.tags {
	font-size: 10px;
	line-height: 1.5em;
	color: #5bb4c2;
}

.post h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
color: #5bb4c2;
}

.post h3 {
	font-size: 13px;
	font-weight: bold;
	
}

.post a, .navigation a {
	color: #5bb4c2;
	text-decoration: none;
}

.post a:hover, .navigation a:hover {
	color: #266d78;
}

.post a img {
	border: none;
}

.postmetadata {
	font-size: 10px;
	line-height: 1.5em;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	margin: 0 auto;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
	margin: 10px 0;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #ebebeb;
	padding: 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

.avatar {
	float: left;
	margin: 0 5px 0 0;
}


#footer {
	clear: both;
	height: 30px;
	background: url(images/cooking_04.jpg);
	background-repeat: no-repeat;
}

#footer p {
	text-align: center;
	font-size: 12px;
	position: relative;
	top: 10px;
color: #ffffff;
}

#footer a {
	color: #124d56;
	text-decoration: none;
}

#footer a:hover {
	color: #c1f7ff;
}

#wp-calendar {
	width: 210px;
	background: #ebebeb;
	border: 1px solid #cccccc;
	margin: 0 0 30px 0;
	font-size: 12px;
	text-align: center;
}

#wp-calendar caption {
	text-align: left;
}

#wp-calendar #today {
	background: #cccccc;
}

#wp-calendar a {
	display: block;
	width: 100%;
	height: 100%;
}

#wp-calendar a:hover {
	background: #cccccc;
}