/*
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/
*/

/* Original Blue Color: #23-61-a1 */

#logo {display:none;}
#header {min-height: 124px;}
#tagline {margin-left: -2000px;}

/* PAGE SHADOW */

/* body {
	background:#E9E9E9 url('/wp-content/themes/thesis_18/custom/images/background.gif') repeat-x scroll 0 0;
} */

a { text-decoration: none !important; }
a:hover { text-decoration: underline !important; color: #800000 !important;}

.entry-content a { 
	text-decoration: underline !important; 
/*	border-bottom: 1px solid #036 !important;*/
	}
.entry-content a:hover { 
	text-decoration: underline !important;
	color: #800000;
/*	border-bottom: 1px solid #800000 !important;*/
	}

/* .custom #page {
background:transparent url('/wp-content/themes/thesis_18/custom/images/shadow.png') repeat-y scroll 0 0;
padding: 0 10px;
} */

/* HEADER */

.custom #header {
	border: none;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	background: #fff;
	background-image: url('/wp-content/uploads/2013/11/TLFMasthead.jpg'); 
	background-repeat: no-repeat;
	}
	

/* CONTENT BOX */

.custom #content {
	border-right: 1px solid #ddd;
/*	padding-left: 1em;*/
}

.custom #content h1 {
	margin-bottom: .5em;
}

.custom #content_box {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 3px solid #ddd;
	background: #fff;
}

.custom .post_box {
    padding-left: 1em;
}


	
/* NAV BAR */

.custom .menu { 
	font-size: 1em; 
	border-top: none;
	border-bottom: 2px solid #4B4B4B;
	border-right: none;
	border-left: none;
	background: #fff;
	}

.custom .menu li.tab {
	margin-bottom: 0; 
	background: #fff; 	
	border-bottom: none;
	border-left: none;
	border-right: 1px dotted #ddd;
	border-top: 1px solid #fff;
	}
.custom .menu .current_page_item, .menu .current-cat { 
	padding-bottom: 0; 
	background: #fff; 
	border-bottom: 0;
	}
.custom .menu a { 
	display: block; 
	line-height: .75em; 
	color: #333; 
	text-transform: lowercase; 
	letter-spacing: 1px;
	background: none;
	}
.custom .menu a:hover { 
	text-decoration: underline; 
	background: none;
	}
.custom .menu .current_page_item a, .custom .menu .current-cat a { 
	background: #fff; 
	font-weight: bold;
	}
.custom .menu .rss { 
	padding-right: 5px; 
	border-right: none;
	}
.custom .menu .rss a {
	margin-right: 5px; 
	padding-right: 15px; 
	background: url('/wp-content/themes/thesis_18/custom/images/icon-rss.gif') 100% 50% no-repeat; 
	color: #333;
	}
.custom .menu .rss a:hover {
	text-decoration: underline;
	} 
	
/* MAIN */

.custom h1.entry-title {
	font-family: 'Montserrat', Helvetica, Arial, serif;
	margin-bottom: 1px !important;
}
.custom h2.entry-title {
	font-family: 'Montserrat', Helvetica, Arial, serif;
	margin-bottom: 3px;
}
.custom h2.entry-title a:hover {
	color: #111;
}
.custom #content h1 {
	font-family: 'Montserrat', Helvetica, Arial, serif;
}
.custom #content h4 {
	font-family: 'Montserrat', Helvetica, Arial, serif;
	font-size: 1em;
	margin-bottom: .5em;
	letter-spacing: none !important;
}

