@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 120%;
	color: #333;
	background: #d1ddc9;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Georgia, Tahoma, Verdana, Arial, serif;
	font-weight: normal;
}
h2 {
	margin: 0;
	padding: 0 0 0.15em 0;
	font-size: 1.6em;
	border-bottom: 1px solid #ddd;
}
h3,
h4 {
	margin-top: 1.5em; 
	padding: 0 0 0.4em 0;
	font-size: 1.4em;
	line-height: 1.2em;
	border-bottom: 1px solid #ddd;
}
h4 {
	font-size: 1.2em;
}
p {
	margin: 1em 0;
}
ul,
ol {
	margin: 0.5em 0;
}
input.textbox {
	width: 8em;
	padding: 0.4em;
	font: 1em Verdana, Arial, Serif;
	background: #f9f9f9;
	border: 1px solid #ccc;
}
textarea {
	width: 50%;
	padding: 0.5em;
	font: 1em Verdana, Arial, Serif;
	background: #f9f9f9;
	border: 1px solid #ccc;
}
input.textbox:focus,
textarea:focus {
	background: #fff;
	border: 1px solid #003399;
}
button {
	cursor: pointer;
}
a {
	color: #003366;
	text-decoration: none;
	border-bottom: 1px dotted #003366;
}
a:active,
a:focus,
a:hover {
	color: #000;
	background: #ffe862;
	text-decoration: none;
	border-bottom: none;
}
a img {
	border: 0;
}
blockquote {
	margin: 1em;
	padding: 0 2em;
	color: #666;
	font-style: italic;
	background: url(../img/quote.gif) no-repeat left top;
}
dl {
	margin: 1em 0;
}
dt {
	font-weight: bold;
}
abbr,
acronym {
	cursor: help;
}
hr {
	display: none;
}

/* Class floats
--------------------------------------------------------------------------- */
.left {
	float: left;
	margin: 0 1em 1em 0;
}
.right {
	float: right;
	margin :0 0 1em 1em;
}

/* Post
--------------------------------------------------------------------------- */
.post {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}
.post h2 {
	padding-bottom: 0.1em;
	line-height: 1.2em;
}
.post h3 {
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	border-bottom: none;
}
.post h2 a,
.post h3 a {
	border-bottom: 1px dotted #003366;
}
.post dl {
	margin: 0.2em 0 1em 0;
	padding: 0;
	overflow: hidden;
}
.post dt {
	margin: 0 0.8em 0 0;
	padding: 0;
	clear: left;
	float: left;
}
.post dd {
	margin: 0;
	padding: 0;
	float: left;
}
.post .meta {
	margin: 0.2em 0 0.8em 0;
	font-size: 0.9em;
	color: #333;
}
.post .date {
	margin: -2.4em 0 0 1em;
	padding: 0.5em 0.6em;
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, Arial, Serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
	color: #003366;
	border: #CCC 1px solid;
	background: #FFFDE9;
	float: right;
}
.post .comments {
	margin-left: 0.5em;
	padding-left: 1.5em;
	color:#999;
	border-bottom: #ccc 1px dotted;
	background: url(../img/icon_comments.gif) no-repeat left center;
}
.post .comments a {
	border-bottom: 0;
}

/* Post entry
--------------------------------------------------------------------------- */
.post .entry {
	padding: 0 0 1.5em 0;
	line-height: 1.4em;
	/*background: url(../img/entry_end.gif) center bottom no-repeat;*/
	clear: both;
}
.post .entry h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ccc;
}
.post .entry h4 {
	margin-bottom: 0;
	padding: 0 0 0 0.5em;
	line-height: 0.8em;
	font-weight: bold;
	color: #003399;
	border-left: 0.8em solid #003399;
	border-bottom: none;
}
.post .entry p {
	margin-bottom: 1em;
}
.post .entry dl {
	margin: 0.5em 0 1.5em 0;
	padding: 0.5em 0 0 0;
	overflow: hidden;
}
.post .entry dt {
	margin: 0 0.8em 0 0;
	padding: 0;
	clear: left;
	float: left;
}
.post .entry dd {
	margin: 0;
	padding: 0;
	float: left;
}
.post .entry ul {
	margin: 1.5em 0;
	padding: 0 0 0 1.5em;
}
.post .entry ul ul {
	margin: 0;
	padding-left: 1em;
}
.post .entry li {
	margin: 0.4em 0;
}
.post .entry .example {
	margin: 1.5em 0 0 0;
	border: 1px dotted #003399;
	display: block;
}
.post .entry .photo {
	width: 16em;
	margin: -5.5em 0 0 0;
	padding: 0 0 1.5em 2em;
	text-align: right;
	background: #fff;
	float: right;
}

