/* Eric Meyer's Reset.css */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
 
 
/* Body */
 
body {
	background: #fff;
	color: #282828;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 36px 0;
}
div.wrap {
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 0 auto;
	width: 912px;
}
br.clear {
	clear: both;
}
hr {
	background: #f2f2f2;
	border: none;
	height: 1px;
}
 
/* Basic typography */
 
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
p {
	margin-bottom: 0.8em;
	font-size: 1.2em;
}

/* Site wide links */

a {
	color: #0018ff;
	text-decoration: underline;
}
a:hover {
	background: #0018ff;
	color: #fff;
	text-decoration: none;
}

/* Basic form behavior */

button:hover {
	cursor: pointer;
}

/* Header */

div#header div.wrap {
/*	border-bottom: 2px solid #bebebe;
	border-top: 2px solid #bebebe; */
	border-bottom: 2px solid #0018ff;
	border-top: 2px solid #0018ff;
	height: 33px;
	padding: 5px 0;
	position: relative;
}

/* Logo */

div#header h1 a {
	background: url('i/sprite.png') right bottom no-repeat;
	display: block;
	float: left;
	height: 34px;
	text-indent: -999em;
	width: 183px;
}

/* Search in the header */

div#searchform {
	float: right;
	margin-top: 6px;
}
div#searchform button {
/*	background: #fff;
	border: 1px solid #d1d1d1;
	height: 22px;
	text-transform: uppercase;
	margin-left: 4px;
	padding: 0 5px; */
	position: relative;
	top: 1px;
}
div#searchform input {
	background: url('i/sprite.png') -350px -119px no-repeat;
	border: 1px solid #d1d1d1;
	height: 18px;
	padding-left: 25px;
	width: 215px;
}

/* Navigation in the header */

div#nav-header {
	position: absolute;
	right: 0;
	top: -29px;
}
div#nav-header li {
	display: block;
	float: left;
	line-height: 2.2em;
}
div#nav-header li a {
	background: #ededed;
/*	border: 2px solid #bebebe; */
	border: 2px solid #0018ff;
/*	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe; */
	border-left: 1px solid #0018ff;
	border-right: 1px solid #0018ff;
	color: #000;
	display: block;
	float: left;
	height: 25px;
	padding: 0 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
div#nav-header li.current a {
	background: #fff;
	border-bottom: 2px solid #fff;
}
div#nav-header li a:hover {
	text-decoration: underline;
}
div#nav-header li.current a:hover {
	text-decoration: none;
}
div#nav-header li.twitter a {
	background: #ededed url('i/sprite.png') -358px -96px no-repeat;
	padding-left: 45px;
}
div#nav-header li.rss a {
	background: #ededed url('i/sprite.png') -493px -96px no-repeat;
	padding-left: 40px;
}

/* Prologue */

div#prologue div.wrap {
/*	border-bottom: 2px solid #bebebe; */
	border-bottom: 2px solid #0018ff;
	font-weight: bold;
	height: 22px;
	line-height: 2.0em;
	text-transform: uppercase;
}
div#breadcrumb {
	color: #727272;
	float: left;
}
div#breadcrumb a {
	color: #727272;
	text-decoration: underline;
}
div#breadcrumb a:hover {
	background: #fff;
	color: #727272;
	text-decoration: none;
}
div#breadcrumb span {
	background: url('i/sprite.png') right -163px no-repeat;
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0 15px 0 0;
}

div#recent {
	color: #727272;
	float: right;
	padding-left: 18px;
}

#recentDate {
	background: url('i/sprite.png') left -107px;
}
div#recent p {
	float:left;
	padding-left:20px;
	margin-bottom: 0;
}

/* Container */

div#container div.wrap {
	background: url('i/sidebar.png') 195px repeat-y;
	margin-top: 20px;
}

/* Content */

div#content {
	background: url('i/content.png') center repeat-y;
	float: right;
	width: 700px;
}
div#content h1, div#content h2 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 8px;
}
div#pagetitle {
	background: url('i/sprite.png') left -70px no-repeat;
	border-bottom: 2px solid #bebebe;
	text-transform: uppercase;
	padding-bottom: 5px;
	padding-left: 15px;
	height:14px;
}
div#pagetitle p {
	margin-bottom: 0;
}

div#pagetitle p.storiesRecent {
float:left;
}
div#pagetitle p.storiesArchive {
float:right;
}

p.fullstory{
float:left;
margin-right:16px;
}


div#contentfooter {
	background: #fff;
	clear: both;
	font-size: 1.4em;
	padding-top: 15px;
}
div#contentfooter p {
	margin-bottom: 0;
}

.tweet {
margin-top:0px;
float:left;
}

.addthis{
}

.recentHeadlines{
clear:left;
font-weight:bold;
}

