/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the &lt;body&gt; 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 #header {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.custom #header #logo a {
	display:block;
	width:384px;
	height:100px;
	/* insert the file path to your logo below */
	background:url(http://www.dotpublications.com/images/dotlogo.gif) center no-repeat;
	color:#000000;
	text-indent: -9999px;
	padding: 2px 0px;
}

/* Header from Widget Me plugin */
.custom #sidebar_header {
	width: 468px;
	float: right;
	margin-top: -82px;
	padding-right: 11px;
}


.menu {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 2px;
}

/* If you're using Thesis 1.5.1 or older delete this line
.custom ul#tabs a {
	background: #FFFFFF;
	color: #CC0000;
	text-decoration: none;
}

.custom ul#tabs a:hover {
	background: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
}

.custom ul#tabs li.current_page_item a {
	background: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
}
If you're using Thesis 1.5.1 or older delete this line */

/* Layer of Category navigation */
.catnav {
	border-top: 1px solid #DDDDDD;
	border-bottom: 3px solid #CC0000;
	list-style: none;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
}

.catnav li {
	line-height: 30px;
	float: left;
	list-style:none;
}
.catnav li a {
	color: #888888;
	display: block;
	padding: 0 13px;
	font-size: 11px;
	border-right:1px solid #DDDDDD;
}

.catnav li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #CC0000;
}

.catnav li ul {
	display: none;
}

/* Home Page Featured Content Slider */
.hfeed #feature_box {
	padding: 15px 0px;
	background: #FFFFFF;
}

.sidebar h3 {
	color: #FFFFFF;
	background: #CC0000;
	display: block;
	padding: 2px 5px;
}

.sidebar h3 a {
	color: #FFFFFF;
	background: #CC0000;
	display: block;
	background: #CC0000;
	display: block;
	padding: 0px 1px ;
	text-align: left;
}

.sidebar h3 img {
	float: right;
	padding: 0px;
}


.sidebar ul {
	padding: 2px 5px;
}

.under_content h3 {
	color: #FFFFFF;
	background: #CC0000;
	display: block;
	padding: 2px;
	text-align: center;
	width: 500px;
	float: left;
}

.under_content ul, .sidebar_footer ul, .sidebar_header ul {
	list-style: none;
}

.under_content_list .textwidget {
	padding: 5px 0px;
	width: 500px;
	float: left;
}

/* author comments */
dl#comment_list .bypostauthor {
	background: #EFEEE4;
}

/* Create Footer Border */
.custom #footer {
	border-top: 3px solid #CC0000;
}

/* Footer from Widget Me plugin */
.custom #content_footer {
	margin: 15px;
	text-align: center;
}

/* Added Author avatar */
.custom .title-avatar {float:left; width:5em; margin-right:1em;}

/* Added Remove Comments  Closed message */
.custom .comments_closed {display: none;}

/* Added for Article Directory Layout */
#categories {
	margin: 15px 0 5px;
}
* html #categories {height: 1%;}
#categories:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#categories .column {
	float: left;
	width: 175px;
	margin-right: 5px;
}
#categories li {
	list-style: none;
	line-height: 17px;
}
#categories li ul {
	margin: 2px 0 10px;
}
#categories li li {
	font-size: 1.25em;
	background: url(i/arrow.gif) 9px 7px no-repeat;
	padding: 0 0 0 19px;
}
#categories li div {
	padding: 3px 5px;
	font-weight: bold;
	text-transform: uppercase;
	background color: #CC0000;
	border: 2px solid #EEE;
}
#categories li li ul {
	margin: 2px 0 2px -7px;
}
#categories li li a {
	color: #808080;
}
#categories li li a:hover {
	color: #AA0001;
}

/* Remove From Category Archives Text */
#archive_info {display:none;}

/* Sidebar Teasers mods */
#sidebars .teaser { width: 20em;}
#sidebars .format_teaser p { font-size: 12px; }

/* Teaser to show in single column */
.custom .teaser {
   width: 100%;
   margin-top: 2em;
   padding-top: 2em;
   border-top: 1px dotted #bbb;
   text-align: justify;
}
.custom .teasers_box {
   padding-top: 0;
   padding-bottom:0;
   border-top: 0;
}

/* Remove comments are closed */
.custom .comments_closed {display: none;}
.custom .to_comments {display: none;}


/* Reduce Spacing bweteen teasers */
.custom .teaser .format_teaser {
   margin-bottom:4px;
   margin-top:4px;
}

/* Custome Teaser Color Title */
.custom .teasers_box h2 a {
  color: red;
}
.custom .teasers_box h2 a:hover {
  color: red;
}

/* Style Archive dropdown widget */
.custom li.widget_archive select {
   border: 1px solid red;
   color: #CC0000;
   font-size: 1.5em;
}

/* Position the Search Box */
.custom #s {font-size:12px; position:relative; float:right; margin-top:1em; background:#EEEEEE; color:#000000; padding:0.2em; width:200px;}
.custom widget thesis_widget_search {background:#fff;}

/* Added Custom Author Info Box */
.postauthor {background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em;}
.postauthor img {border: 1px solid #e2dede; float: left; margin-right: 1.5em;}
.postauthor h4 {color: #666; font-size: 2em; margin-bottom: 5px;}
.postauthor p {color: #515151; font-size: 13px; margin-bottom: 12px;}
.postauthor p.hlight {font-size: 11px; text-transform: uppercase;}
.postauthor p.hlight span {color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px;}

/* Added Submit Articles Promo */
#powered_by h3, #rightcol h3 {font-size: 1.8em; letter-spacing: normal; padding-top: 15px;}
#powered_by {background: #FFFBCC; border: 1px solid #E6DB55; float: left; margin: 5px; padding: 19px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; width: 45%;}
#powered_by img {border: 0px solid #e2dede; float: right; margin-right: 1.5em;}
#powered_by {float: left; width: 93%;}
#powered_by p {font-size: 11px; line-height: 1.5em; padding: 10px 1em 10px 0;}
#powered_by h3 {padding: 0;}
#powered_by ul {list-style-position: inside; list-style-type: square; margin-left: 1em;}
#powered_by ul a {border-bottom: 1px solid #CB3131; font-size: 14px;}
#powered_by ul a:hover {border: 0;}
#powered_by li {margin-bottom: 10px;}
