/* @override http://localhost/robert_scherer/css/colour.css */

/* Elements */
h1 {
	color: #cecd00;
}
h2 {
	color: #bbba00;
}
h3 {
	color: #bbba00;
}
h4 {
	color: #bbba00;
	font-weight: bold;
}

a:link {
	color: #9e9d00;
}
a:hover {
	color: #848300;
}
a:visited {
	color: #7c7b00;
}


/* containers */
body, #page {
	background: #f4f4f4;
}
#masthead {
	background: #fff;
}
#nav-bar {
	color: #fff;
	background: #cecd00 url(img/header-bkg.png) top left repeat-x;
	border-top: 1px solid #666;
}
#content {
	background: #fff;
}

/* masthead */
#masthead a {
	text-decoration: none;
}

/* nav bar / header */
#nav-bar h2,
#nav-bar h1, 
#nav-bar a {
	color: #fff;
}

#content .caption img {
	border: 1px dotted #666;
}
#content .caption p {
	color: #666;
}


/* Navigation */
#navigation .active a {
	color: #666;
	background: url(img/navigation-active.png) bottom left repeat-x;
}
#navigation a:hover {
	background: url(img/navigation-hover.png) bottom left repeat-x;
}


/* Content elements */
#content .author {
	margin-bottom: 1em;
	color: #666;
}
pre.code {
	padding: 5px;
	background: #f5f5f5;
	font-family: monaco, corsiva, "courier new", courier, monospaced;
}
blockquote {
	font-style: italic;
	line-height: 1.8em;	
	color: #333;
}








