/* Body and global
------------------------------------ */
/* set everything to 0 margin/padding */
* {
	margin: 0;
	padding: 0;
	z-index: 0;
}

body {
	background-color: #fff;
	font: 62.5% "Helvetica Neue", Arial, sans-serif;
	color: #525252;
}

img {
	border: none;
}

a:link, a:visited { text-decoration: none; color: #ce3019;}
a:hover, a:active { text-decoration: underline; }

a {
	outline: none;
}

strong {
	font-weight: bold;
}

address {
	font-style: normal;
	margin-bottom: 1em;
}

p {
	font-size: 1.4em;
	line-height: 140%;
	margin-bottom: 1em;
}

blockquote {
	font-family: georgia, "times new roman", serif;
	padding: 0 50px;
}

ul, ol {
	list-style: none;
}

h1#logo {
	margin: 40px 0 0 0;
	width: 300px;
	height: 45px;
	text-indent: -9999px;
	background: url(../images/logo-dj-paris.png) no-repeat;
	float: left;
}

h1 a {
	height: 100%;
	display: block;
}

/* h2 {
	font-size: 2.8em;
	margin: 30px 0;
	letter-spacing: -1px;
	font-weight: normal;
	width: 590px;
}*/

h2 {
	font-size: 1.6em;
	margin-bottom: .6em;
}


/* Structure
------------------------------------ */
#container { 
	margin: 0 auto;
	width: 850px;
	position: relative;
}

#content { 
	width: 590px;
	margin-left: 20px;
	float: left;
	clear: none;
	display: inline;
}

#image-col {
	float: left;
	clear: both;
	width: 240px;
	margin-top: 2em;
	display: inline;
}


#footer {
	width: 850px;
	float: left;
	clear: left;
	margin: 60px 0 0 0;
	padding-bottom: 20px;
	border-top: 1px solid #c2c2c2;
}

#footer p {
	font-size: 1.1em;
}

#top-nav {
	margin: -1.6em 0 0 0;
	float: left;
	clear: both;
	width: 850px;
}	
	
#top-nav ul {
	list-style: none;
	float: right;
}
	
#top-nav ul li {
	margin-left: 0.3em;
	display: inline;
	float: left;
	font-size: 1.4em;
}
	
#top-nav li a {
	padding: .3em 0 0 1em;
	float: left;
	text-decoration: none;
	color: #ce3019;
	border-bottom: none;
}
	
#top-nav li a span {
	padding-bottom: .05em;
	float: left;
	border-bottom: 5px solid #fff;
}

#top-nav li.strong a span {
	padding-bottom: 0;
}
	
#top-nav li a:hover { 
	color: #000; 
	border-bottom: none;
}
	
#top-nav li a:hover span {
	border-bottom: 5px solid #ce3019;
}

#hero {
	width: 850px;
	height: 500px;
	float: left;
	clear: both;
	background: url(http://a7.sphotos.ak.fbcdn.net/hphotos-ak-snc7/297978_10150303724272665_500927664_8096595_1105816455_n.jpg) no-repeat;
	margin: 10px 0 20px;
}

#hero a {
	display: block;
	height: 100%;
	text-indent: -1000em;
}

/*#hero a:hover {
	background: url(../images/homepage-captions.png) no-repeat;
}*/

.links {
	width: 300px;
	float: left;
	clear: none;
	margin: 6px 30px 0 0;
}

	.links p, 
	.links ul li {
		font-size: 12px;
		line-height: 133%;
	}
	
	.links ul {
		list-style: none;
	}

		.links ul li {
			margin-bottom: 4px;
		}
	
			.links li a {
				color: #ce3019;
			}

#intro {
	width: 480px;
	float: left;
	clear: none;
	position: relative;
	display: inline;
}

label {
	width: 8em;
	float: left;
}

#content form div {
	padding: 3px 0;
}

.button {
	border: 1px solid #ccc;
	background-color: #fff;
	color: #ce3019;
	font-size: 0.9em;
	margin: 10px 20px 0 0 ;
	padding: 3px;
	width: 140px;
}

.textbox {
	font-size: 0.9em;
}

#hx-cover, #hx-mention {
	width:240px;
	margin-bottom: 20px;
}

#image {
	text-indent: -9999px;
	width:1px;
	height:1px;
	float:left;
}

.clearer {
	clear: both;
}

