@import "/css/newspaper.layout.css";

/*			Elements			*/
body
{
	font: georgia, vedana, serif;
	font-weight: normal;
}

h1, h2, h3
{
	font-family: Times, "Times New Roman", serif;
}

p
{
	padding: 5px 0;
}

/*			Header			*/
#header
{
	background: url("/image/degrad.gif") right repeat-y;
	padding: 1em;
	height: 50px;
	border-bottom: 15px solid black;
}

#header h1, #header img
{
	float: left;
}

#header h1
{
	padding: 0.5em;
	color: #A10000;
	font-weight: 500;
}

#header .location
{
	font-weight: 400;
	color: #555;
}

/*			Menu			*/
#menu
{
	clear: both;
	height: 20px;
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
}

/*			Content			*/
.module, .feature, .main
{
	color: #111;
	font-size: 0.8em;
	margin-bottom: 0.5em;
}

.module
{
	background-color: #B9B9B9;
}

.feature
{
	color: #E4E4E4;
	background-color: #A42822;
}

.main
{
	background-color: #E5E4E4;
	margin-bottom: 0;
	padding-bottom: 1em;
}

.module h1, .feature h1, .main h1
{
	height: 25px;
	padding: 0.15em;
	color: #eee;
	font-weight: normal;
	font-size: 1.3em;
	background: transparent url("/image/bg_grey.gif") repeat-x;
}

.module p, .main h3, .main p
{
	padding-left: 5px;
	padding-right: 5px;
}

.feature h1
{
	background: transparent url("/image/bg_red.gif") repeat-x;
}

.main h1
{
	background: transparent url("/image/bg_beige.gif") repeat-x;
}

.main a, .main a:visited, .main a:hover
{
	color: #444;
	background-color: transparent;
	text-decoration: none;
}

.main p
{
	font-style: italic;
	padding-left: 10px;
	color: #555;
}

.main a:hover
{
	color: #A10000;
	border-bottom: 1px dotted #A10000;
}

/*			Google Ads		*/
#adsense
{
	text-align: center;
	padding-bottom: 1em;
}

/*			Footer			*/
#footer
{
	padding-top: 1em;
	text-align: center;
	font-size: smaller;
}

#footer, #footer a, #footer a:visited
{
	color: #888;
	background-color: transparent;
	text-decoration: none;
}

#footer a:hover
{
	color: #A10000;
}
	
#footer ul, #footer div
{
	padding: 0.2em 0;
}

#footer ul li
{
	display: inline;
	padding: 0 1em;
	border-right: 1px solid #999;
}

#footer ul li:first-child
{
	border-left: 1px solid #999;
}

#footer img
{
	padding: 0 0.5em;
}


