/* BASE
----------------------------------------------- */

body
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
         text-align: center;
         min-width: 800px;
}

img {
     border: 0px;
}


#center
{
	margin-left: auto;
	margin-right: auto;
	width: 768px;
}

#header
{
        width: 540px;
        height: 160px;
        float: left;
}

#logo
{
	float: right;
        margin-top: 23px;
	padding-right: 85px;
}

#container
{
         width: 540px;
         float: left;
         text-align: left;
}

h1
{
	font-family: "Trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: x-large;
	font-weight: normal;
         padding-top: 120px;
         float: left;
         text-align: left;
}

#container_right
{
         width: 200px;
	 float: right;
         text-align: left;
}



#navigation
{
        font-size: small;
        line-height: 140%;
	margin-left: 0px;
	padding-left: 0px;
}

#navigation2
{
         font-size: small;
         font-style: italic;
         line-height: 140%;
         margin-top: -15px;
	margin-left: 5px;
	padding-left: 0px;
}

li
{
	font-size: small;
	list-style-type: none;
}

#hometagline
{
	float: left;
         margin-left: 55px;
         margin-top: 132px;
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: small;
}

#footer
{
	clear: both;
	width: 800px;
	font-size: x-small;
	padding-top: 25px;
	text-align: left;
}

/* ABOUT
----------------------------------------------- */

#headshot
{
        clear: both;
}

#names
{
        font-size: small;
        margin-top: -145px;
        margin-left: 150px;
        float: left;
}

#resumelink
{
        margin-top: -145px;
        font-size: small;
        float: right;

}

#aboutdescription
{
        margin-top: -120px;
        margin-left: 150px;
        padding-bottom: 10px;
        font-size: small;
        float: left;
}


/* 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 
----------------------------------------------- */


 #tagline
{
	padding-top: 140px;
        float: right;
        text-align: left;
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: small;	
} 


div.excerpt
{
        width: 350px;
	padding-bottom: 20px;
        float: left;
        height: 70px;
     
}

div.excerpt_residential
{
        width: 350px;
	padding-bottom: 20px;
        float: left;
        height: 70px;
     
}


div.images
{
         width: 140px;
         float: left;
}


.text
{
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	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;
}

#navs2
{
        text-align: left;
        margin-left:  -40px;
}

.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: left;
       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;
}

#contacttext {
   font-size: small;
}

.smd_slimbox {
	float:left;
	width:600px;
	margin:1em 0;
	clear:both;
	list-style:none;
}
.smd_slimbox li {
	width:150px;
	height:150px;
	float:left;
	margin:1em auto;
	text-align:center;
}
.smd_slimbox img {
	margin:0 auto;
}
.smd_slimbox span {
	float:left;
	width:140px;
	padding:2px 0 0 5px;
}
.smd_slimbox_nav {
	clear:both;
	width:500px;
	padding:20px;
}
.smd_slimbox_prev {
	float:left;
}
.smd_slimbox_next {
	float:right;
}
