/*
Theme Name: EnekoKnorr.com theme
Description: The new enekoknorr theme.
Version: 1.0
Author: Asier Mart&iacute;nez Hern&aacute;n & Nerea Marta Gallardo 
Author URI: http://thecodefarm.com/
Tags: page navigation, widgets

*/

html {
  margin: 0px;
  padding: 0px;
}

body{
	background: #f2f2f2;
  	font: normal 12px/1.3em "Lucida Grande", "Helvetica Neue", Verdana, Arial, sans-serif;
  	color: #535353;
  	margin:0;
  	padding:0;
}

a{
	color:#303030;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#9F0016;
	text-decoration:none;
}

img{
   margin:0;
}

a img{
   border:0;
   margin:10px;  
}

hr{
	border: 0;
	background-color: #c70000;
	height: 1px;
}

#contenedor{
	width: 800px;
	height: 100%;
	background: white;
	margin: 0 auto;
}

#cuerpo{
	border-right: 2px solid #D1D1D1;
	border-left: 2px solid #D1D1D1;
}

#header{
	background: url('img/cabecera.jpg') repeat-x;
	height: 100px;
	width: 800px;
	margin: 0;
}

#logo{
	width: 323px;
	height: 62px;
	background: url('img/logo.png') no-repeat;
	margin-left: 30px;
	margin-top: 20px;
	float: left;
}

.clear{
	clear:both;
}

#menu{
	width: 796px;
	height: 26px;
	background: url('img/boton.jpg') repeat-x;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-right: 2px solid #D1D1D1;
	border-left: 2px solid #D1D1D1;
}

#botonera{
	height: 26px;
}

#blog{
	border-left: 1px solid #e6e6e6;
}

.boton{
	float:left;
	border-right: 1px solid #e6e6e6;
}

.boton a{
	height: 16px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	float:left;
}

.boton a:hover{
	background: url('img/botonSelect.jpg') repeat-x;
	height: 16px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	float:left;
	color: white;
}

#contenido{
	width: 520px;
	margin-top: 10px;
	float: left;
}

#page{
	margin: 0;
	padding: 0;
}

.post{
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 12px;
	margin-left: 8px;
	text-align: justify;
}

.post h2{
	font: bold 23px/1em "Lucida Grande", Arial , "Helvetica Neue", Verdana, Arial, sans-serif;
	color: #858585;
	margin: 0;
	padding: 0;
	text-align: left;
}

.post h2 a{
	color: #858585;
}

.post h2 a:hover{
	color: #9F0016;
}

.comentarios a{
	font: normal 11px/1.1em "Lucida Grande", "Helvetica Neue", Verdana, Arial, sans-serif;
	color: #969696;
	font-weight: 100;
}

.comentarios a:hover{
	background-color: #818181;
	color: white;
}

.fecha{	
	background: url('img/date.png') no-repeat;
	margin-left: 3px;
	padding-left: 20px;
	padding-top: 3px;
	height: 16px;
	float: left;
}

.metaComent{
	background: url('img/comentario.png') no-repeat;
	padding-left: 20px;
	padding-top: 3px;
	height: 16px;
	float: left;
}

.metaCat{
	background: url('img/categoria.png') 0px 2px no-repeat;
	margin-left: 3px;
	padding-left: 18px;
	padding-top: 3px;
	height: 16px;
	float: left;
}

.edit{
	background: url('img/edit.png') no-repeat;
	margin-left: 3px;
	padding-left: 18px;
	padding-top: 3px;
	height: 16px;
	float: left;
}

.postmetadata{
	float: left;
	font: normal 10px/1em "Lucida Grande", "Helvetica Neue", Verdana, Arial, sans-serif;
	padding-top: 3px;
	color: #535353;
	padding-left: 2px;
	margin-bottom: 25px;
}
 
.postmetadata a{
	color: #535353;
	font: normal 10px/1em "Lucida Grande", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.postmetadata a:hover{
	color: #9F0016;
	font-style: normal;
}

#rss{
	margin: 0;
	padding: 0;
	margin-top: 5px;
	background: url('img/rss.png') no-repeat;
	padding-left: 20px;
}

#rss img{
	margin: 0;
	margin-right: 5px;
	margin-top: 2px;
}

#rss h2{
	margin: 0;
}

#rss ul{
	margin-top: 3px;
}

#rss li{
	 list-style-image: url("img/rquo.jpg");
}

#rssCP{
	margin: 0;
	padding: 0;
	margin-top: 5px;
	background: url('img/rss.png') no-repeat;
	padding-left: 20px;
	height: 16px;
	padding-bottom: 5px;
}

#rssCP a{
	color: #363636;
	font-weight: 100;
}

#rssCP a:hover{
	color: #9F0016;
}

#busqueda{
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url('img/busqueda.png') 0px 15px no-repeat;
}

#campo{
	float: left;
	margin-left: 15px;
}

#buscar{
	padding-top: 3px;
	float: left;
}

#search{
	margin-top: 10px;
}

.more-link{
	color: #C6C6C6;
	font-weight: 100;
	font-size: 10px; 
	font-weight: bold;
	float: right;
}

.navigation{
	margin-top: 12px;
}

.navigation a{
	color: #9F0016;
	padding: 20px;
}

.navigation a:hover{
	color: #A2A2A2;
	padding: 20px;
}

.alignleft{
	width: 330px;
	float:left;
}

.alignright{
	width:170px;
	float: left;
}

