@import "comment-dropdown.css";

/*BACKGROUND IMAGE************/
body {
	/*background:#ece7d4 url('images/bg.jpg') repeat;*/
    /*background: #ece7d4;*/
	background:#E8DFC5 url(images/bg-main.jpg) no-repeat scroll center top;
	font-family:Georgia,Times,serif;
	font-size:11px;
	/*font: 11px Verdana, Geneva, sans-serif; /*ENTRY FONTS*/
	color:#998B7D; /*OVERALL TEXT COLOR*/
}


/*LINK STYLES****************/
a {
	text-decoration:underline;
	color:#897f64;
}
a:hover {text-decoration:none;}


/*LOGO IMAGE*****************/
#logo {
	height:2px; /*Altura de la linea roja*/
	width:980px;
	background:red;	
}


/*MENU COLORS****************/
#menu {
	/*background:#746953;*/
	background:#a29479;
	}

#menu li a {
	/*font:11px Arial, Helvetica, sans-serif; /*MENU FONT STYLES*/
	font-size:11px;
	/*text-transform: uppercase;*/
	color:#ece7d4;	/*MENU FONT COLOR*/
}

#menu li a:hover {
	color:#faf7eb; /*MENU FONT COLOR WHEN HOVERING*/
	/*text-decoration:line-through;*/
	text-decoration:blink
} 


/*BANNER COLORS*************/
#banner {
height: 250px; /*BANNER HEIGHT in case you want to change it*/
overflow: hidden;
background:#ece7d4;
}


/*TWITTER / SEARCH / RSS***/
.holder {
	background:#cfc9b5;
	color:#ece7d4;
}
.holder a{
	color:#ece7d4;
}
.holder .text strong {
	display:block;
	font-size:10px;
	color:#897f64;
	font-weight:normal;
	line-height:17px;
	position:relative;
	margin:-4px 0 0;
}
.holder .text p {
	font-size:10px;
	color:#897f64;
	line-height:17px;
	margin:0 0 5px;
}

/*POSTS*******************/
.title {
	/*margin: 20px 0 0 -30px;*/
	margin:15px 0 0 -15px;
	padding:10px 0 10px 0;
	disply:block;
	/*background: url('images/fdodate.png') no-repeat;*/
    width:980px;
	height:54px;
	background:#E8DFC5;
	text-align:center;
	/*border: solid 1px #60523a;
	border-left:0;
	border-right:0;*/
}
.title span {
	Color:#897f64;
	font-size:11px;
	font-weight:normal;
	line-height:27px;
}
	/*POST TITLE FONT STYLE**/
.ti, .title h2 {
	margin:0;
	font-size:30px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	/*font-family:Georgia,Times,serif;*/
	font-weight:normal;
	line-height:25px;
	color:#897f64;
}

h2 {
	margin:0;
	font-size:30px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight:normal;
	line-height:25px;
	color:#897f64;	
}
h3 {
	margin:0;
	font-size:20px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight:normal;
	line-height:25px;
	color:#897f64;
}
	/*DATE AND CATEGORY FONT STYLES*/
.title span a {
	color:#897f64;
	font-size:11px;
	font-weight:normal;
	line-height:24px;
}


/* NEXT / PREVIOUS PAGE navigation*/
.navigation {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	/*font-family: Verdana, Geneva, sans-serif;	*/
	width: 100%;
	background: #ece7d4;
	padding: 10px 0px;
	margin-top:38px;
	padding-top:38px;
	height: 15px;
}
.navigation a {text-decoration:none;}
.navigation a:hover {text-decoration:underline;}

.navbg {background: #ece7d4;}

/*FOOTER LINKS*/
#footer {
	/*padding:8px 0 0;*/
	width:100%;
	/*font:10px/25px Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Georgia,Times,serif;
	font:10px/25px;
	color:#746953;
	text-align:center;
	/*background:url(images/bg-footer.jpg) top center no-repeat;*/
	margin-bottom:4px;
	padding-bottom:4px;
}
#footer p {margin:0;}
#footer p a, #footer p a:hover, #footer p a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #746953;
}


.alignleft {float: left;}
.alignright {float: right;}

.clear {clear: both;}