/* Post list
--------------------------------------------------------------------------- */
.list {
	margin-top: 1.5em
}
.list .entry {
	padding: 0;
	line-height: 1.4em;
	background: none;
	clear: both;
}
.list .entry dl {
	margin-bottom: 0;
	padding-top: 0.2em;
}
.list .meta {
	margin: 0.2em 0 0.5em 0;
}

/* Post detail
--------------------------------------------------------------------------- */
.detail .meta {
	margin: 0.2em 0 2em 0;
}

/* Home
--------------------------------------------------------------------------- */
.home {
	width: 45%;
	margin: 0 0.8em 1.5em 0.8em;
	padding: 1em 0.5em 0 0.5em;
	border: 1px solid #ccc;
	float: left;
}
.home.clear {
	clear: left;
}
.home h2 {
	margin-bottom: 0;
	font-size: 1.4em;
	border-bottom: none;
}
.home dl {
	margin: 0.2em 0 0 0;
	padding: 0;
	overflow: hidden;
}
.home dt {
	margin: 0 0.8em 0 0;
	padding: 0;
	clear: both;
	float: left;
}
.home dd {
	margin: 0;
	padding: 0;
	float: left;
}
.home .entry {
	margin: 0;
	padding: 0;
}
.home .entry .meta {
	margin-bottom: 0.5em;
}

/* Comment list
--------------------------------------------------------------------------- */
.commentlist {
	margin: 0 0 1em 0;
	padding: 0;
}
.commentlist li {
	margin: 0;
	padding: 1em 1em 1em 3em;
	list-style: none;
	background: url(../img/quote.gif) no-repeat 1em 1.4em;
	border-bottom: 1px solid #ddd;
}
.commentlist p {
	font-size: 0.9em;
	line-height: 1.6em;
}
.commentlist cite {
	font-style: normal;
	font-weight: bold;
}
.commentlist .cmtinfo {
	color: #000;
}
.commentlist .alt {
	background: #f9f9f9 url(../img/quote.gif) no-repeat 1em 1.4em;
}
.commentlist .authorcomment {
	border: none;
	border: 1px solid #b0c4de;
}

/* Menu
--------------------------------------------------------------------------- */
.menu-main-container {
	background: #896504;
	border: 3px solid #fff;
	border-top: 1px solid #fff;
}
.menu-main-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-main-container li {
	line-height: 2.4em;
	float: left;
}
.menu-main-container a {
	height: 2.5em;
	margin: 0;
	padding: 0 1.5em;
	text-decoration: none;
	font-variant: small-caps;
	color: #fff;
	background: #5d4401;
	border-right: 1px solid #fff;
	border-bottom: none;
	display: block;
}
.menu-main-container a:active,
.menu-main-container a:focus,
.menu-main-container a:hover {
	background: #433101;
}
.menu-main-container .current_page_item a {
	background: #433101;
}

/* Page container
--------------------------------------------------------------------------- */
#deltiron-recetas {
	width: 62em;
	margin: 0 auto;
	padding: 0;
	font-size: 0.75em;
}

/* Header
--------------------------------------------------------------------------- */
#header {
	position: relative;
	height: 180px;
	margin: 1em auto 0 auto;
	padding: 0 0 0 13em;
	background: #fff url(../img/header.jpg) no-repeat left center;
	border: 3px solid #fff;
	border-bottom: none;
}
#header h1 {
	margin: 0;
	padding: 0.4em 0.5em 0.4em 0.2em;
	font-size: 2.5em;
	font-variant: small-caps;
}
#header p {
	margin: 0 0 0 0.2em;
	padding: 0.2em 0.3em;
	font-family: Tahoma, Verdana, Arial, Serif;
	font-size: 0.9em;
}
#header span,
#header span a {
	color: #000;
	background: #fff;
}
#header h1 span {
	padding-right: 0.1em;
	padding-left: 0.1em;
}
#header p span {
	padding: 0.1em 0.2em 0.2em 0.2em;
}
#header a {
	text-decoration: none;
	color: #333;
	border: none;
}
#header a:active,
#header a:focus,
#header a:hover {
	text-decoration: underline;
}
#header .adsense {
	position: absolute;
	top: 1em;
	right: 1em;
}

