/*
	D E J O H A
	
	Style created Saturday, May 3, 2008 4:38:57 PM
	Graphic Design by Derek Hansen
*/


html {
	/* cf. http://www.hicksdesign.co.uk/journal/535/ */
	height: 100%;
	margin-bottom: 1px;
	}

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

body
{
	font-family: "Adobe Garamond Pro", Garamond, Palatino, Times, serif;
	font-size: 11px;
	background-color: #000;
	color: #999;
	text-align: center;
	background-image: url(dejoha-stop.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}

h1,h2,h3,h4 {
	font-weight: normal;
}

a {
	color: #FF3;
}

#blox {
	width: 900px;
	text-align: center;
	margin: 300px auto 0 auto;
}

#blox h2 {
	font-family: "News Gothic Condensed BT", "News Gothic", "Lucida Grande", "Lucida Sans Unicode", Lucida, Geneva, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 40px;
	text-align: left;
	color: #FFF;
	border-bottom: 1px solid #0B5000;
}

#portfolio {
	margin-bottom: 100px;
	text-align: left;
}

.item {
	margin-top: 20px;
	border-bottom: 3px solid #0B5000;
	padding-bottom: 10px;
}

.info {
	padding: 30px 0px;
	line-height: 2em;
	width: 400px;
}

.info h3 {
	font-style: italic;
	font-size: 3em;
	color: #333;
	line-height: 1em;
}

div.item.right div.info {
	float: left;
	text-align: right;
	border-right: 1px solid #0B5000;
	padding-right: 10px;
	margin-left: 90px;
}

div.item.left div.info {
	float: right;
	text-align: left;
	border-left: 1px solid #0B5000;
	padding-left: 10px;
	margin-right: 90px;
}

.pix {
	width: 400px;
}

div.item.right div.pix {
	float: right;
	margin-left: 50px;
}

div.item.left div.pix {
	float: left;
	margin-right: 50px;
}

.pix img {
	margin-bottom: 10px;
}

dt {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5em;
	margin-top: 2em;
}

dd {
	font-style: italic;
	font-size: 1.5em;
	line-height: 2em;
}

.spacer {
	clear: both;
}
