/*
Theme Name:	bocadillo de chocolate
Theme URI: http://bocadorada.com
Description:	manteles para bocadorada.com
Version:0.1
Author:	 bocadorada
*/
/*-smilies without a border-*/
body img.wp-smiley {
	border:none;
}
/* change default html styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* clearfix, the ie part is in the ie css */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* general styling */
body {
	background: #fff url(images/header2.gif) repeat-x;
	color: #1b1b1b;
	font: normal 78% Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0em;
	margin-bottom: .25em;
	font-weight: lighter;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	color: #323C3C;
}
h1 { font-size: 2.6em; }
h2 { font-size: 2.3em; }
h3 { font-size: 2.0em; }
h4 { font-size: 1.8em; }
h5 { font-size: 1.6em; }
h6 { font-size: 1.4em; }
p {
	margin-bottom: 1em;
	line-height: 160%;
	font-size: 1.1em;



}
a {
	color: #08678b;
	text-decoration: underline;
}
a:hover {
	color: #1197c9;
	text-decoration: none;
}
blockquote {
	font-size: 1.1em;
	line-height: 1.25em;
	margin: 2em 2em 2em 2em; 
	text-align:justify;
}
ul.list, ol.list {
	margin-left: 3em;
	margin-bottom: 1em;
}
.list li {
	margin-bottom: .5em;
	color: #1b1b1b;
}
ul.list li {
	list-style-type: disc;
}
ol.list li {
	list-style-type: decimal;
}
/* layout */
#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding-right: 5px;
	font-size: 1.1em;
}
#header {
	padding: 10px 0 10px 80px;
        border-bottom: solid 8px #d2e4e8;
	background: url(images/header2.gif) repeat-x;
}
#header h1 {
	float: left;
	margin-bottom: 0;
	font-size: 3em;
	font-weight: normal;
}
#header h1 a {
	display: block;
	padding-top: 0.6em;
	color: #d2e4e8;
}
#header h1 a:hover {
	text-decoration: none;
}
#menu {
	clear: both;
	float: right;
	display: inline;
	margin-top: -1em;
	margin-right: 10px;
	text-align: right;
}
#menu li {
	display: inline;
	margin-right: 10px;
	color: #838383;
}
#menu a {
	color: #08678b;
	font-weight: bold;
	text-transform: lowercase;

}
#menu a:hover {
}
#menu li.selected a {
	color: #1197c9;
}
#contentwrapper {
	background: #fff url(images/x_default_sidebar_bg.gif) right top repeat-y;
}
#content {
	float: left;
	width: 100%;
	margin-right: -380px;
	background: url(images/content_top_bg.gif) repeat-x;
}
h3.content {
	margin-top: 2em;
	margin-bottom: 1em;
	color: #e68800;
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
}
#innerwrapper {
	margin: 15px 380px 80px 80px;
}
#sidebar {
	overflow: hidden;
	float: right;
	width: 380px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(images/x_default_sidebar_top.gif) right top no-repeat;
}
#sidebar h1 a,
#sidebar h2 a,
#sidebar h3 a,
#sidebar h4 a,
#sidebar h5 a,
#sidebar h6 a {
	font-weight: normal;
}
#subscribe a {
	font-weight: normal;
	font-size: 1.2em;
}

#footer {
	padding: 14px 380px 40px 80px;*
	border-top: solid 7px #bde7ed;
	background: #fff;
	color: #838383;
	font-size: .9em;
	text-align: center;
}
#footer a {
	color: #5e8b8f;
	text-decoration: underline;
}
#footer a:hover {
	color: #eaeaea;
}

/* article/post styles */
.breadcrumb_navigation_xt {
	padding: 5em 0 5em 0;
	font-size: .8em;
}



.article {
	margin-bottom: 20px;

}


.article h2.entry_title {
	letter-spacing: -2px;
	clear: both;
	font-size: 2.2em;
        margin-top: 40px ;
}
.article h2.entry-title a {
	border-bottom: 1px solid #ccc; 
	color: #333;
	text-decoration: none;

}
.article h2.entry-title a:hover {
	color: #637677;
}

.article .meta {
	margin-bottom: 1em;
	color: #838383;
	font-size: .9em;
}
.article a {
	color: #08678B;
}
.article a:hover {
	color: #1197c9;
}
.article .body {
	margin-bottom: 1em;
}
.article .comments {
	background: url(images/comments.gif) left center no-repeat;
        float:right;
	padding-bottom: 1px;
	color: #838383;

}
.article .comments a {
	padding: 10px 0px 20px 35px;
	color: #5e8b8f;
	line-height: 30px;
}
.article .comments a:hover {
}
.article .footer p, .article .footer li, .article .footer h4.meta {
	font-size: .9em;
}
.article .footer ul, .article .footer h4.meta, .article .footer p {
	display: inline;
	font-weight: normal;
}
.article .footer p {
	margin-right: 1em;
	padding-right: 1em;
	border-right: dotted 1px #838383;
}
.article .footer, .article .footer a {
	color: #838383;
}
.article .footer li {
	padding-left: 5px;
	border-left: dotted 1px #838383;
}
.article .footer li.first {
	border-left-style: none;
}
.article img {
	border: 1px solid #ccc;
	margin: 0.4em auto;
	padding: 3px;
}
.article img.center {
	display: block;
	margin: 0.4em auto;
}
.article img.alignright {
	margin: 0.4em 0 0.4em 1.1em
}
.article img.alignleft {
	margin: 0.4em 1.1em 0.4em 0;
	padding: 3px;
	border: 1px solid #ccc; 
}
/* article and comment body */
.body ul, .article .body ol {
  margin-bottom: 1em;
}
.body li {
	margin-bottom: .5em;
	color: #1b1b1b;
}
.body ul li {
	list-style-type: disc;
	list-style-position: inside;
}
.body ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
.body h1, .body h2, .body h3, .body h4, .body h5, .body h6 {
	color: #1b1b1b;
	text-transform: none;
}
.body pre {
	overflow: auto;
	width: 100%;
	margin-bottom: 1.5em;
	border: dotted 1px #cacaca;
	background-color: #f6f6f6;
	color: #666;
}
/**************************************************************
 Comment classes
 **************************************************************/
