/* articledetail headerimage */
#article_image {
	width: 480px;
	height: 250px;
}

/* thumbnail scaled up */
#preview_large {
	position: absolute;
	left: 165px;
	width: 480px;
}

/* articlebox */
.article {
	border-bottom: 1px dotted gray;
	margin-bottom: 15px;
}

.article,
.storycontent p {
	font-family: Verdana, Arial;
	font-size: 13px;
	line-height: 22px;
}

/* big sized text */
.article .lead {
	font-weight: bold;
	padding-bottom: 5px;
}

/* contentbox */
.contentbox {
	line-height: 18px;
	margin: 5px 0;
	background-color: #ddd;
	border: 1px solid #ccc;
	padding: 5px 10px;
	font-size: 12px;
}

span.author {
	font-style: italic;
}

#slider {
	width: 450px;
	height: 250px;
	margin-bottom: 15px;
	background-color: white;
}

.article h2, .article h1, .article .contentbox {
	font-family: Verdana, Arial;
}

.article h2 a {
	color: black;
	background-color: transparent;
}

.article h2 a:hover {
	text-decoration: none;
	color: white;
}

.article h2 a:hover.bg_blue { background-color: #4076BB; }
.article h2 a:hover.bg_darkgreen { background-color: #215543; }
.article h2 a:hover.bg_darkgrey { background-color: #949484; }
.article h2 a:hover.bg_orange { background-color: #cb7322; }
.article h2 a:hover.bg_darkblue { background-color: #244561; }
.article h2 a:hover.bg_darkred { background-color: #692225; }
.article h2 a:hover.bg_grey { background-color: #b1b3b4; }
.article h2 a:hover.bg_black { background-color: #000000; }

.search h2 {
	font-size: 13px;
}

.search .lead {
	font-size: 12px;
	font-weight: normal;
}

.article .header_image {
	margin-bottom: 15px;
}

.pdf_viewer {
	width: 450px;
}

ul.archive {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.archive li {
	padding: 0;
	margin: 0;
}

ul.archive li a {
	display: block;
	padding: 4px 6px;
}

ul.archive li a:hover {
	color: white;
	background-color: #799FD0;
}

ul.archive li.active a {
	background-color: #4076BB;
	color: white;
	cursor: default;
}

.article img {
	width: 450px;
}

.article div.headimage {
	float: right;
}

.article div.headimage a {
	display: block;
	width: 160px;
	height: 89px;
	background: no-repeat center;
	margin: 6px 0 10px 10px;
	border: 0;
}

.nav-gallery {
	margin-top: 20px;
}

.nav-gallery img {
	width: 160px;
	margin-bottom: 2px;
}

div.imgtxt {
	background-color: #EEEEEE;
	border: 1px solid #B1B3B4;
	color: black;
	padding: 0 5px;
	font-style: italic;
	margin-top: -6px;
}

/* Comments */
ol.commentlist,
ul.children {
	list-style-type: none;
}

ol.commentlist {
	padding: 0;
}

.commentlist div {
	font-size: 9px;
}

.commentlist .comment-body {
	font-size: 12px;
	padding-bottom: 0;
	margin-top: 5px;
}

.commentlist p {
	margin: 3px 0;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	padding-bottom: 5px;
	font-weight: bold;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin-right: 5px;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

div.commentmetadata {
	text-align: right;
	padding-bottom: 2px;
	border-bottom: 1px dotted gray;
}

div.comment-author {
	float: left;
	margin: 0;
}

div.addthis_container {
	float: left;
	margin-top: 5px;
}

form#commentform p {
	clear: both;
}

#commentform #submit {
	margin: 10px 0;
}

.hiddenpics {
	position: fixed;
	bottom: 200px;
	background-color: white;
	padding: 10px 0;
}

.hiddenpics img {
	margin: 0;
}

.archivinfo {
	font-style: italic;
	font-size: 11px;
	color: gray;
}