/* @override 
	http://compagniechatfouin.com/css/main.css
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 0.6em "lucida grande",verdana, helvetica, sans-serif;
	background: #222;
}

hr {
	display: none;
}

div.clear {
	clear: both;
}

a {
	color: #aaa;
	text-decoration: none;
}

a img {
	border: none;
}

li {
	list-style-type: none;
}

#main {
	position: relative;
	width: 792px;
	min-height: 487px;
	margin: 104px auto 50px;
	background: #000 url(/images/layout/bg.jpg) no-repeat left bottom;
}

/* @group header */

h1 {
	float: left;
	width: 234px;
	height: 0;
	padding-top: 223px;
	overflow: hidden;
	background: url(/images/layout/logo.gif) no-repeat;
}

#nav {
	position: absolute;
	top: -28px;
	left: 0;
	width: 792px;
}

#nav li {
	float: left;
	padding: 0 3px;
}

#nav a {
	color: #aaa;
	float: left;
	padding: 2px;
	font-size: 1.4em;
}

#nav a:hover {
	color: #555;
	background-color: #ccc;
	border-bottom: 3px solid #555;
}

#nav .current a {
	border-bottom: 3px solid #555;
}

#nav .small {
	float: right;
}

#nav .small a {
	font-size: 1em;
	padding-top: 5px;
}

/* @end */

/* @group content */

#content {
	float: left;
	padding: 30px 0 20px;
	margin-left: 30px;
	width: 460px;
	color: #aaa;
	font-size: 1.2em;
	line-height: 1.4;
}

#content h2 {
	margin-bottom: 0.5em;
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
}

#content img {
	float: left;
	margin: 0 12px 12px 0;
}

.photos #content ul {
	float: left;
}

.photos #content li {
	float: left;
}

.photos #content li img {
	border: 1px solid #333;
	margin: 3px;
}

#content p {
	margin-bottom: 1em;
}

#content p.small {
	font-size: 0.9em;
	line-height: 1.6;
}

#content a {
	color: #aaa;
	text-decoration: underline;
}

#content .artist, #content .date {
	clear: both;
	margin-bottom: 2em;
}

#content .artist div {
	margin-left: 71px;
}

#content .date h2 {
	font-size: 1.2em;
	line-height: 2;
}

#content a.download {
	float: left;
	padding: 0.5em;
	text-decoration: none;
	background: #333;
}

#content a.download:hover {
	color: #555;
	background-color: #ccc;
}

/* @end */


/* @group vcard */

#content .vcard {
}

#content .vcard a, #content .vcard div, #content .vcard span {
	margin: 0 0 2px;
	font-size: 1em;
}

#content .vcard .adr {
	font-size: 0.9em;
}

#content .vcard a {
	text-decoration: none;
}
#content .vcard a:hover {
	color: #fff;
	text-decoration: underline;
}

/* @end */

/* @group footer */

#footer {
	clear: both;
}

#footer ul {
	position: absolute;
	right: 0;
	bottom: -20px;
	font-size: 1em;
}

#footer li {
	float: left;
	padding: 0 5px;
	color: #666;
	font-size: 0.8em;
	letter-spacing: 0.2em;
}

#footer a:hover {
	text-decoration: underline;
}

/* @end */

/* @group form */

h2 em {
	font-size: 10px;
}

form li {
	clear: both;
	overflow: hidden;
	padding: 0 0 10px;
}

label {
	float: left;
	width: 100px;
}

input, textarea {
	float: left;
	width: 350px;
}

.submit {
	text-align: right;
}
#submit {
	width: auto;
	margin: 0 0 0 100px;
}

/* @end */

