/**
 * Theme Name: REFIRE-BLOG
 * Theme URI: http://www.eifelweb.info
 * Description: A news-style child theme of the premiumnews Wootheme
 * Version: 0.2
 * Author: Birgit Olzem, inspired by Wootheme
 * Author URI: http://www.eifelweb.com
 * Tags: red, theme-options, threaded-comments, sticky-post, microformats, two-columns, three-columns, fixed-width
 * Template: premiumnews
*/ 
/* Get base CSS */
@import url('../premiumnews/style.css');
#header h1 img {
margin-left: 2em;
margin-top: 2px;
}
/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	background:#FFF;
	padding:10px;
	width:530px;
	margin-bottom:25px;
}
#archivebox h2 {
	font-size:0.9em;
	color:#000;
}
#archivebox h2 em{
	color:#C0C0C0 !important;
	font-style:normal;
}
.archivefeed {
	margin-top:5px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	padding-left:20px;
	color:#000;
	font-weight:bold;
}
.arclist{
	border-top: 3px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 10px 0 10px;
	width: 260px;
}
.arclist h2{
	color: #000;
	font-size: 18px;
	padding: 0 0 10px 0 !important;
}

.arclist ul li{
	padding:0 0 7px 10px;
	color:#c0c0c0;
	font-size:14px;
	font-weight:bold;
}
/* Social icons */
.addthis_toolbox .hover_effect
{

    padding: 8px 0 8px 8px;
    border: 3px solid #eee;
    margin: 10px 10px 0 0;
}

.addthis_toolbox .hover_effect div
{
    float: left;
}

.addthis_toolbox .hover_effect a
{
    border: 2px solid #fff;
    padding: 2px 2px 2px 16px;
    position: relative;
    text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover
{
    border: 2px solid #105CB6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    color: #105CB6;
    text-decoration: none;
}

.addthis_toolbox .hover_effect span
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}
/*- Ads -*/
.ads{
	border: 1px solid #eeeeee;
	height: 160px;
	margin: 0 0 25px;
	padding: 10px;
}
.ads img{
	float: left;
	margin: 0 14px 0 0;
}
.ads img.last{
	margin: 0 !important;
}
.post-alt h2{
	font-size: 0.7em;
	padding: 0 0 5px;
}
.blogroll a {
	color: #000000;
	font-weight: bold;
}