body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
}

h1 {
	margin: 0 0 .5em;
	font-size: 24px;
	line-height: 1.2;
}

#title_page {
	margin: 0 0 1em;
	padding: 0 0 0 19px;
	text-shadow: 0 0 5px #000;
}

p, ul, ol, dl, blockquote {
	margin: 0 0 1.5em;
}

p.continue {
	background: transparent url(../graphics/layout/bg_continue.gif) 0 0 no-repeat;
	padding: 0 0 0 24px;
	font-weight: bold;
}

ul li {
	background: transparent url(../graphics/layout/bg_li_arrow.gif) left center no-repeat;
	padding: 0 0 0 15px;
}

ul.entry_categories {
	font-weight: bold;
}

ul.entry_categories li {
	display: inline;
	margin: 0 10px 0 0;
	background: transparent url(../graphics/layout/bg_li_tag.gif) left center no-repeat;
	padding: 0 0 0 15px;
}

b, strong {
	font-weight: bold;
}