/* Post lists */

ul.postlist li {
	clear: both;
	float: left;
	margin-bottom: 10px;
}
ul.postlist li.alt {
	clear: right;
	float: right;
}
li.narrow img {
	border: 1px solid #000;
	float: left;
	margin: 0 10px 2px 0;
	padding: 2px;
	width: 80px;
}
li.narrow {
	background: url('i/post.png') bottom repeat-x;
	padding-bottom: 5px;
	width: 335px;
}

.morelink{
	font-size: 0.8em;
	/*text-transform: uppercase;*/
}

img.detailImage{
width:150px;
float:left;
padding:5px;
margin:0 10px 5px 0px;
border:1px solid #999;
}

span.pub {
font-weight:bold;
}

div.meta {
	clear: both;
	font-size: 0.8em;
	text-transform: uppercase;
}
div.meta li {
	border: none;
	clear: none;
	float: left;
	height: auto;
	margin-right: 10px;
}
div.meta li.alt {
	float: left;
}
div.meta li a:hover {
	color: #0018ff;
	background: none;
}
div.meta li.comment a {
	background: url('i/sprite.png') left -191px no-repeat;
	padding-left: 15px;
}

div.meta li.comment a.addthis_button {
	background: none;
	padding-left: 10px;
}

div.meta li.comment a.addthis_button img {
float:none;
border:none;
width:10px;
height:10px;
margin: 0px 0 0 0;
padding:0px;
vertical-align:text-top;

}


li.wide, div.wide {
	background: #fff;
}
li.wide img.ad {
	margin: 20px 100px;
}
p.breaking {
	color: #f00;
	font-weight: bold;
	margin-bottom: 0;
	text-transform: uppercase;
}

/* Pagination */

div#pagination {
	background: #fff;
	clear: both;
	display: block;
	font-size: 1.2em;
	height: 30px;
	padding-left: 160px;
	padding-top: 25px;
}
div#pagination a {
	padding: 3px 5px;
}
div#pagination a:hover {
	background: #0018ff;
	color: #fff;
	text-decoration: none;
}
div#pagination a.current {
	background: #ccc;
	color: #000;
	text-decoration: none;
}
div#pagination a.current:hover {
	color: #ccc;
	background: #000;
}
div#pagination p, div#pagination ol, div#pagination li {
	float: left;
	display: block;
}
div#pagination p, div#pagination ol {
	margin-right: 15px;
}
div#pagination li {
	margin-right: 7px;
}

/* Sidebar */

div#sidebar {
	float: left;
	width: 177px;
}
div#sidebar h1 {
	color: #0018ff;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}
li#subscribe h1 {
	color: #000;
	/*background: url('i/sprite.png') left -152px no-repeat;
	padding: 0 0 0 23px;*/
	font-weight: normal;
}

div#mail {
background: url('i/sprite.png') left -152px no-repeat;
float:left;
margin-top:4px;
width:23px;
height:23px;
/*left:0px;
margin-left:0;
position:relative;*/
}

li#subscribe input {
	background: url('i/sprite.png') right -141px no-repeat;
	border: 1px solid #e4e4e4;
	height: 20px;
	margin-bottom: 10px;
	width: 165px;
}
div#sidebar ul.xoxo li {
/*	border-bottom: 2px solid #bebebe; */
	border-bottom: 2px solid #0018ff;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
div#sidebar ul.xoxo li li {
	border-bottom: 0;
	font-size: 1.2em;
	margin-bottom: 0;
	padding-bottom: 0;
}
div#sidebar li a {
	background: url('i/sprite.png') -350px top no-repeat;
	color: #000;
	display: block;
	height: 27px;
	line-height: 2.0em;
	padding-left: 24px;
	text-decoration: none;
}
div#sidebar li a:hover {
	background: url('i/sprite.png') -176px top no-repeat;
}
div#sidebar li.current a {
	background: url('i/sprite.png') left top no-repeat;
}

/* Footer */

div#footer {
	clear: both;
	font-size: 0.9em;
	margin-top: 30px;
	text-transform: uppercase;
}
div#footer a {
	color: #464646;
}
div#footer a:hover {
	background: #464646;
	color: #fff;
	text-decoration: none;
}
div#footer div.wrap {
/*	border-bottom: 2px solid #bebebe;
	border-top: 2px solid #bebebe; */
	border-bottom: 2px solid #0018ff;
	border-top: 2px solid #0018ff;
	padding: 5px 0;
	text-align: center;
}
div#footer ul {
	margin-left: 300px;
}
div#footer li {
	float: left;
	margin-right: 15px;
}
div#footer li a {
	text-decoration: none;
}
div#footer p {
	clear: both;
	margin-bottom: 0;
}