/* Search
--------------------------------------------------------------------------- */
#search {
	width: 27em;
	margin: 0 0 0 0.5em;
	padding: 0.5em;
	background: #fff;
}
#search p {
	margin: 0;
	padding: 0;
}
#search label {
	line-height: 2em;
	color: #fff;
}
#search label {
	color: #000;
	vertical-align: bottom;
}
#search input {
	width: 22em;
	padding: 0.1em;
	border: 1px solid #433101;
}
#search button {
	padding-top: 0.2em;
	color: #fff;
	background: #5d4401;
	border: none;
}

/* Main
--------------------------------------------------------------------------- */
#main {
	padding-top: 1em;
	padding-bottom: 0.3em;
	background: #fff;
}

/* Content lists
--------------------------------------------------------------------------- */
#content {
	margin: 1em 1em 0 1em;
}
#content ol,
#content ul {
	margin: 1em 0;
	padding: 0;
	list-style-type: decimal-leading-zero;
}
#content ul {
	padding: 0 0 0 2em;
	list-style-type: none;
}
#content li {
	list-style-image: url(../img/bullet-squad.gif);
}
#content .feed {
	margin-bottom: 2em;
	padding-left: 1.6em;
	background: url(../img/icon_feed.gif) left center no-repeat;
}
#content .nocomments {
	color: #999;
	text-align: center;
}

/* Slidebars
--------------------------------------------------------------------------- */
#sidebars {
	margin: 2em 0.3em 0 0.3em;
	padding: 0.5em;
	font-size: 0.8em;
	background: #eee;
	clear: both;
}
#sidebars div {
	width: 13.8em;
	margin: 0.5em;
	padding: 0;
	font-size: 1.25em;
	float: left;
}
#sidebars h2 {
	margin: 0;
	padding: 0;
	font-size: 1.25em;
	font-variant: small-caps;
	border: none;
}
#sidebars ul {
	margin: 0.5em 0 0.8em 0;
	padding: 0;
}
#sidebars ul ul {
	margin: 0.4em 0 0.2em 0;
}
#sidebars li {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 0.6em;
	list-style: none;
	background: url(../img/bullet-arrow.gif) no-repeat 0 0.3em;
}
#sidebars p {
	margin: 1em 0 1.5em 0;
	padding: 0;
}
#sidebars a {
	border: none;
}
#sidebars .feed {
	margin: 0;
	padding-left: 1.6em;
	line-height: 1.6em;
	background: url(../img/icon_feed.gif) no-repeat 0 0.2em;
}

/* Forms
--------------------------------------------------------------------------- */
#commentform,
#contactform {
	margin: 0;
	padding: 1em 0 0 0;
	background: #fff;
}
#commentform fieldset,
#contactform fieldset {
	padding: 0.5em 1em 1em 1em;
	border: 1px solid #CCC;
}
#commentform legend,
#contactform legend {
	padding: 0 0.2em;
	color: #003399;
}
#commentform .action,
#contactform .action {
	margin-top: 1em;
}
#commentform .action button,
#contactform .action button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
#commentform .error,
#contactform .error,
#contactform .error p {
	margin: 0.2em 0 0.5em 0;
	padding: 0.3em 0.5em 0.3em 2.4em;
	font-size: 0.9em;
	border: 1px solid #ff0000;
	background: #FFFDE9 url(../img/icon_error.gif) 0.4em 0.3em no-repeat;
}
#commentform label,
#commentform .label,
#contactform label {
	font-size: 0.9em;
	font-weight: bold;
	display: block;
}
#commentform input.textbox,
#commentform textarea,
#contactform input.textbox,
#contactform textarea {
	width: 98%;
}
#commentform input#author,
#commentform input#email,
#contactform input#cp_name,
#contactform input#cp_email,
#contactform input#cp_ans {
	width: 50%;
}

/* Footer
--------------------------------------------------------------------------- */
#footer {
	margin: 0 auto 0.5em auto;
	font-size: 0.9em;
	background: #000;
	border: 3px solid #fff;
	border-top: none;
}
#footer p {
	margin: 0;
	padding: 0.5em;
	color: #dbcb6b;
}
#footer #gestion {
	float: left;
}
#footer #license {
	float: right;
}
#footer a {
	color: #dbcb6b;
	text-decoration: underline;
	border: none;
}
#footer a:active,
#footer a:focus,
#footer a:hover {
	color: #000;
	text-decoration: none;
}

/* Overflows
--------------------------------------------------------------------------- */
.menu-main-container,
#header,
#main,
#content,
#sidebars,
#footer {
	overflow: hidden;
}

/* Page visited
--------------------------------------------------------------------- */
#content a:visited:after,
#sidebars a:visited:after {
	content: "\00A0\2713";
}

