/*
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/
*/
.members_only_br {display: block; margin-top: -10px;}

a, h2 a:hover { color:#6D2B06; }

blockquote {
	border-left:1px solid #DEBC85;
}
.author_comment {
	background:#F8EECA;
}
.more-link {
	font-weight:bold;
}

table#wp-calendar caption {
	background:#CBBFA1;
}
table#wp-calendar th {
	background:#CBAF66;
}
.format_text { font-size:12px; }
.format_text p.alert {
background:#F9EBC6;
}
.format_text h3 {
margin-top:6.25px;
}

.custom {
	background-color:#44443F;
}

/* For Chat Room */
#disabled_chat { background-image:url(images/disabled_chat.png); width:897px; height:615px;}
.pfc_message span.pfc_heure { color:#5E5E5E; }
#pfc_container img#pfc_minmax { padding:3px; }
#pfc_container h2#pfc_title { margin-top:0px;color:#fff;background:#000;padding:2px 5px;font-size:130%;font-weight:bold;text-align:center; }


/* Container */
.custom #container {
	width:989px;
	overflow:hidden;
	background-color:#E3D6B4;
}
.custom #container #page {
	background-image:url(images/container_plain.png);
	background-repeat:repeat-y;
	padding:0;
	margin:0;
}

#header_left {
	float:left;
	width:30px;
	height:25px;
	background-image:url(images/header_top.png);
	background-repeat:no-repeat;
	background-position:-1px bottom;
}
#header_top {
	height:38px;
	background-image:url(images/header_top.png);
	background-repeat:no-repeat;
	background-position:-1px -16px;
}
#header_menu {
	background-image:url(images/container_plain.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	position:absolute;
	top:18px;
}

/* Navigation Menu */
ul#tabs {
	margin:0;
	width:720px;
	float:left;
	background:url(images/container_plain.png);
}
ul#tabs, ul#tabs li {
	border-color:#5C3B24;
}
ul#tabs li.current {
	background-color:#E3D6B4; border-bottom:0 none; padding-bottom:1px;
}
ul#tabs li.current a { background:#E3D6B4; }
ul#tabs li a { background:#D5C69E; }
ul#tabs li {
	background-color:#D5C69E;
	border-style:solid solid solid none;
border-width:1px 1px 1px 0;
margin-bottom:-1px;
}
ul#tabs li:hover, ul#tabs li a:hover {
	background-color:#A79563;
}

ul#tabs li a { font-size:11px; padding:6px 9px; color:#111; display:block; line-height:10px; letter-spacing:2px; border:none; }

ul#tabs li a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

/* Search box */
#search_top {
	float:left;
	width:203px;
	font-size:13px;
	padding:1px 0;
	position:absolute;
	left:751px;
	border-bottom:1px solid #5C3B24;
}
#search_top .search_form {
	float:right;
}
#search_top input {
	padding:2px;
}
#search_top .search_form input {
	margin:0;
}

.mc_custom_border form .submit {
text-align:center;
}
.submit input[type="submit"], #search_top input[type="submit"] {
        background:#880000;
        border: 1px solid #000;
        color: #FFF;
	padding:1px 2px;
}

/* Header */
#header #logo, #header #tagline {
	display:none; /*Hide unwanted text*/
}
#header {
	background:transparent url(images/header.png) no-repeat scroll 40% 50%;
	height:181px;
	padding:0px;
	border-bottom:none;
}
/* Date Bar */
#rick_date_bar {
	background-image:url(images/container_plain.png);
	background-position:50% 50%;
	background-repeat:repeat-y;
	text-align:center;
	font-size:12px;
	height:14px;
	padding-bottom:20px;
	width:920px;
	margin:0 auto;
}

#rick_date_bar div {
	border-bottom:1px solid #9F9981;
	border-top:1px solid #9F9981;
	width:28%;
	float:left;
	padding:4px 23px;
}
#rick_date_bar_ltext {
	text-align:left;
}
#rick_date_bar_rtext {
	text-align:right;
}

