/*

BASIC USAGE:

Below you have most common declarations Igloo theme uses for displaying user content.
You can add your own ofcourse but this is a good base to start from=>

If you don't know what these decaration are, open other css skins and see how declarations
are used there.

EXAMPLE:

   a{color: #008BCC } <--- This makes links blue
   a:hover{color: #008BCC } <--- This makes links blue even when you mouse over them

*/
a{  }
a:hover{  }
body{background:#2B3744 url(header-bg.gif) repeat-x top; color:#53534C; font:12px }
#header{height:100px; margin:0 0 20px 0 }
#cat-menu li a{  }
#cat-menu li a:hover, #cat-menu li.active a, #catnav li a:hover,#catnav li:hover, #catnav li.sfhover{  }
#cat-menu li a:hover{  }
#catnav li ul li{  }
#catnav li ul li ul li, #catnav li ul li ul li ul li, #catnav li ul li ul li ul li ul li{  }
.top_menu{background:#2A2A2A url(menu-bg.gif) repeat-x; }
.featured-box { }
.footer-box{background:#2A2A2A url(menu-bg.gif) repeat-x; }
#pagenav li a:hover,#pagenav li ul li,#pagenav li:hover, #pagenav li.sfhover1{ }
.page-menu li a{color:#5DBCF1;}
.page-menu li a:hover, .top_menu li.active a{color:#96B2D0; }
#pagenav li ul li{ background:#2A2A2A url(menu-bg.gif) repeat-x;  }
#pagenav li ul li ul li, #pagenav li ul li ul li ul li, #pagenav li ul li ul li ul li ul li{  }
#header .blog-title a{  }
.breaking-box{  }
input#submit{  }
.featured-box img{  }
.featured-box img:hover{  }
.featured-title a{color:#22ACF4 }
.featured-title a:hover{color:#5DBCF1 }
.widget #searchsubmit{  }
.idTabs li a:hover, .idTabs .selected, .vidtabs .idTabs li a:hover,.vidtabs .idTabs .selected{  }
#main-container h3.browsing{  }
.Navi .on {  }
.Navi a {  }
.page-menu li.current_page_item a, .page-menu li.current_page_item a:hover, .subscribe a, .subscribe a:hover{color:#25B4FA }
#header h1 a{display:block; height:100px; width:600px }
#header h1{margin-top:5px; float:left; text-indent:-9999px; }
.widget{background: #59A5F5 url(images/box-bgr.png) repeat-x top left; border:1px solid #CCC6B7; margin:0 0 15px; padding:18px; text-align:left }
.widget ul li{border-bottom:1px solid #000; padding:5px 0 }
.boxed{width:302px }
/*
.box, .box2, .widget{background: #96B2D0 url(box-bgr.png) repeat-x top left; border:1px solid #CCC6B7; margin:0 0 15px; padding:18px; text-align:left }
.widget ul li{border-bottom:1px solid #CCC6B7;}
.date-comments, .date-comments a {color:#2C6193;}
/*

