/*	[ Basic HTML ]                                                  */<!-- -->
body{
	background:#1C1613 url('outline/bg_repeat.jpg') repeat-y center top;
}

/*	[ Layout ]                                                      */<!-- -->
#bg_top{
	background:url('outline/bg_top.jpg') no-repeat center top;

}
#bg_btm{
		background:url('outline/bg_btm.jpg') no-repeat center bottom;
}

#base{
	background: url(outline/bg_base_repeat.jpg) repeat-y top center;
}
#base_top {
}
#base_btm{
}

#header{
	background:url(outline/bg_header.jpg) no-repeat center top;
}
#menubar {
	position:absolute;
	top:0px;
	left:0px;
	width:980px;
	height: 45px;
	margin:0;
	padding:0 0 0 0px;
	z-index:95;
}
#container{
	background:url(outline/bg_container_top.jpg) no-repeat center top;
}

#footer{
	position:relative;
	overflow:hidden;
	width:980px;
	height:213px;
	padding:0;
	background:url(outline/bg_footer.jpg) no-repeat center top;
}

/*	[ Header ] Blog Title, Description, Home URL                    */<!-- -->
#blog_name {
	float:left;
	width:530px;
	margin:60px 0 0 200px;
	text-align:left;
	font-size:35px; 
	text-shadow: #ffffff 0px 0px 2px;
}
#blog_name a, #blog_name a:hover {
	color:#000000; 
}
#blog_desc {
	float:left;
	width:500px;
	margin:5px 0 0 200px;
	font-size:14px; 
	font-weight:normal;
	text-align:left;
	color:#CABCAD;
	text-shadow: #000000 1px 1px 2px;
}
#header .home {
	position: absolute;
	left: 0;
	top: 45px;
	width:980px;
	height:110px;
}

/*		[ Header ] Twitter                                         */<!-- -->
.twitter{
	position:absolute;
	top:165px;
	left:820px;
	display:block;
	width:80px;
	height:60px;
	background:url('outline/bg_twitter.png') no-repeat 0 0;
}

.twitter:hover{
		background:url('outline/bg_twitter.png') no-repeat 1px 1px;
}

/*	[ Search Box ]                                                  */<!-- -->
.mainsearch {
	position:absolute;
	top:8px;
	left:620px;
	overflow:hidden;
	width:197px;
	height:52px;
	background:url('outline/bg_search.png') no-repeat 0 0;
}

.mainsearch_hover{
	background:url('outline/bg_search.png') no-repeat 0 0;
}
.mainsearch .keyword {
	visibility:visible;
	position:absolute;
	top:16px;
	left:55px;
	width:110px;
	height:20px;
	line-height:20px;
	padding:0;
	margin:0;
	font-size:12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	color:#372014; 
	border:none;
	background:none;
}
.mainsearch .submit {
	position:absolute;
	cursor:pointer;
	border:none;
	top:15px;
	left:35px;
	height:20px;
	width:20px;
	background:transparent;
}
/*	[ RSS ]                                                          */<!-- -->
.rss {
	position:absolute;
	display:block;
	top:12px;
	left:905px;
	width:43px;
	height:43px;
	background:url('outline/bg_rss.png') no-repeat 0 -43px;

}
.rss:hover{
	background:url('outline/bg_rss.png') no-repeat 1px 1px;
}

/*	[ Menu ]  Level 1                                               */<!-- -->
	/* if possible, give menu dynamic width*/

div.menu li a {

	margin:0 3px;
	padding:12px 20px 0 16px;
	height:20px;
	line-height:20px; /*set for IE7*/
	color: #EDE5D2;
	text-shadow:#000000 0 0 1px,#000000 0 0 2px;
	background:url(outline/bg_menu_item1.png) no-repeat top right ;		
}
div.menu >ul>li>a{
	min-height:33px;/*45*/
}
div.menu > ul > li > a:hover, 
div.menu > ul > li.current_page_item > a,
div.menu > ul > li.current_page_ancestor > a,
div.menu > ul > li.current_page_parent > a,
div.menu > ul > li.current-menu-ancestor > a,
div.menu > ul > li.current-menu-item > a,
div.menu > ul > li.current-menu-parent > a{
	color:#AB917E;
	background:url(outline/bg_menu_item2.png) no-repeat top right ;			
}

/*		[ Menu ]  Level 2                                            */<!-- -->
div.menu ul ul li a{
	display: block;
	padding:5px 10px 5px 10px;
	margin:-1px 0 0 0;
	width: 150px;
	height:auto;
	text-align:left;
	color:#EDE5D2;  
	border:1px #7A6256 solid;
	background:#AC9D8F;
	text-shadow:none
}							

div.menu ul ul li a:hover,
div.menu ul ul li.current_page_item > a,
div.menu ul ul li.current_page_ancestor > a,
div.menu ul ul li.current_page_parent > a,
div.menu ul ul li.current-menu-ancestor > a,
div.menu ul ul li.current-menu-item > a,
div.menu ul ul li.current-menu-parent > a{	
	height:auto;
	color:#4B3627;  
	background:#B2A086;
}

/* 	[ Menu ]  Level 3                                            */<!-- -->
div.menu ul ul ul{
	left: 100%; 
	top: 0px;
	margin:5px 0 0 -5px;
}
div.menu ul li:hover > ul{ display:block; }




/*	[ Footer ] Link and credit                                      */<!-- -->
#footer_credit{
	position:absolute;
	top:150px;
	right:20px;
	width:580px;
	line-height:1.3em;
	margin:0;
	font-size:12px;
	color:#CABCAD;
	text-align:left;
}
#footer_credit a, #footer_credit a:hover{
	font-size:12px;
	color:#CABCAD;
	text-decoration:none;
	font-style:normal;
}

<!-- -->