/* reset some defaults css */
* {
	margin: 0;
	padding: 0;
	outline: none;
}

.clear {
	clear:both;
}

img {
	border: 0;
}

ul, li {
	list-style:none;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
}


body {
	line-height: 1.286em;
	margin:0 0 30px 0;
	font-size:75%;
	font-family: Arial, georgia, "times new roman", serif;
	color: #9A9A9A;
}

html>body {
	font-size:12px;
}

/* --- Typography from 23ways -------------------------------- */

p {
	font-size:1em;
	line-height:1.5em;
	margin:0 1.5em 1.5em 0;
}

h1 {
	line-height:1em;
	font-size:1.5em;
	font-weight:normal;
	margin:0 0 1em 0;
}

h2 {
	font-size:1.5em;
	line-height: 1.286em;
	margin:1.929em 0 0.643em 0;
	font-weight: bold;
	color: #B9E2E4;
}
h2:after, h3:after{
	content: " /// ";
}
#extra  , #footer{
	font-size:1em;
	line-height:1.5em;
	margin:0 1.5em 1.5em 0;
}

#extra h3{
	font-size:1.5em;
	line-height: 1.286em;
	margin:1.929em 0 0.643em 0;
	font-weight: bold;
	color: #B9E2E4;
}

/* --- links ------------------------------------------------ */

a{
	color: #B8E2E5;
}
a:link{
	color: #B8E2E5;
}
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

/* --- layout ----------------------------------------------- 
   keep these for just the layout no background color nothing! */

div#container{
	width: 801px;
	margin: 0 auto;
}

div#header{
	margin-top: 25px;
}

div#wrapper{
	float: left;
	background: #f5fbfb url(/img/backgrounds/container.png) no-repeat top center;
	width: 801px;
	margin-bottom: 100px;
	margin-top: 50px;
}

div#content{
	float:left;
	width:500px;
	margin-left: 35px;
	padding-bottom:10px;
	min-height: 630px;
}

div#navigation{
	margin-top: 30px;
}
div#extra{
	float:right;
	clear:right;
	width:200px;
	margin-right: 50px;
	margin-top: 31px;
}

div#footer{
	clear:both;
	width:100%;
	position: relative;
	top: 20px;
}

/* --- backgrounds ---------------------------------------------- */
body{
	background: #64D6F7 url(/img/backgrounds/body.png) repeat-x top left;
}
#full_container{
	background: url(/img/backgrounds/container.png) no-repeat top center;
}
#container{
	background: url(/img/backgrounds/container-bottom-new.png) no-repeat bottom center;
}

/* --- navigation ----------------------------------------------- */
#navigation{
	height: 40px;
	border-bottom: 8px solid #60AAAB;
}
#navigation ul{
	float: left;
	height: 45px;
	position: relative;
	top: 2px;
}
#navigation li{
display: inline;
}
#navigation li a{
	font-size: 13px;
	color: #FEFEFF;
	padding: 11px 25px 10px 25px;
	line-height: 33px;
	background: #04252E;
	margin-bottom: 3px;
	margin-right: 2px;
	text-decoration: none;
}
#navigation li a:hover,
#navigation li.active a{
	background: #60AAAB;
	padding-bottom: 14px;
}

/*	=jumpoffs
	***************************************************/

.jumpoff {
	position: relative;
}

/* --- sign up form --------------------------------------------- */

#signup-form-container{
	margin-left: 275px;
	margin-bottom: 4px;
	height: 36px;
	background: #04252E;
}
#signup-form fieldset{
	border: none;
	margin-bottom: 3px;
	padding:8px 0;
}

#signup-form fieldset label{
	padding-top: 5px;
	margin-left: 20px;
}
#signup-form fieldset input{
	border: 1px solid #05FCFF;
	font-size: 10px;
	padding: 3px;
	width: 200px;
}
#signup-form input.submit{
	width: 58px;
	background: #64D5F3;
	color: #3a7f8f;
	font-weight: 700;
	padding:2px;
}

#navigation .feedback{
	text-align: center;
	padding-top: 6px;
	background: #04252E;
	font-weight: 700;
	font-size: 15px;
}
/* --- contact --------------------------------------------- */
#contact-details{
	float: left;
	width: 280px;
	margin-top: 40px;
}
.contact #content{
	width: 720px;
}
#form-container{
	float: right;
	width: 347px;
	height: 332px;
	background: url(/img/backgrounds/contact-form.png) no-repeat;
	margin-top: 80px;
	padding: 50px 40px;
}
.input, .input-textarea{
	clear: both;
	padding-bottom: 20px;
}
.input label,
.input-textarea label {
	display: block;
	width: 130px;
	float: left;
}
.input input, .input-textarea textarea {
	width: 203px;
	border: none;
	padding: 3px;
	font-size: 11px;
}
input.submit{
	background: #89E2E5;
	float: right;
	width: 110px;
	border: none;
	padding: 4px 0;
}

