/*
Theme Name: Rough Blue
Theme URI: http://d.moonfire.us/
Description: A theme to match the Rough Blue theme of http://d.moonfire.us/.
Version: 0.1
Author: Dylan R. E. Moonfire
Author URI: http://d.moonfire.us/
Tags: blue, two columns
*/

li.widget
{
  padding-top: 1em !important;
}

#rb-menu ul li.widget ul li
{
  padding: 0;
}

#rb-menu ul li.widget
{
  font-weight: bold;
}

#rb-menu ul li.widget ul
{
  margin-left: 0;
  padding-left: 0;
  font-weight: normal;
}

#rb-menu abbr
{
  border: none;
}

/*
 * Calendar
 */

li.widget_calendar tbody
{
  font-weight: normal;
}

li.widget_calendar tbody a
{
  font-weight: bold;
}

li.widget_calendar td#today
{
  font-weight: bold;
  background: black;
  color: white;
}

