* {
	margin: 0;
	padding: 0;
}

body {
font-family:"Trebuchet MS", Georgia, Verdana, serif;
color:#564004;
background:#fff;
height:100%;
}

body {
min-width:720px;
text-align:center;
}

h1 {
padding:0;
margin:0 0 0.5em 0;
font-size:22px;
text-transform: lowercase;
color: #9e8e7b;
}

h2 {
padding:0;
margin:0 0 0.5em 0;
font-size:16px;
text-transform: lowercase;
}

h3 {
padding:0 0 0.2em 0;
margin:0;
font-size:14px;
text-transform: lowercase;
color:#fd4f03;
}

p {
margin:0 0 1em 0;
padding:0;
font-size:13px;
line-height:18px;
}

a {
color:#564004;
text-decoration:none;
}
a:hover {
color:#fd4f03;
}

#wrapper {
    width: 850px;
	margin:0 auto;
    position: relative;
	height:100%;
}


#centerwrap {
width:720px;
margin:0 auto;
padding:0;
text-align:center;
}

#content {
background:#fff;
margin:0 10px 10px 0;
padding:10px;
text-align:left;
min-height:20em;
}

#footer {
   bottom:0;
   margin 1em auto;
   hiehgt: 10em;   
}


#article {
margin:0 0 0.2em 0;
padding:0.5em;
min-height:1em;
border-bottom: 0.1em dotted #efefef;

}

#project {
margin:0 0 0.2em 0;
padding: 10px 10px 5px 10px; 
border: 0.1em solid #EEEEEE;
float:left;
min-height: 280px;
width:100%;
}


#topimage {
	width: 714px;
	background:url(../graphix/imgback.gif) top left no-repeat;
	height: 458px;
	padding:0 2px;
}

#nav{
font-weight: bold;
width:100%;
margin-top:1em;
margin-bottom:0.5em;
}

#nav ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0 0 0 1.3em;
text-align: center; //set value to "left", "center", or "right"*/
}

#nav ul li{
display: inline;
}

#nav ul li a{
color: #654a1d;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 25px; /*spacing between each menu link*/
text-decoration: none;

}

#nav ul li a:hover, #nav ul li a.selected{
color:#fd4f03;
}

#nav ul li a:link.current, #nav ul li a:visited.current {
color: #fd4f03;
}


#image {
border:0.1em solid #9e8e7b;
}

.borderit img{
border: 0.1em solid #9e8e7b;
}

.borderit:hover img{
border: 0.1em solid #ffffff;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}

#right {
float:right;
}

#left {
float:left;
}

#link {
border-bottom: 0.2em dotted #efefef;
margin: 0.5em;

}

#link a {
color:#bdb9b9;
font-size: 1.3em;
}

#link a:hover {
color:#fd4f03;
}

#link span {
float:right;
}

#about_left {
width: 27em;
float:left;

}

#about_right {
width:12em;
float:right;
background-color:#dedbdb;
padding: 0.5em 1.5em 0.5em 1em;
}

#visitor {
	float: right;
	font-size: 0.8em;
}
#thumbwrapper {
	float: left;
	background: #efefe;
	margin:0.5em 0 0.5em 1em;
	text-align: center;
	width: 200px;
	padding: 0.4em;
}

.scrollButtons {
    position: absolute;
    top: 510px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -100px;
}

.scrollButtons.right {
    right: -100px;
}

p.head {}
p.head a:link, p.head a:visited {width:100%;text-transform:lowercase; padding: 1px; background-color: #efefef; color: #000; float:left; font-size:1.2em; }
p.head a:hover, p.head a:active {background-color: #ccc; color: #fff;}


/* Album Thumbnails
------------------------------ */

.album {
	margin: 0px 16px 15px 0;
	padding: 10px 0px 10px 10px;
	float: left;
	width: 300px;
	border: 1px solid #EEEEEE;
	background: #FBFBF8;
	line-height: 100%;
	height: 200px;
}

.album a img {

}

.album .thumb {
	text-decoration: none;
	float: left;
	margin-right: 6px;

}

#albums h3 {
	font-size: 1.6em;
	letter-spacing: 0.1em;
	padding: 0;
	margin: 0px 0px 5px 0px;
}

.albumdesc {
	margin:0.3em;
	float: left;
}

.album p {
	line-height: 12px;
	font-size: 11px;
	padding: 0px 0px 0px;
	margin: 0px;
}

.albumdesc small {
	color: gray;
}


#albums{
font-weight: bold;
width:100%;
margin-left: auto;
margin-right: auto;
}

