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

.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;
	font-size:75%;
	font-family: Arial, georgia, "times new roman", serif;
	color: #000;
	border-top: 2px solid #F80505;
}

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


/* --- 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 {
	line-height:1em;
	font-size:1.5em;
	font-weight:normal;
	margin:0 0 1em 0;
}

#extra p , #footer{
	
}

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

a { outline: none; color: #b30000; background: inherit; }
a:hover { color: #DA3B3B; background: inherit; text-decoration: underline}

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

#container{
	width:860px;
	margin:0 auto;
}

div#content{
	float:left;
	width:550px;
	margin-bottom:30px
}

div#header{
	height:205px;
}

div#navigation{
	margin-top:-30px;
	float:right;
	width:270px;
	position: relative;
	bottom: 30px;
}

div#extra{
	float:right;
	clear:right;
	width:220px;
	margin-bottom:30px;
}

div#footer{
	clear:both;
	width:100%
}

div.fullWidth{
	width: 100%;
	background:#FFF;
	border-top: 1px solid #DCDCDC;
	padding-top:15px;
}

/* --- backgrounds ---------------------------------------------- */
body{
	/* background: #fff url(/img/top_tall_green.gif) repeat-x top; */
	background: #F6F6F6 url(/img/backgrounds/headingbackground.png) repeat-x top;
}

#header{
	background: url(/img/top_lines.png) no-repeat 2px right;
}

/* --- content ----------------------------------------------- */

#left_side { background: #FFF; margin-bottom: 10px; width: 560px;  }

#content h3{
	background: #FFF url(/img/hbg.gif) repeat-x;
	height:30px;
	padding: 5px 0 0 0px;
	margin: 0;
	font:  bold 1.2em Arial, Sans-Serif
}

#content h3 span{
	/* background: url(/img/h-art.gif) no-repeat left; */
	padding: 1px 10px 0 10px;
	line-height: 22px;
	margin: 0
}

#content h3 span a{
	text-decoration:none;
}

#content p{
	text-align: justify
}

#content img{
	float: left;
	padding: 0 10px 5px 0
}

#content blockquote{
	padding-left: 10px;
	border-left: 2px solid #DA4040;
	margin: 10px 0 10px 25px
}

.date{
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
	margin: 10px 0 25px 0;
	text-align: right
}		

#content .rs{
	float: right;
	margin: 0 10px;
	border: 1px solid #ddd;
	padding: 5px;
	width: 150px;
	background: #f5f5f5
}

#content ul{
	list-style-position: inside;
	margin-left: 2px;
	
}

#content ul li{
	
	margin-left: 15px
}

#content ul ul li {
	list-style: none;
	margin-left: 10px;
	list-style-type: lower-alpha;
	list-style-position: inside
}

.disabled{
	display:inline;
}

#flashMessage{
	padding: 20px;
	margin: 15px 0;
	border: 2px solid red;
	color: green;
	font-size: 18px;

}

/* --- main release page ---------------------------------------- */
#content .release p{
	margin-left: 10px;
}

.release_desc{
	padding-left: 10px;
}
#content .release .release_desc{
	float: left;
	width: 355px;
	padding-left: 15px;
}

#content .release .large_release{
	float: right;
	width: 150px;
	margin-right:25px;
}

/* --- navigation ----------------------------------------------- */

#navigation ul li{
    padding:0 10px;
	float: left;
}

#navigation ul li a{
	color: #d6d6cf;
	font-size: 15px;
	display: block;
	text-decoration: none;
	text-transform: capitalize;
}

#navigation ul li a:hover{
	color: #b30000;
}

.home #globalNav li#nav-home a, .about #globalNav li#nav-about a, .contact #globalNav li#nav-contact a{
/* this is the active state */
}

/* --- header --------------------------------------------------- */
#header h1 a{
	background: url(/img/logo_rollover.png) no-repeat 0 30px;
	text-indent: -10000px;
	width:178px;
	height:141px;
	display:block;
	padding:0;
	outline:none;
	margin-left:30px;
}

#header h1 a:hover{
	background: url(/img/logo_rollover.png) no-repeat -178px 30px;	
}

/* --- extra --------------------------------------------------- */

#extra{
	padding: 5px 10px 5px 10px; 
	margin-bottom: 10px
}

#extra ul{
	padding: 3px 0 8px 0
} 

