/*
 * typography.css - anahata-bcn.com - template:  default
 */

/* GENERAL */

body, input, select, textarea {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #900;
}
h1, h2, h3 {
	margin:0;
}
h1 {
	font-weight:normal;
}
a {
	color:#c00;
}
div#hdr-l a.on {
color:#663366;
}
img {
	border:0;
}
.small {
	font-size:small;
}
.white {
	color:#fff;
}

/* HEADER */

#hdr .menu-item-txt {
	text-align: center;
	background-color: #fc6;
}
#hdr .menu-item-txt a, #hdr-l a, #hdr-r a {
	font-size: 11px;
	color: #c30;
	text-decoration: none;
}
#hdr-l a:hover, #hdr-r a:hover {
	text-decoration: underline;
}

/* FOOTER */

#ftr {
	font-size: 11px;
	color: #c30;
}
#ftr a {
	font-size: 11px;
	color: #ce0000;
	text-decoration: none;
}
#ftr a:hover {
	text-decoration: underline;
}
#ftr-mid p {
	font-size: 10px;
	font-style: italic;
}