body {
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background: #d5e1dd;
	vertical-align: top;
	line-height: 160%;
}

#siteContainer {
	width: 715px;
	height: 100%;
	margin: auto;
}

#siteBackground {
	width: 100%;
	height: 100%;
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	border-top: solid 1px #a1a1a1;
	border-left: solid 1px #a1a1a1;
	border-bottom: solid 1px #a1a1a1;
}

#date {
	text-align: right;
	font-style: italic;
	font-size: 12px;
	margin-right: 4px;
}

#mainContent {
	float: left;
	padding: 0px 20px 0px 20px;
	margin-bottom: 20px;
	width: 459px;
}

#sidebar {
	float: right;
	width: 215px;
	height: 100%;
	margin-bottom: 20px;
}

#clearFix {
	clear: both;
}

#contactForm li {
	list-style-type: none;
	padding: 5px 0px;
	margin-left: -20px;
}

#contactButton {
	height: 30px;
	width: 60px;
}

#searchButton {
	height: 24px;
	width: 48px;
}

textarea {
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 12px;
}

input {
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
}

img {
	border: 0px;
}

.imgL {
	float: left; 
}

.imgR {
	float: right; 
}

a:link {
	color: #2168b7;
	text-decoration: none;
}

a:visited {
	color: #99adc8;
	text-decoration: none;
}

a:hover {
	color: #4888d0;
	text-decoration: underline;
}

a:active {
	color: #4888d0;
}

a.aBlue {
	color: #2168b7;
}

a.aGrey {
	color: #656565;
}

h1 {
	width: 100%;
	font-size: 28px;
	margin-top: 15px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-weight: bold;
}

h2 {
	width: 100%;
	font-size: 22px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 4px;
	font-weight: bold;
}

h3 {
	width: 100%;
	font-size: 17px;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	padding: 0px;
}

	h3.newsHeader, h3.mediaHeader {
		background-image: url(images/newsheader.png);
		background-repeat: repeat-y;
		padding: 6px;
		margin-top: 20px;
	}

	h3.footerHeading {
		padding-bottom: 2px;
	}
	
	h3.liveHeader {
	margin-bottom: 20px;
	}

h4 {
	width: 100%;
	font-size: 14px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
}

h5, h6 {
	width: 100%;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

hr {
	height: 0px;
	width: 100%;
	background-color: #CCCCCC;
	text-align: left;
	margin: 5px 0px 5px -15px;
}

p {
	margin: 0px 0px 15px 0px;
	line-height: 160%;
}

	p#bottomText {
		clear: left;
		text-align: center;
		font-size: 10px;
		color: #999999;
		margin-top: 5px;
	}

	p.indent {
		text-indent: 30px;
	}

	p.newsIndent {
		margin-left: 10px;
		padding: 6px;
		-moz-box-shadow: 0px 0px 4px #888;
		-webkit-box-shadow: 0px 0px 4px #888;
		box-shadow: 0px 0px 4px #888;
	}
	
	p.imgText  {
		color: #888888;
		font-size: 12px;
		margin: 0px 0px -20px 5px;
		position: absolute;
	}

.newsDate {
	color: #656565;
	font-style: italic;
	padding: 4px;
}

.mediaDate {
	color: #656565;
	font-style: italic;
	padding: 4px;
}

abbr {
	border-bottom: 1px dashed #999;
	cursor: help;
}

blockQuote {
	background: transparent url(images/quote-left.png) left top no-repeat;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 20px;
}

blockQuote div {
	padding: 0 30px;
	background: transparent url(images/quote-right.png) right bottom no-repeat;
}

#liveFader ul, #liveFader li{
	list-style-type: none;
	margin-top: -14px;
	margin-left: -26px;
	}

.red {
	color: #fe423b;
}

.grey {
	color: #888888;
}

#lastFM {
	color: #656565;
	font-style: italic;
}

/* Menu start */
#menu {
	font-size: 16px;
	padding: 4px 20px;
	margin: 0px;
	list-style-type: none;
	text-align: left;
}

#menu li {
	display: inline;
	padding: 0px 2px;
	margin: 0px;
}

