/* CSS Document */


*{
	margin: 0px;
	padding: 0px;
}

body
{
	text-align: center;	
	margin: 0;
	padding: 27;
	color: #333;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/2012/pinecone_moonshine_background.jpg);
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position:center top;
}

img {
	border: none;
}

a:link { text-decoration: none; color: #FFFFFF; border-style: none;}
a:visited { text-decoration: none; color: #FFFFFF; border-style: none;}
a:hover {text-decoration: underline; color: #FFFFFF;}


#navBar {
	background: url(../images/2012/boxMain.png);
	background-repeat: repeat;
	height: auto; 
	width: 887;
	position: relative;
	padding: 10px 0px 8px 16px;
	font-size: 11px;
	overflow-x:hidden;
}

.unselectedNavItem { /* July 30th 2009 */
	color: #FFFFFF;
	width: 106px;
	height: 16px;
	text-align: center;
	float: left;
	margin-bottom: 4px;
}

.unselectedNavItem a:hover {
	text-decoration: none;
	font-weight: bold;
}

.selectedNavItem { /* July 30th 2009 */	
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	width: 106px;
	height: 16px;
	text-align: center;
	float: left;
}

ul.releases { /* July 7th */
	list-style-type: none;
	padding: 2px 0px 0px 4px;
	width: 438px;
	height: 218px;
	overflow-y: scroll;	
	overflow-x: hidden;
}

.smallTrackIcon { /* July 30th 2009 */
	float: left;
	margin:0 12px 2px 3px;
}

.textMiddle { /* July 30th 2009 */
	vertical-align: middle;
}

.selectedRelease {	
	background: url(../images/boxTrackSelected.png) no-repeat; 	
	padding: 6px 1px 0px 8px;
	font-size: 10px;
	color: #FFFFFF;
	width: 439px;
	height: 57px;
	text-align: left;	
}

.unselectedRelease {
	background: url(../images/boxTrackUnselected.png) no-repeat; 	
	padding: 6px 1px 0px 8px;
	font-size: 10px;
	color: #FFFFFF;
	width: 439px;
	height: 57px;
	text-align: left;	
}

.trackImageLarge { /* July 30th 2009 */
	color: FFFFFF;	
	text-align:center;
	width: 160px;
	font-size: 11px;	
	line-height: 150%;
}

ul.trackImageLarge { /* Feb 2010 */
	list-style-type: none;
	text-align: left;
	padding: 0px 0px 0px 8px;
	text-indent: -8px;
}

li.trackImageLarge { /* Feb 2010 */
	list-style-type: none;
	text-align: left;
}

.trackInfoLarge {
	position: absolute;
	padding: 25px 8px 0px 8px;	
	top: 0px;
	left: 180px;
	/* Oct 10 2009 Removed Line */
}

.moreInfo {
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	text-indent: 10px;
	margin-left: 26px;	
	margin-right: 26px;
	margin-top: 10px;
}

.moreInfo a:link {
	color: #AAAAAA;
}

.moreInfo a:visited {
	color: #AAAAAA;
}

.moreInfoTitle {
	font-size: 11px;
	font-weight: bold;
	text-indent: 0px;
}

.subContentTop { /* July 30th 2009 */
	height: auto;	
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	text-indent: 12px;
}

.subContentMore {
	text-align: right;
	margin-right: 32px;
}

.moreInfoList { /* July 30th 2009 */
	margin-left: 8px;
	text-indent: 0px;
	font-size: 12px;
}

li.moreInfoList {
	color: #AAAAAA;
}

ul.moreInfoList { /* Feb 18 2010 */
	list-style-type: none;
}

li.moreInfoListItem {
	margin-top: 4px;
	margin-bottom: 6px;
}

.moreInfoList a:link {
	color: #AAAAAA;
}

.moreInfoList a:visited {
	color: #AAAAAA;
}

.moreInfoList a:hover {
	text-decoration: underline; /* Feb 18 2010 */
}

.releaseTitle { /* July 30th 2009 */
	color: FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

.generalContentText { /* July 30th 2009 */
	color: FFFFFF; 
	font-size: 12px;
	text-align: justified;
	text-indent: 10px;
	padding: 10px 0px 0px 0px;
}

.trackInfo {
	color: FFFFFF;
	font-size: 12px;
	text-align: justified;
	text-indent: 10px;
	padding: 10px 0px 0px 0px;
}

ul.trackInfo {
	list-style-type: none;
	padding: 6px 6px 6px 0px;
}

#wrapper {
	width: 887px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url(../images/2012/boxMain.png);
	background-repeat: repeat;
	height: 48px; 
	width: 887;
	position: relative;
	padding-left:16px;
	padding-top: 8px;
}

.headerWrapper {
	float:left;
}

.headerImg {
	position: relative;
	top:-28px;	
	margin-left: 12px;	
	float: left;
}

.headerTitle {
	font-size: 20px;
	font-weight: bold;	
}

.headerSubTitle {
	font-size: 10px;
	font-weight: bold;
}

#main {
	background-color: #CCD5E6;
	background-image: url(../images/backGroundSketchLoGreen.jpg);
	background-repeat: no-repeat; 
	border-style: solid;
	border: 4px 4px 4px 4px;
	border-color: #000000;
	height: 652px; 
	width: 881px;
	position: relative;
}

#footer {
	background: url(../images/bottom.png) no-repeat; 
	height: 18px; 
	width: auto;
}

