@charset "iso-8859-2";
/* CSS Document for Sonicnation site */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	background:url(gfx/mainbkgr.gif) top left repeat-x #FBC300;	color: #000;
	
}

h1 {
	margin:0;
	padding:20px 0 30px 0;
	font-size: 28px;
	font-weight: normal;
	color:#8a7203;
	}
	
h2 {
	margin:0;
	padding:0 0 5px 0;
	font-size: 18px;
	}

#upgfx {
	width:800px;
	height:200px;
	}
	
#contentUp {
	width:910px;
	height:20px;
	background:url(gfx/contentup.gif) top left no-repeat;
	}
	
#content {
	width:835px;
	padding:0 35px 0 40px;
	background:url(gfx/contenbkgr.gif) top left repeat-y;
	text-align:justify;
	line-height: 18px;
	}
	
#contentDown {
	width:910px;
	height:30px;
	background:url(gfx/contentdown.gif) top left no-repeat;
	}
	
/*-------------------------------- news ---*/

.news { padding-bottom: 10px;}

.newsFoto {
	float:left;
	width:200px;
	padding-right: 20px;
}

.newsText {
	float:left;
	width:600px;
}

.date {color:#666;}

.artistList {
	padding:10px 0;	
}

.artistList ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

.artistList li {
	margin:0;
	padding:0;
}

.popupFoto, a {
	padding-top: 4px;
	color:#999;
	
	}
	

	
/*-------------------------------- main menu ---*/

#mainMenu {
	/*float:left;*/
    
    font-size:12px;
    /*line-height:normal;*/
	padding-left:30px;
	background:url(gfx/mainmenubkgr.gif) no-repeat top left ;
	/*background:url(gfx/mainmenubkgr.gif) top left no-repeat;*/
	}
	
#mainMenu ul {
	margin:0;
    padding:0 10px 0 8px;
    list-style:none;
    }
	
#mainMenu li {
	display:inline;
    margin:0;
    padding:0;
    }
	
#mainMenu a {
	float:left;
    background:url(gfx/mainmenu_l.gif) no-repeat left top;
    margin:0;
    padding:0 0 0 8px;
    text-decoration:none;
    }
	
#mainMenu a span {
	float:left;
    display:block;
    background:url(gfx/mainmenu_r.gif) no-repeat right top;
	padding:7px 14px 6px 6px;
    color:#fff;
    }
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#mainMenu a span {float:none;}

/* End IE5-Mac hack */
#mainMenu a:hover span {
	color:#FDC800;
    }

#mainMenu a:hover {
	background-position:0% -42px;
    }
	
#mainMenu a:hover span {
	background-position:100% -42px;
    }

#mainMenu #currentM a {
	background-position:0% -42px;
	color:#FDC800;
    }
    
#mainMenu #currentM a span {
	background-position:100% -42px;
	color:#FDC800;
    }
	


.clearBoth { clear:both}	
.clearLeft { clear:left; }