/* Basic outline */

body {
	background-color: #000000;
	/*background-position: 50% 60px;
	background-repeat: no-repeat;
	background-image: url(pix/splash.jpg);*/
}

/* Feeds */
img.feedicon {
	width: 40px;
	height: 40px;
	border-width: 0px;
	border-style: none;
}

ul {
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
	padding-left: 40px;
	padding-right: 1px;
	
	background-repeat: no-repeat;
	background-position: -7px 0px;
}

li {
	margin-top: 0px;
	margin-bottom: 10px;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
	color: #cccccc;
	
	list-style-type: none;
}

ul.twitter {
	background-image: url("../../feedicons/50px/twitter.png");
}

ul.myspace {
	background-image: url("../../feedicons/circle/myspace2.png");
}

ul.podcastshort {
	background-image: url("test_site/09/icons/podcast50px.png");
}

ul.bloggen {
	background-image: url("feedicons/50px/rss1.png");
}

ul.youtube {
	background-image: url("../../feedicons/50px/video.png");
}

ul.itunespodcast {
	background-image: url("test_site/09/icons/podcast50px.png");
	height: 35px;
	padding-top: 15px;
}

ul.podcast {
	background-image: url("test_site/09/icons/rss50px.png");
	height: 35px;
	padding-top: 15px;
}

img.feedicon {
	margin-left: 5px;
}

/* See more */
div.seemore {
	position: relative;
	top: 415px;
	left: 5px;
}

img.seemore {
	width: 36px;
	height: 36px;
	padding: 2px;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
}

/* Music Player */
#buttonplayer {
	/* Nothing yet */
}

/* Validators */
#validators {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	border-right-width: 0px;
	
	z-index: 5;
}

#validators img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.closebutton {
	position: relative;
	left: -13px;
	top: -8px;
	width: 15px;
	height: 15px;
}

/* Text */


img.pimage {
	float: right;
	max-width: 200px;
	margin: 5px;
	padding-left: 7px;
}

div.extrapadding {
	padding-left: 10px;
	padding-top: 10px;
}

/* This is not for the tag <ul>. This is a class
   to use instead of the <u>-tag. */
.ul {
	text-decoration: underline;
}

/* This is only used for the download bit
   on the music.php page */
   
div.download_top {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(pix/downloadtop.png);
	
	width: 460px;
	height: 11px;
	margin: 0px;
}
   
div.download {
	
	background-color: #c1c1c1;
	margin: 0px;
	margin-right: 15px;
	
	width: 437px;
	
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 12px;
	padding-bottom: 0px;
}

div.download_bottom {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(pix/downloadbottom.png);
	
	width: 460px;
	height: 11px;
	margin: 0px;
	margin-bottom: 10px;
}

table.download {
	width: 600px;
	margin: 0px;
	margin-bottom: 10px;
	
	padding: 0px;
}

table.download td, table.download th {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	
	text-align: left;
	color: #cccccc;
	
	padding: 0px;
}

td.bigdownload, th.bigdownload {
	width: 400px;
}

table.download th {
	font-weight: bold;
}

img.downloadicon, a:link img.downloadicon, a:visited img.downloadicon, a:hover img.downloadicon {
	border-style: none;
	text-decoration: none;
	margin-right: 5px;
	vertical-align: top;
}

div.downloadfrompodcast {
	margin-top: 0px;
	margin-left: -10px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding-left: 0px;
}
