/*
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/
*/

/*my custom background*/
body.custom {
    background: #000000;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #996600;
    border: 0.4em solid #996600;
}

.custom #page {
    background: #fff;
}
/*Remove padding above and to left of header*/
.custom #header { padding-top: 0; padding-left: 0; }

/*When images are left-aligned add no extra space to the left, top, or bottom but 1em space to the right*/
.custom img.alignleft { margin: 0 1em 0 0; }

/*Separate list items by 5px space in the content area &#8211; does not affect list items in sidebars*/
.custom #content li { padding-bottom: 5px; }

/*Reduce the space between widgets in the sidebars*/
.custom li.widget { margin-bottom: 5px; }

/*mycustom header*/
.custom #header #logo a { display: block; height: 186px; width: 386px; background: url('http://nollywoodpost.com/wp-content/themes/thesis_151/images/nplogoSMALL.jpg') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; } .custom #header { padding: 0; }
.custom #header {border-bottom:none;background-color : #000000; }
.custom #header_area .page {padding-top:0;}

/*Custom Navigation Menu*/
.custom ul#tabs {border-bottom:none; border-left:none; background:#000000;}
.custom ul#tabs li {margin-bottom:0; border:none; background:none}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0; background:#996600}
.custom ul#tabs li.rss {color: #ffffff; font-size: 16px; }
.custom ul#tabs li a {color: #ffffff; font-size: 14px; font-weight:bold; }
.custom ul#tabs li a:hover {text-decoration:none; background:#996600}
.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {#996600}
.custom ul#tabs li.current_page_item a:hover {text-decoration:none; background:#996600; font-weight: bold; }, .custom ul#tabs li.current-cat a:hover {text-decoration:none; background:#996600; font-weight:bold; }

/*mysidebar and content background colour*/
.custom #content_box {background-color:#fff;}
.custom #content {background-color:#fff;} 

/*my colour of article heading*/
.custom h3 {
color:#897E7C;
}

/* Remove category archive text*/
#archive_info {display:none;}

/* Re-style the author and children comments */
.custom dl#comment_list .bypostauthor { background: transparent; } /* Reset Thesis default */
.custom dl#comment_list dd { padding-top: 0; } /* Reset Thesis default */
.custom dl#comment_list dd,
   .custom dl#trackback_list dd { padding-left: 0; } /* Reset Thesis default */
.custom dl#comment_list dl dd .format_text { margin-bottom: 0; } /* Reset Thesis default */
.custom dl#comment_list dd div,
   .custom dl#trackback_list dd div { padding-left: 0.9em; }
.custom dl#comment_list dl dd div { padding-left: 1.5em; }
.custom dl#comment_list dt.bypostauthor,
   .custom dl#comment_list dd.bypostauthor>div { background: #E7F8FB none repeat scroll 0 0; }
.custom dl#comment_list dl.children { background: #FFF; padding-left: 1em; padding-top: 1em; }
.custom dl#comment_list dl.children dt { padding-top: 1em; }
.custom dl#comment_list p.reply { margin-bottom: 1em; }

/*my Custom footer*/
#footer div.col {
float:left;
margin:5px 3px 0 0;
padding-left:10px;
text-align:left;
width:29em;
}
/*my custom footer background color*/
.custom #footer {border-bottom:none;background-color : #000000; }
.custom #footer_area .page {padding-top:0;}

/*colored post widgets*/
#random-posts li {
	background: #FFFBCC;
	border: 1px solid #E6DB55;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px;
        overflow: hidden;
}
#popular-posts li {
	background: #FFFBCC;
	border: 1px solid #E6DB55;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px;
        overflow: hidden;
}
#recent-posts li {
	background: #FFFBCC;
	border: 1px solid #E6DB55;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px;
        overflow: hidden;
}
#recent-comments li {
	background: #FFFBCC;
	border: 1px solid #E6DB55;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px;
        overflow: hidden;
}
/*styling the posts*/
#popular-posts img { float: left; padding-right: 8px; }
#popular-posts div.right { color: #baaf2e; float: right; font-size: 11px; text-transform: uppercase; }
/*random post*/
#random-posts img { float: left; padding-right: 8px; }
#random-posts div.right { color: #baaf2e; float: right; font-size: 11px; text-transform: uppercase; }
/*recent posts*/
#recent-posts img { float: left; padding-right: 8px; }
#recent-posts div.right { color: #baaf2e; float: right; font-size: 11px; text-transform: uppercase; }
/*recent comments*/
#recent-comments img { float: left; padding-right: 8px; }
#recent-comments div.right { color: #baaf2e; float: right; font-size: 11px; text-transform: uppercase; }
/* Featured Post Formatting */
.custom #my-feature-box { font-family: Helvetica,Arial,sans-serif; color: #222222; background: #aaaaaa; padding: 22px 15px 22px 15px; background: url(i/featured.gif); }
.custom #my-feature-box h2 { font-family: Georgia,"Times New Roman",Verdana; font-size: 2.2em; margin: 0 0 15px 0; }
.custom #my-feature-box h2 a { color: #000000; text-decoration: none; }
.custom #my-feature-box h2 a:hover { color: #000000; text-decoration: underline;}
.custom #my-feature-box p { font-size: 1.4em; line-height:1.571em; text-align: justify;}
.custom #my-feature-box .featurereadmore { padding: 22px 0 0 0; }
.custom #my-feature-box .featurereadmore a { font-size: 14px; text-decoration: none; }

/*myCustom date and calendar*/
.custom .calendaricon {float: right;
margin-top: -1em;}
.custom .month {text-transform: uppercase;
font-family: georgia;
margin-top: -5.1em;
margin-left: 1.2em;}
.custom .day {font-family: georgia;
margin-left: 1.99em;
padding-top: .3em;
padding-bottom: 2.2em;}
.custom .year {font-family: georgia;
margin-left: 1.1999em;
margin-top: -2.2em;}

/*widget headline title color*/
.custom .sidebar h3 { color: #3e3e40; font-weight: bold ;}

/*my custom red banner widget*/
.custom #widget_content {
background: #fff;
color: #111;
padding-left: 1em;
-moz-border-radius:5px;
-webkit-border-radius:5px ;
border-radius:5px ;
padding: 1em 0em 1em 1em;
border: 4px solid #996600;
}

.custom #widget_content .widget_icon {
float: right;
margin-right: 0.5em;}

.custom li.widget .my_widget_header {
background: #996600;
-moz-border-radius:5px;
-webkit-border-radius:5px ;
border-radius:5px ;
}

.custom li.widget .my_widget_header h3 {
color: #111111;
font-size: 1.5em;
text-align: center;
}

/*space between headline and post*/
.custom .headline_area { margin-bottom: 0.5em; }