/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

.custom #sidebar_1 { margin-left: 0em; } 

.custom li#recent-posts-3 h3 {
	font-family: "Arial Black"; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-size: 15px; 
	letter-spacing: 1px; 
	width: 203px; 
	height: 33px; 
	text-align: center; 
	background: url('http://tachyonlabs.com/wearing-my-heart-on-the-end-of-my-sleeve/images/yellow bracelet header.jpg') no-repeat; 
	padding: 6px 0px 0px 0px;
	}

.custom li#text-4 h3 {
	font-family: "Arial Black"; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-size: 15px; 
	letter-spacing: 1px; 
	width: 203px; 
	height: 33px; 
	text-align: center; 
	background: url('http://tachyonlabs.com/wearing-my-heart-on-the-end-of-my-sleeve/images/blue bracelet header.jpg') no-repeat; 
	padding: 6px 0px 0px 0px;
	}

.custom li#google-custom-search h3 {
	font-family: "Arial Black"; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-size: 15px; 
	letter-spacing: 1px; 
	width: 203px; 
	height: 33px; 
	text-align: center; 
	background: url('http://tachyonlabs.com/wearing-my-heart-on-the-end-of-my-sleeve/images/blue bracelet header.jpg') no-repeat; 
	padding: 6px 0px 0px 0px;
	}

/* box width for Google Custom Search */
.custom #cse-search-box div input {
	width: 196px;
	}

.custom #cse-search-results {
	width: 400px;
	}

.custom #cse-search-results iframe{
	width: 400px;
	overflow: hidden;
	}

.custom li#blog_subscription-3 h3 {
	font-family: "Arial Black"; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-size: 15px; 
	letter-spacing: 1px; 
	width: 203px; 
	height: 33px; 
	text-align: center; 
	text-transform: uppercase;
	background: url('http://tachyonlabs.com/wearing-my-heart-on-the-end-of-my-sleeve/images/red bracelet header.jpg') no-repeat; 
	padding: 6px 0px 0px 0px;
	}

.custom li#linkcat-2 h3 {
	font-family: "Arial Black"; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-size: 15px; 
	letter-spacing: 1px; 
	width: 203px; 
	height: 33px; 
	text-align: center; 
	text-transform: uppercase;
	background: url('http://tachyonlabs.com/wearing-my-heart-on-the-end-of-my-sleeve/images/pink bracelet header.jpg') no-repeat; 
	padding: 6px 0px 0px 0px;
	}

.custom li#pages-3 h3 {
	font-family: "Arial Black"; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-size: 15px; 
	letter-spacing: 1px; 
	width: 203px; 
	height: 33px; 
	text-align: center; 
	text-transform: uppercase;
	background: url('http://tachyonlabs.com/wearing-my-heart-on-the-end-of-my-sleeve/images/red bracelet header.jpg') no-repeat; 
	padding: 6px 0px 0px 0px;
	}

.custom li#categories-3 h3 {
	font-family: "Arial Black"; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-size: 15px; 
	letter-spacing: 1px; 
	width: 203px; 
	height: 33px; 
	text-align: center; 
	text-transform: uppercase;
	background: url('http://tachyonlabs.com/wearing-my-heart-on-the-end-of-my-sleeve/images/green bracelet header.jpg') no-repeat; 
	padding: 6px 0px 0px 0px;
	}

.custom li#tag_cloud-3 h3 {
	font-family: "Arial Black"; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-size: 15px; 
	letter-spacing: 1px; 
	width: 203px; 
	height: 33px; 
	text-align: center; 
	text-transform: uppercase;
	background: url('http://tachyonlabs.com/wearing-my-heart-on-the-end-of-my-sleeve/images/purple bracelet header.jpg') no-repeat; 
	padding: 6px 0px 0px 0px;
	}

.custom li#text-6 h3 {
	font-family: "Arial Black"; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-size: 15px; 
	letter-spacing: 1px; 
	width: 203px; 
	height: 33px; 
	text-align: center; 
	text-transform: uppercase;
	background: url('http://tachyonlabs.com/wearing-my-heart-on-the-end-of-my-sleeve/images/black bracelet header.jpg') no-repeat; 
	padding: 6px 0px 0px 0px;
	}

