/*
** InkBlot template - colour stylesheet : olive.css
** v0.1
*/

body { background-color: black; }
body, a { color: rgb(70,40,25); }
a:hover { color: rgb(120,80,20); }

code { color: rgb(100,90,10); }


#header, #footer { background-color: black; }
#header { background-image: url(./candy/header-background.png);}
#headerborder, #footerborder { background-color: rgb(190,180,20); }
#headerborder
{
	border-top-color: rgb(210,200,40);
	border-bottom-color: rgb(150,140,0);
}
#footerborder
{
	border-top-color: rgb(150,140,0);
	border-bottom-color: rgb(210,200,40);
}

#header { border-bottom-color: rgb(230,220,0); }
#footer { border-top-color: rgb(230,220,0); }
#header h1 a, #footer, #footer a { color: rgb(200,0,0); }
#header h2, #footer a:hover { color: rgb(150,200,50); }


/* sidebar */

.widget { color:rgb(255,250,250); background-color:rgb(30,20,25); opacity:0.85; }
.widget .widgettitle { color:rgb(255,80,100); }
.widget a { color:rgb(255,100,120); }
.widget a, .widget a:hover { text-decoration: underline; }
.widget a:hover { color:rgb(250,220,150); }

/* DOCBODY */

#bodyframe { background: black url(./candy/sass_inv.jpg) no-repeat fixed top center; }

#corpus .post { background-color: rgb(230,200,210); opacity:0.8;  }
#corpus .post .posthead, #corpus .post .posthead h2 a { color: rgb(255,255,255); }
#corpus .post .posthead { background-color: rgb(150,0,10); }


#corpus .post .entry { background-color: rgb(255,245,250); }
#corpus .post .entry a, #commentlist .commentbody a { color: rgb(60,50,30); }
#corpus .post .entry a:hover { color: rgb(180,160,20); }
#corpus .post .entry pre { background-color: rgb(248,255,235); }

#docbody .searchhit
{
	background-color: rgb(234,240,220);
	border-top-color: rgb(200,90,100);
	border-bottom-color: rgb(200,90,100);
}

#docbody .commentsinfo
{
	border-top-color: 1px dotted rgb(200,90,100);
	border-bottom-color: 1px dotted rgb(200,90,100);
	background-color: rgb(235,240,220);
}


#commentlist .author_comment
{
	background-color: rgb(242,245,240);
	border-top-color: rgb(200,200,100);
	border-bottom: rgb(200,90,100);
}
#commentlist .comment_item { background-color: rgb(245,250,235); }
#commentlist .comment_item_alt { background-color: rgb(240,245,225); }
#commentlist .commentmetadata { border-bottom-color: rgb(190,180,110); }
#commentlist .commentmetadata .when, #commentlist .commentmetadata .when a { color: rgb(160,165,145); }

