/* ----------------------------- */
/* CSS created by nufd.com    /

/* ----------------------------- */
/* STANDARD HTML TAG RESET       */

* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	}

html, body {
	background-color: #000;
	background-image:url('../images/site/oj_bg3.jpg');
    background-repeat:no-repeat;
    background-attachment:fixed;
	}

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

/* ----------------------------- */
/* 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;
	}

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/site/bg.gif);
	}

li.contact dt, li.news dt, li.portfolio dt {
	color: #3089e7;
	font-weight: 700;
	font-style: normal;
	background: none;
	font-family: "Verdana", Geneva, sans-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/site/bg.gif);
	}

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

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

	li.portfolio li img {
		margin-top: -1em;
		}

	li.portfolio li img + img {
		margin-top: 8px;
		}

	li.portfolio li img[alt=Detail] {
		margin-top: -1em;
		margin-left: 7px;
		}

	li.portfolio li.year {
		margin-bottom: 0;
		}

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


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

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

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

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

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

	/* HORIZONTAL LINE           */

	div.hr hr {
		display: none;
		}

	div.hr {
	clear: both;
	height: 4px;
	border: none;
	margin: 30px 0 30px 0;
	background-color: transparent;
	background-image: url(../images/site/hr1.gif);
	background-repeat: no-repeat;
	background-position: center;
		}

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-image: url(../images/site/top.gif);
	background-repeat: no-repeat;
	background-position: 0 -16px;
	}

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

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