@import url(http://static.wikidot.com/common--theme/cappuccino/css/style.css);

#header {
    background-image: url(/local--files/admin:css/myheader.jpg);
}


/* change layout only - remove side bar */
#side-bar{
	display: none;
}

/*colors for green header*/
#header #login-status, #login-status a {
	color: #eeff88;
	background: none;
	text-shadow:
		-1px -1px 5px #000,     /* north-west */
		-1px  1px 5px #000,     /* north-east */
		 1px -1px 5px #000,     /* south-west */
		 1px  1px 5px #000;     /* south-east */ 
		

}

h1{
	border-bottom: none;
}


/* make better use of page - left margin too wide */
#main-content{
	margin-right: 1;
	margin-left: 1em;
	padding: 0 0em;
}

h1,h2,h3{
	color: #1b436b;
}

#page-title{
    background-image: url(http://edible.wikidot.com/local--files/admin:css/PageTitle_Fruit.png);
    background-repeat: no-repeat;
    border: none;
    height: 66px;
    font-size: 24pt;
    padding: 6px 0 0 80px;
    margin: 8px 0;
}



#header h1 a, #header h1 a:hover{
position: absolute;
bottom: 20px; left: 20px

 background-color: transparent;
opacity:0.75;
color: #3a3a3a;
display: block;
   	color: #eeff88;
	background: none;
	text-shadow:

		-1px -1px 5px #000,     /* north-west */
		-1px  1px 5px #000,     /* north-east */
		 1px -1px 5px #000,     /* south-west */
		 1px  1px 5px #000;     /* south-east */ 
      font-size: 40px;
    letter-spacing: -5px;
	font-weight: bold;
	-webkit-transition: color 140ms linear;
	-moz-transition: color 140ms linear;
	transition: color 140ms linear;

}

#top-bar a{
	color: #eeff88;
	background: none;
	text-shadow:
		-1px -1px 5px #000,     /* north-west */
		-1px  1px 5px #000,     /* north-east */
		 1px -1px 5px #000,     /* south-west */
		 1px  1px 5px #000;     /* south-east */ 


}

#top-bar a:hover{
	background-color: #554a47;
}

#top-bar li ul li a{
	background-color: #554a47;
}

.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color:#657a47; /* color between tab list and content */
}
 
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background:#e8eae4 url(http://edible.wikidot.com/local--files/admin:css/sprite.png) repeat-x; /* tab background */
/* http://myvineyard.wdfiles.com/local--files/home/sprite.png */
}
 
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
    background:#667b48 url(http://edible.wikidot.com/local--files/admin:css/sprite.png) repeat-x left -1400px; /* selected tab background */
}
 
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background:#a4ac96 url(http://edible.wikidot.com/local--files/admin:css/sprite.png) repeat-x left -1300px; /* selected tab background */
}
 
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content {
    border-color: #808080; /* content border */
    border-top-color:#657a47; /* different border color */
}

.yui-navset .yui-content {
    background:#eeeedf; /* content background color */
}
