/*
Theme Name: Embuck 4.0
Theme URI: http://www.embuck.com/
Description: A bold magazine theme from <a href="http://wefunction.com">Function</a> &amp; <a href="http://smashingmagazine.com">Smashing Magazine</a>.
Version: 1.0
Author: Spencer
Author URI: http://wefunction.com/
Tags: magazine, light, link, blue, two column, widgets, jquery

	The CSS, XHTML is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* TABLE OF CONTENTS

00 - Global Elements - Standard Elements
01 - Typography - All Type throughout the site
02 - Main Structure - Columns, clearfix, etc.
03 - Header - Header, Logo, navigation, search.
04 - Dock - jQuery latest articles.
05 - Main Content - Post boxes, post meta, etc.
06 - Sidebar - Custom sidebar widgets.
07 - Footer - Categories, About, Copyright, Sponsors.

/* ----------------------------------------------*/

/* 00 - GLOBAL ELEMENTS
/* ----------------------------------------------*/




#results-wrapper {
   
    padding: 28px;
    margin-bottom: 19px;
    position: relative;
} 

#results-wrapper h3 {
	position: absolute;
	text-align: left;
	width: 185px;
	color: #95917e;
	line-height: 1;
	font-weight: bold;
}

#results-wrapper h3 span {
	position: absolute;
	right: 0;
	text-align: right;
	color: #bebaa9;
	font-weight: normal;
	line-height: 1.1em;
	letter-spacing: normal;
	font-size: .45em !important;
}

a#subscribe {
	display: block;
	float: right;
	font-size: 85%;
	line-height: 22px;
	text-decoration: none;
	font-weight: bold;
	color: #484848;	
	
	padding: 0 29px 0 0;
	background: url(http://digg.com/img/search-subscribe.gif) no-repeat top right;
}

ul.facets {
	list-style: none;
	margin: 0; 
	padding: 15px;
	border-bottom: 1px solid #E5ECF3;
	border-top: 1px solid #E5ECF3;
}

ul.facets li a {
	text-decoration: none;
	font-size: 95%;
	line-height: 1.4em;
	display: block;
	padding: .3em;
	font-weight: bold;
}

ul.facets li a span {
	float: right;
	font-weight: normal;
	color: #b2b2b2;
}

body.search  .entry h3{
    color: #AA1100;
	font: bold 3.375em Arial;line-height:1em;color:#1a1a1a;
  }
body.search  .entry h2{
    color: #AA1100;
	font: bold 1.8em Arial;
	border-bottom: 1px solid #E5ECF3;
	line-height:1em;color:#1a1a1a;
	margin-bottom:-0.2em;
    letter-spacing: -0.05em;
  }