#copyright {
	color: #000000;	
	font-size: 10px;
	position: relative;
	left: 10%;
	top: 10px;
	margin-top: 6px;
	margin-bottom: 16px;
}

#content {		
	height: 580px;
	width: 657px;
	position:relative;
	left:218px;
	top:20px
}

#topContentLoidf { /* August 2009 */
	background-image: url(../images/2012/boxMain.png);
	color: #FFFFFF;
	font-size: 12px;
	background-repeat: repeat;
	padding: 16px 24px 18px 20px;	
	width: 712px;
	height: auto;
	position:relative;
	left:10%;
	top:40px
}

.smallTrackInfo a:link {
	color: #FFFFFF;
}

.smallTrackInfo a:visited {
	color: #FFFFFF;
}

.smallTrackInfo {
	line-height: 14px;
	padding: 0px 9px 0px 9px;
	height: 48px;	
}

#sideContent { /* July 30th 2009 */
	background-image: url(../images/Nav/navBox.png);
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-left: 0px;
	width: 190px;
	height: 582px;
	position:relative;
	left:16px;
	top:20px
}

#subContentLoidf { /* August 2009 */
	background-image: url(../images/2012/boxMain.png);
	color: #FFFFFF;
	font-size: 12px;
	background-repeat: repeat;
	padding: 10px 24px 18px 20px;	
	width: 712px;
	height: auto;
	position:relative;
	left:10%;
	top:40px	
}

#subContent { /* July 30th 2009 */
	background-image: url(../images/Nav/boxLower.png);
	background-repeat: no-repeat;
	padding: 12px 20px 18px 20px;
	width: 605px;
	height: 170px;
	text-align: center;
	position:relative;
	right:0px;
	top:12px	
}

#subContentPages { /* July 30th 2009 */	
	color: #000000;
	text-align:center;
	width: 645px;
	font-size: 10px;
	position: absolute;
	bottom: 12px;
}

.subContentReleaseLeft { /* July 30th 2009 */
	padding: 5px;
	width: 290px;	
}

.subContentReleaseRight { /* July 30th 2009 */
	padding: 5px;
	width: 290px;	
	position: absolute;
	right: 10px;
}

.subContentReleases { /* July 30th 2009 */
	padding: 0px 5px 0px 5px;
	width: 585px;
	text-align:left;
	font-size: 11px;
	color: #FFFFFF;
}

.contentReleases { /* July 30th 2009 */
	padding: 5px;
	width: 400px;
	text-align:left;
	font-size: 11px;
	color: #FFFFFF;
}

/* July 30th 2009 */	

.releaseItems {
	color: FFFFFF;
	font-size: 11px;
	padding-top: 4px;
}

ul.releaseItems {
	list-style-type: none;	
}

.releaseItemListen {
	padding-top: 2px;
	width: 36px;
	height: 28px;
}

.releaseItemListen2 {	
	width: 36px;
	height: 28px;
}

.releaseItemTitle {
	width: 450px;
	position: absolute;
	right: 215px;
}

.releaseItemTitleLarge {
	width: 449px;
	position: absolute;
	right: 110px;
}

.releaseItemPlayer {
	height: 44px;
	width: 589px;
	text-align: center;
}

/* Dec 2013 */
.releaseItemPlayerBc {
	height: 124px;
	width: 589px;
	text-align: center;
}

.releaseItemMusic1 {
	width: 105px;
	position: absolute;
	right: 110px;
}

.releaseItemMusic2 {
	width: 105px;
	position: absolute;
	right: 12px;
}

.releaseItem {
	background-image: url(../images/2012/trackBar.png);
	background-repeat: no-repeat;
	padding: 2px 8px 2px 8px;
	width: 712px;
	height: 32px;
	text-align: left;	
}

.contentReleaseItem { /* July 30th 2009 */
	padding: 5px;
	width: 500px;	
}

/* END July 30th 2009 */

/* April 08 */

#mailingList { /* July 30th 2009 */
	position: absolute;
	padding: 8px 6px 3px 2px;
	font-size: 11px;
	color: #FFFFFF;
	width: 330px;
	height: 40px; /* april 19th */
	right: 16px;
	top: 8px;
}

