/*  
Theme Name: Daydream - Tao of Tunings
Theme URI: http://fightingfriends.com/daydream/
Description: Daydream mod for Mark Shark
Version: 2
Author: Skyrocket Websites
Author URI: http://www.skyrocketwebsites.com/
Template: daydream
*/

@import url("../daydream/style.css");
/*@import url("http://skyrocketwebsites.com/icons/css_box/css_box.css"); */
/*========= GLOBAL COLORS =========*/
.tags_page h2, a, .post h2, .post .data, .post h3, .sanda h2, h2, h3, #commentformarea h3, h4, #commentform input#submit, .aside a, #content .aside p.postmetadata a { color: #8D2A20; }
a:hover, .post h2 a:hover, .post .data a:hover, .post .postmetadata a:hover, #content .postmetadata a:hover, .sanda h3 a:hover, .entry a:hover, .aside a:hover, #content .aside p.postmetadata a:hover, #sidebar a:hover { color: #480B0B; }
ol.commentlist div.cmntmeta, .aside .entry, #sidebar li h2, #sidebar a { color: #6A2318; }
ol.commentlist li {	border-top: 1px solid #E6A559; }

/*========= GLOBAL STYLES =========*/
body {background: #B74D2E url(images/shark_bg2.jpg) no-repeat scroll center top; }
#wrapper { background: url(images/wrap_bg_shark.jpg) repeat-y; }
blockquote { border-left: 3px solid #8D2A20; }

/*========= HEADER STYLES =========*/
/*#header { background: #C45130 url(images/header_shark.jpg); } */
#custom-img-header h1 a, #custom-img-header div.description {display:none;}

/*========= NAV / TOP MENU STYLES =========*/
#nav, #nav ul{
	padding: 0;
	margin: 0;
	float:left;
	list-style: none;
}
#nav {
	padding: 0; /* 0 0 25px; */
	width:527px;
}
#nav a {
	display: block;
}
#nav li {
	float: left;
	line-height:39px;
}

#topbar ul li a:hover, #topbar li.current_page_item a {	
	background: #8D2A20;
	color: #ffffff; 
	text-decoration: none;
}
#nav li ul {
	position: absolute;
	width: 15em;
	left: -999em;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index:1000;	
}

#nav li ul li {
	background: #DC6C34;
	border:1px solid #8D2A20;
	width: 15em;
}
#nav li ul ul {
margin: -34px 0 0 15em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
left: auto;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: auto;
} 

/*=== Top Menu ===*/
#topbar{
	background: #8D2A20 url(images/nav-bg-shark.png) repeat-x top; 
	border-bottom: 1px solid #8D2A20;
	width: 527px;
	height: 39px;
	margin: 1px auto 0 auto;
	}

#topbar li{
	background: url(images/vertical-divide-shark.png) repeat-y left;
	float: left;
	line-height: 39px;
	font-size: 0.9em;
	list-style: none;
}
			
#topbar li a{
	color: #fff;
	display: block;
	margin: 0;
	padding: 0 15px;
	height: 39px;
}

#topbar li a img{ padding: 11px 0 !important; }

#topbar li a:hover,#topbar li.active a{
	color: #ff7800;
	text-decoration: none;
}

#topbar ul {
		list-style: none;
		margin: 0 42px 0 0px;
		padding: 0;
		}



#topbar .feedicon {
	background: url(images/circle_feeds_32.png) no-repeat;
	display: block;
	display: none; /*inline; */
	float: right;
	margin: 2px 10px 0 0;
	position: relative;
	top: -38px;
	width: 32px;
	height: 32px;
	}

/*=== Content ===*/
.entry img {max-width:initial;}

/*========= SIDEBAR STYLES =========*/
ul#sidebar li, ul#sidebar li ul, ul#sidebar li ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:0.9em;
	text-align: left;
}
ul#sidebar li ul li {
    font-size: 0.9em;
    list-style: disc outside none;
}
ul#sidebar li ul.blogroll li, ul#sidebar li div.textwidget ul li {list-style: disc inside none !important;}
/*========= FOOTER STYLES =========*/	
#sidebar li h2 {
    font-size: 1.2em;
    margin: 0 0 20px;
}
.wp-caption-text { font-size: 0.8em; }
.splashpage {
	background: url(images/intro-book2.jpg) no-repeat;
	display: block;
	width: 526px;
	height:446px;
	left:0px;
	top:-20px;
	z-index:-1;
	}
.splashpage ul {
	list-style-image: url(images/bulletArrow.png);
	position: relative;
	margin-top: 140px;
	margin-right: -10px;
	letter-spacing: -0.5px;
	float:right;
	z-index:1;
	font-size:1.1em;
	color: #8D2A20;
	}
.splashpage ul li {
	margin-bottom: 5px;
	}
.splashpage a:hover {
	text-decoration: underline;
	}
