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

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: #930;
	/*text-decoration: none;*/
}

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

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

#container {
	width:750px;
	margin:0 auto;
	background: #FABA00;
	}

#header {
	height: 77px;
	background: #930 url("logoaeke.gif") no-repeat left top;
	margin: 10px 0 10px 0;
	border-radius: 9px;
	-moz-border-radius: 9px;
        text-aling: right;
        padding: 10px;
	}

#header div{
	text-align: right;
        margin: -10px 15px 5px 0;
	}

#header a{
	color: #fff;
	}


#blogtitle h1 a{
	margin: 0;
	color: #fff;
	font-size: 35px;
        text-decoration: none;
	}


#blogtitle h1 a:hover{
	color: #f90;
        text-decoration: none;
	}

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

#content{
	margin: 0;
	}

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

#content fieldset{
	border: 0px;
	}

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

#lastentries h2{
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	}

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

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

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

#lastentries .entry h2{
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding:  3px 0 2px 0px;
        /*border-top: 1px solid #CC6633;*/
        padding-left: 77px;
        margin-top: 10px;
	}

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

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


#utilities {
	margin-left: 490px;
	margin-right: 0px;
	}

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

	}

.utility li{
	margin:0px;
	padding: 0 0 0 25px;
	list-style: none;
	background: url(img/fitxa.gif) no-repeat left;
	}
.login li{
	background: url(img/gezia2.gif) no-repeat left;

	}

.utility ul{
	margin:5px 0 5px 0;
	padding: 0;
line-height:200%;

	}
.utility h2{
	margin:0px;
	padding: 5px 0 5px 0;
font-size:18px;
color:#930

	}

.login{
	background: #930;
	color: #fff;
	}

.login form{
	margin:0;
	padding:0;
	}

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

.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: #930;
	margin: 20px 0 15px 0;
	border-radius: 9px;
	-moz-border-radius: 9px;
padding: 10px 10px;
font-size: 0.85em;
color: #FFf;
text-align:center;
}

#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;
	/*float: left;*/
}

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;
}


