/*
** Mercury template - colour stylesheet : bronze.css
** v0.1
** $Revision: 261 $
** $Date: 2008-02-13 01:17:17 -0800 (Wed, 13 Feb 2008) $
** Copyright 2008 Musaul Karim. All rights reserved
** http://mk.vftw.com
*/


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





/* SIDEBARS/PANELS */

#sidebars { color:rgb(100,90,80); }
#sidebars a { color:rgb(120,110,100); }
.blurb  { color:rgb(140,130,120); }
.sidebar li { background-color: rgb(50,50,50); }
.sidebar li a:hover { background-color: rgb(250,250,235); }
.sidebar li.recentcomments a:hover { background-color: inherit; }


/* DOCBODY */

#bodyframe .post, #bodyframe .post .posthead { background-color: rgb(65,66,60); }
#bodyframe .post .posthead h2 a { color: rgb(230,225,220); }
#bodyframe .post .posthead h2 a:hover { color: rgb(130,180,100); }
#bodyframe .post .posthead .whowhen, #bodyframe .post .whowhen a { color: rgb(190,180,180); }
#bodyframe .post .whowhen a:hover { color:rgb(255,120,20); }

#bodyframe .post .entry { background-color: rgb(250,250,248); color:rgb(66,64,64); }
#bodyframe .post .entry a, #commentlist .commentbody a { color: rgb(60,50,30); }
#bodyframe .post .entry a:hover { color: rgb(100,150,20); }
#bodyframe .post .entry pre.code, #bodyframe .post .entry code.codeblock { border-left:3px solid rgb(220,220,200); }
#bodyframe .post .entry .boxout { background-color: rgb(220,220,210); }

#bodyframe .post .postmetadata
{
	border-top-color: rgb(150,100,100);
	background-color: rgb(225,222,222);
	color: rgb(150,145,140);
}
#bodyframe .post .postmetadata a { color: rgb(120,115,90); }

#bodyframe .commentsinfo
{
	border-top-color: 1px dotted rgb(200,180,100);
	border-bottom-color: 1px dotted rgb(200,180,100);
}


#commentlist .author_comment
{
	color: rgb(50,30,30);
	background-color: rgb(150,130,130);
	border-top: 1px solid rgb(250,150,100);
	border-bottom: 1px solid rgb(250,150,100);
}
#commentlist .commentmetadata { border-bottom-color: rgb(190,180,110); }
#commentlist .commentmetadata .when, #commentlist .commentmetadata .when a { color: rgb(160,165,145); }

#commentform div { margin:2px 10px;}
