div#container
{
   width: 1300px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#bgart
{
   border: 0px solid #000000;
   padding: 0px 0px 0px 0px;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#NAVBAR ul.navbar
{
   list-style: none;
   margin: 0;
   padding: 0;
}
#NAVBAR ul.navbar li
{
   height: 30px;
   width: 100px;
   float: left;
   margin: 0 4px 0 0;
}
#NAVBAR ul.navbar li a
{
   display: block;
   position: relative;
}
#NAVBAR ul.navbar li a img
{
   position: absolute;
   left: 0;
   z-index: 1;
   border-width: 0;
}
#NAVBAR ul.navbar li span
{
   display: block;
   height: 30px;
   width: 100px;
   position: absolute;
   z-index: 2;
}
#NAVBAR a .hover
{
   visibility: hidden;
}
#NAVBAR a:hover .hover
{
   visibility: visible;
}
#NAVBAR a:hover span
{
   visibility: hidden;
}
#wb_Madeby_TEXT
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Madeby_TEXT div
{
   text-align: center;
}
#wb_title
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_title div
{
   text-align: center;
}
#wb_descr
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_descr div
{
   text-align: center;
}
#oldest_button ul.navbar
{
   list-style: none;
   margin: 0;
   padding: 0;
}
#oldest_button ul.navbar li
{
   height: 30px;
   width: 100px;
   float: left;
   margin: 0 4px 0 0;
}
#oldest_button ul.navbar li a
{
   display: block;
   position: relative;
}
#oldest_button ul.navbar li a img
{
   position: absolute;
   left: 0;
   z-index: 1;
   border-width: 0;
}
#oldest_button ul.navbar li span
{
   display: block;
   height: 30px;
   width: 100px;
   position: absolute;
   z-index: 2;
}
#oldest_button a .hover
{
   visibility: hidden;
}
#oldest_button a:hover .hover
{
   visibility: visible;
}
#oldest_button a:hover span
{
   visibility: hidden;
}
#playlists
{
   background-color: transparent;
   border-width: 0;
   font-family: Arial;
   font-weight: normal;
   font-size: 8px;
   text-align: left;
   line-height: 1.5;
   margin: 0;
}
#playlists .blogitem
{
   background-color: #EEEEEE;
   margin-bottom: 6px;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   color: #000000;
   padding: 9px;
}
#playlists .blogdate
{
   font-family: Arial;
   font-weight: bold;
   font-size: 13px;
   color: #EEEEEE;
}
#playlists .blogsubject
{
   font-family: Arial;
   font-weight: bold;
   font-size: 13px;
   color: #0000FF;
   text-decoration: underline;
}
#playlists .blogsubject a:link, #playlists .blogsubject a:visited, #playlists .blogsubject a:hover
{
   color: inherit;
   text-decoration: inherit;
}
#playlists .blogcomments
{
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   color: #000000;
   text-decoration: underline;
}
#playlists .blogcomments a:link, #playlists .blogcomments a:visited, #playlists .blogcomments a:hover
{
   color: inherit;
   text-decoration: inherit;
}
#playlists .no-thumb
{
   display: none;
}
#playlists .blogsubject
{
   margin: 0;
   padding: 0;
   display: block;
}
#playlists .blogthumb
{
   display: block;
   background-color: #FFFFFF;
   padding: 4px;
   margin: 5px;
   float: left;
    border: 1px solid #ddd;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
   box-shadow: 0px 1px 3px rgba(0,0,0,0.055);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
#playlists .blogthumb img
{
   display: block;
   border-width: 0;
   width: 100px;
   height: auto;
   vertical-align: middle;
}
#playlists .blogbutton
{
   float: right;
   display: inline-block;
   font-family: Arial;
   text-decoration: none;
   display: inline-block;
   padding: 4px 12px;
   margin: 6px;
   font-size: 14px;
   line-height: 20px;
   text-align: center;
   vertical-align: middle;
   cursor: pointer;
   color: #333333;
   text-shadow: 0px 1px 1px rgba(255,255,255,0.75);
   background-color: #f5f5f5;
   background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
   background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
   background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
   background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
   background-repeat: repeat-x;
   border-color: #e6e6e6 #e6e6e6 #bfbfbf;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   border: 1px solid #cccccc;
   border-bottom-color: #b3b3b3;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
   box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05);
}
#playlists .blogbutton:hover, #playlists .blogbutton:focus 
{
   color: #333333;
   text-decoration: none;
   background-position: 0 -15px;
   -webkit-transition: background-position 0.1s linear;
   -moz-transition: background-position 0.1s linear;
   -o-transition: background-position 0.1s linear;
   transition: background-position 0.1s linear;
}
#playlist_nav ul.navbar
{
   list-style: none;
   margin: 0;
   padding: 0;
}
#playlist_nav ul.navbar li
{
   height: 30px;
   width: 100px;
   float: left;
   margin: 0 4px 0 0;
}
#playlist_nav ul.navbar li a
{
   display: block;
   position: relative;
}
#playlist_nav ul.navbar li a img
{
   position: absolute;
   left: 0;
   z-index: 1;
   border-width: 0;
}
#playlist_nav ul.navbar li span
{
   display: block;
   height: 30px;
   width: 100px;
   position: absolute;
   z-index: 2;
}
#playlist_nav a .hover
{
   visibility: hidden;
}
#playlist_nav a:hover .hover
{
   visibility: visible;
}
#playlist_nav a:hover span
{
   visibility: hidden;
}
#wb_uid1
{
   font-family: "Impact";
   font-size: 27px;
   line-height: 32px;
}
#wb_Madeby_TEXT
{
   position: absolute;
   left: 667px;
   top: 160px;
   width: 409px;
   height: 35px;
   text-align: center;
   z-index: 2;
}
#oldest_button
{
   position: absolute;
   left: 963px;
   top: 223px;
   width: 109px;
   height: 33px;
   z-index: 5;
}
#wb_title
{
   position: absolute;
   left: 550px;
   top: 231px;
   width: 251px;
   height: 42px;
   text-align: center;
   z-index: 3;
}
#wb_uid4
{
   font-family: "Arial";
   font-size: 13px;
   line-height: 15px;
   color: #000000;
}
#wb_bgart
{
   position: absolute;
   left: 0px;
   top: 0px;
   width: 1300px;
   height: 2000px;
   z-index: 0;
}
#wb_uid0
{
   font-family: "Arial";
   font-size: 13px;
   line-height: 15px;
   color: #000000;
}
#NAVBAR
{
   position: absolute;
   left: 662px;
   top: 117px;
   width: 416px;
   height: 30px;
   z-index: 1;
}
#wb_uid2
{
   font-family: "Arial";
   font-size: 13px;
   line-height: 15px;
   color: #000000;
}
#playlist_nav
{
   position: absolute;
   left: 589px;
   top: 1959px;
   width: 214px;
   height: 38px;
   z-index: 7;
}
#playlists
{
   overflow: hidden;
   position: absolute;
   left: 239px;
   top: 332px;
   width: 824px;
   height: 1657px;
   z-index: 6;
}
#wb_descr
{
   position: absolute;
   left: 251px;
   top: 287px;
   width: 815px;
   height: 30px;
   text-align: center;
   z-index: 4;
}
#wb_uid3
{
   font-size: 29px;
   line-height: 33px;
}
