/*  
Theme Name: DayDull Custom
Theme URI: http://daydull.com
Description: A child theme for Mimbo
Version: 2.1
Author: daydull / mimbo
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Template: mimbo

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/


@import url("../mimbo/style.css");


/*HTML*/

body {
	background-image:url('images/bg_bluegrad_repeat.jpg');
	background-repeat: repeat;
}
	
#bodyrepeatbluegradbg {
	background-image:url('images/bg_blackblue_top1.jpg');
	background-repeat: repeat-x;
}

a, a:visited {
	color:#7DA939;
	text-decoration:none;
	}	
	
a:hover, a:active {
	color:#333333;
	text-decoration:underline;
	}


/*Structure*/

#wrapper {
	background:#FFF;
	font-size:0.75em;
	padding:0 0px 60px 0px;
	/* border-bottom:1px solid #cac8c2; */
	/* border-right:1px solid #cac8c2; */
	/*was in use by me border:none    	padding:0 25px 60px 25px;        */
	}

#masthead {
	padding:0px 30px 0px 30px;
	border-bottom:1px solid #607b88;
	/* background:#009966;   */
	/* background:white; */
	background-image:url('images/header_blue.jpg');
	/*was in use by me border:none          */
	height:99px;
	width:900px;
	}

#content {
	width:620px;
	float:left;
	padding-left:27px;
}


/*Page Nav (HomeAbout at top)*/

#nav, #nav * {
	list-style: none;
	z-index:1;
	line-height: 1.0;
	}

#nav li {
	float: right;
	list-style:none;
	color:#3f4a4f;
	margin-left:10px;
	position:relative;
	}
	
	
#nav a, #nav a:visited {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size:1.4em;
	color:#666 !important;
	background:#000 !important;
	padding:0px 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 22px;
	padding-right: 22px; 
	}
	/*Note about above-black bar at top is a bg. padding right above here gives that spacing*/
	
#nav a:hover {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size:1.4em;
	color:#FFF !important;
	}
	
#nav a:active {
	background:#000 !important;
	}
	
#nav li.current_page_item a, #nav li.current_page_item a:visited {
	color:#CCC !important;
	}

#nav li li.current_page_item a, #nav li li.current_page_item a:visited {
	color:#999 !important
	}



/*Cat Nav(gaming news rants etc categories. be sure to edit the A: links    color:#4c4b46 !important; */
	
#nav-cat {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url('images/bg_color_blue.jpg');
	background-repeat: repeat;
	border:none !important;
	color:#4c4b46 !important;
	}

#nav-cat a, #nav-cat a:visited {
	text-transform:lowercase;
	letter-spacing: -.03em;
	font-size:1.5em;
	color:#4c4b46 !important;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	border:none !important;
	color:#4986af !important;
	}

#nav-cat a:hover, #nav-cat a:active {
	color:#9cc !important;
	}
	
#nav-cat li li a, #nav-cat li li a:visited {
	color:#4c4b46 !important;
	}	

#nav-cat li li a:hover, #nav-cat li li a:active {
	color:#9cc !important;
	}
	




/*Headers*/

/* h1 is big text in posts */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight:bold;
	letter-spacing:-0.01em;
	padding:0px 0px 0px 0px;
	float:left;
	clear: left;
	}
	
	

/* h3 is sidebar widget titles */
h3 {
	font-size:1.3em;
	letter-spacing:-1px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url('images/bg_color_blue.jpg');
	background-repeat: repeat;
	text-transform:uppercase;
	margin:25px 0 5px 0;
	color:#4c4b46;
	padding:0px 0 0px 0px;
	border-top:0px solid #d7d7d7;
	border-bottom:1px solid #4c4b46;
	background:none;
	}

.entry h3 {
	text-transform:none
	}
	
h101 {
	text-transform:uppercase;
	font-size:0.7em;
	letter-spacing:1.2em;
	font-weight:bold;
	}

/* h4 is article titles in content */	
h4 {
	font:bold 1.3em Georgia, "Times New Roman", Times, serif;
	margin-bottom:-10px;
	}
	
/* this h5 is the standard version in the main mimbo theme */		
h5 {
	font: 0.8em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:0.15em;
	padding:4px 8px;
	margin-bottom:5px;
	background:#f5f3ee;
	border-top:1px solid #d7d7d7;
	}
	
/* .post h5 is my version of just plain small text in posts */	
.post h5 {
	text-transform:none;
	letter-spacing:0.03em;
	padding:0px 0px;
	margin-bottom:0px;
	background:none;
	border-top:none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 110%;
	font-weight: normal;
	font-style: normal;
	font-size: 0.9em;
}

.post h6 {
	font-family: Georgia, "Times New Roman", Arial, Helvetica, sans-serif;
	line-height: 100%;
	font-weight: normal;
	font-style: normal;
	font-size: 0.9em;
	}

	
	
			

/*Content Styles*/

/* this changes links in sidebar */
#sidebar a, #sidebar a:visited,
.archive-list h4 a, .archive-list h4 a:visited,
.commentcount a, .commentcount a:visited, 
#fullarchive a, #fullarchive a:visited, 
#more-posts a, #more-posts a:visited {
	color:#333333 !important;
	text-decoration: none;
	/*font: "Trebuchet MS"; 
	font-size:0.9em;
	font-weight: 900;*/
	
	/* font:1.0em Georgia, "Times New Roman", Times, serif; */
	font:0.9em Arial, Helvetica, Sans-serif;
	}
	
