@charset "UTF-8";
/* CSS Document */


html {
	height: 101%;
	margin:0px 0p;
	text-align:left;
}
body {
	margin: 20px 0px;
	text-align:left;
}
#wrapper {
	margin: 20px 0px;
	text-align:left;
}
a:active, a:focus, input[type="image"] {
	outline: 0;
}
h1 {
	height: 83px;
	width: 100%;
	margin:0px;
	text-indent: -99999px;
	background-image:url(..//img/justin_header.png);
	background-repeat:no-repeat;
}
.work-image {
	cursor: pointer;
}
.details {
	margin:0px 5px 20px 5px;
	border-bottom: 1px solid #ccc;
	padding: 0px 10px 5px 10px;
	
}	
.details p {
	font-size: .6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	margin: 10px 0;
}

.details a:link, a:visited {
	color:#E19A00;
	text-decoration:none;
	
}

.details a:hover, a:active {
	color:#E19A00;
	text-decoration:none;
	
}
.details h3 {
	font-size: .5em;
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
	letter-spacing: .1em;
	margin-top:10px;
}

.more {
	font-size: .4em;
	font-family: Arial, Helvetica, sans-serif;
	color:#ccc;
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
}

#info h3 {
	font-size: .5em;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing: .1em;
	margin-top:10px;
	margin-bottom:15px;
	margin-left:10px;
}

#info p {
	font-size: .66em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	margin: 10px;
}

#info ul {
	list-style-type: none;
	font-size: .66em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	margin-left:10px;
	margin-bottom:10px;

}
#info ul li {
	list-style-type:none;
}

#info ul li a:link, a:visited {
	color:#666;
	text-decoration:none;
}

#info ul li a:hover, a:active {
	color:#C33;
	text-decoration:none;
}

