/* Preface */
#preface {
  background: #737373 url('/files/images/preface-wrapper-bg.png') repeat-x top;
}

#preface-wrapper {
	padding-bottom:50px;
}

.preface-buttons {
	margin:15px 0px 5px 0px;
}

#preface-submit a {
	display: block;
	width: 244px;
	height: 166px;
	overflow: hidden;
	background: url('/files/images/submit-articles.png') 0 0 no-repeat;
}

#preface-submit a:hover {
	background-position: 0pt 100%;
}
#preface-submit a span {
	display:none;
}

.tagline {
	width:860px;
	position:absolute;
	top:170px;
	left:30px;
}
.tagline h2 {
	font-size:24px;
	line-height:26px;
	color:#F6F9FB;
	text-shadow:1px 1px 0 #555;
}

/* XX Reads/Views */
li#statistics_counter span {
	font-size: 0.8em;
}

/* Icons */

#block-views-latest_articles-block_1 div.block-icon,
body.layout-main-last #sidebar-last #block-views-latest_articles-block_1 h2.block-title {
	background: transparent url('/files/icons/paper_content_48.png') no-repeat left center;
}

/*--- COMMENTS & FORUMS BLOCKS ---*/
div.block-comment div.block-icon,
div.comments-block-icon,
#block-views-comments_recent-block div.block-icon {
  background: transparent url('/files/icons/comment_48.png') no-repeat left center;
}

div.block-forum div.block-icon,
body.layout-main-last #sidebar-last div.block-comment h2.block-title,
body.layout-main-last #sidebar-last div.block-forum h2.block-title,
body.layout-main-last #sidebar-last #block-views-comments_recent-block h2.block-title {
  background: transparent url('/files/icons/comment_48.png') no-repeat left center;
}

/*--- USER BLOCK ---*/
div.block-user div.block-icon,
body.layout-main-last #sidebar-last div.block-user h2.block-title {
  background: transparent url('/files/icons/lock_open_48.png') no-repeat left center;
}

/*--- USER LOGIN BLOCK ---*/
#block-user-0 div.block-icon,
body.layout-main-last #sidebar-last #block-user-0 h2.block-title {
  background: transparent url('/files/icons/lock_48.png') no-repeat left center;
}

#block-adsense_managed-0 div.content {
	background:none;
	background-image:none;
}

/* Tags View */
.view-tags .views-row {
	float:left;
	width:175px;
}
.view-tags .tags {
	margin:0;
}
.tags {
	margin:10px 0;
	padding:10px 0;
}
.tags ul {
	margin-left:4em;
}
.tags li {
	display:inline-block;
}
.tags a {
	background-color:#E9EFCD;
	border:1px solid #C5CF9C;
	padding:4px 8px;
}
.tags a:hover {
	background-color:#27638C;
	color:#E9EFCD;
	text-decoration:none;
}
span.term-count {	
	font: 13px Verdana, Arial, sans-serif;
	font-weight:bold;
	color:#646464;
}