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


#sidebars .widget > h6
{
	padding:0;
}


#blogsummary
{
	text-align: center;
}


#bodyframe #search
{
	margin:10px 30px;
	text-align:center;
}
#searchform input
{
	margin: 1px 0px;
	padding: 0px 6px;
	font: 10px tahoma,'dejavu sans condensed',sans-serif;
}
#searchform input:hover
{
	padding: 1px 7px;
	color: rgb(100,95,70);
}
#searchform #s
{
	width: 60%;
	padding: 2px 0px;
	border: 1px solid rgb(70,65,40);
}
#searchform #s:hover
{
	background-color: rgb(250,255,240);
	border: 1px solid rgb(130,125,100);
}
#searchform #s:focus, #searchform #s:active
{
	background-color: white;
}
#searchform #searchsubmit:hover
{
	padding: 0px 6px;
}


#tag_cloud
{
	text-align: justify;
}
#tag_cloud a
{
        text-decoration: none;
}
#tag_cloud a:hover
{
        text-decoration: underline;
}

#calendar h6.widgettitle
{
	height: 1px;
	margin: 1px;
}
#wp-calendar
{
	margin: 0px auto;
	text-align: center;
}
#wp-calendar caption
{
	margin: 3px auto;
	font-weight: bold;
}
#wp-calendar td
{
	padding: 0 2px;
}
#wp-calendar a
{
	font-weight: bold;
	font-style: italic;
}
#wp-calendar a:hover
{
	text-decoration: underline;
}
#today
{
	color: rgb(50,40,10);
	background-color: rgb(255,255,210);
	/* border: 1px solid rgb(150,140,130); */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#recent-comments .recentcomments
{
        /* background-color: rgb(235,240,220); */
	padding: 1px 10px;
}
#recent-comments .recentcomments a
{
	text-decoration: underline;
}


#sidebars div.widget_rss li
{
	background-color:inherit;
}
#sidebars div.widget_rss a.rsswidget
{
	padding:1px;
	font-weight:bold;
}
#sidebars div.widget_rss a.rsswidget:hover
{
	background-color:inherit;
	color:red;
}
#sidebars div.widget_rss .rssSummary
{
	padding:3px 5px;
}


/* PLUG-INS */
/************/

/* WP-STATS */

#wpstats
{
	display:none;
}