/* Content box  */

.custom #container #page #content_box {
	background-image:url(images/container.png);
	background-position:50% 50%;
	background-repeat:repeat-y;
	padding:0;
}
#content .post_box .format_text h1, #content .post_box .format_text h2 { font-size: 24px; line-height: 13.33px; }
.custom #container #page #content_box #column_wrap{
	padding-left:30px;
	background:transparent;
/*	border-right:1px solid #A9A087;*/
}
.custom #container #page #content_box #sidebar {
	padding-right:36px;
}
#sidebars {
	width:216px;
}
#column_wrap {
	width:742px;
}

/* Post Content */
#content {
	width:570px;
	float:right;
}
#content .post_box {
	padding-top:5px;
}
.post_box, .teasers_box {
	border:none;
	margin:0 20px;
}
#content .sub_title { border:1px outset #000;font-size:15px;margin:0 20px 0 15px;padding:5px;background:#BFB595;font-weight:bold; }
#content #feature_box {
	margin:0 22px;
	border-bottom:none;
}
.headline_area {
        margin-bottom:10px;
}
.wp-caption { background:transparent; border:0 none; }
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter { margin:0; padding:0 10px 0 0; }

/* Settings for Current Touts */
.category-intraday-trading-notes,
.category-todays-action,
.category-sidebets,
.category-ricks-picks,
.category-links {
	line-height:12px;
}
.category-intraday-trading-notes .headline_area,
.category-todays-action .headline_area,
.category-sidebets .headline_area,
.category-ricks-picks .headline_area,
.category-links .headline_area {
	margin-bottom:0;
}
.category-intraday-trading-notes .headline_area h2,
.category-todays-action .headline_area h2,
.category-sidebets .headline_area h2,
.category-ricks-picks .headline_area h2,
.category-links .headline_area h2 {
	font-size:14px;
	font-weight:bold;
}
.category-intraday-trading-notes .headline_area .headline_meta span,
.category-todays-action .headline_area .headline_meta span,
.category-sidebets .headline_area .headline_meta span,
.category-ricks-picks .headline_area .headline_meta span, 
.category-links .headline_area .headline_meta span {
	display:none;
}
.category-intraday-trading-notes .headline_area .headline_meta,
.category-intraday-trading-notes .headline_area .headline_meta abbr,
.category-intraday-trading-notes .headline_area .headline_meta a,
.category-todays-action .headline_area .headline_meta,
.category-todays-action .headline_area .headline_meta abbr,
.category-todays-action .headline_area .headline_meta a,
.category-sidebets .headline_area .headline_meta,
.category-sidebets .headline_area .headline_meta abbr,
.category-sidebets .headline_area .headline_meta a,
.category-ricks-picks .headline_area .headline_meta, 
.category-ricks-picks .headline_area .headline_meta abbr,
.category-ricks-picks .headline_area .headline_meta a,
.category-links .headline_area .headline_meta,
.category-links .headline_area .headline_meta abbr,
.category-links .headline_area .headline_meta a {
	color:#8b8369;
}
.category-intraday-trading-notes .format_text p,
.category-todays-action .format_text p,
.category-sidebets .format_text p,
.category-ricks-picks .format_text p,
.category-links .format_text p {
	line-height:15px;
	margin-bottom:5px;
}
.category-ricks-picks .format_text img.alignleft, 
.category-links .format_text img.alignleft {
	margin:0 5px 1px 0;
}
.format_text .to_comments {
	margin:0;
}
#comments {
	overflow:hidden;
	margin:0 22px 0 15px;
}
#comments .comments_intro, #comments #respond {
	margin:14px 0 7px 11px;
}
.format_text .to_comments span.bracket, .comments_intro span.bracket, #respond p {
	color:#2E2B24;
}
dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor > .format_text {
	border:0 none;
	background:#BDB497; 
	padding-top:10px; 
}
dl#comment_list dd p.reply a {
	color:#333;
	font-weight:bold;
}
#respond p {
	font-size:18px;
}
.comments_intro p {
	color:#222222;
}
.comment_time a, .edit_comment a {
	color:#940000;
}
.headline_meta, input.form_submit:hover, .headline_meta a {
	color:#880000;
}
.headline_meta {
	font-style:normal;
	text-transform:uppercase;
}
.headline_meta a {
	border-bottom:1px solid gray;
}
#commentform {
	padding-left:12px;
}