#menu li a {
	text-decoration: none;
	padding: 6px 12px;
	border: 1px solid #a1a1a1;
	background: #e8e6e1;
	color: #464646;
}

#menu li a:hover, #menu a:active {
	color: #fe423b;
	background: #fcfbfa;
}

#menu li.current a {
	font-weight: bold;
	border-bottom: 1px solid #fcfbfa;
	color: #000000;
	background: #fcfbfa;
	padding-top: 8px;
}
/* Menu end */

/* Bio menu start */
	/*** menu start ***/
	#bioContainer {
		width: 170px;
		margin-top: 0px;
		margin-left: -190px;
		text-align: right;
	}

	#bioContainer ul {
		list-style: none;
		list-style-position: outside;
	}
	
	#bioContainer ul.bioMenu li {
		float: none;
		margin-bottom: 5px;
		display: block;
		padding: 4px 8px;
		background: #e8e6e1;
		margin-right: 0px;
		border: 1px solid #a1a1a1;
		border-width: 1px 1px 1px 1px;
		position: relative;
		color: #464646;
		cursor: pointer;
	}

	#bioContainer ul.bioMenu li.active {
		background: #fcfbfa;
		font-weight: bold;
		border-right: 1px;
		color: #000000;
	}
	
	#bioContainer ul.bioMenu li:hover {
		background: #fcfbfa;
	}
	
	#bioContainer2 {
		width: 450px;
		margin-top: 20px;
		margin-left: 0px;
	}

	#bioContainer2 ul {
		list-style: none;
		list-style-position: outside;
	}
	/*** menu ends ***/
	/*** content start ***/
	.bioContent {
		margin: -5px 0px 0px 0px;
		text-align: left;
		padding-bottom: 20px;
	}
	
	.bioContent.bio01 {
		display: block;
	}
	.bioContent.bio02 {
		display: none;
	}
	.bioContent.bio03{
		display: none;
	}
	.bioContent.bio04 {
		display: none;
	}
	.bioContent.bio05 {
		display: none;
	}
	.bioContent.bio06 {
		display: none;
	}
	.bioContent.bio07{
		display: none;
	}
	/*** content ends ***/
/* Bio menu ends*/

.bioList ul, .bioList li {
	list-style-type: square;
	margin-left: -10px;
	padding: 2px;
}

.bioImg {
	margin: -5px 0px 20px 0px;
}

/* Live menu start */
	.clear {
		clear: both;
		height: 0px;
		visibility: hidden;
		display: block;
	}  
	/*** menu start ***/
	#liveContainer {
		width: 465px;
	}

	#liveContainer ul {
		list-style: none;
		list-style-position: outside;
	} 

	#liveContainer ul.liveMenu li {
		float: left;
		margin-right: 5px;
		margin-bottom: -1px;
		display: block;
		padding: 4px 8px;
		background: #e8e6e1;
		border: 1px solid #a1a1a1;
		border-width: 1px;
		position: relative;
		color: #464646;
		cursor: pointer;
	}

	#liveContainer ul.liveMenu li.active {
		background: #fcfbfa;
		font-weight: bold;
		top: 1px;
		border-bottom: 0px;
		color: #000000;
	}
	
	#liveContainer ul.liveMenu li:hover {
		background: #fcfbfa;
	}
	/*** menu ends ***/
	/*** content start ***/
	.liveContent {
		border-top: 1px solid #a1a1a1;
		text-align: left;
	}
	.liveContent.t012 {
		display: block;
	}
	.liveContent.t011 {
		display: none;
	}
	.liveContent.t010 {
		display: none;
	}
	.liveContent.t009 {
		display: none;
	}
	.liveContent.t008 {
		display: none;
	}
	.liveContent.t007etc {
		display: none;
	}
	/*** content ends ***/
/* Live menu ends*/

.liveList ul, .liveList li {
	list-style-type: square;
	margin-left: -10px;
	padding: 2px;
}

/* Some stuff I could use:
<sub> and <sup> for raised/lowered text, looks cool, don't use if not necessary tough...
<pre> for codes (to get to use line breakes without <br>, for codes or poems), <code> = code-font
font-variant: small-caps makes all letters capitol, but still difference between T and t*/
