/*
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/
*/

body.custom {
	background-color: #000;
	background-image: url(http://a2.twimg.com/a/1268687377/images/themes/theme14/bg.gif);
	background-repeat: repeat;
}

.custom #container {
	margin-bottom: 2em;
	background: none;
	
}

.custom #header {
	border: none;
	padding: 0em;
}

.custom .header-img {
	padding-left: 2em;
	background-color: #F0E021;
	width: 1103px;
}

.custom #page {
    padding: 0;
}

.custom #content_box {
	border: solid 2em #fff;
	background: #fff;
	width: 1051px;
}

.custom #content {
	width: 60em;
}

.custom #feature_box {
	background-image: url(http://www.botshigh.com/wp-content/images/feature-box-bg.jpg);
	border-bottom: solid .3em black;
	padding: 1.5em;
	background-color: #283894;
}

.custom #feature_box p {
}

/* menu */

.custom .menu {
	background: #F0E021;
	border-bottom: solid .3em black;
}

.custom .tab a {
	color: #000;
}

.custom .rss {
	padding-right: 1em;
}

.custom .rss a {
	color: #000;
}

.custom #tabs {
	border: none;
	background: #F0E021;
	width: 1103px;
	padding-top: 2em;
}

.custom #tabs li {
	margin: inherit;
	border-top-width: 0px;
	border: none;
}

.custom ul#tabs li a {
	font-size: 1.3em;
	background-color: #F0E021;
}

.custom #tabs a {
}

.custom #tabs .current_page_item a {
	margin: inherit;
	background: #fff;
}

.custom #tabs .rss {
	border: none;
	background-image: url(http://www.botshigh.com/wp-content/themes/thesis_151/images/icon-rss.gif);
	background-repeat: no-repeat;
	background-color: none;
	padding-right: 1em;
}

.custom #tabs .rss a {
	border: none;
	background-image: url(http://www.botshigh.com/wp-content/themes/thesis_151/images/icon-rss.gif);
	background-repeat: no-repeat;
	background-color: none;	
	padding-right: 1em;
}

/* sidebar */

.custom #sidebars {
	width: 390px;
}

.custom #sidebar_1 {
	width: 195px;
}

.custom #sidebar_2 {
	width: 180px;
}

.custom #pre-sidebar {
	margin-top: 1em;
	background-color:#FFF;
}

.custom #pre-sidebar h3 {
	font-size:1.4em;
	line-height:1.231em;
	padding-bottom: .4em;
	color:#555555;
	font-variant:small-caps;
	letter-spacing:2px;
}

.custom #pre-sidebar h6 {
	font-size: .8em;
}

.custom #pre-order {
	padding: .5em;
	margin-bottom: .8em;
	border-bottom: thin solid #555555;
	font-size: 1.7em;
	text-align: right;
}

.custom .doc-desc {
	font-size: 1.5em;
	padding: 1em;
	margin-bottom: 1em;
}

.custom .doc-name-desc {
	font-size: 1.7em;
	padding: 1em;
	font-variant: small-caps;
	text-align: center;
}

.custom #project-status {
	font-size: 1.4em;
	padding: 1em;
}

.custom #project-status h2 {
	padding-bottom: .5em;
	font-size: 1.3em;
	font-weight:lighter;
}

.custom .current-status {
	font-size: 1.1em;
	padding-bottom: .2em;
}

.custom .future-status {
	color: #999; 
	font-size: 1em;
	padding-bottom: .2em;
}

.custom .social-buttons {
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	letter-spacing: .8em;
}

/* feature box */

.custom #right-buttons {
	float: right;
}

.custom .feature-left-content {
	width: 560px;
	height: 340px;
	padding: 0px;
	margin: 0px;
	margin-right: 0px;
}

.custom #feature-box {
	vertical-align: middle;
	background-color: #F0E021;
	padding-bottom: 1.8em;
	margin-bottom: 2em;
	width: 350px;	
}

.custom #feature-box h2 {
	font-size: 3em;
	text-align: left;
	text-transform: uppercase;
	padding-top: 0.6em;
	margin-right: 0.7em;
	margin-left: 0.7em;
	color: #000;
}

.custom #feature-box a:hover {
	background: #D5C71F;
	color: #FFF;
}

.custom #feature-box p {
	padding-left: 0.9em;
	vertical-align: text-top;
	font-size: 1.4em;
	margin-right: 0.7em;
	margin-left: 0.7em;
}

.custom #feature-box p a {
	color: #000;
	text-decoration: underline;
}

.custom #feature-box p a:hover {
	color: #000;
	text-decoration: none;
}

/* sidebar box */

.custom #sidebar-box {
	vertical-align: middle;
	background-color: #F0E021;
	padding-bottom: 1.8em;
	margin-bottom: 2em;
}

.custom #sidebar-box h2 {
	font-size: 3em;
	text-align: left;
	text-transform: uppercase;
	padding-top: 0.6em;
	margin-right: 0.7em;
	margin-left: 0.7em;
	color: #000;
}

.custom #sidebar-box a:hover {
	background: #D5C71F;
	color: #FFF;
}

.custom #sidebar-box p {
	padding-left: 0.9em;
	padding-bottom: 0.6 em;
	vertical-align: text-top;
	font-size: 1.4em;
	margin-right: 0.7em;
	margin-left: 0.7em;
}

.custom #sidebar-box p a {
	color: #000;
	text-decoration: underline;
}

.custom #sidebar-box p a:hover {
	color: #000;
	text-decoration: none;
}

.custom #sidebars h3 {
	font-size: 1.2em;
}

.custom .post-sidebars {
	padding-top: 2em;
}

/* post */

.custom blockquote {
	font-variant: small-caps;
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
}

.custom a {
	color:#B40000;
}

.custom h2 a {
	color:#000;
}

.custom h5 {
	font-size: 0.6em;
	line-height: 10px;
}

.custom .coffee-donation {
	font-size: 1.1em;
	text-transform: none;
	font-variant: small-caps;
}

.custom .buy-now {
	width: 250px;
}

.custom .feedburnerFlareBlock {
	font-size: 1em;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #333
}