/* Feel free to mess around with this CSS and trying it on your own HTML-documents. I won't sue you ;) */

/* ---------------------------------------------------- Container and general "settings" */

body {
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	color: #333;
	background-color: #ADD8E6;
	background-image: url("v3.5/bg.jpg");
	margin: 0 auto;
	padding: 0;
	text-align: center;
	max-width: 42.5em;
}

#content {
	width: 42.5em;
	max-width: 42.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #444;
	margin: 1em 0.5em 1em 0.5em;
	background-color: #effbff;
	padding: 3px 0 0 0;
}

/* Text-aligned left since I had to set text-align center to make the page show as centered in Internet Explorer */
p, h1, h2, li, span.date {
	text-align: left;
}

/* ---------------------------------------------------- Text */

p {
	padding-left: 1em;
	padding-right: 1em;
}

.section p {
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Only shows when CSS is disabled; so that things make sense ;) */
p.nocss {
	display: none;
}

p#info {
	margin-bottom: 0;
	margin-top: 0.2em;
	padding-left: 1.25em;
	font-size: 0.85em;
	color: #666;
}

p.songinfo {
	font-size: 0.85em;
	display: inline;
	color: #666;
	padding-left: 0.3em;
}

h1 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
	color: #00b2ee;
	background-color: #c2e4ef;
	padding-left: 0.8em;
	padding-top: 0.2em;
}

.newsitem h1, .section h1 {
	background-color: transparent;
}

h2 {
	font-size: 1em;
	margin-left: 1em;
	font-weight: normal;
}

a, a:active {
	color: #FF0082;
	text-decoration: none;
}

.newsitem a:hover, .section a:hover, ul#music li a:hover, p#info a:hover, a#soundcloud:hover {
	color: #00b2ee;
	text-decoration: underline;
}

span.date {
	color: #888;
	font-size: 0.8em;
	margin-right: 10px;
	float: right;
}

/* ---------------------------------------------------- Newsitem containers */

.newsitem {
	padding: 0.75em 0 0 0;
}

.newsitem, .section{
	border-bottom: 2px solid #c2e4ef;
}

.newsitem p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.newsitem:hover {
	background-color: #DFF8FF;
}

/* ---------------------------------------------------- Navigation menus and music lists */

ul#menu, ul#music, ul#yearselect, ul#footer {
	padding: 0;
	margin: 0.25em 0;
	list-style-type: none;
}

ul#music {
	min-height: 150px;
}

ul#music li {
	margin: 0.75em 0.3em;
	border-bottom: 1px dashed #ADD8E6;
	padding: 0.2em 0;
}

ul#menu, ul#yearselect {
	list-style-type: none;
	border-bottom: 5px solid #C2E4EF;
	margin-top: 0.5em;
	padding-top: 0;
	text-align: center;
}

ul#menu li a {
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	padding: 0.1em 0.25em;
}

ul#menu li a:hover {
	background-color: #c2e4ef;
}

ul#menu li, ul#yearselect li {
	display: inline;
	margin: 0;
}

ul#menu li a, ul#yearselect li a {
	margin-left: 0.25em;
	margin-right: 0.25em;
	font-size: 1.35em;
}

ul#menu li.active a, ul#footer li a:hover {
	background-color: #C2E4EF;
}

ul#yearselect {
	font-weight: bold;
	margin: 0.4em 0;
	color: #00b2ee;
	border-bottom: 0;
	border-top: 5px solid #C2E4EF;
}

ul#yearselect li a {
	color: #00b2ee;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;	
	padding: 0.1em 0.25em;
}

ul#yearselect li.active a {
	background-color: #c2e4ef;
}

ul#yearselect li a:hover {
	background-color: #c2e4ef;
}

ul#music li.notmp3 {
	padding-left: 20px;
}

span.info {
	font-size: 0.8em;
	color: #666;
}

ul#footer {
	font-size: 1.1em;
	border-top: 5px solid #c2e4ef;
	margin-top: 0em;
	text-align: center;
}

ul#footer li {
	display: inline;
	padding: 0.1em 0.5em;
}

ul#footer li a {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	padding: 0.5em 0.5em 0.1em 0.5em;
}

img {
	border-style: none;
	margin-right: 5px;
}

.section img {
	float: left;
}