#extra li{
	padding-left: 20px;
	line-height: 18px;
}

#extra li ul{
	margin-bottom:5px;
}

#extra li li{
	line-height: 11px;
}

.jumpoff p{
	margin:0 10px 10px 10px;
}

.jumpoff img.left{
	float: left;
}

.jumpoff p.right{
	float: right;
	width:95px;
}

.jumpoff a{
	background: #F6F6F6;
	text-decoration: none
}

.jumpoff a.center{
	margin:0 8px 10px 8px;
}

.jumpoff h3{
	clear:both;
}

.jumpoff h3{
	display:block;
	color: #000;
	background: url(/img/sidebar/arrow.gif) no-repeat 0 6px;
	padding:6px 0 5px 20px;
	margin-left: 6px;
	margin-bottom:10px;
	font: bold 1.2em Arial, Sans-Serif;
	border-bottom:1px solid #000;
}

.jumpoff h3 a:hover{
	color: #F80505;
	
}

.jumpoff .handle{
	position: absolute;
	top: 0;
	right: 0;
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0 2px;
	cursor: move;
}

/* --- banner part --------------------------------------------------- */

#prec { height: 220px; 	margin:10px 0 0 0 ; padding: 0; background: #F6F6F6; overflow: hidden; margin-bottom: 0px }
#wrap { margin: 0 auto; width: 800px; }
#wrap #pic { float: right; background: #FF0000 url(/img/mainimg.jpg) no-repeat; height: 199px; width: 589px; overflow: hidden}
#wrap #pic #slogan { float: right; padding: 25px 30px 10px 30px; text-align: right }
#wrap #pic #slogan h2 { font: bold 1.4em Arial, Sans-Serif; color: #FFF; letter-spacing: 1px; margin:0 }
#wrap #pic #slogan p {  color: #FFF; letter-spacing: 0px; margin:0; padding: 10px 0}
#wrap #pic #slogan a { color: #FFF; }
			
#wrap #menu { padding: 0; margin:0; background: inherit; }
#wrap #menu a { padding-left: 10px; text-decoration: none; background: #F6F6F6 url(img/lm-li.gif) no-repeat left;  }
#wrap #menu ul { padding: 10px 0 }
#wrap #menu li { line-height: 26px; background: #F6F6F6 url(/img/li-line.gif) no-repeat bottom left; list-style: none }

#chartMixes ul li{
	float:right;
	padding:10px 5px;
}

/* --- footer --------------------------------------------------- */

div.footerGrad{
	background: #f1f1f1;
	height:80px;
}

#footer{
	margin: 0 0 3em 0; 
	color: #777;  
	padding: 10px 0 0 0
}

#footer ul{
	width:100%;
}

#footer ul li{
	float:left;
	padding-right: 5px;
}

#footer ul li#site-creator{
 float: right;

}
#footer ul li#site-creator a{
	color:#777;
}

/* --- forms ------------------------------------------------- */

fieldset { border:0;margin:0;padding:10px 22px; }
label { display:block;padding:10px 0 5px 0; font-size:14px;}
input.text, textarea, select.text{ width:370px;font:12px/12px 'courier new',courier,monospace;color:#333;padding:3px;margin:1px 0;border:1px solid #ccc; }
textarea{
	height: 250px;
}
input.submit { display:block; padding:2px 5px; font:bold 12px/12px verdana,arial,sans-serif; margin-top:15px;}

select.formatdate{
	width:100px;
	float:left;
}

p.error{
	color:#F70A0A !important;
	padding:0 !important;
	margin:0;
	font-size:12px;
}

.cake-sql-log {
	position:fixed;
	top:98%;
	z-index:10;
	width:100%;
	background-color:#000;
	color:#FFF;
	border-collapse:collapse;
}

.cake-sql-log caption {
	background-color:#900;
	color:#FFF;	
}

.cake-sql-log:hover {
	top:auto;
	bottom:0;
}

.cake-sql-log td {
	padding:3px;
	border:1px solid #999;
	background-color:#EEE;
	color:#000;
}

/* ---[ misc ]------------------------------------- */
.nospace{
	padding:0;
	margin:0;
}
img, a img {
    border: none;
    }
.hide {
    display: none;
    }
.inline{
	display: inline;
}
.clear {
    clear: both;
    }
.debug {
    border: 1px solid red;
    }