#albums ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0 0 0 5em;
text-align: left; //set value to "left", "center", or "right"*/
}

#albums ul li{
display: inline;
margin: 0px 16px 15px 0;
	padding: 10px 0px 10px 10px;
	float: left;
	width: 220px;
	border: 1px solid #EEEEEE;
	background: #FBFBF8;
	line-height: 100%;
	height: 180px;
}


#albums ul li a{
color: #654a1d;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 25px; /*spacing between each menu link*/
text-decoration: none;
text-transform:lowercase;
font-size:1em;

}

#albums ul li a:hover, #albums ul li a.selected{
color:#fd4f03;
}

#albums ul li a:link.current, #albums ul li a:visited.current {
color: #fd4f03;
}

/*contact form*/

.container {
	width:960px; 
	margin:0px auto; 
	position:relative;
	
	}
	
/* Positions the contact form so it doesn't interfere with any other content, as well as a z-index above any other elements on the page */	
#contactFormContainer {
	position:absolute;
	left:368px;
	z-index:1;
	}
	
/* Hides the whole contact form until needed */	
#contactForm {
	height:340px;
	width:558px;
	background:#ffffff url(../images/birdy.jpg) no-repeat 241px 11px; 
	border:2px solid #9e8e7b;
	padding:7px 12px; 
	color:#564004;
	display:none;
	}   

/* Loading bar that will appear while the ajax magic is happening */
.bar{
	display:none; 
	background:url(../images/ajax-loader.gif) no-repeat center; 
	margin-top:100px; 
	height:40px; 
	width:230px;
	}
	
/* Hides the confirmation message until needed */	
#messageSent {display:none;}

/* This hides the form validation alert messages until needed */
#contactForm span { 
	display:none; 
	font-size:9px; 
	line-height:10px; 
	padding-left:6px; 
	color:#fd4f03;
	}
	
/* Some styling for the contact button */
#contactFormContainer .contact {
	height:47px; width:211px;
	background:url(../images/contact_me.png); 
	position:absolute; 
	left:368px; bottom:-44px; 
	cursor:pointer;
	}
			
/* Hides the darkening layer for the Modal effect. The z-index is necessary for layering purposes, and be sure to keep the positioning/height/width the same */	
#backgroundPopup{
	display:none; 
	position:fixed; 
	_position:absolute; 
	height:100%; width:100%; 
	top:0; left:0;
	background:#000; 
	z-index:11;
	}  
	
/* Form styling from here on out. There is nothing in here that you HAVE to use to get this to work */	
#contactForm textarea, #contactForm input {
	width:180px; 
	background:#6d6d6d url(../images/contact_input.png) repeat-x top; 
	color:#fff; 
	border:1px solid #8a8a8a; 
	height:15px; 
	line-height:14px; 
	font-size:11px; 
	padding:2px 2px 0px;
	}
#contactForm input {background-position:0px -20px;}
#contactForm textarea {height:114px; font-family:Verdana, Geneva, sans-serif;}
#contactForm .submit {
	border:1px solid #fd4f03; 
	font-family:"Trebuchet MS", Georgia, Verdana, serif;
	font-size:0.9em;
	background:#e5e5e5; 
	color:#4d4d4d; 
	padding:7px 16px 7px 14px; 
	height:37px; width:124px; 
	cursor:pointer; 
	float:left; 
	margin-top:196px;
	}
#contactForm .submit:active {background:#cacaca; }
#contactForm label {padding-left:4px; font-weight:bold;}
#contactForm p {padding-bottom:8px;}
#contactForm .input_boxes {float:left; width:204px;}

#dummycontent {padding-top:100px; height:900px; position:relative;}
.bottomlink {margin-left:20em;}

/*  end */

#img-title {
	font-weight: bold;
	font-size: 1.4em;
}

#proj{
margin-bottom:6.5em;

}

#proj ul{
padding:1px;

}

#proj ul li{
display: inline;
margin: 0.5em;
	padding: 3px;
	float: left;
	border: 1px solid #EEEEEE;
	background: #FBFBF8;
}


#proj ul li a{
color: #654a1d;
padding: 2px; /*top padding is 6px, bottom padding is 4px*/
text-decoration: none;
text-transform:lowercase;
font-size:0.8em;

}

#proj ul li a:hover, #proj ul li a.selected{
color:#fd4f03;
}

#proj ul li a:link.current, #proj ul li a:visited.current {
color: #fd4f03;
}