.side{
	margin: 0 auto;
	padding:0;
	margin-top: 15px;
	margin-left:10px;
	margin-bottom: 15px;
	width:230px;
	text-align:justify;
	float:left;
}

#sidebar {
	float:right;
	overflow:hidden;
	width:251px;
	background: #f0f0f0;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#sidebar ul{
	text-align:left;
	margin:0;
	padding:0;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 5px;
}

#sidebar li{
	list-style-type:none;
}

#sidebar h2{
	font: bold 13px/1.1em "Lucida Grande", "Helvetica Neue", Verdana, Arial, sans-serif;
	color:#333333;
	text-align:left;
	margin:0;
	padding:0;
	margin-top:10px;
}

#sidebar a{
	font: normal 11px/1.1em "Lucida Grande", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.widget_recent_comments{
	background: url('img/comentario.png') no-repeat;
	padding-left: 20px;
}

.widget_recent_comments li{
	 list-style-image: url("img/rquo.jpg");
}

.widget_recent_entries{
	background: url('img/post.png') no-repeat;
	padding-left: 20px;
}

.widget_recent_entries li{
	 list-style-image: url("img/rquo.jpg");
}

.widget_links{
	background: url('img/enlaces.png') no-repeat;
	padding-left: 20px;
}

.widget_links li{
	 list-style-image: url("img/rquo.jpg");
}

.widget_categories{
	background: url('img/categoria.png') no-repeat;
	padding-left: 20px;
}

.widget_categories li{
	 list-style-image: url("img/rquo.jpg");
}

.widget_meta{
	background: url('img/meta.png') no-repeat;
	padding-left: 20px;
}

.widget_meta li{
	 list-style-image: url("img/rquo.jpg");
}

.widget_archive{
	background: url('img/archivo.png') no-repeat;
	padding-left: 20px;
}

.widget_archive li{
	 list-style-image: url("img/rquo.jpg");
}

.pagetitle{
	padding-left: 20px;
	font: normal 23px/1em "Lucida Grande", Arial , "Helvetica Neue", Verdana, Arial, sans-serif;
	letter-spacing:-1px;
}

.pagetitle h2{
	font: normal 23px/1em "Lucida Grande", Arial , "Helvetica Neue", Verdana, Arial, sans-serif;
	letter-spacing:-1px;
	color: #838383;
	cursor: pointer;
}

.pagetitle a{
	font: bold 35px/1em Arial "Lucida Grande", "Helvetica Neue", Verdana, Arial, sans-serif;
	color: #838383;
	cursor: pointer;
}

.pagetitle a:hover{
	color: #9F0016;
}

#footer{
	width: 796px;
	background: black;
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	color: white;
	font: normal 11px/1.1em "Lucida Grande", "Helvetica Neue", Verdana, Arial, sans-serif;
	margin-top: 15px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #E6E6E6;
}

#footer a{
	color: #646464;
}

#footer a:hover{
	color: #393939;
}

#comments_wrapper{
	text-align:left;
	margin:20px;
	border-top: solid 1px #D1D1D1;
	font-weight: 100;
}

.section{
	font: 13px/1em Arial "Lucida Grande", "Helvetica Neue", Verdana, Arial, sans-serif;
	color:#969696;
	text-align:left;
	margin:0;
	padding:0;
}

.section h3{
	font-weight: 100;
}

.section a{
	font-weight: 100;
}


.comment_text{
	text-align:justify;
}

.commentslist{
	list-style-type:none;
	margin:0;
	padding:0;
	border-bottom: dashed 1px #D1D1D1;
	padding-bottom: 20px;
}

.eg-image{
	margin-left:10px;
	margin-right:10px;
}

.eg-image img{
	border: 0;
	margin:0;
	padding:0;
}

.eg-image a img{
    border:0;
	margin:0;
	padding:0;
}

.eg-image a:hover img{
	border: 0;
	margin:0;
	padding:0;
}

#respond{
	font: 14px/0em Arial "Lucida Grande", "Helvetica Neue", Verdana, Arial, sans-serif;
	color:#969696;
	text-align:left;
	margin:0;
	padding:0;
    padding-top:15px;
}

.item{
	border: 1px dotted #b6b6b6;
	padding-left: 10px;
	padding-right:10px;
	margin-top:10px;
	background-color: white;
}

.item img{ 
	margin:0;
}

.alt{
	border: 1px solid #b6b6b6;
	padding-left: 10px;
	padding-right:10px;
	background-color: #F1F1F1;
}

.alt img{
	margin: 0;
}

.user{
	font: 20px/0em Arial "Lucida Grande", "Helvetica Neue", Verdana, Arial, sans-serif;
	letter-spacing:-1px;
	color:#939393;
	text-align:right;

}

.user a{
	font-weight: 100;
}

#fix{
	margin:0;
	padding:0;
}

.comments{
	font: bold 25px/1em Arial "Lucida Grande", "Helvetica Neue", Verdana, Arial, sans-serif;
	color:#2f2f2f;
	width:100%;
	text-align: right;
}

.comments a{
	font: bold 25px/1em Arial "Lucida Grande", "Helvetica Neue", Verdana, Arial, sans-serif;
	color:#424242;
	width:100%;
	text-align: right;
}

.comments a:hover{
	font: bold 25px/1em Arial "Lucida Grande", "Helvetica Neue", Verdana, Arial, sans-serif;
	color:#969696;
	width:100%;
	text-align: right;
}
