@charset "utf-8";

/* CSS Document */
/************************************/
/* general                          */
/************************************/
body{
	font: 100% "Lucida sans unicode", Candara, Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;			/* no cambiar este valor, define todo los tamanos de las columnas ! */
}
h2,h3,h4{
	font-weight:bolder;
}
.button{
	font-size:14px;
}
/************************************/
/* header                           */
/************************************/
#header .link-list a,
#header .link-list li,
#header .link-list span{
	text-decoration:none;
	font-size:10px;
}
#header .link-list a:hover{
	text-decoration:underline;
}

#town-flag h1{
	font-size:14px;
	font-weight:100;
}
/************************************/
/* navegation / links               */
/************************************/
#main-navegation a,
#sub-navegation a{
	text-decoration:none;
	font-size:12px;
}
#main-navegation a{
	font-weight:bold;
	}

#sub-navegation a:hover{
	text-decoration:underline;
}
/************************************/
/* content                          */
/************************************/
.article, .more-articles, #content label, #content input{
	font-size: .7em;
	vertical-align:bottom;
}

#content .article p {
	font-size: .85em;
}
#content .article h3 {
	font-size: 1.1em;
	margin-left: -4px;
}
.read-more{
	text-decoration:none;
}
.read-more:hover{
	text-decoration:underline;
}
.poll-question{
	font-weight:bold;
}
.poll-question span{
	font-size: .7em;
	margin-left: 30px;
}

.calendar-table{
	font-size:10px;
}

.calendar-table .calendar-event a{
	text-decoration:none;
}
.calendar-table .calendar-event a:hover{
	text-decoration:underline;
}
#main-content ul li {
	font-size: .7em;
}

/************************************/
/* footer                           */
/************************************/

#footer-credits a,
#footer-credits span{
	text-decoration:none;
	font-size:12px;
}
#footer-credits a:hover{
	text-decoration:underline;
}
address{
	font-style:normal;
	font-size:11px;
}

/************************************/
/* contact                          */
/************************************/

#contact #contact-intro {
	font-size: .7em;
}