/* --- music release --------------------------------------------------- */
#release-cover{
	float: left;
	margin: 0 20px 20px 0;
}

#tracks{
	float: left;
	width: 300px;
}
dl.release-thum{
	clear: both;
}
dl.release-thum dt a img{
	border: 2px solid transparent;
	float: left;
	margin: 0 15px 15px 0;
}
dl.release-thum dt a:hover img{
	border: 2px solid #094F63;
}

#extra dl.release-thum dd{
	clear: left;
}

/*	=EVENTS
	***************************************************/
	
	/*calendar template styles*/
	div.months {
		background:#666666;
		margin:0px;
		overflow:hidden;
		position:relative;
		clear: both;
	}
	div.months ul {
		color:#fff;
		overflow: hidden;
		position:relative;
		display:inline;
		float:left;
		margin:0;
	}
	div.months ul li {
		float: left;
		display: inline;
		padding: 0;
		position: relative;
		list-style-type: none;
		list-style-image: none;
		padding: 4px 0px 6px 0px;
		margin:0;
	}
	div.months ul li.first {
		padding-left:5px;
	}
	div.months ul li a {
		float: left;
		text-decoration: underline;
		text-transform:capitalize;
		color:#ffffff;
		margin:0;
		border-right:1px solid #fff;
		padding-right:10px;
		padding-left:5px;
		margin-right:5px;
		margin-left:0px;
	}
	div.months ul li a.last {
		border-right:none;
	}
	div.months ul li a.sel {
		text-decoration:none;
		font-weight:bold;
	}
	div.months ul li a:hover {
		text-decoration:none;
		color:#fff;
	}
	div.upcoming {
		position:absolute;
		right:8px;
		top:4px;
		color:#fff;
	}
	div.upcoming p {
		margin:0;
	}
	div.upcoming p a {
		color:#fff;
	}
	div.upcoming p a:hover {
		color:#fff;
	}

	/*calendar table styles*/
	table.calendar td,
	table.calendar th {
		border-collapse:collapse;
		padding:4px;
	}
	table.calendar td {
		border-bottom:1px solid #999999;
		vertical-align:top;
	}
	table.calendar td p{
		margin: 0;
	}
	table.calendar th {
		border-bottom:2px solid #999999;
		font-size:15px;
		padding-top:20px;
		text-align:left;
	}
	table.calendar td.plain,
	table.calendar tr.open-row td{
		border-bottom:none;
	}
	.calendar-title {
		background:#60AAAB none repeat scroll 0 0;
		color:#FFFFFF;
		font-weight:bold;
		padding:3px 8px;
	}
	.events-details-closed{
		display: none;
	}


/*	=NEWS & PROJECTS
	------------------------------------------------------ */
	.article{
		border-bottom: 1px solid #B9E2E4;
		margin-bottom: 25px;
		padding-bottom: 10px;
		position: relative;
		clear: both;
	}
	
	.article .news-image{
		width: 90px;
		float: left;
	}
	
	.article .news-image a img{
		border: 2px solid transparent;
	}
	.article .news-image a:hover img{
		border-color: #B9E2E4;
	}

	.article h4{
		font-weight: bold;
		margin-bottom: 2px;
		margin-right:60px
	}
	.article h3{
		position: absolute;
		right: 0;
		top: 0;
		font-size: 10px;
		font-style: italic;
	}
	.article p{
		margin-bottom: 2px;
	}

	.article p.read-more-link{
		text-align: right;
	}

	.article p.read-more-link a{
		color: #B9E2E4;
	}

	.paging div.disabled{
		display: none;
	}

	.paging a.previous {
		background: url('/img/backgrounds/buttons/inner_prev.png') no-repeat left bottom;
		padding-left: 15px;
	}

	.paging a.next{
		background: url('/img/backgrounds/buttons/inner_next.png') no-repeat right bottom;
		padding-right: 15px;
	}


/* --- footer --------------------------------------------------- */
#footer{
}

#footer ul li{
}

#footer ul li#site-creator{
}

/* --- forms ------------------------------------------------- */
fieldset{
}

legend{
}

label{
}

input:focus{
}

input{
}

em{
}

input.required_Field{
}
/*	=FRONT END ADMIN
	------------------------------------------------------ */
	
	.jumpoff .delete{
		position: absolute;
		top: 0;
		right: 0;
		background: url('/admin/images/icons/cross.png') no-repeat;
		height:15px;
		width: 15px;
		text-indent: -10000em;
		cursor: pointer;
		z-index: 100;
	}

	.jumpoff .handle{
		position: absolute;
		top: 0;
		right: 18px;
		background:transparent url('/admin/images/icons/move.png') no-repeat scroll 0 0;
		height:20px;
		width: 20px;
		text-indent: -10000em;
		cursor: move;
		z-index: 100;
	}
/* ---[ misc ]------------------------------------- */

.left{
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

img, a img {
    border: none;
    }
.hide {
    display: none;
    }
.clear {
    clear: both;
    }
.debug {
    border: 1px solid red;
    }