@charset "utf-8";

body {
	background-color: #EEEEEE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-attachment: fixed;
	background-image: url(../images/background_v1.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

img#hero {
	border: 0px;
	padding: 17px 0px 17px 0px;
}

img#thumb1 {
	border: 0px;
	padding: 0px 6px 6px 0px;	
}

img#thumb2 {
	border: 0px;
	padding: 0px 0px 6px 0px;	
}

h1 {

	margin: 0px;
	font-weight: normal;
	font-size: 22px;
	color: #575757;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

h2 {
	margin: 0px;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

h3 {
	padding-bottom: 15px;
	line-height: 1.4em;
	margin: 0px;
	font-weight: normal;
	font-size: 13px;
	color: #666666;
	font-family: Georgia, Times, New Roman, serif;
}

h4 {
	padding-bottom: 0px;
	line-height: 1.4em;
	margin: 0px;
	font-weight: normal;
	font-size: 13px;
	color: #666666;
	font-family: Georgia, Times, New Roman, serif;
}


h5 {
	padding-bottom: 0px;
	line-height: 2.0em;
	margin: 0px;
	font-weight: normal;
	font-size: 13px;
	color: #666666;
	font-family: Georgia, Times, New Roman, serif;
}


h3#page2 {
	padding-top: 12px;
	padding-bottom: 17px;
	line-height: 1.4em;
	margin: 0px;
	font-weight: normal;
	font-size: 13px;
	color: #666666;
	font-family: Georgia, Times, New Roman, serif;
}

h3#page3 {
	padding-top: 15px;
	line-height: 1.4em;
	margin: 0px;
	font-weight: normal;
	font-size: 13px;
	color: #666666;
	font-family: Georgia, Times, New Roman, serif;
}

.pencil {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 58px;
	height: 92px;
}

.pencil2 {
	padding-right: 20px;
	margin: 0px;
	float: left;
	width: 58px;
	height: 92px;
	margin-top: 20px;
}

.cv {
	background: url(../images/pdf_icon.jpg) no-repeat #d2d2d2;
	padding-left: 43px;
	padding-bottom: 4px;
	width: 250px;
	height: 34px;
}

form {
	font-size: 13px;
	color: #666666;
	font-family: Georgia, Times, New Roman, serif;
	margin: 0px;
	padding: 0px;
}

hr {
	margin-top: 23px;
	border: 0px;
	color: #bdbdbd;
	background-color: #bdbdbd;
	height: 1px;
	width: 530px;
	text-align: left;
	clear: both:
}

.hidden {
	display:none;
}

.wrapper {
	width: 620px;
	margin: auto;
	padding: 0px;
}

.header {
	background: url(../images/header.jpg) no-repeat #d2d2d2;
	height: 163px;
	clear: both;
}

.details {
	padding: 33px 0px 0px 277px;
	line-height: 1.2em;
	font-size: 10px;
	color: #666666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.thumb_spacer {
	margin: 0px;
	width: 10px;
	height: 10px;
}

.nav {

	padding-top: 112px;
	padding-left: 45px;
	height: 21px;
	margin: 0px;
}

.item {
	margin: 20px 0px 0px 0px;
	padding: 32px 45px 40px 45px;
	background: #d2d2d2;
}

.item2 {
	margin: 20px 0px 0px 0px;
	padding: 32px 45px 23px 45px;
	background: #d2d2d2;
}

a#work {
	margin-right: 23px;
	width: 78px;
	height: 21px;
	background-image: url(../images/nav_work.jpg);
	float: left;
	display: block;
	text-decoration: none;
}

#work_active {
	margin-right: 23px;
	width: 78px;
	height: 21px;
	background-image: url(../images/nav_work.jpg);
	background-position: bottom;
	float: left;
	display: block;
	text-decoration: none;
}

a#work:hover {
	background-position: bottom;
}

