/*
CSS Template by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines

Vector graphics owners
Main logo: http://garcya.us/blog/
Footer animals: blog.spoongraphics.co.uk
Swirlycurls: jlwdesign.com

Modified and personalised for ksun.fm by Danny Walter copyright 2009.
*/


/** Common Styles */
* {
	margin: 0;
	padding: 0;
	text-justify: left;
}

body {
	margin: 0;
	background: #663373;
	line-height: 30px;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #FFFFFF;
}

/** Header Style Starts Here */

#header {
	width: 920px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
	background: url(images/header_bg.jpg) no-repeat left top;
	color: #773D87;
}

#header h1, #header p {
	margin: 0;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#header h1 {
	padding: 120px 60px 10px 55px;
	text-transform: none;
	font-size: 36px;
	font-weight: normal;
}

#header p {
	font-size: 18px;
	padding-right: 60px;
	text-align: right;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header a:hover {
	color:#0F0;
}


#hidden {
	padding-left: 180px;
	letter-spacing: 8px;
	padding-top: 10px;
}


/** Menu Style Starts Here */


#menu {
	width: 920px;
	height: 55px;
	margin: 0 auto;
	padding: 0;
	background: url(images/menu_bg.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	list-style: none;
	padding-top: 13px;
	padding-left: 80px;
	text-align: left;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	color: #000000;
}

#menu .first a  {
	padding-left: 0;
	text-align: left;
	color: #FFF;
}

#menu .first a:hover {
	color: #000000;
}

/** Page Style Starts Here */

#page {
	width: 840px;
	margin: 0 auto;
	padding: 0;
}

/** schedule layout starts here*/

#content_schedule {
	float: left;
	witdth: 450px;
	width: 840px;
}

#content_schedule h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #4C2655;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
}

/** schedule layout ends here*/

#content {
	float: right;
	width: 520px;
	text-justify: left;
}
#content h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #4C2655;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
}

#sidebar {
	float: left;
	width: 300px;
	margin-bottom: 20px;
	background: url(images/sidebar_bg.jpg) repeat-y left top;
}

#sidebar .bg-top {
	background: url(images/sidebar_top.jpg) no-repeat left top;
}

#sidebar .bg-btm {
	background: url(images/sidebar_btm.jpg) no-repeat left bottom;
}


#sidebar h2 {
	margin: 0 30px;
	padding: 20px 0 10px 0px;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 40px 0;
	list-style: none;
	text-align: right;
}

#sidebar li {
	margin: 0;
	padding: 0px 10px 0px;
	margin: 0 30px;
	border-bottom: 1px #663373 solid;
	text-align: left;
}
/** Footer Style Starts Here */

#footer {
	width: 920px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
	background: url(images/footer_bg.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
