html
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/back.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
}

p, span, h1, h2, h3, h4, font, table.form td
{
	font-family:	Arial;
	font-size:		11px;
}
h1
{
	font-size:		14px;
	font-weight:	bolder;
}
h2
{
	font-size:		13px;
	font-weight:	bolder;
}
h3
{
	font-size:		12px;
	font-weight:	bolder;
}
h4
{
	font-size:		11px;
	font-weight:	bolder;
}







h1.right_head
{ 
	background-repeat: no-repeat;
	width: 380px;
	height: 49px;
	padding:	0px;
	margin:		0px;
}
h1.right_head span
{ 
	display: none;
}

h1.right_head#paddies {background-image: url('../images/head_about.png');}
h1.right_head#agenda {background-image: url('../images/head_agenda.png');}
h1.right_head#press {background-image: url('../images/head_press.png');}
h1.right_head#tech {background-image: url('../images/head_tech.png');}
h1.right_head#contact {background-image: url('../images/head_contact.png');}
h1.right_head#disco {background-image: url('../images/head_disco.png');}
h1.right_head#media {background-image: url('../images/head_media.png');}
h1.right_head#links {background-image: url('../images/head_links.png');}

/*NEWS*/
div.news_short a
{
	color: #000000;
	font-weight: bolder;
}
div.news_short
{
	padding-top: 10px;
	padding-bottom: 10px;
}
span.day
{
	font-size:	20px;
	font-weight: bolder;
}
span.month
{
	font-size:	11px;
	font-weight: bolder;
}


/*AGENDA*/
.thisyear
{
	font-size:	15px;
	font-weight:	bolder;
	color: #FFFFFF;
	font-family:	Arial;
	text-decoration: none;
}
.normalyear
{
	font-family:	Arial;
	color: #FFFFFF;
	font-weight: normal;
	font-size:	11px;
	text-decoration: none;
}
.normalyear:hover
{
	font-size:	13px;
	font-weight:	bolder;
	text-decoration: none;
	
}
#main_content h1, #main_content h2, #main_content h3, #main_content h4, #main_content p, #main_content span, #main_content a, #main_content font
{
	color: #FFFFFF;
}
table.agenda_item
{
	width:	320px;
	margin-bottom: 15px;
	padding: 5px;
	background-color: #a01919;
}
table.agenda_item:hover
{
	background-color: #b93232;
}


/* LINKS */
p.linkcat
{
	font-size: 13px;
	font-weight: bolder;
}
p.link
{
	padding-left: 20px;
}

/* MEDIA */
table.media
{
	width:	320px;
	margin-bottom: 15px;
	padding: 5px;
	border-spacing: 0px;
}
table.media td
{
	vertical-align: top;
	padding: 10px;
}
table.media tr
{
	background-color: #a01919;
	padding: 10px;
	height: 60px;
}
table.media tr:hover
{
	background-color: #b93232;
}


/* ARTICLES */
table.articles
{
	border-spacing: 0px;
}
table.articles tr
{
	margin-bottom: 10px;
	padding:		5px;
}
table.articles tr:hover
{
	background-color: #b93232;	
}
td.article_date
{
	width: 30px;
	padding-left:	5px;
}
td.article_source
{
	width: 100px;
	padding-right:	5px;
}
td.article_title span
{
	font-size:	12px;
	font-weight: bolder;
}

/*GUESTBOOK*/
p.navigation, p.navigation a
{
	font-family:	Arial;
	color: #FFFFFF;
	font-weight: normal;
	font-size:	11px;
	text-decoration: none;
}
p.navigation a:hover
{
	font-size:	13px;
	font-weight:	bolder;
	text-decoration: none;
}
p.navigation a.current, p.navigation a.current:hover
{
	font-size:	15px;
	font-weight:	bolder;
	color: #FFFFFF;
	font-family:	Arial;
	text-decoration: none;
}
table.guestbook
{
	border-spacing: 0px;	
}

/*DISCOGRAPHY*/
table.cds td
{
	background-color: #a01919;
	width: 380px;
}
table.cds td:hover
{
	background-color: #b93232;
}	
