@charset "UTF-8";
/* CSS Document */


@import url("/index.php?css=styles/base/");


/* 
     
	| The Poetry Trust
	| 
	|
	| The Poetry Channel
	|
*/



/* General
----------------------------------------------- */

.mainWrap {
	background:url(images/bg_images/channel_bg.gif) repeat-y 0 0;
	}
	
	
#navBar {
	background: url(images/nav_images/channel_menu.gif) no-repeat 0 0;
	}	
	
	
/* Layout
----------------------------------------------- */	
	
	
 	

	
.mainColRight {
	background:url(images/title_images/channel.gif) no-repeat 12px 0px;
	}		

.bookmarkBox {
	background:url(images/bookmark_images/label.jpg);
	}	
	


.mainColLeft img {
	float: left;
	padding-right: 6px;
	}

	
.bookmark {
	width: 130px;
	margin-left:270px;
	}
	
#poetry_channelBm {
	background-color:#d37bae;
	}
	
#poetry_channelBm p {
	line-height: 16px;
	}	


.podcastBox {
      border: 1px solid #d58ab5;
      padding-bottom: 8px;
      margin-bottom: 8px;
      }

 

.podcastBox img {
      float: left;
      padding: 6px 14px 4px 8px;
      padding-top: 4px;
      text-align: right;
      }

#youtube {
      margin: 8px 0;
       }

.podcastArchive {
      padding-bottom: 10px;
      margin-bottom: 8px;
       border-bottom: 1px solid #f2f3f5;
       }

/* Type
----------------------------------------------- */


.podcastBox p {
      padding: 4px 8px;
       }


h4 { 
       color:  #d58ab5;
	font-size: 18px;
	line-height: 18px;
        padding: 8px 0 8px 8px;
        margin: 0;
	}

#mainText p {
      margin: 0 8px;
      }


/* Links
----------------------------------------------- */
	
.podcastBox a, .podcastArchive a {
	margin-left: 6px;
    padding: 5px 0 5px 30px;
    color: #d58ab5;
    clear: both;
	font-size: 0.85em;
	background-repeat: no-repeat;
	background-position: 0 -24px;
}

.podcastBox a.download, .podcastArchive a.download {
	display: block;
	font-size: 1em;
    background: url(/images/gen_images/podcast.gif) no-repeat 0 -28px;
}

.podcastBox a.rss, .podcastArchive a.rss {
    background-image: url(/images/gen_images/rss.gif);
	padding-left: 20px;
}

.podcastBox a.itunes, .podcastArchive a.itunes {
    background-image: url(/images/gen_images/itunes.gif);
}

.podcastBox a:hover, .podcastArchive a:hover {
	background-position: 0 0;
	color: #333;
}
	

.podcastArchive p {
       padding: 0 8px;
       font-size: 0.85em;
        }

.dl-link {
clear: left;
}
	
		