/* Copyright (c) 2011, Apple Inc. All rights reserved. */

#cc-launchbar .cc-launchbar-item.podcasts .icon {
	background-image: url(./img/launchbar/podcasts.png);
}

body.podcasts #header .buttonbar.actions .add{
	background-image: none;
}

/* INDEX */

body.podcasts.index .cc-entitylist .items .entity_description
{
	display: none;
}

body.podcasts.index .cc-entitylist .items .modtime
{
	right: 3px;
}

/* SHOW */

body.podcasts.toplevel #podcast-desc-header {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

body.podcasts.toplevel #podcast-desc {
    font-size: 110%;
    margin-top: 7px;
    margin-bottom: 30px;
}

