/*
Theme Name: WordPress Newspaper Theme
Theme URI: http://wordpress.org/
Description: A newspaper theme 
Version: 1.0
Author: Sean Behan
Author URI: http://seanbehan.com
Tags: news, newspaper
*/

body {
	background:url(images/body.png);
	background-repeat:repeat-x;
}

h1,h2,h3{
	font-family:"georgia";
	margin-bottom:0px;
	color:#000000;
}
h2 a {
	color:red;
	color:#000000;
	background:#EEF3ED;	
}
h2 a:hover {
	color:#00008E;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#navigation {
	padding:0px;
	margin:0px;
	margin-top:8px;
	padding-bottom:8px;
}
#navigation li {
	float:left;
	list-style:none;
	margin:0px 10px;
	margin-left:0px;
	padding-bottom:4px;	
}

#navigation li ul {
	display:none;
}

#sub-navigation {
	position:relative;
	top:0px;
	margin:0px;
	padding:0px;
}
#sub-navigation li {
	list-style:none;
	background:#EEF3ED;
	float:left;
	padding:4px;
}

.block {
	border-left:dotted 0px #DDDDDD;
}
.no-left-border {
	border-left:none;
}

#sidebar-holder {

}

#sidebar ul {
	padding:0px;
	margin:0px;
}
#sidebar ul li {
	list-style:none;
	margin-left:12px;
}

.box-holder{width:230px;}
.box-head{background:url(images/box-head.gif);height:35px;width:230px;}
.box-back{background:url(images/box-back.gif);background-repeat:;}
.box-foot{background:url(images/box-foot.gif);background-repeat:no-repeat;height:30px;}
.box-head h3 {position:relative;top:5px;left:10px;}
