/*  
	XIT MUSIC
	CSS by Ian Russell | www.ianrussell.ca
	ian.arthur.russell@gmail.com
	--------------------------------------------------------------------
*/


body {
	padding: 0px;
	margin: 0px;
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	 background: #000 url(../images/background.jpg) center top no-repeat;
	padding-bottom: 50px;	 
}

body a:link, body a:visited {
	text-decoration: none;
	color: #366881;
	font-weight: bold;
}

body a:hover {
	color: #ffffff;
	text-decoration: underline;
}

body b {
	font-weight: bold;
}

body i {
	font-style: italic;
}

#masterContainer {
	width: 880px;
}

#masterContainer #posters {
    overflow: auto;
}

#masterContainer #posters img {
	float: left;
	margin: 10px;
	height: 240px;
	width: 156px;
}



#masterContainer #posters .wrap {
    clear: right;
/*     outline: 2px dotted green; */
/*     height: 350px; */
}

/*
#masterContainer #posters img:nth-child(5n+6) {
    clear: right;
	}
*/

#masterContainer #header {
	height: 180px;
	position: relative;	
}

#masterContainer #blurb {
	position: absolute;
	left: 596px;
	top: 46px;
	width: 200px;
	padding-top: 42px;
	text-align: left;
	/*border: 1px solid green;*/
}

#masterContainer #blurb a {
	display: block;
	background: url(../images/email-link.gif) 0px 0px no-repeat;
	text-indent: -9999px;
	height: 21px;
}

#masterContainer #blurb a:hover {
	background: url(../images/email-link.gif) 0px -21px no-repeat;
}



#masterContainer #blurb div {
	text-indent: -9999px;
}


#masterContainer #description {
	padding: 10px;
	color: #666;
	text-align: left;
	font-size: 11px;
	line-height: 1.4em;
}




