/*  ----------\
	-----------------------------------------------
	Title 		: dj-wizzard.com CSS Document
	Author 		: Francis Hogue
	Edition 	: -Blank-
	Version 	: 2.0
	Created 	: 20-08-2007
	Updated 	: 
	Contact 	: Francis.Hogue@pmedia.com
	Copyright 	: 2007 (c) dj-wizzard.com
	-----------------------------------------------
	----------/
	
	orange : #f07e02;
	sidebar : #ffdcb5
*/


/* --------------------------------------
	
	=layout, structure
	
-------------------------------------- */


html, body { height: 100%; }
body { 
	background: #000 url(../images/bg-body.gif) repeat; 
	color: #c8c8c8; 
	font: normal small Verdana, Arial, Helvetica, sans-serif;
}

#wrap {

	background: url(../images/bg-sidebar.gif) repeat-y 0 20px;
	float: left;
	_height: 100%;
	min-height: 100%;
	width: 900px;
}
#main-body {
	float: right;
	position: relative;
	width: 625px;
}

#sidebar {
	background: #212121 url(../images/bg-sidebar.gif) repeat-y;
	float: left;
	height: 100%;
	width: 275px;

}
#banner {
	background: url(../images/banner.jpg) no-repeat 0 50px;
	
	height: 360px;
	position: relative;
	width: 625px;
}




/* --------------------------------------
	
	=nav
	
-------------------------------------- */
ul#mainNav {
	float: left;
	height: 55px;
	left: 11px;
	position: absolute;
	top: 50px
}

ul#mainNav li {
	
	background: #fff url(../images/nav-right.gif) no-repeat 100% 100%;
	
	float: left;
	margin: 0 4px 0 0;
}


ul#mainNav li a {
	background: url(../images/nav-left.gif) no-repeat 0 100%;
	color: #f07e02;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 2em;
	padding: 0 1em;
	
}

ul#mainNav li a:hover {
	border-top: 4px solid #fff;
	color: #575759;
}


/* --------------------------------------
	
	=headers
	
-------------------------------------- */
h1#logo {
	background: url(../images/bg-logo.jpg) no-repeat 0 0;
	height: 300px;
	margin: 0;
	position: relative;
	top: 50px;
	width: 275px;
}

h1#logo a {
	background: url(../images/logo.gif) no-repeat 0 0;
	display: block;
	height: 171px;
	left: 37px;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	top: 70px;
	width: 209px;
}

.content h2, .tab-content h2 {
	background: url(../images/top-content.gif) no-repeat;
	color: #000;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px 0 10px;
}
p.title {
	
	border-bottom: 1px solid #f0b473;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	margin: 0 10px 10px 10px;
	padding-bottom: 1px;
}
/* --------------------------------------
	
	=basic text style
	
-------------------------------------- */
dl,ul,ol,h1,h2,h3,h4,h5,h6,pre,p,blockquote,table,img {
	margin-bottom: 1.0em;
}

.hideme {
	text-indent: -9999px;
}

#content p {
	font-size: 95%;
	line-height: 1.5em;
}



#footer p {
	margin: 0;
	font-size: 90%;
	text-align: right;
}

#footer p span.amp {
	font-family: Georgia, serif;
	font-size: 120%;
	font-style: italic;
	
}
/* --------------------------------------
	
	=links
	
-------------------------------------- */
a:link {
	color: #f07e02;
}

a:visited {
	color: #fff;
}

a:hover {
	background: #ffdcb5;
	color: #f07e02;
}
/* --------------------------------------
	
	=panel
	
-------------------------------------- */
#mp3-player {
	left: 11px;
	position: absolute;
	top: 325px
}
/* --------------------------------------
	
	=list
	
-------------------------------------- */



/* --------------------------------------
	
	=form
	
-------------------------------------- */

/* --------------------------------------
	
	=trick
	
-------------------------------------- */

div.clear {clear:both; line-height:0.0; height:0; padding:0; margin:0;}


/* self-clearing floats*/
#whatever-goes-here:after,
dl.pic-cadre:after
{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* FIX IE */
dl.pic-cadre { display: inline-block; }
/* Hides from IE-mac \*/
* html dl.pic-cadre { height: 1%; }
dl.pic-cadre { display: block; }
/* End hide from IE-mac */