/* General */

BODY { font-family: Arial, sans-serif; 
	color: #000000;
	background: #ffffff;
	margin: 0;
	padding: 0; }
	
	.mac { font-family: Verdana, sans-serif; }
	
HR {  color: #16432E;
	margin-left: 20%;
	margin-right: 20% }

IMG { border: none; }
	
H1 { position: absolute;
	left: -999em;
	top: -999em;  }

H2, H3 { font-family: "Century Gothic", Futura, Verdana, sans-serif;
	font-weight: normal; }

H2 { }

A { color: #336699; text-decoration: none }
A:visited { color: #114477; text-decoration: none }
A:hover { text-decoration: underline;  }
A:active { text-decoration: underline;  }

.fancy { font-family: Georgia, serif;
	font-style: oblique; }

.invisible { display: none; }


/* All content */

#page {  }
	

/* Header */

#header { background: url(images/glasspen3.jpg) #ddddaa top left no-repeat;
	margin: 1em 0;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	height: 115px;
	position: relative; }

#tagline { position: absolute;
	bottom: 1em;
	right: 2em; 
	font-size: large;}
	
/* Content */

#main { max-width: 900px;
	margin: 0 auto; }


/* Sidebar */

#menu { float: left;
	margin: 0; 
	padding: 4em 1em;}

#nav-wrap { padding-top: 1px; /* gap fix */
	width: 8em;
	border: 1px dotted #000000; }
	
#nav { list-style: none;
	margin-left: 0;
	padding-left: 0; }

#nav li { margin: .25em; }

#nav li:hover {  }

#nav A { display: block;
	padding: .5em;
	border: 1px dotted #000000;
	text-decoration: none; }
#nav A:visited {  }
#nav A:hover { background-color: #777777;
	color: #ffffff;}
#nav A:active {    }

#home #l-home a,
#portfolio #l-port a,
#samples #l-mock a,
#priceing #l-price a,
#about #l-about a,
#contact #l-contact a { background-color: #ddddaa;
	color: #000000;}

#homelink {  }


/* Content */

#content { margin: 0 1em 0 10.5em; 
	padding: 1px 2em;
	border-left: 1px dotted #000000;
	border-right: 1px dotted #000000;
	background: url(images/greenstr.png) center bottom no-repeat;}
	
#content TABLE { line-height: normal } /* pricing */

#portfolio-entries {  } /* portfolio */

	#portfolio-entries dt { font-weight: bold;
		margin-bottom: .5em;
		margin-top: 1em; }
	#portfolio-entries dd { margin-bottom: 1.5em; }

.thumbnail { margin: 0 10px 10px 0; 
	float: left; }

.small { font-size: small; }

#mail-link { text-align: right;
	font-size: small; }
	
	body#contact #mail-link {display: none; }


/* Footer */

#foot { font: arial, sans-serif;
	color: #999999;
	text-align: center;
	padding: 3em 0 3px 0; }
	
	#foot span { font-size: small; }
	
	
/* Contact Form */

#mailform { 
	display: block;
	margin: 1em 0;
	text-align: center;
} /* remember display:none for folded versions */
	
#mailmessage { 
	padding: 1em 2em;
	display: block; 
	border: 1px solid #000;
	margin: 1em;
}

#mailmessagebody {
	padding: 0 10px;
	background: #F0EEDF;
}
	
.tiny { font-size: x-small; }

#mailform H3 {
}

table#mailtable {	
	text-align: left;
	margin: auto;
}

#mailtable th {
	text-align: left;
	padding: .25em .5em;
	background-color: #ddddaa;
}

#mailtable td {
	padding: 3px;
}

.mac.gecko #mesgbody { width: 100%; } /* the message textarea; this is a fix for the Camino form overspill */

#mailtable td.bottom {  } /* the last row*/

#mailtable .tiny { color: #999999; }