html {}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: verdana, sans-serif;
	line-height: 24px;
	background-color: #F8F8F8;
	background-image: url(images/body-bg.png);
	background-repeat: repeat-x;
}

.clearer {
	clear: both;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header-top {
	height: 24px;
	margin-bottom: 1px;
}

#header {
	height: 80px;
}

#header h1#logo {
	display: inline;
	color: #FFFFFF;
	line-height: 80px;
	margin: 0;
	padding: 0;
}

#header h1#logo a {
	color: #FFFFFF;
	line-height: 80px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#header h1#logo a:hover {
	color: #FFFFFF;
	line-height: 80px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

#breadcrumbs {
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

#page {
	padding: 8px 20px;
	border-left: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
	background-color: #FFFFFF;
}

#page-top {
	height: 12px;
	padding: 0 10px;
	background-image: url(images/page-top.gif);
}

#page-bottom {
	height: 12px;
	padding: 0 10px;
	background-image: url(images/page-bottom.gif);
}

#page h3#page-title {
	margin-top: 0px;
}

#nav {
	height: 80px;
	line-height: 80px;
}

ul#nav {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#nav li {
	display: inline;
}

ul#nav li a {
	color: #FFFFFF;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 10px;
}

ul#nav li a:hover {
	border-bottom: 1px solid #FFFFFF;
}

#content {
	width: 600px;
	border-right: 1px dotted #C2C2C2;
	padding-right: 30px;
}

#content .post-title, #content .pagetitle {
	margin-top: 0;
	
}

.entry {
	margin-bottom: 20px;
	border-bottom:1px dotted #C2C2C2;
}

.entry .top .date {
	float: left;
	width: 36px;
	height: 45px;
	margin-right: 20px;
	background-image: url('images/date-bg.jpg');
	background-repeat: no-repeat;
}

.entry .top .date  p {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	padding-top: 1px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.entry .top .date p span {
	display: block;
	font-size: 19px;
}

.entry .top .title  a {
	color: #000000;
}

.entry .top .title {
	margin: 0;
	padding: 0;
	line-height: 14px;
}

.entry .top h3.info {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #666666;
	font-family: Arial;
	font-weight: none;
	margin-left: 55px;
}

.entry .top h3.info a {
	color: #F35A27;
	text-decoration: underline;
}

.entry .top h3.info a:hover {
	color: #red;
	text-decoration: none;
}

#sidebar { 
	float: right;
	width: 260px;
}

#searchform {
	
}

#sidebar #searchform #s {
	width: 170px;
	height: 22px;
	padding: 2px;
	font-size: 16px;
	border: 1px solid #C2C2C2;
	border: 1px solid #C2C2C2;
}

#sidebar #searchsubmit {
	width: 75px;
	height: 29px;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	padding: 1px;
	margin-left: 4px;
	border: none;
	background-image: url(images/search-submit.jpg);
}
	
#sidebar .screen-reader-text {
	display: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
