body {
	font: small verdana, sans-serif;
	margin:0 auto;
	padding:0px;
	background: #C00;
	}

h1, h2, h3 {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

img, img a{
	border: 0px;
}

p {
	margin: 0.3em 0 1.2em;
	line-height: 1.4em;
}


a:link{
	color: #c00;
	text-decoration: none;
}
.alert{
	color: red;

}
.alert a{
	text-decoration: underline;

}

a:visited{
	color: #600;
	text-decoration: none;
}

a:hover{
	color: #000;
	text-decoration: underline;
}

#container {
	width:750px;
	margin: auto;
	background: #fff;
	}
#header {
	background: #c00 url("/img/header.gif") no-repeat bottom;
	height: 75px;
	}

#blogtitle {
	float: left;
	padding:0px;
	margin-bottom: 5px;
	}
#blogtitle h1{
	margin: 0;
	}

/************Formularioak**********/

#content{
	margin: 0 0 0 15px;
	}

	
#content h2{
	margin-top:0px;
	margin-bottom:0.1em;
	font-weight: normal;
	}

#content fieldset{
	border: 0px;
	}

#lastentries{
	width: 440px;
	float: left;
	}

.entry {
	float: left;
	width: 435px;
	font-size: 0.85em;
	margin-bottom:10px;
	font: small verdana, sans-serif;
	}

.entry p.data {
	font-size: 0.90em;
	color: #666;
	margin-top:10px;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	letter-spacing: 1px;
	}

.entry img{
	float: left;
	margin: 10px 10px 10px 0;
	border: 1px solid black;
	width: 65px;
	height: 65px;
	}

.entry h2{
	background: #e5e5e5;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding:  2px 0 2px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	}

.entry h2, .entry h3, .entry p {
	margin:0px;
	line-height: 130%;
	font-family: verdana, sans-serif;
	}

.entry h3 {
	font-size: 1em;
	}


#utilities {
	margin-left: 470px;
	margin-right: 15px;
	}

.utility {
	background: #e5e5e5;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	}

.utility li{
	margin:0px;
	padding: 0 0 5px 20px;
	list-style: none;
	background: url("/img/gezia.gif") no-repeat top left;
	}
.login li{
	background: url("/img/gezia2.gif") no-repeat top left;
	}

.utility ul{
	margin:0px;
	padding: 0;
	}

.login{
	background: #C00;
	color: #fff;
	}
.login form{
	margin:0;
	}
.login legend{
	font-size: 14px;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	padding:0px;
	margin: 0 0 3px 0;
	color: #fff;/*Hau beharrezkoa da IErentzako*/
	float: right;
	}

.login fieldset{
	border: 1px solid #fff;
	text-align: right;
	font-size: 0.8em;
	margin:0;
	padding:0;
	}

.login p input{
	margin:0;
	}
.login a:link, .login a:visited{
	color: #fff;
	text-decoration: underline;
	}
.login p{
	margin:0 0 5px 0;
	}
	
#footer {
    clear: both;
	background: #c00 url("/img/footer.gif") no-repeat top;
	margin: 0px 0px 0px 0px;
	height: 145px;
}

#footer a{  
	color: #fff;
}

#footer a:hover{  
	color: #CC0000;
	background: #fff;
}

a.next {  
	padding:2px 20px 2px 5px;
	background: #999;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 0.85em;
}

a:hover.next, a:hover.previous  {  
	color: #333;
	text-decoration: none;
}

a:visitited.next, a:previous.next {  
	color: #fff;
}

a.previous {  
	padding: 2px 5px 2px 20px;
	background: #999;
	color: #fff;
	text-decoration: none;
	margin-right: 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 0.85em;
}
.counter{  
	padding: 20px 5px 2px 20px;
	color: #fff;
	font-size: 0.85em;
}


