a.service-icon{
    width:16px;
    height:16px; 
    display:inline-block;
    overflow:hidden;
    text-indent:16px;
    white-space: nowrap;
    border:none;
    background:transparent url(gfx/icons.gif) 0 0 no-repeat;
    margin:0px;
}
a.apple{ background-position:0 0; }
a.imdb{ background-position:-16px 0;}
a.wikipedia {background-position:-32px 0;}
a.youtube {background-position:-48px 0;}
a.movieposterdb {background-position:-64px 0;}
body{
    background-color: #ccc;
    background-position:right 80px;
    background-repeat:no-repeat;
    font-family:Helvetica,sans-serif;
}
body.blend{
    background-image:url(/skins/default/gfx/popcorn_blend.gif);
}
body.grey{
    background-image:url(/skins/default/gfx/popcorn_grey.gif);
}
body.color{
    background-image:url(/skins/default/gfx/popcorn.gif);
}
body.grey a,{
    color:#444;
}
body.grey a:visited{
    color:#666;
}
/*body.color a,{
    color:#f06;
}
body.color a:visited{
    color:#f06;
}
*/
h1,h2{
    display:inline;
}
h1{
    color:#111;
    margin-right:.5em;
}
h2{
    color:#666;
}
li{
    list-style:none;
    font-size:2em;
    font-weight:bold;
    margin-bottom:1px;
    margin-left:-1em;
    padding:.5em 0 0 .3em;
    color:#444;
}
li:hover,
li.active{
    color:#111;
    border-color:#333;
    background-color:#efefef;
    opacity:.8;
}
.secondary{
    color:#999;
    display:block;
    font-size:0.5em;
}
li:hover .secondary{
    color:#666;
}
.buttons{
    font-size:.2em;
    display:block;
    background-color:#ddd;
    width:100%;
    margin-left:-1.3em;
    margin-top:.5em;
    padding-left:1em;
    line-height:0;
    visibility:hidden;
}
li:hover .buttons{
    visibility:visible;
}
.nav{
    text-align:center;
    margin-top:1.5em;
}
.nav a{
    border:1px solid #999;
    padding:.5em;
}
.nav a:hover{
    border-color:#333;
}
.nav a.disabled{
    color:#999 !important;
    text-decoration:none;
    cursor:default;
    border-color:#999;
}
.nav p{
    margin-top:1.4em;
}
.footer{
    font-size:x-small;
    padding:.5em;
    border-top:3px double #999;
    margin-top:6em;
}
.footer em,
.footer em a{
    color:#999;
}
.style-switcher{
    display:none;
    float:right;
    font-size:small;
}
.style-switcher a{
    border:1px solid #999;
    padding:.2em;
    color:#999;
    text-decoration:none;
}
.style-switcher a:hover{
    background-color:#fff;
    color:#333;
}