body, html {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #404040;
}

a {
	outline: none;
}

#rap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	
	width: 650px;
	min-height: 600px;
	text-align: left;
}

#header {
	position: relative;
}

#noscript {
	width: 625px;
	padding: 5px;
	border: 2px solid #006902;
	background-color: #e1ffdd;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 10px;
	text-align: center;
}

#menu {
	position: absolute;
	top: 60px;
	left: 115px;
	
	font-family: 'Gill Sans', Tahoma, Verdana, 'Bitstream Vera Sans', sans-serif;
	font-size: 16px;
	color: #007700;	
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	display: inline;
	margin-right: 5px;
}

#menu ul li a {
	text-decoration: none;
	color: #007700;
	text-transform: uppercase;
	padding-bottom: 1px;
}

#menu ul li a:hover {
	border-bottom: 2px solid #007700;
}

#sidebar {
	position: absolute;
	top: 48px;
	left: 497px;
	width: 141px;
	min-height: 550px;
	
	z-index: 100;
	
	background-image: url('../img/vline.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#sidebar-content {
	margin-top: 15px;
	margin-left: 20px;
}

#sidebar-content .thumb-hover {
	margin-bottom: 10px;
}

#content, #content-wide, #content-superwide {
	position: relative;
	top: 8px;
	left: 15px;
	
	width: 470px;
	/* height? */
}

#content-wide {
	left: 2px;
	width: 480px;
}

#content-superwide {
	left: 2px;
	top: 10px;
	width: 640px;
}

#tag-sidebar {
	position: absolute;
	top: 0px;
	/*right: -120px;*/
	right: -159px;
	
	font-family: 'Gill Sans', Verdana, 'Bitstream Vera Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #404040;
}

#tag-sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tag-sidebar ul li#top, #tag-sidebar ul li#top2 {
	padding-left: 15px;
	cursor: pointer;
}

#tag-sidebar ul li {
	white-space: nowrap;
}

#tag-sidebar a, #tag-sidebar a.fake {
	display: block;
	padding-left: 15px;
	color: #007700;
	text-decoration: none;
}

#tag-sidebar a.fake {
	cursor: default;
	color: inherit;
}

#tag-sidebar a:hover, #tag-sidebar ul li.selected {
	background-image: url('../img/arrow.jpg');
	background-position: center left;
	background-repeat: no-repeat;
}

.remfilter {
	margin-left: 4px;
}

.article {
	position: relative;
	margin-bottom: 10px;
}

.main-heading {
	position: relative;
	
	height: 52px;
	width: 464px;
	
	background-image: url('../img/paper-header.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

.main-heading .heading-date {
	position: absolute;
	top: 15px;
	left: 37px;
	
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #007700;
}

.main-heading .heading-text, .main-heading .heading-text-solo {
	position: absolute;
	top: 15px;
	left: 75px;
	
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	color: #404040;
	text-transform: uppercase;
}

.main-heading .heading-text-solo {
	left: 47px;
}

.article-contents {
	position: relative;
	top: 3px;
	left: 48px;
	
	width: 375px;
	text-align: justify;
}

.article-contents a, .article-contents a:visited {
	text-decoration: none;
	color: #bbb;
}

.article-contents a:hover, .article-contents a:active {
	text-decoration: underline;
}

.thumb {
	height: 100px;
	width: 100px;
	padding: 7px;
	
	background-image: url('../img/thumbnail-background.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	
	border: 0;
}

.thumb-hover {
	position: relative;
	height: 100px;
	width: 100px;
	padding: 7px;
	
	z-index: 200;
	
	background-image: url('../img/thumbnail-background.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}

.thumb-hover .badge {
	display: none;
	position: absolute;
	top: -5px;
	right: -5px;
	
	z-index: 300;
	
	border: 0;
}

.thumb-hover .overlay {
	display: none;
	position: absolute;
	width: 94px;
	height: 29px;
	bottom: 7px;
	left: 7px;
	
	z-index: 300;
	
	background-color: #fff;
	/*opacity: 0.7;
	filter: alpha(opacity=70);*/
	
	padding: 3px;
	
	font-family: 'Gill Sans', Verdana, 'Bitstream Vera Sans', sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	color: #888;
}

.overlay a {
	text-decoration: none;
	color: inherit;
}

.thumb-float {
	float: left;
}

.thumb-gallery {
	margin-right: 6px;
	margin-bottom: 6px;
}

.thumb-gallery-related {
	margin-right: 14px;
	margin-bottom: 6px;
}

.thumb-gallery-related-last {
	margin-right: 0px;
	margin-bottom: 6px;
}

#subscribe {
	float: right;
	margin-right: 10px;
}

#archive {
	float: left;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Gill Sans', Verdana, 'Bitstream Vera Sans', sans-serif;
	color: #007700;
}

#archive a {
	text-decoration: none;
	color: inherit;
}

#sidebar-more {
	width: 114px;
	text-align: center;
	
	margin-top: -5px;
	
	font-family: 'Gill Sans', Verdana, 'Bitstream Vera Sans', sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #007700;
}

#sidebar-more a {
	text-decoration: none;
	color: inherit;
}

#sidebar-more #more-more {
	display: none;
	text-transform: uppercase;
	font-size: 12px;
}

#footer {
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	
	font-family: 'Gill Sans', Verdana, 'Bitstream Vera Sans', sans-serif;
	font-size: 9px;
	line-height: 9px;
	text-align: right;
	color: #aaa;
	text-transform: uppercase;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: #bbb;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#main-image {
	float: left;
	position: relative;
	left: 4px;
	
	width: 400px;
	text-align: center;
}

#main-image img {
	border: 1px #ccc solid;
	padding: 2px;
}

#image-meta {
	float: right;
	position: relative;
	width: 227px;
	
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #404040;
}

#image-meta a, #image-meta a:visited {
	text-decoration: none;
	
	color: #808080;
}

#image-meta a:hover, #image-meta a:focus {
	text-decoration: underline;
}

.small-header {
	position: relative;
	
	height: 25px;
	width: 227px;
	
	background-image: url('../img/paper-header-small.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	
}
.small-header .heading-text {
	position: absolute;
	top: 6px;
	left: 22px;
	
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #404040;
	text-transform: uppercase;
}

#image-meta .badge {
	position: absolute;
	top: -17px;
	right: -15px;
	
	z-index: 300;
	
	border: 0;
}

.meta-text {
	margin-top: 8px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 10px;
	
	text-align: justify;
}

.divider {
	width: 642px;
	height: 11px;
	
	float: left;
	clear: both;
	
	margin-top: 12px;
	margin-bottom: 12px;
}

#paging {
	float: left;
	clear: both;
	
	width: 450px;
	margin-left: 10px;
	margin-right: 10px;
	
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Gill Sans', Verdana, 'Bitstream Vera Sans', sans-serif;
	color: #999;
	text-align: center;
	letter-spacing: 4px;
}

#paging a {
	text-decoration: none;
	color: #007700;
}

.mini-icon {
	vertical-align: top;
}

#related-container {
	float: left;
	clear: both;
	width: 640px;
	height: 125px;
}