.custom blockquote {color: #444;}

/* TEASERS */

.custom .teaser {
	width: 100%;
	border-top: 1px dotted #BBB;
	padding: 2em 0 1em 0;
	}
	
.custom .teaser p {
	margin-bottom: -6px;
	}
	
.custom .teaser img {
	border: 1px solid #eee;
}

.custom .teasers_box {
	border-top: none;
	padding: 0;
	}
	
/*.custom .teasers_box h2 a { color: #903; }*/
.custom .teasers_box h2 a:hover { color: #111; }
	
/* SIDEBARS */

.custom .sidebar h3 {
	font-family: 'Montserrat', Helvetica, Arial, serif;
	font-weight: bold;
/*	font-variant: normal;*/
	text-transform: uppercase;
	letter-spacing: 0;
	color: #000;
	margin-bottom: 1em;
	}
	

.custom #sidebar_1 ul.sidebar_list {
	padding-left: 1em;
	padding-right: 1.5em;
}

.custom .sidebar li.widget.widget_categories a {color: #888;}
.custom .sidebar li.widget.widget_categories a:hover {color: #000;}


/*.custom #sidebar_2 li {padding-bottom: .25em !important;}*/



/*
.custom #sidebar_1 { 
	background-color: #eee;
	border-bottom: 1px solid #ddd;
	}
*/

/*.custom #sidebar_1 .widget {
	padding-bottom: 10px;
	margin-bottom: 15px;
}*/
	

.custom .sidebar ol li, .custom .sidebar ul li {
	list-style-type: none;
	padding-bottom: 1em;
}

.custom .sidebar .textwidget ul li {
	border-bottom: 1px dotted #ddd;
    padding-bottom: .5em !important;
}

.custom #sidebar_1 ol li, .custom #sidebar_1 ul li {
	padding-bottom: 0;
}

.custom .sidebar .akpc-widget ol li span {
	display: none;
}

.custom #sidebar_2 .widget {
	padding-bottom: 24px;
	margin-bottom: 1.5em;
}*/

/* .custom div.textwidget ul li {
	border-bottom: 1px dotted #ddd;
} */

/* WIDGET-SPECIFIC MODS */

a.delicious_title_link {
	text-decoration: none !important;
	color: #333 !important;
	cursor: pointer !important;
}

.dsq-widget-item img {
	display: none;
}
.dsq-widget-item a {
	font-weight: normal !important;
}

.dsq-widget-item {
	margin-top: 0 !important;
}

.dsq-widget-meta {
	display: none;
}

.active_authors ul li a {
	text-decoration: none;
}

.more-authors a {
	color: #000;
	text-decoration: none !important;
	border-bottom: 1px dotted #ccc;
}

.more-authors a:hover {
/*	color: #903;*/
	text-decoration: underline !important;
}

/* AUTHO BIO BOX */
.custom #comments { clear: both; }
.postauthor { 
	background: #f9f9f9; 
	padding: 1.25em 2em; 
	margin-top: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	line-height: 1.5em;
	margin-bottom: 1em;
	}
.postauthor img { border: 1px solid #bbb; float: left; margin-right: 1.5em; }
.postauthor h2 {font-size: 13px; font-weight: bold;}
.postauthor p { 
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-size: 12px; 
	line-height: 1.5em; 
	margin-bottom: .5em;
	}
.postauthor a:hover {text-decoration: underline; }

/* ORIGINALLY APPEARED BOX */

.originally {
	font-family: Verdana;
	font-size: 11px;
	padding: 1em 1.25em;
	border-bottom: 1px solid #ddd;
	font-style: italic;
}
.originally a:hover {text-decoration: underline; }

/* COMMENTS */

#disqus_thread {
	margin: 0 2em;
}

#dsq-content {
	/*border-top: 1px solid #ddd;*/
	padding: 10px 20px 0 20px !important;
	margin-top: 20px;
	line-height: 1.5em;
}

.dsq-comment-header {
	margin-bottom: .5em !important;
}

.dsq-brlink {
	display: none;
}

.custom .to_comments {
	font-size: 1em;
	margin-top: -5px;
	text-align: center;
}

.custom .to_comments .metaline {
	font-size: 11px;	
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 35px;
}

.akpc_pop {display:none;}

#dsq-content h3 {
	font-weight: bold;
	padding: 1em 0;
}

/* NEWS PAGE */

.news-box {
	width:100%;
	border-top: 1px dotted #BBB;
	padding: 20px 0 20px 0;
	display: block;
	clear: both;
}

h2.news-title {
	font-size: 16px;
	line-height: 22px;	
}

h2.news-title a {
/*	color: #903;*/
}

h2.news-title a:hover {
	color: #111;
}

.news-author {
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 16px;
	color: #888;
}

.news-entry {
	font-size: 12px;
	line-height: 18px;
	color: #111;
	display: block;
	margin-top: 9px;
}

.news-entry img {
	margin: 0 10px 10px 0;
	height: 66px;
	width: 66px;
	border: 1px solid #eee;	
}

/* AUTHOR PAGES */

#author_info {
	border-bottom: 1px dotted #888;
	padding-bottom: 1em;
	margin: 4px 20px;
	overflow: hidden;
}

#author_info h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 30px;
	color: #111;
	margin: .5em 0;
}

#author_info p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-transform: none;
	letter-spacing: 0;
}

#author_info img {
	float: right;
	border: 1px solid #bbb;
	margin-left: 1.25em;
	margin-bottom: 1em;
}

#author_info h1 img {
	float: none;
	border: none;
	margin-left: 0;
	margin-bottom: 0;
}

/* CATEGORY PAGES */

#category_info {
	border: none;
	margin: 4px 20px;
	overflow: hidden;
}

#category_info h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 30px;
	color: #111;
	margin: .5em 0;
}

#category_info p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-transform: none;
	letter-spacing: 0;
}

