@font-face {
	  font-family: "Diavlo";
	  src: url(Fonts/Diavlo_BOOK_II_37.otf) format("opentype");
}
@font-face {
	  font-family: "Diavlo";
	  src: url(Fonts/Diavlo_BOLD_II_37.otf) format("opentype");
	  font-weight: bold;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #466;
	font: normal 8pt Diavlo, "Lucida Sans Unicode", sans-serif;
	line-height: 11pt;
	margin: 10px;
}

p, cite, code, ul, ol {
	margin: 1em 0;
	font-size: 1.2em;
}

a {
	color: #F70;
}
a:hover {
	color: #C60;
}

h1,h2,h3 {
	padding-top: 6px;
	color: #06C;
}

h1 {
	margin: 6px 0 4px 0;
	font-size: 2em;
	line-height: 2.1em;
	text-shadow: #999 2px 2px 5px;
}

h2 {
	margin-bottom: -.6em;
	font-size: 1.5em;
	line-height: 1.6em;
}

form.buyWord {
	background-color: transparent !important;
}
form.buyWord div.buttons {
	text-align: left;
}

fieldset {
	padding: 0;
	background-color: transparent !important;
	border: none;
}

legend {
	font-weight: bold;
	padding: 1em 0;
}

input {
	padding: 2px;
	color: #555;
	font: normal 1em Diavlo, "Lucida Sans Unicode", sans-serif;
}

code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1em Diavlo, "Lucida Sans Unicode", serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em Diavlo, "Lucida Sans Unicode", serif;
	padding-left: 28px;
}

#sidebar div.buttons {
	text-align: left;
}

#menu a {
	margin: .3em 0;
}
#menu a:hover, #menu span.current a {
	color: #111;
	background: url(img/nav_li.gif) no-repeat;
}

/* Cama Overrides */

.notices {
	background-color: #0066CC;
}
.warnings {
	background-color: #F70;
}
.errors {
	background-color: #922427;
	color: #fff;
}
.errors a, .errors a:hover, .errors a:focus, .errors a:active {
	color: #fff;
	text-decoration: underline;
	text-shadow: #444 4px 2px 5px;
}