@charset "UTF-8";

/*
:: reset & base style sheet
:: last update 2008-11-03
*/

/*==================================================

:: css for halftone records - for top
:: http://halftone-records.com
:: copyright (c) 2001 - 2008 halftone records all rights reserved.

:: author - sunny coding department
:: http://sunny-coding-department.com/

==================================================*/

/*========== main ==========*/
div#main {
float:left;
width: 910px;

}

div#mainSubstance {
padding: 0 10px 10px 0;
}

div.artistComponet {
margin-bottom: 10px;
border-bottom: 1px solid #999999;
clear: both;
height: 250px;
}

div.artistComponetB {
margin-bottom: 10px;
border-bottom: 0;
clear: both;
height: 250px;
}


div.artistImg {
float: left;
width: 200px;
height: 225px;
}

div.artistImgSub {
padding: 20px;
}

div.artisttxt {
float: left;
width: 700px;
height: 110px;
}

div.artisttxtSub {
padding: 10px;
}

div.artistrelease {
float: left;
width: 700px;
height: 70px;
}

div.artistreleaseSub {
padding: 10px;
}

ul.releaseUl {
list-style: none;
}

li.releaseLi {
margin-right: 5px;
float: left;
}

div.artistDetails {
padding-top: 10px;
padding-left: 10px;
float: left;
width: 700px;
height: 20px;
text-align: left;
vertical-align: middle;
}

/*========== end ==========*/