.custom li#text-7 h3 {
	font-family: "Arial Black"; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-size: 15px; 
	letter-spacing: 1px; 
	width: 203px; 
	height: 33px; 
	text-align: center; 
	text-transform: uppercase;
	background: url('http://tachyonlabs.com/wearing-my-heart-on-the-end-of-my-sleeve/images/black bracelet header.jpg') no-repeat; 
	padding: 6px 0px 0px 0px;
	}

.custom li#text-9 h3 {
	font-family: "Arial Black"; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-size: 15px; 
	letter-spacing: 1px; 
	width: 203px; 
	height: 33px; 
	text-align: center; 
	text-transform: uppercase;
	background: url('http://tachyonlabs.com/wearing-my-heart-on-the-end-of-my-sleeve/images/black bracelet header.jpg') no-repeat; 
	padding: 6px 0px 0px 0px;
	}

.custom li#text-10 h3 {
	font-family: "Arial Black"; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-size: 15px; 
	letter-spacing: 1px; 
	width: 203px; 
	height: 33px; 
	text-align: center; 
	text-transform: uppercase;
	background: url('http://tachyonlabs.com/wearing-my-heart-on-the-end-of-my-sleeve/images/black bracelet header.jpg') no-repeat; 
	padding: 6px 0px 0px 0px;
	}

.custom li#text-12 h3 {
	font-family: "Arial Black"; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-size: 15px; 
	letter-spacing: 1px; 
	width: 203px; 
	height: 33px; 
	text-align: center; 
	text-transform: uppercase;
	background: url('http://tachyonlabs.com/wearing-my-heart-on-the-end-of-my-sleeve/images/black bracelet header.jpg') no-repeat; 
	padding: 6px 0px 0px 0px;
	}

.custom li#text-11 h3 {
	font-family: "Arial Black"; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-size: 15px; 
	letter-spacing: 1px; 
	width: 253px; 
	height: 33px; 
	text-align: center; 
	text-transform: uppercase;
	background: url('http://tachyonlabs.com/wearing-my-heart-on-the-end-of-my-sleeve/images/red bracelet header wide.jpg') no-repeat; 
	padding: 6px 0px 0px 0px;
	}

.custom li#archives-3 h3 {
	font-family: "Arial Black"; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-size: 15px; 
	letter-spacing: 1px; 
	width: 203px; 
	height: 33px; 
	text-align: center; 
	text-transform: uppercase;
	background: url('http://tachyonlabs.com/wearing-my-heart-on-the-end-of-my-sleeve/images/pink bracelet header.jpg') no-repeat; 
	padding: 6px 0px 0px 0px;
	}

.custom li#calendar-3 h3 {
	font-family: "Arial Black"; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-size: 15px; 
	letter-spacing: 1px; 
	width: 253px; 
	height: 33px; 
	text-align: center; 
	text-transform: uppercase;
	background: url('http://tachyonlabs.com/wearing-my-heart-on-the-end-of-my-sleeve/images/blue bracelet header wide.jpg') no-repeat; 
	padding: 6px 0px 0px 0px;
	}

.custom li#text-8 h3 {
	font-family: "Arial Black"; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-size: 15px; 
	letter-spacing: 1px; 
	width: 253px; 
	height: 33px; 
	text-align: center; 
	text-transform: uppercase;
	background: url('http://tachyonlabs.com/wearing-my-heart-on-the-end-of-my-sleeve/images/red bracelet header wide.jpg') no-repeat; 
	padding: 6px 0px 0px 0px;
}

.custom input[type="submit"]

{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 7px;
	border-color: rgba(255, 255, 255, .2) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, .1) rgba(255, 255, 255, 0.2);
	border-style: solid;
	border-width: 3px;
	color: #fff;
	display: inline-block;
	padding: .3em .6em;
	text-decoration: none;
	font-weight: bold;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);*/
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background: #42b2d6;
}

.custom li.jetpack_subscription_widget input[type="submit"]

{
	margin-top: -13px;
	margin-left: 25px;
	margin-bottom: 0px;
}

.custom input#subscribe-field

{
	margin-top: -11px;
	margin-left: 25px;
	display:block;
	width: 171px !important;
}

