/*
Theme for "NewsBlocks" Demo -- a clone of PopURLs.com, TheWebList.net, etc.
By Ryan Parman (http://ryanparman.com, http://simplepie.org)
Updated: 2007.10.01
*/


/*********************************************
HYPERLINK STYLES
*********************************************/
a {
	color:#FFCC66;
	text-decoration:none;
}

a:hover {
	color:#FF6600;
}

h2 a {
	color:#CC9933;
}
a img {
	border:0;
}

/*********************************************
GENERAL STYLES
*********************************************/
body {
	background:#190A02;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #fff
}

div#site {
	width:970px;
	margin: 0 auto;
	border-left: 2px solid #643218;
	border-right: 2px solid #643218;
	background:#31170B url(../images/body_bg.gif) left top repeat;
}

h1 {
	margin:10px 0;
	padding:0;
	font-size:2.0em;
	letter-spacing:-1px;
	text-align:center;
}

h2 {
	margin:20px 0 0 0;
	padding:0;
	font-size:1.5em;
	letter-spacing:-1px;

	background-color:transparent;
	background-repeat:no-repeat;
	background-position:0 50%;
}

p {
	margin:0;
	padding:5px 0;
}


/*********************************************
COMMON STYLES
*********************************************/
#header {
	background:#290D01 url(../images/header_bg.gif) left bottom repeat-x;
	text-align: center;
}
#body {
	background: url(../images/body_gradient.gif) left top repeat-x;
}
#footer {
	background:#020101 url(../images/footer_bg.gif) left top repeat-x;
	text-align: left;
	border-top: 3px solid #996600;
	color: #FFFFFF;
	font-size: 10px;
}
.topchunk {
	text-align: right;
	padding-right: 10px;
}

div.chunk {
	margin: 0;
	padding:10px 0 0px 0 ;
	border-bottom:1px solid #866300;
}

.footnote,
.footnote a {
	font-size:12px;
	line-height:1.3em;
	color:#aaa;
}

.clearLeft {clear:left;}
.clearRight {clear:right;}
.clearBoth {clear:both;}
.hide {display:none;}
.noborder {border:none !important;}
.align_c	{ text-align:center; }
.align_r	{ text-align:right; }

/*********************************************
NEWSBLOCK STYLES
*********************************************/
div.block {
	width:290px;
	float:left;
	margin:0px 10px 5px 10px;
}

ul, ol {
	margin:0;
	padding:0;
	list-style:none;
}

ul li, ol li {
	margin:0;
	padding:7px 0 7px 15px;
	border-bottom:1px solid #666666;
}

p.more {
	text-align:right;
}
.primary li, .block li {
	background: url(../images/bullet.gif) 4px 12px no-repeat;
}
li.enclosure {
	padding-left:20px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:left 6px;
}

li.video {
	background-image:url(../images/video.png);
}

li.audio {
	background-image:url(../images/audio.png);
}

li.image {
	background-image:url(../images/images.png);
}

div.wideblock {
	clear:left;
	padding-top: 0px;
}

div.wideblock li {
	float:left;
	border:none;
}

div.wideblock li a {
	display:block;
	padding:3px;
	margin:6px 0 0 15px;
	background-color:#643218;
}

div.wideblock li a:hover {
	background-color:#CC9933;
}

/*********************************************
STYLES FOR "SWEET TITLES"
By Dustin Diaz, http://www.dustindiaz.com/sweet-titles
*********************************************/
body div#toolTip {
	position:absolute;
	z-index:1000;
	width:300px;
	background:#000;
	border:2px double #fff;
	text-align:left;
	padding:5px;
	min-height:1em;
	-moz-border-radius:5px;
}

body div#toolTip p {
	margin:0;
	padding:0;
	color:#fff;
}

body div#toolTip p em {
	display:block;
	margin-top:3px;
	color:#f60;
	font-style:normal;
	font-weight:bold;
}

body div#toolTip p em span {
	font-weight:bold;
	color:#fff;
}
