/* Default style for porcupine29.com */

/* -------------------------------------

Thanks to the gurus of CSS and web standards:

Eric Meyer - meyerweb.com, complexsprial.com, etc.
Dave Shea - mezzoblue.com, 
Dave Shea's CSS Zen Garden - csszengarden.com, and all of its contributors.
Jeffrey Zeldman - zeldman.com, happycog.com, alistapart.com, etc.
Doug Bownman - stopdesign.com
Joseph Pearson - make-believe.org, whose CSS Zen Garden entry "Miracle Cure" inspired this design.
Dan Benjamin - hivelogic.com, automaticlabs.com
The entire CSS/WS/WAI community

Looking back, I guess I was much more inspired by Automatic Labs (pre-redesign) than I realized. Maybe it's subconscious!
Just goes to show you that Dan Benjamin really nailed the "best practice" for layout and design. What's that
they say about the highest form of flattery?

------------------------------------- */

body {
	background: #ffffff;
	font: 0.8em/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}

#container {
	position: absolute;
	left: 50%;
	width: 500px;
	margin-top: 20px;
	margin-left: -266px;
	padding: 10px;
	text-align: left;
	z-index: 2;
}

#header {
	background: url("../images/header-bg.gif")  top center no-repeat;
	padding: 0;
	margin: 0; 
}

#header h3 { 
	font-size:1.3em;
	color: #999;
  	padding: 15px 15px 10px 15px;
  	margin: 0;
}

#main {
	background: url("../images/content-bg.gif") top center repeat-y;
	padding-bottom: 5px;
	margin: 0;
	height: 100%;
}

#main h3 { 
	font-weight: bold;
	font-size:1.1em;	
	color: #999;
  	padding: 0 0 0 15px;
  	margin: 0;
}

#main p {
	padding: 5px 5px 7px 10px;
	margin: 5px;
	width: 433px;
}

#main h1 {
	font: bold small-caps 1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
	line-height: normal;
	color: #666666;
}

#footer {
	background: url("../images/footer-bg.gif") bottom center no-repeat;
	padding: 5px;
	margin: 0;
	color: #999999;
	text-align: center;
}

#footer p {
	padding: 5px;
	margin: 5px 15px 10px 10px;
	text-align: center;
	font-size:0.9em;
}

/* --- text links --- */

a {	
	font-weight: bold;	
}

a:link {
	color: #0066ff;
	text-decoration: none;
}

a:visited {
	color: #0066ff;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a:active {
	color: black;
	text-decoration: underline;
}

/*  --- footer links --- */

#footer a {
	font-weight: bold;	
}

#footer a:link {
  	color: #999999;
	text-decoration: none;
}

#footer a:hover {
  	color: #ff0000;
	text-decoration: underline;
}

#footer a:visited {
  	color: #999999;
}

#footer a:active {
  	color: #000000;
}


/* --- images --- */

#slide {	
	position: absolute;
	top: 20em;
	left: 50%;
	margin-left: 197px;
	width: 157px;
	height: 193px;
	z-index: 3;
}

#slide span {
	display: none;
	visibility: hidden;
}

#hercules {
	position: absolute;
	top: 25em;
	left: 12%;
	background: url("../images/hercules.gif") no-repeat;
	width: 164px;
	height: 197px;
	z-index: 1;
}

#hercules span {
	display: none;
	visibility: hidden;
}

#banner {
	width: 95%;
	height: 80px;
	margin: 0 0 10px 0;
	padding: 0 0 0 7px;
}

img.right {	
	margin: 5px 0 5px 10px;	
	float: right;		
}

img.left {	
	margin: 5px 10px 5px 0;
	float: left;	
}

img.printlogo {
	float: right;
	visibility: hidden;
	display: none;
}

/* --- navigation list --- */

#navlist {
	float: left;
	width: 100%;
	background: url("../images/right-border.gif") top right repeat-y;
}

#navlist ul {
	margin: 1%;
	padding: 2px;
	list-style: none;		
}

#navlist li {
	display: inline;
	float: left;	
	padding: 0 0 0 8px;	
	margin: 0;
	background: url("../images/nav-left-bg.gif") top left no-repeat;	
}

#navlist a {
	float: left;
	display: block;
	padding: 5px 13px 15px 2px;
	margin: 0;
	text-decoration: none;
	font-weight: bold;	
	background: url("../images/nav-right-bg.gif") top right no-repeat;	
}

#navlist li a:link, #navlist li a:visited {
	color: #666;
}

#navlist li a:hover {	
	color: #0066ff;
}

#navlist li a:active {
	color: #ff0000;
}

#navlist #current {
	color: #009900;
}

/* --- contact form --- */

form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #eee;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	margin: 20px;
	padding: 5px;
	width: 400px;	
}

fieldset {
	border: none;
}

legend {
	display: none;
	visibility: hidden;
}

input, textarea, select, option {
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000080;
	background-color: #ffffff;
	border: inset 1px #666;
	margin-left: 10px;
}

input.button-s {
	display: inline;
	background-color: #666;
	border: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 12px;
	color: white;
	width: 80px;
	margin-left: 10px;
	margin-top: 10px;
}

input.button-r {
	display: inline;
	background-color: #666;
	border: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 12px;
	color: white;
	width: 80px;
	margin-left: 5px;
	margin-top: 10px;
}

input.hidden {
	display: none;
	visibility: hidden;
}

label, input {
	display: block;	
}

label {
	margin-top: 5px;
}

label {
	font-weight: bold;
	margin-left: 10px;
}

br {
	clear: left;
}

.formname {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;		
}

/* --- list in text ---*/

.list {
	margin: 0 0 10px 10%;
	padding-left: 5px;
	list-style: none;
	clear: left;
}

.list li {
	padding-left: 10px;
	background-image: url("../images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
}

acronym {
	color:#333;
	border-bottom:1px dotted;
	cursor:help;
}

/* --- list in resume ---*/

ul.res-list {
	margin: 0 0 10px 10%;
	padding-left: 0;
	list-style: square outside url("../images/bullet.gif");
	clear: left;
}

ul.res-list li {
	padding-left: 5px;
	margin-bottom: 0.5em;
	line-height: 1.2em;
}

#res-slide {	
	position: absolute;
	top: 10em;
	left: 50%;
	margin-left: 197px;
	width: 157px;
	height: 193px;
	z-index: 3;
}

#res-slide span {
	display: none;
	visibility: hidden;
}

.more {
	background: url("../images/right-arrow.gif") no-repeat center right;	
	padding-right: 1.2em;	
}

.more a {
	font-weight: bold;	
}

.more a:link {
  	color: #999999;
	text-decoration: underline;
}

.more a:hover {
  	color: #ff0000;
	text-decoration: none;
}

.more a:visited {
  	color: #999999;
}

.more a:active {
  	color: #000000;
}