/*
Theme Name: Dodo2
Theme URI:
Description: A 2-columns simple, clean and easily accessible beautiful theme which can load your blog more faster. For free additional support  - <a href="http://www.inspiredbuddy.com/wordpress-themes/a-simple-and-clean-wordpress-theme-for-everyone/">Inspired Buddy</a>.
Version: 0.1
Author: ---
Author URI: 
Tags: fixed width, two columns, archives, accessible, simple, clean, valid CSS, valid XHTML, black, white, right sidebar, widgets, widget ready
*/


* {margin:0; padding:0; }
body {
	font: verdana, helvetica, sans-serif;
	line-height:1.4em;
	font-size:13px;
	color:#444;
	background-image:url('images/fondo-web.gif');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#EFEFEF;
}
a {
	color:#B2125B;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #AB1013;
	text-decoration:underline;
}
p {padding:10px 5px 0 5px;}
h1 {margin: 20px 0 0}

input {vertical-align: middle}
h2 {
	font: normal 1.6em "arial", helvetica, sans-serif;
	margin: 0 0 12px;
}
blockquote {
	/*font-family: 'Reenie Beanie', serif;*/
	font-family: 'Cherry Cream Soda';
	font-weight:bold;
	font-size:30px;
	margin: 10px 25px 10px 30px;
	background: #F1F1F1;
	padding: 5px 15px;
	font-size: 1.3em;
	color:#1B1A1A;
}
#content blockquote{
	/*font-family: 'Reenie Beanie',serif;*/
	font-family: 'Cherry Cream Soda';
	font-size: 16px;
	margin: 0;
}

.aligncenter
{}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
#wrapper {
	width: 1120px; /*830px;*/
	margin: 0 auto;
	padding: 0px 0 0 0;
	background-color:white;
	/*border-left:1px solid #3F3F3F;
	border-right:1px solid #3F3F3F;*/
}
#header {
	margin-bottom: 15px;
	position:relative;
	overflow:hidden;
}
#header-bg {
	height:120px;
	position:relative;
	background-image:url('images/fondo-albahaca.jpg');
	background-position: right top;
	background-repeat:no-repeat;
}
#header-bg h1 {
	position:absolute;
	top:0px;
	left:15px;
	color:#000;
	line-height: 0.85em;
	font-size:2.3em;
	margin: 20px 0 15px;
	padding:15px 10px 4px 10px;
}
#header-bg h1 a {
	/*font-family: 'Reenie Beanie', serif;*/
	font-family: 'Cherry Cream Soda';
	font-weight:normal;
	font-size:40px;
	color:#B2125B;
	letter-spacing:-1px;
	margin-top:10px;
	}
#header-bg h1 span {
	/*font-family: 'Reenie Beanie', serif;*/
	font-family: 'Cherry Cream Soda';
	display: block;
	font-size: 20px;
	font-weight: normal;
	margin-top:5px;
	color:#989898;
}
#navcontainer {
	/*font-family: 'Reenie Beanie', serif;*/
	font-family: 'Cherry Cream Soda';
	height:30px;
	position:absolute;
	bottom:0;
	left:0;
	width:830px;
}
ul#menu-menu {
	/*font-family: 'Reenie Beanie', serif;*/
	font-family: 'Cherry Cream Soda';
	height:34px;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	background-color:#DFDFDF;
}
ul#menu-menu li {	
	float:left;
	margin:0;
	padding:0 5px 0 5px;
	text-align:center;
}
ul#menu-menu li a {
	display:block;
	font-size:14px;
	text-decoration:none;
	height:25px;
	font-weight:bold;
	padding-top:8px;
	padding-right:3px;
	padding-left:3px;
}
ul#menu-menu li:hover {
	background-color:#F1F1F1;
	color:#8F114B;
}
#menu-menu li.current_page_item {
	background-color:#F1F1F1;
	color:#FFF !important;
}

