/* ================= UNDO DEFAULT ================= */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:100%;font-weight: normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd,legend,input,select { margin:0; padding:0 }
a img,:link img,:visited img, fieldset { border:0; }
address { font-style:normal }
table { border:none;padding:0;margin:0;border-collapse:collapse;border-spacing:0; }
address,caption,cite,code,dfn,em,th,var { font-style:normal;font-weight:normal;text-align:left; }


/* ================= BASIC ================= */

body {
	font-family: Arial, sans-serif;
	background: #2e3b4c url(../images/top_back.gif) repeat-x 0 0;
	}

#header {
	background: transparent url(../images/top.gif) repeat 0 0;
	margin: 0 auto 0 auto;
	width: 960px;
	position: relative;
	height: 103px;
	}

#footer {
	margin: 0 auto;
	width: 960px;
	font-size: .7em;
	background: transparent url(../images/bottom.gif) no-repeat 0 0;
	color: #ddd;
	}

#footer a {
	color: #ddd;
	}

#logo {
	width: 269px;
	height: 0;
	padding-top: 65px;
	overflow: hidden;
	position: absolute;
	top: 16px;
	left: 16px;
	background: transparent url(../images/logo.gif) repeat 0 0;
	}

#nav li a {
	display: block;
	height: 0;
	padding-top: 36px;
	overflow: hidden;
	background-position: -1000px -1000px;
	background-repeat: no-repeat;
	position: absolute;
	}

#nav li.selected a {
	background-position: bottom left;
	}

#nav li a.home {
	width: 57px;
	background-image: url(../images/menu_home.gif);
	bottom: 28px;
	right: 365px;
	}

#nav li a.portfolio {
	width: 83px;
	background-image: url(../images/menu_portfolio.gif);
	bottom: 30px;
	right: 258px;
	}

#nav li a.resume {
	width: 74px;
	background-image: url(../images/menu_resume.gif);
	bottom: 32px;
	right: 165px;
	}

#nav li a.contact {
	width: 78px;
	background-image: url(../images/menu_contact.gif);
	bottom: 35px;
	right: 68px;
	}

#content {
	margin: 0 auto;
	width: 960px;
	background: transparent url(../images/back.gif) repeat 0 0;
	position: relative;
	}

#copy {
	font-size: 1em;
	color: #666;
	line-height: 1.5em;
	padding-top: 17px;
	}

#home #copy {
	margin: 0 60px 0 530px;
	}

#home #copy p {
	padding: 0 0 12px 0;
	}

#copy h2 {
	display: block;
	height: 0;
	padding-top: 36px;
	overflow: hidden;
	}

#home #copy h2 {
	background: transparent url(../images/welcome.gif) no-repeat 0 0;
	}

#resume #copy h2 {
	background: transparent url(../images/resume.gif) no-repeat 0 0;
	}

#home #copy em {
	display: block;
	height: 0;
	padding-top: 57px;
	overflow: hidden;
	background: transparent url(../images/signature.jpg) no-repeat 0 0;
	margin-top: 10px;
	}

#resume #copy {
	font-size: .9em;
	margin: 0 60px;
	}

#resume #copy {
	padding: 0 0 20px 0;
	}

#copy h3 {
	color: #CF332D;
	text-transform: uppercase;
	}

#copy a {
	color: #CF332D;
	}

#copy h4 {
	color: #536173;
	font-size: 1em;
	font-weight: bold;
	}

#copy address {
	margin-bottom: 20px;
	}

#copy ul {
	margin: 0 0 20px 20px;
	list-style-type: square;
	}

#copy div {
	margin-bottom: 20px;
	}

#art {
	position: absolute;
	left: 28px;
	top: 0;
	}

#monoSlideshow {
	width:870px;
	margin:0 0 0 46px;
	padding-bottom: 22px;
	}

#contactform {
	margin-left: 500px;
	padding: 36px;
	font-size: 1em;
	color: #666;
	}

#contactform p {
	margin: 0 0 14px 0;
	line-height: 1.5em;
	}
	
#contactform th {
	text-align: right;
	vertical-align: top;
	padding-right: 8px;
	}

#contactform td {
	vertical-align: top;
	}

.input-text input {
	border: 1px solid #666;
	margin: 0 0 2px 2px;
	padding: 2px;
	}

.center {
	text-align: center;
	}

.error {
	color: #9D1C1F;
	}