.comment-meta {
	margin: 10px 0 10px 0;
}
.comment-text {
	margin: 10px 0 10px 0;
	padding: 5px 5px 5px 5px;
}
h4.comments-header {
	margin: 2px 0 20px 0;
	color: #333333;
	border-bottom: 2px dotted #DDD;
}

#comments-form {
	margin: 1em 0 0 0;
}
#comments-form a img {
border:none !important;
}
h4.comments-form {
	font-size: 1.1em;
}
#respond {
	font-size: 105%;
}
#trackbacks {
	margin: 0 0 2em 0;
}
img.gravatar {
	margin:0px 5px 0 3px;
	padding: 5px 5px 5px 5px;
	float:left;
	border:1px solid #E0E0E0;
}
.comment-author, .comment-date {
	font-size: 1.2em;
}
.even {
	background: #F0F0F0;
}
.odd {
	background: #FAFAFA;
}
.highlight {
	background: #D2E4E8;
	padding: 3px;
	border-top: 3px double #ccc;
	border-bottom:  3px double #ccc;
}
#live-preview {
	margin: 20px 0 100px 0;
}
/**************************************************************
 Navigation classes [Thanks to the Cutline Wordpress Theme]
 **************************************************************/
.navigation {
	 width: 450px; 
	 margin: 2em 0 2em 0; 
	 float: left; 
}
* html .navigation { 
	margin: 0 0 2.5em 0; 
}
.previous { 
	font-size: 1.1em;
	padding: 0 20px 0 0; 
	float: left; 
}
.next { 
	font-size: 1.1em;
	float: right; 
}
.clear {
	 width: 450px; 
	height: 1px; 
	clear: both; 
}
/* forms */
#comment-message, #comment-errors {
	margin-bottom: 1em;
	padding: .5em 3%;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #1b1b1b;
	font-weight: bold;
}
#comment-message {
	background-color: #f6f6f6;
	border-bottom-color: #3a3a3a;
}
#comment-errors {
	border-bottom-color: #9a3a3a;
	background-color: #fff0f0;
}
.fieldset {
	margin-bottom: 1em;
	border-style: none;
}
.fieldset dt {
	margin-bottom: .25em;
	color: #838383;
	font-weight: bold;
}
.fieldset dd {
	margin-bottom: 1em;
}
.fieldset input, fieldset textarea {
	padding: 2px 4px;
	border: solid 1px #838383;
	background-color: #fff;
	font-family: monospace;
	font-size: 1.2em;
}


.fieldset input:hover, fieldset textarea:hover {
	 background-color: #f2f2e2;
}
.fieldset input:focus, fieldset textarea:focus {
	background-color: #fafaea;
}
input {
	padding: 2px 4px;
}
.fieldset textarea {
	width: 500px;
	height: 200px;
}
#search {
}
#search fieldset {
	text-align: right;
}
#search fieldset input {
	width: 90%;
}
/* side boxes */
.boxy {
	margin: 0px 20px 0px 50px;
	padding: 0px 20px 40px 20px;
	background-color: #d2e4e8;  /*default color */
	background-repeat: no-repeat;
}
#sidebar .short, #sidebar .tall {
	padding-top: 10px; /* only have top padding if we have a background */
}
#sidebar .short {
	/*background-image: url(images/x_default_boxy_short.gif);*/
}
#sidebar .tall {
	/*background-image: url(images/x_default_boxy_tall.gif);*/
}
/* ems are nifty, eh? :) */
#sidebar .minor {
	font-size: 1.1em;
}
#sidebar .minor h3 {
	font-size: 1.5em;
}
#sidebar .minor dt {
	font-size: 1.5em;
}
.boxy {
	color: #333;
}
.boxy a {
	color: #08678B;
}
.boxy a:hover {
}
.boxy h3 {
	margin: .5em 0 .5em 0;
	color: #333;
	font-size: 1.5em; 
	text-transform: uppercase;
}
.boxy h4 {
	margin: 1em 0 .25em 0;
}
.boxy li {
	margin-left: 1em;
	margin-bottom: .25em;
	font-size: 1.1em; 
	line-height: 160%;

}
.boxy ul, .boxy dt {
	margin-top: 1em;
	margin-bottom: .45em;
}
.boxy dt {
	font-size: 1.1em;
	line-height: 2;
	vertical-align: middle;
}
.boxy dt a {
}
.boxy dt a.feed {
}
.boxy dd {
	margin-left: 1em;
	margin-bottom: .25em;
}
.boxy ul dd, .boxy dl li {
	margin-left: 0;
}
.boxy ul dt, .boxy dl ul {
	margin-top: 0 !important;
}
/* feed icons */
.feed {
	margin-left: 5px;
	padding-left: 20px;
   	background: url(images/feed.gif) 0% 100% no-repeat;
}
.feed span {
	font-size: .8em;
}
/* options box */

.alignleft, div.nav-previous {
	float: left;
}
.alignright, div.nav-next {
	float: right;
}