a#about {
	margin-right: 23px;
	width: 89px;
	height: 21px;
	background-image: url(../images/nav_about.jpg);
	float: left;
	display: block;
	text-decoration: none;
}

#about_active {
	margin-right: 23px;
	width: 89px;
	height: 21px;
	background-image: url(../images/nav_about.jpg);
	background-position: bottom;
	float: left;
	display: block;
	text-decoration: none;
}

a#about:hover {
	background-position: bottom;
}

a#press {
	margin-right: 23px;
	width: 84px;
	height: 21px;
	background-image: url(../images/nav_press.jpg);
	float: left;
	display: block;
	text-decoration: none;
}

#press_active {
	margin-right: 23px;
	width: 84px;
	height: 21px;
	background-image: url(../images/nav_press.jpg);
	background-position: bottom;
	float: left;
	display: block;
	text-decoration: none;
}

a#press:hover {
	background-position: bottom;
}

a#contact {
	margin-right: 23px;
	width: 119px;
	height: 21px;
	background-image: url(../images/nav_contact.jpg);
	float: left;
	display: block;
	text-decoration: none;
}

#contact_active {
	margin-right: 23px;
	width: 119px;
	height: 21px;
	background-image: url(../images/nav_contact.jpg);
	background-position: bottom;
	float: left;
	display: block;
	text-decoration: none;
}

a#contact:hover {
	background-position: bottom;
	
}

a#blog {
	margin-right: 23px;
	width: 72px;
	height: 21px;
	background-image: url(../images/nav_blog.jpg);
	float: left;
	display: block;
	text-decoration: none;
}

#blog_active {
	margin-right: 23px;
	width: 72px;
	height: 21px;
	background-image: url(../images/nav_blog.jpg);
	background-position: bottom;
	float: left;
	display: block;
	text-decoration: none;
}

a#blog:hover {
	background-position: bottom;
}

a#view_illustration {
	width: 110px;
	height: 20px;
	background-image: url(../images/btn_view_illustration.jpg);
	display: block;
	text-decoration: none;
}

a#view_illustration:hover {
	background-position: bottom;
}

a#view_illustrations {
	width: 116px;
	height: 20px;
	background-image: url(../images/btn_view_illustrations.jpg);
	display: block;
	text-decoration: none;
}

a#view_illustrations:hover {
	background-position: bottom;
}

a#view_article {
	width: 86px;
	height: 20px;
	background-image: url(../images/btn_view_article.jpg);
	display: block;
	text-decoration: none;
}

a#view_article:hover {
	background-position: bottom;
}

a#back {
	margin-top: 10px;
	width: 97px;
	height: 20px;
	background-image: url(../images/btn_back.jpg);
	display: block;
	text-decoration: none;
}

a#back2 {
	margin-top: 20px;
	width: 97px;
	height: 20px;
	background-image: url(../images/btn_back.jpg);
	display: block;
	text-decoration: none;
}

a#back3 {
	margin-top: 25px;
	width: 97px;
	height: 20px;
	background-image: url(../images/btn_back.jpg);
	display: block;
	text-decoration: none;
	}

a#back4 {
	margin-top: 0px;
	width: 97px;
	height: 20px;
	background-image: url(../images/btn_back.jpg);
	display: block;
	text-decoration: none;
}

a#back:hover {
	background-position: bottom;
}

a#back2:hover {
	background-position: bottom;
}

a#back3:hover {
	background-position: bottom;
}

a#cv_url {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 22px;
	color: #575757;
}

a#cv_url:hover {
	color: #878787;
}

a#form {
	font-size: 13px;
	color: #666666;
	font-family: Georgia, Times, New Roman, serif;
}

a#form:hover {
	color: #878787;
}

a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
}

a:link {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #878787;
}

a#b {
	font-family: Georgia, Times, New Roman, serif;
	font-size: 13px;
	color: #666666;
}

a#b:link {
	text-decoration: underline;
}

a#b:hover {
	text-decoration: underline;
	color: #878787;
}