#category_info h1 img {
	float: none;
	border: none;
	margin-left: 0;
	margin-bottom: 0;
}

.category_podcast {
	margin-bottom: 16px;
}

/* ARCHIVES PAGES */

.custom #archive_info {display:none;}

#archiveS_info {
	border: none;
	margin: 4px 20px;
	overflow: hidden;
}

#archiveS_info h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 30px;
	color: #111;
	margin: .5em 0;
}

#archiveS_info p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-transform: none;
	letter-spacing: 0;
	margin: 15px 20px;
}

#smart-archives-block a, #smart-archives-list a {
/*	text-decoration: none;*/
}

#smart-archives-block a:hover, #smart-archives-list a:hover {
/*	text-decoration: underline;*/
}

#smart-archives-block {
	list-style-type:none;
	margin-left: 0;
}

#smart-archives-list h2 {
	font-family: 'Montserrat', Helvetica, Arial, serif;
}

#smart-archives-list ul li {
	font-size: 14px;
	margin-bottom: 6px;
}

/* PREV-NEXT LINKS */

.custom .prev_next {
	border-top: 1px dotted #ddd;
}

/* FOOTER */

.custom #footer {
	background: #e9e9e9;
	margin: 0 -10px;
}

/* FORM INPUTS */

.custom input, .custom textarea { background: #fff; }


/* PHOTO DROPPER */

.custom .photo_left, .custom .photo_right {
	background: #FAFAFA;
	border: none;
	color: #888;
	padding: .5em;
}

.custom .photo_center {
	clear: both;
	color: #888;
	float: none;
	margin-bottom: 1.571em;
	text-align: center;
}

.custom .photo_left {
	clear: left;
	float: left;
	margin-right: 1.571em;
	text-align: left;
}

.custom .photo_right {
	clear: right;
	float: right;
	margin-left: 1.571em;
	text-align: right;
}

.custom .photo_center img {
	background: #eee;
	border: 0.071em solid #ccc;
	margin-bottom: -2.714em;
	padding: 0.714em 0.714em 2.714em 0.714em;
}

.custom .photo_center small a img {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

.custom .photo_center small a, .custom .photo_left small a, .custom .photo_right small a {
	color: inherit;
	text-decoration: none;
}

/* SHARE SECTION */

.agg_post_meta { 
	line-height: 2em; 
	vertical-align: middle;
	height: 2em; 
	width: 600px; 
	text-align: left; 
	margin: 2em 0 2em 0; 
	}

.agg_post_meta .hed { 
	float: left; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	margin-right: 5px; 
	padding-top: 2px;
	}

.agg_post_meta .more, .comments, .subj_hed { 
	float: left; 
	margin-right: 7px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #666;
	}

.agg_post_meta .comments {
	text-transform: uppercase;
	font-weight: bold; 
	border-left: 1px solid #ccc; 
	margin-left: 5px; 
	padding-left: 5px; 
	color: #333;
	float: left;
	}

.agg_post_meta .comments a {
	color: #333;
	margin-top: 5px;
	border-bottom: none !important;
}

.agg_post_meta .comments a:hover {
	text-decoration: underline;
		border-bottom: none !important;
	}

.agg_post_meta a { 
	float: left; 
	display: inline-block; 
	line-height: 100%; 
	margin: 3px 5px; 
	text-decoration: none;
	border-bottom: none !important;
	}

.agg_post_meta .bubble {  
	float: left; 
	padding: 2px 5px 0 10px;
	}

	
/* MORE LINK */

.custom a.more-link {
	display: block;
	margin: 2em 0 3em 0;
	text-decoration: none;
	border-bottom: 0 !important;
	text-decoration: none !important;

}

.custom a.more-link strong {
	border: 3px solid #ddd;
	padding: .5em;
	text-decoration: none !important;
}

/* POPULAR COMMENTS BOX */

div.dsq-combo-box h3 {
	font-size: 14px !important;	
	color: #000 !important;
}

#dsq-combo-logo {display: none;}

div.dsq-combo-box { 
	background: #fff !important;
	}
	
#dsq-combo-tab-people {
		display: none !important;
	}

#dsq-combo-tab-recent {
		display: none !important;
	}

li.dsq-active {
		display: none !important;
	}

div.dsq-combo-box {
		padding: 0 !important;
	}


li.dsq-clearfix {
		border-style: 1px dotted #dddd !important;
		margin-bottom: 0 !important;
		padding-bottom: .5em !important;
	    padding-top: .5em !important;
	}
	
li cite a { font-weight: bold; font-size: 13px;}

/* AUTHOR LIST PLUGIN */
.shortcode-show-avatar {
  padding: 2px;
  background-color: #eee;
  border: 1px solid #ccc;
}

.user {
	margin-bottom: 1em;
}