/* For No sidebars template */
.no_sidebars #content {
	float:none;
	margin:0 auto;
	width:93%;
}
.no_sidebars #content #comments {
	margin-left:0;
}
/* Hide headline in no sidebars page! */
.no_sidebars #content .post_box .headline_area {
        display:none;
}

#archive_info {
	border-bottom:1px dashed gray;
	margin:0 22px;
}
.prev_next {
	font-size:15px;
	letter-spacing:0;
	font-weight:bold;
	border:0 none;
	margin:0 22px;
}
/* Sidebar 1 */
#sidebar_1 {
	width:160px;
	padding:0 5px;
}
#column_wrap .sidebar ul.sidebar_list {
	padding:0;
}
#rssfeed {
	border-top:1px solid #888888;
	padding-top:10px;
}
#rssfeed a {
	font-size:14px;
}
#rssfeed a img {
	float:left;
	padding:0px 6px 3px 0px;
}

.sidebar h3 {
	font-variant:normal;
	letter-spacing:0px;
	font-weight:bold;
}
li.widget {
	line-height:16px;
	font-size:12px;
	margin-bottom:10px;
}
li.widget .widget_box {
	border:none;
}
li.widget ul {
	list-style-type:disc;
	padding-left:13px;
}
li.widget ul li {
	margin-bottom:0;
}
li.widget ul li a {
	text-decoration:underline;
}
/* Widgets */
#google_ad_leftside {
	text-align:center;
}
ul.sidebar_list  li.widget_recent_entries {
	margin-bottom:30px;
}

/* Sidebar 2 */
#sidebar_2 {
	width:160px;
	padding:0 5px 0 3px;
}
#sidebar_2 ul.sidebar_list {
	padding:0;
}

/* aMember Widget */
#login {
	background:#DACBB4;
	border:1px solid gray;
	padding:5px 0 5px 5px;
}
#login ul {
	padding:0px;
	text-align:center;
}
#loginform {
	font-size:12px;
	text-align:left;
}
#loginform input {
	font-family:Georgia,"Times New Roman",Times,serif;
	padding:1px;
}
#loginform input[type="submit"] {
	background:#880000;
	border: 1px solid #000;
	color: #FFF;
	margin-left:45px;
}
#login h2 {
	font-size:18px;
	padding:5px;
	text-align:center;
}
#login ul li {
	list-style-type:none;
}
#login ul li a {
	font-size:15px;
}

/* Footer */
#footer {
	background:url(images/footer.png) no-repeat;
	width:989px;
	height:35px;
	text-align:center;
	line-height:12px;
	border-top:none;
}

#rick_footer {
	background-image:url(images/container_plain.png);
	background-position:50% 50%;
	background-repeat:repeat-y;
	text-align:center;
	font-size:12px;
	padding-top:10px;
	clear:both;
}

/* Rick's Picks - Current Actionable Open */
#rickspicks_nav {
	line-height:17.5px;
	padding-top: 5px;
	font-size:110%;
}

#rickspicks_nav #rickspicks_nav_left {
	float:left;
	margin-left:20px;
	width:50%;
}

#actionable_advice span, #open_position span {
	color:red;
}

#rickspicks_nav #rickspicks_nav_right {
	float:right;
	margin-right:30px;
	text-align:right;
	width:40%;
}
