/* CSS Document */

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

/* 
     
	| 
	| The Poetry Trust
	|
	| Home
	|
*/



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

.mainWrap {
	background:url(images/bg_images/home_bg.gif) repeat-y 0 0;
	}
	
	
#navBar {
	
	background: url(images/nav_images/home_menu.gif) no-repeat 0 0;
	}	
	
	
/* Layout
----------------------------------------------- */	
	
.bookmark {
	width: 130px;
	padding: 8px;
        padding-bottom: 18px;
  	}
	
#poetry_channelBm {
	background-color:#d37bae;
	padding-top: 180px;	
	}
	

#poetry_channelBm p {
        margin:0;
        padding:0 0 4px 0;
	}			
	
#poetry_channelBm img {
        padding-bottom: 8px;
	}

#poetry_channelBm ul {
	}

#poetry_channelBm li{
       padding: 2px 0 2px 10px;;
       background:url(images/gen_images/pc_bullet.gif) no-repeat 0 8px;
	}
	
.mainColRight {
	background:url(images/title_images/home_page.gif) no-repeat 12px 0;
        color: #333; 
	}		

.bookmarkBox {
	background:url(images/bookmark_images/home.jpg);
	}	
	
.mainColLeft img {
	padding-bottom: 8px;
	}	

.event {
	border-bottom: 1px solid #8f99a0;
	padding: 0 0 10px 0;
        margin: 0 0 10px 8px;
	}


.homeWrap {
}

.homeWrapLeft {
	width: 220px;
	float:left;
	padding-left: 20px;
        margin-top: 250px;
}

.homeWrapRight {
	width: 150px;
	float:left;
}
	
a.newsletterLink{
	display: block;
	background: url(images/gen_images/newsletter-button.gif) no-repeat 4px 4px;
	height: 150px;
	width: 150px;
        border: 0px;
}

a.newsletterLink:hover{
	background: url(images/gen_images/newsletter-button.gif) no-repeat 4px -159px;
}

a.newsletterLink:visited{
	border: 0px;
}

a.wimbledonLink{
	display: block;
	background: url(images/gen_images/wimbledon-button.gif) no-repeat 4px 4px;
	height: 150px;
	width: 150px;
        border: 0px;
}

a.wimbledonLink:hover{
	background: url(images/gen_images/wimbledon-button.gif) no-repeat 4px -159px;
}

a.wimbledonLink:visited{
	border: 0px;
}




/* Text / Links
----------------------------------------------- */	

.event a {
	color: #565c60;
	}

.event a:hover {
	color: #000;
	}

.event p {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 2px 0px;
        }
/*
.news {
       margin-bottom: 14px;
       }
*/

#eventDate p {
      margin-top: 0px;
      padding-top: 0px;
      }

#poetry_channelBm a:hover {
	color: #fff;
	}
	
