/*
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/
*/
* {
	font-family:Verdana, Geneva, sans-serif !important;
}
body {
	background:url(images/BG.gif) repeat;
}
a, a:link {
	color:#A92D23;
	text-decoration:none;
}
a:hover, h2 a:hover, #logo a:hover {
	color:#ebab00;
}
.custom #inner_body {
	background:url(images/stars-centered.png) no-repeat 0 0;
}
.custom #header {
	width:877px;
	height:127px;
	padding:0;
}
.custom #search {
	margin-left:675px;
	margin-top:60px;
	position:absolute;
	z-index:999;
}
.custom input.text_input {
	width:245px;
	height:17px;
}
.custom .headline_area h1 {
	font-weight:bold !important;
}
/*---:[ nav colors ]:---*/
.menu, .menu a, .menu li ul {
	border-color: #DDDDDD;
}
.menu .current a, .menu .current-cat a {
	border-bottom-color: #DDDDDD;
}
.menu ul .current a, .menu ul .current-cat a, .menu .current ul a, .menu .current-cat ul a {
	border-bottom-color: #DDDDDD;
}
.menu a, .menu .current ul a, .menu .current-cat ul a {
	color: #fff;
	background: #A92D23;
}
.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover {
	color: #A92D23;
	background: #fff;
}
.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover {
	color: #A92D23;
	background: #FFFFFF;
}
.menu .current-parent > a, .menu .current-cat-parent > a {
	color: #fff;
	background: #A92D23;
}
.menu .rss a, .menu .rss a:hover {
	background:url("../lib/images/icon-rss.gif") no-repeat scroll 100% 50% transparent;
	border:medium none;
	color:#A92D23;
	padding-right:16px;
}
#header {
	border-width:0;
}
#header {
	padding-bottom:0;
	padding-top:0;
}
#container {
	margin:0 auto;
	width:980px;
}
#page {
	padding:0 52px 2.2em;
}
.more-link, .teaser_link {
	background:none repeat scroll 0 0 #A92D23;
	border:1px solid #FFFFFF;
	color:#FFFFFF !important;
	display:block;
	padding:2px 3px;
	text-align:center;
	text-decoration:none !important;
	width:130px;
}
.more-link:hover, .teaser_link:hover {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #A92D23;
	color:#A92D23 !important;
	display:block;
	padding:2px 3px;
	text-align:center;
	text-decoration:none !important;
	width:130px;
}
#custom_box {
	height:100px;
}
ul.subscribe_icons {
	list-style:none;
	margin-left:25px;
}
ul.subscribe_icons li {
	float:left;
	margin:0 15px;
}
ul.subscribe_icons li.first {
	margin-left:0;
}
ul.subscribe_icons li.last {
	margin-right:0;
}
ul.subscribe_icons li a {
	display:block;
	padding:50px 0 0;
	text-align:center;
}
.subscribe_twitter {
	background:url(images/Twitter-icon.png) no-repeat scroll 0 0;
	width:48px;
	height:48px;
}
.subscribe_rss {
	background:url(images/Feed-icon.png) no-repeat scroll 0 0;
	width:48px;
	height:48px;
}
.subscribe_email {
	background: url(images/Email-icon.png) no-repeat scroll 0 0;
	width:48px;
	height:48px;
}
#sidebar-tabs {
	padding-bottom:10px;
	float:left;
	margin-bottom:20px;
}
#sidebar-tabs ul#tab-nav {
	float:left;
	width:100%;
}
#sidebar-tabs ul#tab-nav li {
	background:none repeat scroll 0 0 #FFFFFF;
	border-left:1px solid #BBBBBB;
	border-right:1px solid #BBBBBB;
	border-top:1px solid #BBBBBB;
	float:left;
	margin-bottom:0;
	margin-right:1px;
	padding:5px 12px;
}
#sidebar-tabs ul#tab-nav li.last {
	border-right:1px solid #bbb;
}
#sidebar-tabs ul#tab-nav li a {
	border:medium none;
	display:block;
	outline:medium none;
	text-align:center;
	text-decoration:none;
	color:#A92D23;
}
#sidebar-tabs ul#tab-nav li.active, #sidebar-tabs ul#tab-nav li:hover {
	background:#4f5559;
	color:#fff;
}
ul.tab-content {
	float:left;
	padding:0 10px 0;
	border:2px solid #4f5559;
	background:#fff;
}
#sidebar-tabs ul#tab-nav li.active a, #sidebar-tabs ul#tab-nav li:hover a {
	color:#fff;
}
h3, h3 span {
	color:#A85923 !important;
}
ul.tab-content li {
	border-bottom:1px solid #BBBBBB;
	padding:5px 0;
}
ul.tab-content li.last {
	border-bottom:none;
}
.custom .menu {
	margin-bottom:20px;
}
.custom .sidebar h3, .custom .custom_box h3 {
	border-top:1px solid #A85923;
	font-weight:bold;
	font-variant:normal;
	letter-spacing:1px;
	font-size:1em;
	line-height:1.385em;
	margin-bottom:0.692em;
}
.custom li.tweet-widget {
	background:none repeat scroll 0 0 #FFFFFF;
	border-color:#A85923 -moz-use-text-color;
	border-style:solid none;
	border-width:2px medium;
	clear:both;
	margin-left:-10px;
	padding:10px;
	width:256px;
}
.custom .custom_box {
	border:none;
}
.custom .post_share {
	background:none repeat scroll 0 0 #FFFFFF;
	float:left;
	margin-left:-31px;
	margin-right:10px;
	position:relative;
}
.custom #sidebars {
	background:#EEEEEE;
}
.custom h2 a, .custom h2 a:link {
	color:#111;
	font-weight:bold;
}
.custom .prev_next {
	border-style:solid;
	color:#666666;
	letter-spacing:1px;
	text-transform:none;
}
.custom #content_box {
	background:none;
}
.custom input, textarea {
	background:none repeat scroll 0 0 #FFFFFF;
}
.custom li.tweet-widget h3 {
	border-top:none;
	background:url(images/Twitter-icon-mini.png) no-repeat;
	padding-left:25px;
}
.center {
	text-align:center
}
.logos {
	margin:10px 0;
}
.custom .headline_area .avatar {
	float:left;
	border:3px solid #ddd;
	margin-right:1em;
}
.custom .connect_widget_not_connected_text {
	display:none !important;
}
.format_text p:first-child {
	clear:both
}
.aligncenter_sidebar{
	clear: both;
	display: block;
	margin:auto;
	width: 100px;
}