body {
	font-family: Garamond;
	font-size: 0.9em;
	padding: 0px;
	margin: 0px;
	color: #212121;
}

html, body, p, h1, h2, h3, h4, h5, ul, li {
	padding: 0; 
	margin: 0;
} 


div#body {
	background: #FFFFFF;
}

div#header {
	position: relative;
	font-variant: normal;
	text-transform: lowercase;	
	margin: 30px 0px 0px 170px;
	height: 108px;
	background-image: url('css/images/captain_scarlet.jpg');
	background-repeat: no-repeat;
	background-position: 350px 6px;
}

div#header img 
{
	position: relative;
	top: 20px;
}

div#body div#tags {
	background: #ededed;
	padding-left: 175px;
	height: 48px;
	background-image: url('css/images/bg1.png');
	padding-top: 10px;
}


div#hottags {
	background-image: url('css/images/hotTags.png');
	background-repeat: no-repeat;
	height: 76px;
	width: 71px;
	top: 126px;
	left: 85px;
	position:absolute;
	
}

div#body div#tags a {
	font-size: 1.3em;
}

div#body div#content {
	background: #F4F4F4;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 30px;
	float: left;
	width: 100%;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

div.articlecontent p a {
	color: #245EDC;
}

div.articlecontent p a:visited {
	color: #245EDC;
}

div#body a:hover {
	border-bottom-style: dotted;
	border-bottom-width: 2px;
}

div#tags a {
	border-bottom-style: none;
	color: #245EDC;
	border-bottom-width: 2px;
}

div#tags a:hover {
	border-bottom-style: dotted;
	color: #245EDC;
	border-bottom-width: 2px;
}

.article {
	padding-left: 100px;
	padding-bottom: 30px;
}

.articledate {
	background-image: url('css/images/datebg.png');
	background-repeat: no-repeat;
	float: left;
	width: 70px;
	height: 100px;
	text-align: center;
	margin-top: 11px;
	color: #8C8C8C;
	font-weight: bold;
}

.articleday {
	margin-top: 15px;
	font-size: 2.1em;
}

.articlemonth {
	margin-top: 9px;
	font-size: 1.1em;
}


.articlecontent {
	float: left;
	margin: 10px;
	width: 70%;
}

.articlecontent h2 {
	margin-bottom: 15px;
	font-size: 1.4em;
}

.articlecontent p {
	margin-bottom: 16px;
}

div#foot {
	float: left;
	background-image: url('css/images/bg2.png');
	background-repeat: repeat-x;
	width: 100%;
	padding-top: 15px;
}

div#foot ul {
	margin-top: 10px;
	margin-left: 175px;
	list-style: none;
}

div#foot ul li{
	margin-bottom: 6px;
}

div#foot a {
	border-bottom: 1px #212121 dashed;
	margin-bottom: 2px;
}

.articlelinks {
	float: left;
	padding-right: 60px;
}

.globalnav ul li a {
	text-transform: lowercase;
}

.globalnav ul li {
	margin-bottom: 2px;
	float: left;
	margin-right: 10px;
}

.globalnav li.feed {
	background-image: url('css/images/feed.png');
	background-repeat: no-repeat;
	padding-left: 20px;
}

.globalnav a {
	border-bottom: 1px #212121 dashed;
}

h3 {
	margin-top: 10px;
}