@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/******************************************************************************************************

										Core CSS

/******************************************************************************************************/

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address {
	margin: 0;
	padding: 0;
	text-indent: 0;
	border: none;
	outline: none;
	list-style: none;
	text-decoration: none;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
}
table, td, tr, tbody, thead, th, caption {
	border-spacing: 0;
	border: none;
	border-collapse: separate;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
/* typography */
body {
	font-size: 0.65em /* 12px */;
	background: url(../images/bg.jpg) #000 bottom no-repeat;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 { /* Use to set global header styles. ie, bold, italic, color, margin, padding */
}
h1 {
	font-size: 1.5em /* 18px */;
}
h2 {
	
	font: 1.5em Arial Narrow, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 30px 0 10px 0;

}
h3 {
	
	
	font: 1.3em "Times New Roman", Times, serif;
	color: #ef302f;
}
h4, h5, h6 {
	font-size: 1.1em /* 13px */;
}
h4 {
	font: 1.4em "Times New Roman", Times, serif;
	color: #fff; /*#2a2895;*/	
	background: #313251;
	border-top: 3px solid #7576a6;
	padding: 5px 0 5px 5px;
	
}
h4 a, h4 a:link, h4 a:visited {
	color: #fff;	
}
p, ul, ol {
	margin-bottom: 1.1em;
} /* DO NOT RESIZE */
li {
	margin-bottom: 0.5em;
}
a, a:visited {
	color: #aecbe1;
	text-decoration: underline;
}
a:hover, a:active {
	color: #fff;
	text-decoration: none;
}
/* group (also known as clearfix) applies style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.group {
	zoom: 1;
	display: block;
}
/* layout */
#branding {
	position:relative;
}
#nav {
	padding: 0 0 0 5px;	
}


#footer {
	margin: 0 auto;
	font-size: 90%;
	line-height: 1.2em;
	text-align: center;
	color: #77749d;
}
#footer a, #footer a:visited {
	color: #77749d;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #77749d;
	text-decoration: none;
}
.breadcrumb {
	font-size:85%;
	padding-bottom: 10px;
}
.breadcrumb a {
	outline: none;
}
blockquote {
	margin: 10px 10px;
	padding: 5px;
	background: #f2f2f2;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
blockquote p {
	padding-left: 10px;
}
/* forms */
form, fieldset, input {
	margin : 0;
	padding : 0;
}
form {
	width: 38em;
	margin-left: 5px;
}
form p {
	font-size: 100%;
	padding: 2px;
	margin: 0;
}
/* fieldset styling */
fieldset {
	margin: 1em 0;
	padding: 1em;
	border : 1px solid #e2e2e2
}
/* legend styling */
legend {
	font-weight: bold;
	color: #0567ae;
}
/* style for  labels */
label {
	float: left;
	width: 14em;
}
/* style for required labels */
label .required {
	font-size: 0.9em;
	font-style: normal;
	color: red;
}
label.error, input.submit {
	color: #F00;
	margin: 5px 0 0 0;
}
input {
	width: 225px;
}
input.radio, input.submit {
	width: auto;
}
textarea {
	width: 225px;
	height: 100px;
	padding:0;
}
/* submit */
form div input, form div button {
	width: 100px;
	margin-top:5px;
	margin-left: 290px;
	padding: 0 .25em;
	background-color: #0567ae;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}
/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/
html, body {
	height: 100%;	
	margin: 0;
	padding: 0;
}
#main {
	
	background: url(../images/main-bg.png) bottom no-repeat;
	width: 743px;
	height: 361px;
	margin: 0px auto 0 auto;
	padding: 50px 0 0 0;
}
h1#logo a {
	display: block;
	width: 350px;
	height: 130px;
	float: left;
	text-indent: -999em;
}
ul#nav {
	float: left;
	clear: left;
	width: 320px;
	margin: 0;
	padding: 0;
	list-style: none;
	
}
#nav li {
	width: 100%;
	background-position: right;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#nav li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999em;
}
#nav li#blog {
	background: url(../images/blog.png) right no-repeat;
	height: 22px;
}

#nav li#media {
	background: url(../images/media.png) right no-repeat;
	height: 30px;
}

#nav li#disco {
	background: url(../images/disco.png) right no-repeat;
	height: 22px;
}

#nav li#contact {
	background: url(../images/contact.png) right no-repeat;
	height: 29px;
}

#player {
	float: left;
	clear: left;
	width: 350px;
	height: 80px;
	
	
}
#kp {
	margin: 40px 0 0 60px;	
	text-decoration: none;
	border-bottom: none;
	color: #ddd;
	font-size: 10px;
}
.spacer {
	height: 20px;	
}
ul#logo-links {
	float: left;
	clear: left;
	width: 350px;
	margin: 0;
	padding: 0;
	
}
#logo-links li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
#logo-links a {
	display: block;
	text-indent: -999em;
	height: 20px;
	width: 87px;
	
}
#rightcol {
	float: right;
	width: 350px;
}
#content {
	
	height: 280px;
	padding-right: 20px;
}
#credit {
	margin: 0 auto;
	width: 650px;
	text-align: right;
}