body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    background-image: url()
    background-color: #FFF;
    color: #222;
    line-height: 18px;
    font-family: "Helvetica", Arial, Verdana, Lucida Grande, sans-serif;
}




#container {
	background-color: #fff;
	background-image: url(/img/top2.png);
	background-position: top;
	background-repeat: no-repeat;
    width: 500px;
    margin: 20px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}



#news {
	background-image: url(/img/ilag_stroke.png);
	background-position: bottom;
	background-repeat: no-repeat;
}


#news .content {
	background-color: transparent;
    width: 480px;
    margin: 0 auto;
    padding-top: 280px;
    padding-bottom: 80px;
    text-align: left;
    color: #666; 
}



#contact {
	background-color: transparent;
	font-size: 10px;
    width: 480px;
    padding-top: 15px;
    margin: 0 auto;
    text-align: center;
}


#press {
	background-position: bottom;
	background-repeat: no-repeat;
}

#press .content {
	background-color: transparent;
    width: 480px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 80px;
    text-align: left;
    

}

#lyrics {
	background-image: url(/img/svar_stroke.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#lyrics .content {
	background-color: transparent;
    width: 480px;
    margin: 0 auto;
    padding-top: 280px;
    padding-bottom: 80px;
    text-align: left;
    

}



/**TYPOGRAFI**/

h1 {
color: #222;
font-size: 2.5em;
margin-bottom: 0px;
}


h2 {
color: #222;
font-size: 2em;
font-weight: normal;
line-height: 1em;
}


h3 {
color: #222;
font-size: 2em;
font-weight: bold;
margin-bottom: 10px;
margin-top: 30px;
}

h3 span {
color: #222;
font-size: 0.5em;
font-weight: bold;
margin-bottom: inherit;
margin-bottom: 10px;
}


h4 {
color: #666;
font-size: 12px;
font-weight: bold;
margin-top: 10px;
margin-bottom: inherit;
}


                      
a.twitter     {  font-size: 10px; color: #999; text-decoration: none; border: none;}
a.twitter:hover 	{  font-size: 10px; color: #47c9f5;  }
a.twitter:active 	{  font-size: 10px; color: #47c9f5;  }

a.youtube     { color: #555; text-decoration: none; border: none;}
a.youtube:hover 	{ color: #ff3333;  }
a.youtube:active 	{ color: #ff3333;  }

a.spotify     { color: #777; text-decoration: none; border: none;}
a.spotify:hover 	{ color: #4fb600;  }
a.spotify:active 	{ color: #4fb600;  }

a.facebook     { color: #222; text-decoration: none; border: none;}
a.facebook:hover 	{ color: #3b5998;  }
a.facebook:active 	{ color: #3b5998;  }

a.myspace     { color: #888; text-decoration: none; border: none;}
a.myspace:hover 	{ color: #000000;  }
a.myspace:active 	{ color: #000000;  }

a    		{ color: #666; text-decoration: none; border: none;}
a:hover 	{ color: #000;  }
a:active 	{ color: #000;  }



hr {

}



/****TWEET****/

.tweet {
	font-family: "Helvetica", Arial, Verdana, Lucida Grande, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	color: #777; }

.tweet .tweet_list {
	-webkit-border-radius: .5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: transparent; }

.tweet .tweet_list li {
	overflow: auto;
	padding: 0px 0 0 0px; }
  
.tweet .tweet_list li a {
	color: #666;
	font-weight: bold; }
	
.tweet .tweet_list li a:hover {
	color: #000;
	font-weight: bold; }
        
.tweet .tweet_list .tweet_even {
	background-color: transparent; }
      
.tweet .tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left; }
      
.tweet .tweet_list .tweet_avatar img {
	vertical-align: middle; }
