/* ***********************************************
Title:      MyJazzNetwork Template
Project:    Colorado	
Author:     Fabrizio Fiandanese, fabrizio[at]fabriziofiandanese.com
************************************************** */

/*************************************/
/* GENERAL STYLE */
/*************************************/

body {
	margin: 0px;
	padding: 0px;
	background: #404040 url(../assets/bg.jpg) repeat-x top left;
	color: #C8C8C8;
	font: 11px verdana, arial, helvetica, sans-serif;
	text-align:center;	

	scrollbar-3dlight-color:#555;
	scrollbar-arrow-color:#CCC;
	scrollbar-base-color:#000;
	scrollbar-darkshadow-color:#000;
	scrollbar-face-color:#222;
	scrollbar-highlight-color:#777;
	scrollbar-shadow-color:#444;
}

body a{
	color: #C8C8C8;
}

hr {
	display:none;	
}

.clr {
	clear:both;	
}

.hdn {
	display:none !important; 
}


/*************************************/
/* MJN_TOP_CONTAINER */
/*************************************/

#mjn_container {
	width:990px;
	margin:0px auto;
	background: #000;
	text-align:left;
}


/*************************************/
/* MJN_HEADER */
/*************************************/

#mjn_header {
	background: #2C2C2C;
	border-bottom:1px solid #6E6E6E;	
}

#mjn_header h1{
	margin:0px;
	padding:0px;
}

#mjn_header h1 a{
	display:block;
	width:195px;
	height:27px;
	background: url(../assets/logo.gif) no-repeat top left;
}

#mjn_header h1 a span{
	display:none;
}

/*************************************/
/* MJN_FRAMES */
/*************************************/


#mjn_frames_mc {
	padding-bottom:1px;
	border-bottom:1px solid #6E6E6E;	
}

#mjn_frames_apps {
}





/*************************************/
/* MJN_FOOTER */
/*************************************/

#mjn_footer{
	background:url(../assets/footer.jpg) repeat-x top left;
	border-top:1px solid #555;	
	padding:5px;
	padding-bottom:20px;
	color:#888;
	text-align:center;
	font-size:10px;
}

#mjn_footer a{
	text-decoration:none;
	color:#888;
}

#mjn_footer a:hover{
	text-decoration:underline;
	color:#888;
}


