/* base
----------------------------------------------- */

body
{
	background: black none repeat fixed;
	width: 100%;
	height: 100%;
}

input:focus
{
	 outline: none;
}

select:focus
{
	 outline: none;
}

textarea:focus
{
	 outline: none;
}

a
{
	text-decoration: none;
	background-color: inherit;
	color: black;
}

a:active, a:focus
{
	outline: 0;
}

a:hover
{
	border-style: none;
	color: green;
}

a img
{
	border-style: none;
}

a img:hover
{
	border-style: none;
}

p a img:hover
{
	border-style: none;
}

p a:hover
{
	border-style: none;
	color: green;
}

#content hr
{
	margin: 2em 0;
	width: 66%;
	color: #ccc;
	background-color: inherit;
}

.caps
{
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

.art_divider
{
	background-image: none;
}

#accessibility
{
	position: absolute;
	top: -10000px;
}

#name
{
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 52px;
}

#container
{
	\width: 770px;
	w\idth: 760px;
	width: 860px;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
	padding: 32px 32px 0;
	background-color: white;
}

#head
{
	padding: 0;
	margin: 0;
	font: bold 3em/0.75em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -4px;
}

#head a
{
	color: black;
	text-transform: uppercase;
	border-style: none;
}

#head a:hover
{
	color: green;
}

#head a.active
{
	color: green;
}

#content
{
	text-align: justify;
	margin-bottom: 32px;
	margin-top: 32px;
	background-color: white;
}

#content p {
	padding: 0;
	font: 2em/125% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	letter-spacing: -1px;
}

.portfolio_list
{
	color: #464646;
	font: 2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.portfolio_list #left {
	float: left;
}

.portfolio_list #center {
	float: left;
	padding-left: 18px;
	margin-left: 18px;
	
}

.portfolio_list #right {
	float: left;
	padding-left: 18px;
	margin-left: 18px;
}

.portfolio_list a
{
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-style: none;
}

.portfolio_list a:hover
{
	color: green;
	border-bottom-style: none;
}

#foot
{
	color: black;
	text-transform: uppercase;
	font: bold 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#foot a {
	border-style: none;
}

#foot a img
{
	border-style: none;
	float: right;
}

#credit
{
	text-align: left;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 32px 32px;
	background-color: white;
	color: black;
	text-transform: uppercase;
	font: 0.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#credit a
{
	font-weight: bold;
	color: black;
	border-bottom: 1px solid black;
}

#credit a:hover
{
	color: green;
	border-bottom-style: solid;
	border-bottom-color: green;
}

/* contact form */

.zemContactForm {
	text-transform: uppercase;
	font: 2em/125% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 32px;
	border: 10px solid black;
	margin-top: 64px;
	letter-spacing: -1px;
}

.zemContactForm label {
	font-variant: normal;
	text-transform: capitalize;
	font-weight: bold;
}

.zemContactForm input {
	border-style: none;
	border-bottom: 2px solid black;
	width: 100%;
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 16px;
	letter-spacing: -1px;
}

.zemContactForm textarea {
	width: 100%;
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 2px solid black;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
}

.zemContactForm .zemSubmit {
	border-style: none;
	float: right;
	background-color: black;
	color: white;
	padding: 0;
	margin-top: 16px;
	margin-bottom: 0;
	text-transform: uppercase;
	font: bold 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -1px;
	width: 13%;
}

.zemError {
	background-color: orange;
	margin-top: 0;
	margin-bottom: 32px;
	list-style-type: none;
	padding: 16px;
	text-transform: capitalize;
}
