/*
Theme Name: Plain Fields PRO
Theme URI: http://www.lessthanweb.com/products/plain-fields
Description: Plain Fields theme is very simple, clean, readable and search engine optimized (SEO) theme. Search engines simply love this set up.  But don't be fooled, it comes with a lot of built-in features that you will love.
Tags: white, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-width, threaded-comments, sticky-post, translation-ready, theme-options
Author: LessThanWeb
Author URI: http://www.lessthanweb.com
Version: 1.1.2
Template: plain-fields
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../plain-fields/style.css");

#content_left_s {
	float: left;
	width: 200px;
}
#content_right_s {
	float: right;
	width: 720px;
}
#content_right_s #cl_h1 {
	padding: 0 0 3px;
	margin-bottom: 25px;
	border-bottom: 3px double #949494;
	color: #505050;
}

/*
	Social Icons
*/
.twitter_sprite {
	background: url('images/twitter.png');
}
#tc_sc_twitter {
	float: right;
	margin-left: 10px;
}
#twitter_icon {
	margin-top: 28px;
	display: block;
	width: 42px;
	height: 17px;
	text-indent: -9999px;
	background-position: 0 0;
}
#twitter_icon:hover {
	margin-top: 15px;
	width: 42px;
	height: 30px;
	background-position: 0 -17px;
}

.digg_sprite {
	background: url('images/digg.png');
}
#tc_sc_digg {
	float: right;
	margin-left: 10px;
}
#digg_icon {
	margin-top: 28px;
	display: block;
	width: 42px;
	height: 17px;
	text-indent: -9999px;
	background-position: 0 0;
}
#digg_icon:hover {
	margin-top: 15px;
	width: 42px;
	height: 30px;
	background-position: 0 -17px;
}

.flickr_sprite {
	background: url('images/flickr.png');
}
#tc_sc_flickr {
	float: right;
	margin-left: 10px;
}
#flickr_icon {
	margin-top: 28px;
	display: block;
	width: 42px;
	height: 17px;
	text-indent: -9999px;
	background-position: 0 0;
}
#flickr_icon:hover {
	margin-top: 15px;
	width: 42px;
	height: 30px;
	background-position: 0 -17px;
}

.facebook_sprite {
	background: url('images/facebook.png');
}
#tc_sc_facebook {
	float: right;
	margin-left: 10px;
}
#facebook_icon {
	margin-top: 28px;
	display: block;
	width: 42px;
	height: 17px;
	text-indent: -9999px;
	background-position: 0 0;
}
#facebook_icon:hover {
	margin-top: 15px;
	width: 42px;
	height: 30px;
	background-position: 0 -17px;
}

.email_sprite {
	background: url('images/email.png');
}
#tc_sc_email {
	float: right;
	margin-left: 10px;
}
#email_icon {
	margin-top: 28px;
	display: block;
	width: 42px;
	height: 17px;
	text-indent: -9999px;
	background-position: 0 0;
}
#email_icon:hover {
	margin-top: 15px;
	width: 42px;
	height: 30px;
	background-position: 0 -17px;
}

#archives {
	width: 720px;
	overflow: hidden;
}
#archives #left {
	float: left;
	width: 320px;
}
#archives #right {
	float: right;
	width: 320px;
}
#archives-7 h3 {
    text-indent: -9999px /* This will hide the text */
    background: transparent url('http://www.theuncool.com/wp-content/uploads/2011/04/Archives.jpg') no-repeat scroll 0 0; /* This is the image you want to use as the title */
    height: 40px; /* Set height of the image */
}