/*
Non-standard fonts
*/
@font-face {
	font-family: Bebas;
	src: url('../../fonts/bebas.ttf'), url('../../fonts/bebas.eot');
	/* IE */
}

@font-face {
	font-family: Molot;
	src: url('../../fonts/molot.otf'), url('../../fonts/molot.eot');
	/* IE */
}

/*
Site-wide
*/
body {
	font-family: Lucida Grande, verdana, sans-serif;
}

caption,th,td,input,textarea,select,option,legend,fieldset {
	font-family: inherit;
}

h1 {
	font-size: 160%;
}

h1,h2 {
	font-family: Bebas;
	word-spacing: 2px;
}

h2,h2.title {
	margin: 1em 0 1em;
}

p {
	margin: 1em 0;
}

a {
	color: #37779f;
}

/*
Titles
*/
body.front h1#page-title {
	font-size: 30pt;
	letter-spacing: -2px;
	line-height: 120%;
	margin: 10px 0;
	word-spacing: 10px;
}

body.not-front h1#page-title {
	border-bottom: 2px solid black;
}

/*
Links
*/
a.active,li a.active {
	text-decoration: none;
}