/* Default print style for porcupine29.com */

/* -------------------------------------

Thanks to the giants of CSS and web standards:

Eric Meyer - meyerweb.com, complexsprial.com
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
Doug Bownman - stopdesign.com
Joseph Pearson - make-believe.org, whose CSS Zen Garden entry "Miracle Cure" inspired this design.
The entire CSS/WS/WAI community

I may have subconsciously been inspired by some Mac or Adobe interface, too.

------------------------------------- */

body {
	font: 11pt Georgia, Times New Roman, serif;
}

#container {
	
}

#header {
	 
}

#header h3 { 
	font-size: 13pt;
}

#main {
	
}

#main p {

}

#main h1 {
	font: bold small-caps 14pt Arial, Helvetica, sans-serif;
}

#footer {
	text-align: center;
}

#footer p {
	
}

/* --- text links --- */

a {	
	font-weight: bold;	
}

a:link {
	text-decoration: none;
}

a:visited {
	
}

a:hover {
	
}

a:active {
	
}

/*  --- footer links --- */

#footer a {
	font-weight: bold;	
}

#footer a:link {
  	text-decoration: none;
}

#footer a:hover {
  	
}

#footer a:visited {
  	
}

#footer a:active {
  	
}


/* --- images --- */

#slide {	
	display: none;
	visibility: hidden;
}

#slide span {
	display: none;
	visibility: hidden;
}

#hercules {
	display: none;
	visibility: hidden;
}

#hercules span {
	display: none;
	visibility: hidden;
}

#banner {
	display: none;
	visibility: hidden;
}

img.right {	
	float: right;		
}

img.left {	
	float: left;	
}

img.printlogo {
	float: right;
}

/* --- navigation list --- */

#navlist {
	display: none;
	visibility: hidden;
}

#navlist ul {
			
}

#navlist li {
		
}

#navlist a {
		
}

#navlist li a:link, #navlist li a:visited {
	
}

#navlist li a:hover {	
	
}

#navlist li a:active {
	
}

#navlist #current {
	
}

/* --- 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: square;
	clear: left;
}

#list li {
	padding-left: 10px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

/* --- list in resume ---*/

ul.res-list {
	list-style: square outside;
}

ul.res-list li {
	padding-left: 5px;
	margin-bottom: 0.5em;
	line-height: 1.2em;
}

#res-slide {	
	display: none;
	visibility: hidden;
}

#res-slide span {
	display: none;
	visibility: hidden;
}