@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
p#caption { margin-bottom: 0px; }
img, fieldset { border: 0; }

body {
	background-color: #000;
	margin-top: 15px;
}

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

p {
	margin: 0 0 1em 0;
}

a:link, a:visited, a:hover, a {
	color:red;
}

#featured {
	width: 1000px;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	border-left: 1px solid #111;
	margin: 0 auto;
	padding: 25px;
	overflow: hidden;
}

#featured #bigimg {
	float: left;
	margin: 0 auto;
	width: 500px;
	text-align: center;
	padding-right: 50px;
}

#featured #bigimg img{
	max-width: 500px;
	max-height: 600px;
}

#bigimg a {
	text-decoration: none;
}



#featured #copy {
 	float: left;
 	width: 450px;
}


#logo {
	text-align: center;
	margin-bottom: 25px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

h1 {
	font-weight: normal;
	font-size: 1.5em;
	padding-bottom: 15px;
}


p.credit {
	padding-top: 15px;
	font-style:italic
}
	

#topnav {
	font-size: 12px;
	height: 20px;
	text-align: right;
	padding-right: 10px;
}
#topnav a {
	text-decoration: none;
	color: white;
}


#pager {
	margin: 0 auto;
	padding: 25px;
	text-align: center;
}

#divider {
	width: 450px;
	border-top: 1px dotted #FFF;
	margin: 10px auto;
}

#others, #thumbnails {
	background-color:#111;
	width: 1000px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	text-align: left;
}

	#others td.thumbnail {
		text-align: center;
	}

	#others img {
		padding: 20px;
		max-width: 240px;
		max-height: 200px;
	}

	#thumbnails div {
		height: 100px;
		width: 142px;
		padding: 10px;
		display: inline-block;
		text-align: center;
	}
	
	#thumbnails div.current {
		background-color: black;
	}

	#thumbnails img {
		max-height: 100px;
		max-width: 130px;
	}

#activeimg {
	background-color: #000;
}

.tagline {
	color: #F00;
	font-weight: bold;
	font-size: 0.9em;
}

/* Start tags */
.topic, ul.tag li a {
	color: white;
	font-size: 0.75em;
	font-family: Arial;
}
ul.tag li {
	display: inline;
	background-color: #333;
	padding: 1px 3px 2px 3px;
	margin-right: 4px;
	line-height: 2em;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
	white-space: nowrap;
}
ul.tag li a {
	text-decoration: none;
}

/* End tags */


div#footer {
	clear: both;
	margin: 20px auto;
	text-align: center;
}

div#search {
	padding-top: 10px;
}

div.startshow {
	color: red;
}

div#related {
	font-size: 0.9em;
	width: 450px;
	margin: 0 auto;
}

div#related div.related_item_type {
	margin-top: 10px;
}

div#related ul {
	padding-left: 40px;
}

ul#related_drop {
	float: right;
	cursor: pointer;
	margin-top: 2px;
	padding: 2px 3px;
	text-align: right;
}
ul#related_drop li ul {
	position: absolute;
	border: dotted 1px #fff;
	text-align: left;
	padding: 2px;
	background: #000;
}
ul#related_drop li {
	list-style-type: none;
}
ul#related_drop ul a { color: #fff; }
.floatleft { float: left; }
.sharing {
	font-size: .7em;
	padding: 0px;
	float: left;
}
.sharing ul li {
	display: block;
	margin-bottom: 10px;
	font-family: Tahoma, Helvetica, sans-serif;
}
.sharing ul li, .sharing ul li a {
	color: #666;
}
.sharing div.publish-date {
	float: left;
	color: #666;
}
.sharing a {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding: 2px 0;
}
.sharing a img {
	vertical-align: -2px;
}

a.tool-rss {
	background-image: url('/images/rss_gray.png');
	padding-left: 20px;
}
a.tool-email {
	background-image: url('/images/icon_email.gif');
	padding-left: 20px;
}

.slideshow-ad {
	position: relative;
	float: right;
}
.addthis_button_compact span {
	vertical-align: top;
}

