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

/* TEXT STYLES */

p {
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-size:11px;
	line-height:16px;
	color: #666;
}

strong {
	color:#999;
}

a {
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-size:11px;
	line-height:16px;
	color: #999;
}

a:hover {
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-size:11px;
	line-height:16px;
	color: #FFF;
	text-decoration:none;
}

/* ELEMENT STYLES */

hr.dotted {
	height:1px;
	border:1px dotted #999;
}

li {
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-size:11px;
	line-height:16px;
	color: #666;
}

.portfolio_image {
	border:1px #000 solid;
}

.profile_image {
	float:left;
	margin-right:10px;
	margin-bottom:150px;
	border:1px #000 solid;
}

em {
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-size:14px;
	font-style:italic;
	line-height:16px;
	color: #D71920;
}

/* FORM STYLES */

input {
	background: #999;
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-size:11px;
	color:#333;
	border:1px #000 solid;
	padding:2px;
	margin-top:5px;
}

textarea {
	background:#999;
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-size:11px;
	border:1px #000 solid;
	color:#333;
	overflow:hidden;
	margin-top:5px;
}

select {
	background:#FFF;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#333;
	border:1px #000 solid;
	margin-top:5px;
}

/* FOOTER STYLES */

.copyright {
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-size:10px;
	color: #333;
}

a.bottomnav {
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-size:10px;
	color: #333;
	margin-left:10px;
	text-decoration:none;
}

a.bottomnav:hover {
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-size:10px;
	color: #FFF;
}