#mailingList.input {
	font-size: 10px;
}

#mailinglistSubmit { /* July 30th 2009 */
	background: url(../images/headerSubmitBox.png) no-repeat; 	
	padding: 5px 0px 0px 0px;
	font-size: 10px;
	width: 61px;
	height: 20px;
	text-align: center;
	position: absolute;
	right: 6px;
	top: 9px;
}

#mailinglistImg { /* July 30th 2009 */	
	text-align: center;
	position: absolute;
	right: 6px;
	top: 2px;
}

#loidfSearch { /* August 2009 */
	background: url(../images/headerSubmitBox.png) no-repeat; 	
	padding: 5px 0px 0px 0px;
	font-size: 10px;
	font-weight: normal;
	width: 61px;
	height: 20px;
	text-align: center;
	position: absolute;
	right: 6px;
	top: 16px;
}

#loidfSearchOptions { /* August 2009 */
	position: absolute;
	margin: 2px;
	right: 70px;
	top: 14px;
}

#actionReply a:hover {
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}

#actionReply {
	color: #FFFFFF;
	text-align: left;
	padding: 15px 15px 15px 15px;
}

#replyReturnLink {
	text-align:center;
}

/* april 19th */

#shoplinks a:hover {
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}

#shoplinks {
	font-size: 11px;
	padding: 2px 0px 4px 0px;
}

#buyReleasesTop {
	background-image: url(../images/boxBuyReleasesTop.png);
	background-repeat: no-repeat;	
	width: 439px;
	height: 31px;
	position:relative;
	padding-left: 4px;
	left:4px;
	top:0px;	
}

#buyReleaseBody {
	color: #FFFFFF;
	background-image: url(../images/boxBuyReleasesBody.png);
	background-repeat: no-repeat;
	padding: 18px 1px 18px 4px;
	overflow-y: scroll;
	width: 433px;
	height: 140px;
	position:relative;
	left:4px;
	top:4px	
}

table.buyReleaseBody {
	border-spacing: 0px;
	border: 2px solid #AAAAAA;
	width: 410px;
	color: #FFFFFF;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	line-height: 180%
}

table.buyReleaseHeader {
	border: 0px;
	width: 409px;
	color: #FFFFFF;
	padding-top: 8px;
	font-size: 10px;
	font-weight: bold;
}

td.releaseTableTitle {
	width: 246px;
	padding-left: 6px;
	text-align:left;
	border: 0px solid #AAAAAA; 
}

td.releaseTableType {
	width: 86px;
	text-align:right;
	padding-right: 4px;
	border: 0px solid #AAAAAA; 
}

#addToCartButton {
	background: url(../images/boxAddToCart.png) no-repeat; 	
	padding: 8px 0px 0px 0px;
	color: #FFFFFF;
	width: 88px;
	height: 27px;
	font-size: 10px;
	text-align: center;
	position: relative;
	top: 8px;
	right: -320px;
}

#buyReleasePrevNext a:link {
	color: #444444;
}

#buyReleasePrevNext a:visited {
	color: #444444;
}

#buyReleasePrevNext a:hover {
	color: #444444;
	font-size: 10px;
	font-weight: bold;
}

#buyReleasePrevNext {
	color: #000000;
	font-size: 10px;
	text-align: center;
	padding-top: 8px;
}

/* May 20th */

.forthcomingData {	
	font-size: 11px;
	padding: 0px;
	color: #000000;
	text-align: left;
	text-indent: 10px;
	margin-left: 16px;	
	overflow-y: scroll;
	width: 425px;
	height: 237px;
}

.forthcomingTracks {
	text-indent: 0px;
	padding-left: 24px;
}

/* July 7th */

.releasesHeader {
	font-size: 11px;
	padding: 0px;
	color: #000000;
	text-align: left;
	text-indent: 10px;
	padding-bottom: 5px;
}

.trackInfo a:link {
	color: #AAAAAA;
}

.trackInfo a:visited {
	color: #AAAAAA;
}

.generalContentText a:link {
	color: #AAAAAA;
}

.generalContentText a:visited {
	color: #AAAAAA;
}

/* August 2009 */

.releaseItemTitleMedium {	
	width: 413px;
	position: absolute;
	right: 110px;
}

.releaseItemCata {	
	width: 75px;
	height: 28px;
}

.topContentPages {
	padding: 2px 8px 2px 8px;
	width: 589px;
	height: 20px;
	text-align: center;	
}

.topContentPagesCentered {
	padding: 2px 8px 2px 8px;
	width: 589px;
	height: 20px;
	text-align: center;
}

.loidfLables { /* Aug 30th 2009 */
	margin-left: 20px;
	text-indent: 0px;
	font-size: 11;
	list-style-type: none;
}