/*  
Theme Name: ColdBlue
Theme URI: http://webrevolutionary.com/coldblue/
Description: ColdBlue - A WordPress theme created by WebRevolutionary.
Version: 1.2
Author: WebRevolutionary
Author URI: http://webrevolutionary.com/
*/

/* Remove Url underlines */
ul#sidebar a
{
   text-decoration:none !important;
}
ul#sidebar a:hover {
   text-decoration:underline !important;
} 

/*  Tidy up the pages widget */
li.widget_pages ul li
{
   font-weight: bold;
}
li.widget_pages ul li ul
{
   margin-left: 10px;
}
li.widget_pages ul li ul li
{
   padding: 0px !important;
   font-weight: normal;
}

/* Take some space away */
ul#sidebar
{
   padding: 0 0 0 30px !important;
}
ul#sidebar li
{
   margin: 0 0 10px;
}

/* Fix broken Archive page */
div.navigation
{
   margin: 0px 0px 40px;
}

/* Top Bar */
ul#navigation
{
   width: 65%;
}
div#search form
{
   width: 35%;
}
input#s
{
   width: 200px;
}