/* CSS - Cascading StyleSheet for Templates: pixelpost-dark */

body {
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #BDBCBA;
	background-image:url(irudiak/bg.jpg);
	background-repeat:repeat-x;
	color: black;
}
p{ line-height:18px; }

.izenburua{
  font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
  font-size:16px;
  font-weight:bold;
  color:black;
}
small{
	font-family: tahoma;
	font-size:9px;
}
a{
	color:#B60202;
	text-decoration:none;
	font-size:9px;
}
a:hover{ text-decoration:underline; }
a img {	border: none; }

.estekaB{
	color: #000000;
	font-weight:bold;
}
.kategoriak{color: #000000;}

.ikonotxo {
	background: url("irudiak/link.gif") no-repeat 100% 25%;
	padding-right: 10px;
	margin-right: 0px;
}

#fullimage {
	background: #fff url("irudiak/loading.jpg") no-repeat;
}

.iruzkinak  {
border : 1px solid #fff;
margin : 10px;
padding : 10px;
background-color : #F6F6F8;
}
.iruzkinak:hover {
background-color : #fff;
border : 1px solid #bfad96;
}

#salto2{margin-bottom:2px;}
#salto3{margin-bottom:3px; paddin-bottom:3px;}
#salto4{margin-bottom:4px;}
#salto5{margin-bottom:5px;}
#salto6{margin-bottom:6px;}
#salto7{margin-bottom:7px;}


/*** FORMULARIOAK
*********************************************************/
SELECT, INPUT, .button, .inputbox {
	background-color : white; 
	color : #000000; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : normal;
}
.inputbox {
	background-color : white; 
}
TEXTAREA {
	FONT-FAMILY:  Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px;
	background-color : white;
}



/*** NICE TITLES
*********************************************************/
div.nicetitle {
	background-color: white;
	color:#333333;
	font: bold 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	left: 0;
	padding: 0px;
	padding-left: 5px;	
	padding-right: 5px;		
	position: absolute;
	top: 0;
	width: 25em;
	z-index: 20;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 10px;
	filter:alpha(opacity=65);
	-moz-opacity: .65;
	border-style:solid;
	border-width:1px;
	border-color:#e2b6b6;
	/* changes: */
	width: auto;
	height: auto;
}
	
div.nicetitle p {
    margin: 0;
	padding: 0 3px;
	-moz-opacity: 1;
}

div.nicetitle p.destination {
    font-size: 9px;
    padding-top: 3px;
	text-align: left;
	-moz-opacity: 1;
}

div.nicetitle p span.accesskey {
	color:#d17e62;
}


/*** ARCHIVE CALENDAR
*********************************************************/
.caltaula{
	border-style:dashed;
	border-width:1px;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
}
.calgoiburu{
	font-size:14px;
	font-weight:bold;
	font-family: Verdana, Arial, Sans-Serif;
	background-color:white;
	text-align:center;
}

.egunakBAI  {
border : 1px solid #fff;
margin : 2px;
padding : 2px;
background-color : #F6F6F8;
}
.egunakBAI:hover {
background-color : #bfad96;
border : 1px solid #fff;
}


