/* CSS Document */
body{
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
background: url(img/bg.png) repeat-x;
}
a{
color:#000000;
text-decoration:none;
outline: none;
}
a:hover{
text-decoration:underline;
}
h1{
color:#FF9900;
font-size: 2em;
}
img{
border:0;
}

.content{
width:990px;
text-align:left;
display:table;
}

.logo{
float:right;
}

.menu{
float:right;
height:73px;
width:660px;
vertical-align:middle;
}

.menu ul{
margin:0;
padding:22px 0 0 0;
list-style: none;
float:right;
}
.menu li{
float:left;
margin:0 25px 0 0;
}
.menu a{
font-size:20px;
color:#666666;
display:block;
padding:5px;
text-decoration:none;
}
.menu a:hover{
border:1px solid #999999;
padding:4px;
color:#333333;
}

.right_col{
width: 380px;
float:right;
}
.right_col a:hover img.img_bordered{
background: #FF9900;
border: 1px solid #000000;
}
.img_bordered{
padding:3px;
margin:0 1px 4px 1px;
border: 1px solid #CCCCCC;
background: #FFCC66;
}
.btn_nav{
padding:3px;
}
a:hover img.btn_nav{
padding:2px; border: 1px solid #666666;
}

#artist{
width:210px; display:block;}
.title_thumb{
display:table;margin-right:5px;height:64px;
}
.title_thumb a{
font-size:150%;
}
.title_thumb img{
margin-right:5px;
}

.new_video{
display: table;margin:0 5px 5px 0; height:100px; width:325px; float:left; overflow:hidden;
}
.new_video a{
font-size:150%;height:100px; display:block;
background: #FFDDBB;
}
.new_video a:visited{
background-color: #FFFFFF; text-decoration:none;
}
.new_video a:hover{
background: #FFAA00; text-decoration:none;
}
.new_video img{
margin:5px; max-height:90px;
}

.home_new_video ul{
list-style: none;
margin:0; padding:0;
}
.home_new_video li{
width:130px; height:97px;
float:left; margin:0 5px 5px 0;
padding:2px;
border: 1px solid #999999;
background-color: #FFCC66;
}
.home_new_video li a {
display:block;
text-decoration:none;
width:120px; height:87px;
-moz-opacity:0;
filter:alpha(opacity=0);
padding: 5px;
}
.home_new_video li a:hover {
background:#ff9900;
color:#000;
-moz-opacity:.7;
filter:alpha(opacity=70);
}

.video{
width:600px;
}

#bottom{
width:100%;
height:40px;
padding-top:10px;
background: url(img/bottom.jpg) repeat-x;
font-size:80%;
}