body {
	margin:0;		
}
img {border-style:none;}
input,
textarea,
select{
	/*font:100% arial,sans-serif;*/
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/*main container*/
#main {
	margin:0 auto;
	width: 980px;
	/*padding:33px 0 0; Margen en el TOP*/
	padding:0;
	/*background: #e6e0cd;*/
	border: solid 1px #60523a; /*Contorno de toda la pagina*/

	border-top:0; /*Arriba se quita el border*/
	background:url(images/bk-home-content.png) repeat-y;
}
/*header*/
#header img {display:block;}
#menu {
	list-style:none;
	margin:0;
	padding:0 0 0px 15px;	
	height:1%;
}
#menu:after {
	content:" ";
	display:block;
	clear:both;
}
#menu li {
	padding:8px 30px 0px 30px;
	float:left;
}
#menu li a {
	height:25px;
	float:left;
	text-align:center;
	text-decoration:none;
}
#menu li.hover a,
#menu li:hover a,
#menu li.hover,
#menu li:hover {
	position: relative;
}
#menu li.hover ul,
#menu li:hover ul {
	display: block;
}
#menu ul {
	padding:14px 0 6px;
	margin:0;
	list-style:none;
	width:147px;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background:#ece7d4;
}
#menu ul li {
	padding:0;
	width:147px;
}
#menu ul li a {
	text-align:left;
	width:100%;
	background:none;
	color:#897f64;
	line-height:18px;
	height:auto;
	display:block;
	width:130px;
	padding: 0 0 0 17px;
}
#menu ul li a:hover {color:#ece7d4; background:#746953; text-decoration:none;}
.holder {
	padding:3px 15px 10px 0;
	width:965px;
	overflow:hidden;
	/*background:#cfc9b5;*/
	background:#a29479;
	/*background: url('images/fdo.png') no-repeat;*/
	/*border-top:2px solid #746953;*/
	/*margin: 0 0 0 -15px;*/
	border: solid 1px #60523a;
	border-left:0;
	border-right:0;
	/*padding-left:40px;*/
}
.holder ul {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.holder ul li {float:left;}
.holder .text {
	width:420px;
	padding:0 64px 0 17px;
}
.holder ul li.search {
	/*padding:0 67px 0 95px;*/
	width:187px;
	padding:0;
}
.holder ul li.search label {
	color:#897f64;
	font-size:10px;
	line-height:10px;
	/*display:block;*/
	text-transform:uppercase;
	padding:0 0 9px;
}
.holder ul li.search span {
	background:url(images/search.gif) no-repeat;
	/*display:block;*/
	width:171px;
	height:33px;
	/*padding:6px 8px 0;*/
}
.holder ul li.search span input {
	background:none;
	border:0;
	width:171px;
}
.holder ul li.twitter {padding: 6px 0 0 49px;}
.holder ul li.twitter a{
	display:block;
	width:37px;
	height:35px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/twitter.png) no-repeat;
}
.holder ul li.twittertext {padding: 10px 0 0 15px; width:500px;}
.holder ul li.twittertext a{
      /* display:block;*/
	   height:35px;
	
}
.holder ul li.chicharoverde {padding: 6px 0 0 0; float:right;}
.holder ul li.chicharoverde a {
	display:block;
	width:29px;
	height:35px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/chicharoverde.png) no-repeat;
       
}
.holder ul li.algoazul {padding: 6px 35px 0 35px; float:right;}
.holder ul li.algoazul a {
	display:block;
	width:62px;
	height:35px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/algoazul.png) no-repeat;
       
}
.holder ul li.facebook {padding: 6px 0 0 0; float:right;}
.holder ul li.facebook a {
	display:block;
	width:20px;
	height:35px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/facebook.png) no-repeat;
       
}
.holder ul li.rss {padding: 6px 85px 0 35px; float:right;}
.holder ul li.rss a {
	display:block;
	width:36px;
	height:35px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/rss.png) no-repeat;
        

}
/*content*/
#content {
	width:950px;
	/*background:#ece7d4;*/
	padding:23px 15px 0 15px;
}
.entry {	
	overflow:hidden;
}
.entry p {
	line-height:16px;
	margin:18px 22px 22px 38px;
	width:880px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0px;
}
.title a {
	text-decoration: none;
}
.postmetadata {
	font-size: 10px;
	padding: 10px;
	text-transform: uppercase;
	/*font-family: Arial, Helvetica, sans-serif;*/
}
.postmetadata a {
	color:#82817d;
	text-decoration:none;
	outline:none;
}
.postmetadata a:hover {text-decoration:underline}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.center {text-align: center;}
.center2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.commentlist li, #commentform input, #commentform textarea {
	/*font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	font-size:0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
.commentlist {width: 910px;}
#commentform p {
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	}

.commentmetadata {
	font-weight: normal;
	}
.comments {
	padding-bottom: 15px;
}
.breaker {height: 20px; width: 100%;}


ul.twitter: the main ul {}
li.twitter-item{}
p.twitter-message{}
.twitter-timestamp{}
a.twitter-link{ display:inline}
a.twitter-user{}

/*size-full wp-image-483 aligncenter*/
.entry img {
/*margin:5px auto 0 auto;*/
margin:5px auto 0 27px;
text-align:center}

/*.entry img {
	margin:0 0 22px;
}*/

#ajaxedwp {
color:#ece7d4;
display:none}@charset "utf-8";
/* CSS Document */

