/*  
Theme Name: Simpla
Theme URI: http://ifelse.co.uk/simpla/
Description: A clean, minimalist theme
Version: 1.01
Author: Phu Ly
Author URI: http://ifelse.co.uk/
*/

/*************************************
 +Containers
 *************************************/
body{
	/*border-top:5px solid #333;*/
	color:#6b6b6b;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#bg {
	position:fixed;
	top:0; 
	left:0; 
	min-width:100%;
	min-height:100%;
	z-index: -1;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:960px;
	background: #000;
}
#content{
	font-size:1.2em;
	float:left;
	padding:1em;
	width:580px;
	margin-left: 20px;
}
#content p img {
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 0;
	float: left;
	border: none;
	outline: solid 1px #EDEDED;
}
#comm {
    border-bottom: 1px solid #EDEDED;
    color: #464646;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0 0;
    padding: 10px 0;
}

#sidebar{
	font-size:1.1em;
	float:right;
	padding-top:2em;
	width:160px;
	padding-right: 35px;
}
#header{
	/*padding:3em 1em;*/
	padding: 4em 1em 0em;
	height: 165px;
}
#logo{
	width: 160px;
	height: 163px;
	background: url("../../../images/cocologo.png") no-repeat;
	display: block;
	float: right;
	margin-right: 30px;
}
#footer{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	margin: 0 auto;
	clear: both;
	padding-top: 40px;
	padding-left: 12px;
}
#footer p {
	display: block;
    color: #6E6E6E;
    text-align: center;
}
#footer a:link, #footer a:visited {
    /*color: #FF00AA;*/
}
#footer a:hover {
    color: #CCCCCC;
}

.more-link{
	color: #fff;
}
.more-link:hover{
	color: #CCCCCC;
}

/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	/*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	font-weight:normal;
	letter-spacing: 0px;
	margin:0;
}
#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	margin-top:1.8em;
	margin-right:1em;
	margin-left: 15px;
	float: left;
	padding-left: 1px;
}
#header h1 a{
	color:#E87830;
}
#header h1 a:hover{
	color:#CC0000;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}

.entrytitle{
	/*border-top: 1px solid #EDEDED;*/
	padding-top: 20px;
}

.entrytitle h2{
	/*font-size:2.2em;*/
	font-size: 20px;
	/*font-weight: bold;*/
}
.entrytitle h2 a
{
	font-family: Didot;
	font-size: 1.2em;
	color: #FFF;
}
.entrytitle h2 a:hover{
	/*color:#58BBEB;*/
	/*color: #FF00AA;*/
}
.entrytitle h3{
	/*font-size:1.8em;
	color:#6F6F6F;*/
	color: #6b6b6b;
	font-size: 12px;
	/*font-family: georgia;*/
	font-weight: bold;
	/*font-style: italic;*/
	display:inline;
}
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}

#sidebar img{
	margin-right: 10px;
}

/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
	margin-top: 10px;
}
.postedby{
	/*background:#fff url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;*/
}
.filedto{
	/*background:#fff url(./images/post.gif) no-repeat;*/
	padding:3px;
	/*padding-left:20px;*/
}
.filedto a{
	color: #6B6B6B;
}
.filedto a:hover{
	color: #FFF;
}
.commentslink{
	/*background:#fff url(./images/packaged.gif) no-repeat;*/
	padding:3px;
	/*padding-left:20px;*/

	font-family:georgia;
	font-style:italic;
	/*color:#ff00aa;*/
	color: #6B6B6B;
}

.commentslink:hover{
	color: #fff;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	/*border-bottom:1px dotted #ddd;*/
	line-height: 1;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	padding: 0.2em;
}
#sidebar ul li a{
	color: #9f9f9f;
	font-size: 1.4em;
	float: left;
}
#sidebar ul li a:hover{
	color: #fff;
}
#sidebar ul li img{
	vertical-align: bottom;
}
#sidebar h2{
	color: #5e5d5c;
	border-bottom: 1px solid #6E6E6E;
	margin-top: 25px;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

#sidebar h2.no-border{
	border: 0px;
}

#sidebar h2.no-border a:hover{
	color: #fff;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
#comments, #respond {
    color: #6E6E6E;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
}
#commentblock ol {
    margin: 0;
    padding: 0 0 10px;
}

ol.commentlist{
	/*color:#777;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;*/
	font-size:1em;
	font-style: italic;
}
ol.commentlist cite{
	color: #464646;
    	font-family: Arial,Helvetica,sans-serif;
    	font-size: 14px;
    	font-weight: bold;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#6E6E6E;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
}

#search{
	padding: 15px 0px;
	margin-bottom: 160px;
}
#search span{
	font-size: 14px;
	font-weight: bold;
	font-size: 1.5em;
}
#search input{
	color: #fff;
	background-color: #000;
	border-width: 1px;
}

.commentmetadata span{
	font-family: georgia;
   	font-size: 13px;
}

.cat-item{
	color:#9F9F9F;
}

.entrybody a{
	color: #fff;
}
.entrybody a:hover{
	color: #CCC;
}

form#contacto {
		/*text-align:right;*/
		width: 390px;
		float:left;
		margin-top:15px;

	}
	
	form#contacto p {
		/*margin: 10px;*/
	}
	
	form#contacto label {
		display: inline-block;
		width: 100px;
		vertical-align: text-top;
		/*padding: 2px;*/
		padding-left: 5px;
		font-weight: bold;
		font-family: helvetica, sans-serif;
		font-size: 12px;
	}
	
	form#contacto input.light, form#contacto textarea.light {
		background-color: #ffffff;
		width: 230px;
		padding: 4px 2px;
		vertical-align: top;
		margin: 4px;
		font-family: helvetica, sans-serif;
		font-size: 12px;
		border: 2px solid #edecec;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-khtml-border-radius: 6px;
		border-radius: 6px;
	}
	
	form#contacto input.light:focus, form#contacto textarea.light:focus {
		background-color: #fef7fd;
	}
	
	form#contacto input.button {
		width: 67px;
		height: 25px;
		background-image: url("../../../../../imgs/boton-enviar.gif");
		border:0px;
		margin: 4px;
	}
	
	form#contacto textarea {
		height: 90px;
	}
	
	#datoscontacto{ float:left; width: 210px; height: 180px; margin-top: 22px;}

/*

*/

@font-face {
    font-family: Didot;
    src: url(fonts/didot.otf);
    font-weight:400;
}