/* TOP MENU */

#top-bar {
	position: absolute;
	z-index: 50;
	top: 138px;
	right: 0;
	height: 21px;
	line-height: 18px;
	padding: 0;
	z-index: 20;
	font-size: 90%;
}

/* GLOBAL WIDTH */

#header, #top-bar {
	width: 100%;
	margin: 0 auto;
}

body {
	background-color: #fff;
	font-size: 0.80em;
	color: #333;
}

div#container-wrap {
	background-image: url(http://digitalvomit.wikidot.com/local--files/start/greenslice3-bg.png);
	background-repeat: repeat-x;
}

#header h1 a
{
display: block;
display: block;
height: 108px;
width: 434px;
background-image: url(http://digitalvomit.wikidot.com/local--files/start/logo4.png);
background-repeat: no-repeat;
position: absolute;
top: 14px; left: 0px;
}

/* hacking out the Shiny template to add a logo and change red links to green */


#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
	background: #eee;
	color: #009900;
}

#top-bar ul li ul a, #top-bar a:hover {
	color: #009900;
}

/* COMMON */




#header h1 a span {
    display: none;
}

#header {
    height: 144px;

}

#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
	background: #eee;
	color: #009900;
}

#top-bar ul li ul a, #top-bar a:hover {
	color: #009900;
}

/* COMMON */


h1, #page-title {
	color: #009900;
	padding: 0 0 0.25em;
	margin: 0 0 0.6em;
	font-weight: normal;
}



a {
	color: #009900;
	text-decoration: none;
}


a.newpage {
	color: #336600;
	text-decoration: none;
}