/* ----------------------------- */
/* STANDARD HTML TAG RESET       */

* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	}

html, body {
	background-color: #FCFCFC;
	}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	width: 800px;
	color: #555;
	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: #FCFCFC;
	}

li.contact dt, li.news dt, li.portfolio dt {
	color: #333333;
	font-weight: 600;
	font-style: normal;
	background: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	text-transform: none;
	}
	
li.contact dd, li.portfolio dd {
	margin-left: 5.5em;
	}

li.news dt {
	text-transform: none;
}
	
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: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
	
div.portfoliosection{
	padding: 0.3em;
	margin: 0.5em 0;
	line-height: 1.4em;
	background: #eee;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	}
	
div.hrline{
	padding: 1em;
	margin: 0 0;
	background: #fcfcfc url(../images/hr.gif);
	background-repeat:no-repeat;
	}

div.showcasebig{
	padding: 0 6px 0 0;
	margin: 0 0 -4px 0;
	line-height: 1.4em;
	background: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	}

div.showcasesmall{
	padding: 0 6px 0 0;
	margin: 0 0;
	line-height: 1.4em;
	background: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	}

ul.featured li {
	display: inline;
	list-style-type: none;
	}

	/* PORTFOLIO                 */
	
	li.portfolio dt {
		color: #333333;
		}

	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: #999;
	text-decoration: none;
	}

a:hover {
	color: #C00;
	text-decoration: none;
	}

li.header a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
}
li.header a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C00;
	line-height: normal;
}
li.header a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #999;
}
li.header a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C00;
}
li.header a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}


/* ----------------------------- */
/* BLOCK TAGS                    */

div.artwork {
	clear: both;
	margin-bottom: 3em;
	}

li.footer img {
	margin-bottom: -4px;
}