#skip {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 0.5em;
	border-bottom:2px solid #000;
}
#skip li {
	display:inline;
	font-size:120%;
	line-height:2.5;
	margin:0 1em 0 0;
	padding:0;
}
#skip a:link, #skip a:visited {
	background:transparent url(images/arrow-skip.gif) no-repeat scroll 100% 60%;
	border-color:#FFFFFF;
	color:#666666;
	font-weight:normal;
	padding-right:10px;
}
#skip a:focus, #skip a:active, #skip a:hover {
	background-color:#FFFDD5;
	color:#000000;
	text-decoration:underline;
}
#divSearchForm {
	float:right;
	margin:-32px 0 0 0;
	font-size:120%;
}
#divSearchForm label {
	display:inline;
	margin:0;
	color:#333;
	font-family:"arial", helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	vertical-align:middle;
}
#divSearchForm input.txt {
	display:inline;
	width:130px;
	padding:2px;
	border:1px solid #999;
	vertical-align:middle;
}
#divSearchForm input.txt:focus {
	color:#000;
	background:#f6feda;
}
#divSearchForm input.btn {
	margin:0;
	vertical-align:middle;
}
#container {
	width: 100%;
}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	font-family:"arial", helvetica, sans-serif !important;
	width: 760px;
	float: left;
	padding: 0 10px 0 0;
	overflow: hidden;
}

#content h2 {
	/*font-family: 'Reenie Beanie', serif;*/
	font-family: 'Cherry Cream Soda';
	font-size: 40px;
	font-style: italic;
	font-weight: 700;
	padding: 0 0 4px;
	color:#b2125b;
}
#content h2 a {
	/*font-family: 'Reenie Beanie', serif;*/
	font-family: 'Cherry Cream Soda';
	font-size: 28px;
	font-style: italic;
	font-weight: 700;
	font-weight:bold;

	color:#b2125b;
	}
#content h2 a:hover {
	text-decoration:underline;
	color:#9a084b;
	}
#content h2.pagetitle {
	padding-left: 3px;
	padding: 1px 0 4px;
}
#content h3 {
	font:bold 1.7em "arial", helvetica, sans-serif !important;
	color:#000;
	margin-bottom:-5px !important;
}
#content p, #content li {
	font-size: 14.6px;
	line-height: 1.4em;
}
#content h3 a {
	/*font-family: 'Reenie Beanie', serif;*/
	font-family: 'Cherry Cream Soda';
	font-size:28px;
	text-decoration:none;
	}	
#content .post {
	margin: 0 0 2.2em;
	padding:10px 10px 10px 10px;
}
#content .post h2 {
	font-size:2em;
	margin:0 0 -2px;
}

#content .post h3 {
	margin-bottom:0px !important;
}
.post ul, .post ol {
	margin:0 0 6px 35px;
	font-size:12px;
}
.post li {
	padding:8px 25px 0 0;
	color:#000;
}
.post .postmetadata {
	border-top:1px dotted #EFEFEF;
	border-bottom:1px dotted #EFEFEF;
	color:#999;
}
.postmetadata a {
	color:#999;
	text-decoration: underline;
}
.postmetadata a:hover {
	color:#000;
}

.entry  {
	width:100%;
}
.entry h1 {
	font-size: 1.8em;
	margin: 15px 0 10px;
}
.entry h2 {
	font-size: 1.65em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
	border: none !important;
}
.entry h3 {
	font-size: 1.45em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
}
.entry h4 {
	font-size: 1.3em;
	margin: 15px 0 10px;
	font-weight: bold !important;
}
.entry strong
{
	/*color:#B2125B;*/
}
.entry img
{ border:0;}

.entry a img
{ border:0;}


.nav {
	font-size: 1.3em;
	padding: 0 0 22px;
}
.navigation {
	font-size: 1.3em;
	margin:20px 10px 5px 10px;
	height: 1.3em;
}
.alignleft {float: left;}
.alignright {float: right;}
h3#comments,h3#respond {
	padding: 1px 0 4px;
	border-bottom: 1px solid #EEE;
}
.commentlist {
	margin: 20px 0 30px 18px;
	font-size:120%;
}
.commentlist img {
	float:none;
	padding:0;
	border:0;
	}
.commentlist li {
	padding:5px 0 20px;
	font-size:90%;
}
.cdata {
	background:#EFEFEF;
	border-top:1px dotted #9A084B;
	padding: 3px 3px 3px 7px;
	height: 1%;
}
.cdata strong {
  display: block;
  color:#000;
}
#content img.avatar {
  	float: right;
	display: inline;
	border: 0;
	margin: 1px 1px 0;
}
.ctext {
  padding: 0 7px;
}

