/* BASE
----------------------------------------------- */
#header
{
	float: left;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: left;
}

#logo
{
	float: right;
	padding-right: 55px;
	padding-bottom: 0px;
}

#center
{
	margin-left: auto;
	margin-right: auto;
	width: 768px;
}

#container
{
	float: left;
	width: 540px;
	margin-top: 0px;
	text-align: left;
}

#container_right
{
	float: left;
	margin-top: 0px;
	text-align: left;
}

body
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
}

h1
{
	float: left;
	margin-top: 150px;
	font-family: "Trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: x-large;
	font-weight: normal;
	width: 160px;
}

#navigation
{
         display: none;
         font-size: small;
         line-height: 140%;
	margin-left: 0px;
	padding-left: 0px;
}

#navigation2
{
         display: none;
         font-size: small;
         font-style: italic;
         line-height: 140%;
         margin-top: -15px;
	margin-left: 10px;
	padding-left: 0px;
}

li
{
	font-size: small;
	list-style-type: none;
	list-style-position: outside;
}

#hometagline
{
	float: left;
	margin-top: 160px;
         margin-left: 60px;
	text-align: right;
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: small;
}

#footer
{
	float: left;
	width: 800px;
	font-size: x-small;
	padding-top: 25px;
	text-align: left;
}

/* ABOUT
----------------------------------------------- */

.abouttext
{
	float: left;
	margin-left: 140px;
	margin-top: -146px;
	padding-left: 10px;
	padding-bottom: 30px;
	text-align: left;
	text-decoration: none;
	font-size: small;
}

div.aboutexcerpt
{
	padding-bottom: 50px;
}


/* LINKS
----------------------------------------------- */

.linktitle
{
         margin-top: 25px;
         font-size: small;
         font-weight: bold;
}

.linkdescription
{
         font-size: small;
         font-weight: normal;
         font-style: italic;
}

.link a
{
        font-weight: bold;
}

.linkcategory
{
         padding-left: 10px;
         font-size: x-small;
         font-weight: normal;
         font-style: italic;
}

/* PROCESS
----------------------------------------------- */

.processtext
{
         margin-top: 25px;
         font-size: small;
}

/* PROJECT LISTS AND DETAIL 
----------------------------------------------- */
h1.proj_detail
{
	width: 472px;
}

h1.proj_detail2
{
	width: 466px;
}

#tagline
{
	float: left;
	margin-top: 160px;
	text-align: right;
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: small;
}

.tagline2
{
	float: left;
	margin-top: 160px;
}


div.excerpt
{
	padding-bottom: 20px;
         width: 540px;
}


div.images
{
         border: 0px;
}

.text
{
	float: right;
	margin-left: 140px;
	margin-top: -68px;
	padding-left: 10px;
	padding-bottom: 0px;
	text-align: left;
	text-decoration: none;
	font-size: x-small;
}

p.text
{
	margin-top: -140px;
	font-size: small;
	padding-bottom: 35px;
}

.year
{
	float: right;
	font-weight: bold;
}

#photobox
{
         margin: 0px;
         padding: 0px;	
         font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
}

#imagebox
{
	float: left;
}

.projectstats
{
         font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
}

#prev_arrows
{
       float: left;
       margin-left: 40px;
       text-align: left;
       border: none;
}

#next_arrows
{
       float: right;
       margin-right: 60px;
       text-align: left;
       border: none;
}


/* HOMEPAGE
----------------------------------------------- */
.imageborder img
{
	border: 1px solid #333;
}

#bodytext
{
	float: left;
	padding-top: 20px;
	font-size: small;
	line-height: 150%;
}

/* ANCHORS
----------------------------------------------- */

.navlink a
{
	font-weight: normal;
	text-decoration: none;
	background: white;
	background-image: none;
}

.navlink a:link
{
	color: black;
}

.navlink a:visited
{
	color: black;
}

.navlink a:hover
{
	text-decoration: none;
	color: black;
	background: #fdfdd4;
	background-image: none;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	padding-right: 0px;
}

.navlink a:active
{
	color: navy;
}

a
{
	font-weight: normal;
	text-decoration: none;
}

a:link
{
	color: black;
}

a:visited
{
	color: black;
}

a:hover
{
	text-decoration: none;
	color: navy;
	background: #c2e8e9;
	background-image: none;
}

a:active
{
	color: navy;
}

/* ZEM CONTACT REBORN
----------------------------------------------- */
form.zemContactForm fieldset {
   border: none;
   }
form.zemContactForm legend {
   font-family: "Trebuchet ms", Verdana, sans-serif;
   color: black;
   font-size: x-large;
   text-transform: lowercase;
   margin-left: -14px; 
   padding-bottom: 15px;
  }

form.zemContactForm label {
   float: left;
   width: 40px;
   margin: 0.3em 10px 0 0;
   text-align: right;
   font: 0.7em/1.45em Verdana, Arial, sans-serif;
   color: black;
   }
form.zemContactForm input {
   margin-bottom: 0.5em;
   }
form.zemContactForm br {
   clear: left;
   }
form.zemContactForm #zemSubmit {
   margin: 0.5em 0 0 70px;
   }
form.zemContactForm {
   margin-top: -30px;
}

