/* ----------------------------- */
/* CSS created by sebdesign.eu    /

/* ----------------------------- */

/*  RESET                        */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

body {
	background-color: #000;
	color: #888;
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0 auto;
	width: 600px;
	}

/* ----------------------------- */
/* DEFINITION LISTS              */

	/* MAIN LIST                 */

ul.main {
	margin-bottom: -3em;
	}

ul.main li {
	margin-bottom: 3em;
	list-style-type: none;
	font-size: 1.1em;
	}

ul.main li li {
	font-size: 1em;
	overflow: hidden;
	}

li.contact dl, li.news dl, li.portfolio dl {
	padding: 0.3em 0.5em;
	margin: 0.5em 0;
	line-height: 1.4em;
	background: #222 url(images/bg.gif);
	}

li.contact dt, li.news dt, li.portfolio dt {
	color: #fc3;
	font-weight: 700;
	font-style: normal;
	background: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	text-transform: uppercase;
	}
	
li.contact dd, li.portfolio dd {
	margin-left: 5.5em;
	}

li.contact dt {
	width: 60px;
}
	
li.news dt {
	text-transform: capitalize;
	width: 7.5em;
}
	
li.news dd {
	margin-left: 7.5em;
	margin-bottom: 0.5em;
	}
	

li.about dt, div.section, li.footer div.info {
	padding: 0.3em;
	margin: 0.5em 0;
	line-height: 1.4em;
	background: #222 url(images/bg.gif);
	}

ul.featured li {
	display: inline;
	list-style-type: none;
	}

	/* PORTFOLIO                 */
	
	li.portfolio dt {
		color: #f06;
		width: 5.5em;
		}

	li.portfolio li img {
		display: block;
		float: left;
		/*margin-top: -1em;*/
		margin-right: 10px;
		}

	li.portfolio li img + img {
		margin-right: 0;
		/*margin-top: -1em;*/
		}
		
	li.portfolio li img + img + img {
		margin-top: 10px;
	}
/*
	li.portfolio li img[alt=Detail] {
		margin-top: 8px;
		margin-left: 7px;
		}
*/
	li.portfolio li.year {
		margin-bottom: 0;
		}

	li.portfolio li.year img {
		margin: 0;
		float: none;
		}


/* ----------------------------- */
/* INLINE TAGS                   */

p {
	margin-bottom: 1.4em;
	line-height: 1.4em;
	}

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

a:hover {
	color: #fc3;
	text-decoration: none;
	}

/* ----------------------------- */
/* BLOCK TAGS                    */

	/* HORIZONTAL LINE           */

	div.hr hr {
		display: none;
		}

	div.hr {
		clear: both;
		height: 4px;
		border: none;
		background: transparent url(images/hr.png) repeat-x 0 0;
		}

div.artwork {
	clear: both;
	margin-bottom: 3em;
	}

li.footer img {
	margin-bottom: -4px;
}

/* ----------------------------- */
/* TOP BUTTON                    */

div.top {
	position: relative;
	left: 565px;
	top: -24px;
	width: 30px;
	height: 16px;
	background: url(images/top.gif) 0 -16px no-repeat;
	}

div.top a {
	display: block;
	width:100%;
	height:100%;
	overflow:hidden;
	background: url(images/top.gif) top left no-repeat;
	}

div.top a:hover {
	background-image: none;
	}
