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


/*********************************************
HYPERLINK STYLES
*********************************************/
a {
	color: #6AA8BF;
	text-decoration: underline;
	padding: 0 1px;
}

a:hover {
	color:#fff !important;
	background-color:#333;
	text-decoration:none;
	padding:0 1px;
}

h2 a {
	color: #B1AAB7;
}


/*********************************************
GENERAL STYLES
*********************************************/
body {
	font: 12px/1.0em Arial, "Trebuchet MS", sans-serif;
	color: #B1AAB7;
	background: #fff url(../images/top_gradientalter.gif) repeat-x top left;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}

div#site {
	width: 100%;
	margin: 50px auto 0 auto;
}

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

h2 {
	margin: 20px 0 5px 0;
	padding: 0 0 0 20px;
	font-size: 1.5em;
	letter-spacing: -1px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

h3 {
	margin:20px 0;
	padding:0;
	font-size:1.5em;
	letter-spacing:-1px;
	text-align:center;
}

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


/*********************************************
COMMON STYLES
*********************************************/
div.chunk {
	margin:0;
	padding:10px 0 0 0;
	border-bottom:1px solid #ccc;
}

.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;}


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

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

ul li, ol li {
	margin:0;
	padding:4px 0;
	border-bottom:1px solid #505050;
	font-size:0.9em;
	line-height:1.0em;
}

p.more {
	text-align:right;
}

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;
}

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

div.wideblock li a {
	display: block;
	padding: 1px;
	margin: 10px 0 0 20px;
	background-color: #369;
}

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