/* recent posts, archive, etc article titles */
.archive-list h4 a, .archive-list h4 a:visited,
.commentcount a, .commentcount a:visited, 
#fullarchive a, #fullarchive a:visited, 
#more-posts a, #more-posts a:visited {
	color:#333333 !important;
	text-decoration: none;
	font:1.0em Georgia, "Times New Roman", Times, serif;
	}
	

#sidebar a:hover, #sidebar a:active,
.archive-list h4 a:hover, h4 .archive-list a:active, 
.commentcount a:hover, .commentcount a:active, 
#fullarchive a:hover, #fullarchive a:active, 
#more-posts a:hover, #more-posts a:active {
	color:#333333 !important;
	}

.commentcount {
	background:url(images/bubble.gif) no-repeat right;
	}	

#sidebar li {
	list-style:none;
	margin:0 0 1px 0;
	padding:0;
	}
	
#sidebar li a, #sidebar li a:visited {
	background-image:url('images/bg_color_lblue.jpg');
	background-repeat: repeat;
	display:block;
	text-decoration:none;
	padding:4px 8px;
	border-left:4px solid #ccffff;
	}

#sidebar li a:hover, #sidebar li a:active {
	background:#ccffff;
	text-decoration:none
	}

#sidebar li li a, #sidebar li li a:visited	{
	background:#ccffff;
	padding-left:25px;
	color:white;
	}

h1 a, h1 a:visited {
	color:#ffffff;
	text-decoration:none;
	}	
	
h1 a:hover, h1 a:active {
	color:#000;
	text-decoration:underline;
	}	

#writer {
	background:#EEF5E1;
	border:none
	}

	
/*Post Styles*/

.single p.postmetadata {
	background:#e8f1f6;
	padding:2px 6px;
	font-size:0.9em;
	border:none
	}

.post ul li {
	margin: 0 0 5px 42px;
	line-height:150%;
	}

.post ol li {
	margin:0 0 5px 48px;
	line-height:150%;
	}

	


/*Footer*/

#footer {
	color:#e1e1e1;
	}

#footer a, #footer a:visited {
	color:#7a7a7a;
	}	

#footer a:hover, #footer a:active {
	color:#FFF;
	}	
		
	
	
/*My CUSTOMIZATIONS*/
#lead {
	margin:22px 0;
	background:#ededed;
/*	border:20px solid #dadada;*/
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
	}
	
/*	#rss {
	background:BLACK;
	 float:right;
	width:350px;
	text-align: right 
	width:500px;
	float:right;
	} */

	
/*SIDEBAR CUSTOMS */

#sidebar {
	background-image:url('images/bg_color_blue.jpg');
	background-repeat: repeat;
	padding-right:0px;
	padding-left:14px;
	padding-bottom:54px;
}

 
#sidebar li, .headlines li {
	
	}
	
	
	
a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

#ads img, .wp125ad img {
	float:left;
	margin:0 0 6px 6px;
	}

/*CHANGES TEXT WIDGET ON SIDEBAR */
.textwidget {
	margin: 15px 0;
	line-height:160%;
	}	
	
.widget td {
	}
	
.widget table {
	border: solid white;
	}

	
	
/*HEADER STUFF */	
	
#daydull.search {
	position:relative;
}
	
#rss {
	color:black;
	float:right;
	width:350px;
	text-align: right;
	color:black;
	font-size:0.7em;
	letter-spacing:1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	position: relative;
	top: 3px;
	}

#rss a, #rss a:visited {
	color:black;
	letter-spacing:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

#rss a:hover, #rss a:active {
	color:#ccffff;
	text-decoration:none;
}



#searchform {
	float:right;
	width:230px;
	text-align:right;
	padding-top:0px;
	}


	
/*SEARCH FIELD ON ALL PAGES*/	

#s {
	width:140px;
	height:13px;
	font-size:0.7em;
	}
	
#s:focus {
	background:#f8f8f8 !important;
	}

#searchsubmit {
	vertical-align:top
	}		
	
	
/*WORDPRESS BLOGSTATS hides smiley*/
img#wpstats{display:none}





/*ARTICLE TAGS PLUGIN */
.ctc {
	padding-left:14px;
	background:white;
	background-image:url('images/bg_color_lblue.jpg');
	background-repeat: repeat;
	border-left:4px solid #ccffff;
}
	
	
/*CONTENT -- articles, posts, green stuff changing */

#writer {
	background:#e8f1f6;
	margin:-10px 0 22px 0;
	padding:3px 20px 16px 20px;
	border-bottom:1px solid #dadada;
	border-top:1px solid #dadada;
	}
	
#writer img {
	padding:1px;
	border:1px solid #b2afa4;
	float:left;
	margin:18px 15px 6px 0;
	}

#tags {
	background:#e8f1f6;
	font-size:.8em;
	padding:0px;
	border-bottom:0px solid #DDD;
	border-top:0px solid #DDD;
	font-style:italic; 
	}	

#tags a, #tags a:visited {
	text-decoration: none
	}
	

a, a:visited {
	color:#336699;
	}

a:hover, a:active {
	color:#99ccff;
	}