.commentlist li p {
	font-size: 1em !important;
}
.commentmetadata {
	font-size: 0.85em;
}
.commentmetadata a {
  color: #1B1A1A;
}
#comment {
	width: 530px;
	height: 170px;
}
/* sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 340px;
	padding: 0 0 0 10px;
	font-size: 1.2em;
	line-height: 1.4em;

	/* Temporal para la publicidad de la parte superior */ 
	margin-top:10px;
	
}
#sidebar ul	{
	list-style: none;
	margin:0 0 15px;
	font-size:11px;
	}
#sidebar ul li ul {
	margin:0;
	padding:0 0 0 4px;
	}	
#sidebar ul li ul li ul	{
	margin:5px 0 -12px 0;
	padding:0 0 0 4px;
	}	
#sidebar ul	li	{
	margin: 0px 0px -1px 0px;
	padding:6px 0 6px 5px;
	line-height: 15px;
	}		
#sidebar ul li a {
	/*font-family: 'Reenie Beanie', serif;*/
	font-family: 'Cherry Cream Soda';
	font-size:15px;
	background:url(images/arrow.gif) no-repeat center left;
	padding: 0 0 0 8px;
	text-decoration:none;
	color:#B2125B;
	font-weight:bold;
	}
#sidebar ul li a img{
	/*font-family: 'Reenie Beanie', serif;*/
	font-family: 'Cherry Cream Soda';
	font-size:21px;
	background:none;
	padding: 0 0 0 8px;
	text-decoration:none;
	color:#B2125B;
	font-weight:bold;
	}
#sidebar ul li a:hover {
	text-decoration:underline;
	color:#124AA8;
	}
#sidebar h2 {
	/*font-family: 'Reenie Beanie', serif;*/
	font-family: 'Cherry Cream Soda';
	font-size:18px;
	font-weight:bold;
	padding: 6px 0 0 13px;
	line-height:25px;
	padding-bottom:5px;
	background-color:#D1CDCD;
	color:#1B1A1A;
	width:100%;
	background:url(images/esquina.gif) no-repeat top right #D1CDCD;
}
#sidebar h3 {
	/*font-family: 'Reenie Beanie', serif;*/
	font-family: 'Cherry Cream Soda';
	font-size:22px;
	padding: 0 0 3px;
}

.tags,
#tag_cloud {
	margin: 0 0 15px;
}
.tags {
  text-align:center;
  line-height:21px !important;
}

.tags a {color: white; background: none; padding: 0 0 0 8px; background:none;}

abbr, acronym {
border:medium none;
}
abbr[title], acronym[title] {
border-bottom:1px dotted #999;
cursor:help;
font-style:italic;
}
code, kbd, pre {
font-family: Monaco,"Courier New",Tahoma;
}
pre {
	padding:10px;
	background:#F6F7F5;
	font-size:120%;
}

code {
	color:#990000;
	font-family:"Courier New",Courier,mono;
}
.txtRed {
	color:#FF0000;
	font-size:130%;
}
.txtGrey {
	color:#999;
}
#footer {
	clear: both;
	margin: 0 0 15px;
	font-size: 1.1em;
	color: #808080;
	border-left:1px solid #3F3F3F;
	border-left:1px solid #3F3F3F;	
}
#footer p{
	text-align:center;
	color:#999;
	}
#footer p a{
	color:#999;
	}
#footer p a:hover{
	color:#000;
	}	
#base .baseHdr{
	/*font-family: 'Reenie Beanie', serif;*/
	font-family: 'Cherry Cream Soda';
	font-size:25px;
	color:#B2125B;
	font-weight:bold;
	margin-bottom:10px;
	border:none;
	padding:0;
}
#base 
{
font-family: "arial",helvetica,sans-serif !important;
font-size:12px;
/*display: inline; */
float: left; 
margin: 0; 
width:100%; 
clear:left; 
}
#base {background-color:#1B1A1A; /*position: relative;*/}
#base ul {margin:10px 10px; padding:10px 0 0 4px; width:340px; display:inline; float:left; list-style-type:none;
border-right:1px dotted #262626; }
#base li {padding:5px 4px; line-height:15px;}
#base li a {color: white; background: url("images/arrow-white.gif") no-repeat scroll left center transparent;padding: 0 0 0 8px;}
#base li a:hover {color: #D80202;}
#base .tags a{background:none;}
.grid12 h6 { margin: 10px 0 50px 0; }

#myGallery, #myGallerySet, #flickrGallery
{
width: 800px;
height: 250px;
z-index:5;
}
