body {
	background: #fff url(pikephotography.gif) no-repeat;
	color: #555;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	margin: 0px;
}

/*The next three are all for positioning of the footer*/
html, body, #contents {
	height: 100%;
	min-height: 100%;
	width: 100%;
}

html>body, html>body #contents {
	height: auto;
}

#contents {
	left: 0;
	position: absolute;
	top: 0;
}

#nav {
	text-align: right;
	margin-left: 100px;		/*Keeps links away from background image*/
	margin-right: 5%;
	margin-top: 20px;
}

#nav a img {
	border-width: 0px;
	margin-left: 10px;
}

/*Used for the more link in the winter_sports section and as a spacer div elsewhere*/

div.more {
	clear: both;
	text-align: right;
	margin-bottom: 100px;
	margin-right: 20px;
}

div.more-float {
	float: right;
	margin-bottom: 100px;
	margin-right: 50px;
}

/*Same as .more only text aligned left*/

div.previous {
	clear: both;
	text-align: left;
	margin-left: 140px;
	margin-bottom: 100px;
}

div.previous-float {
	float: left;
	margin-left: 140px;
	margin-bottom: 100px;
}

/*This could just as easily have been called #center! but is only used on
portfolio.php - it's positioned differently than #wrapper (used on the
other portfolio pages)*/

#portwrapper {
	margin-right: 5%;
	margin-top: 70px;
	padding-left: 140px;
	width: 680px;
}

/*These are just the bigger version of .thumbs - to allow for text links*/

div.portlinks {
	float: left;
	height: 165px;
	margin-bottom: 20px;
	margin-left: 40px;
	text-align: center;
	width: 125px;
}

div.portlinks a {
	background-color: transparent;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

div.portlinks a img {
	border-width: 0px;
	margin-bottom: 10px;
}

div.portlinks a:hover {
	text-decoration: none;
}

/*Central # used on portfolio pages - wrapper for all floated .thumbs*/

#wrapper {
	margin-left: 140px;
	margin-top: 50px;
}

div.thumb {
	float: left;
	height: 125px;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 125px;
}

div.thumb a img {
	border: none;
	margin: 0;
}

/* h1 purely for search engines/text browsers that can't see Pike Photography bg pic */

h1 {
	display: none;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 30px;
	text-align: left;
}

h5 {
	clear: left;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 2px;
}

#footer {
	color: #999;
	background-color: #fff;
	bottom: 0;
	margin-top: 50px;
	position: absolute;
	text-align: center;
	width: 100%;
}

a img {
	border: none;
	margin-top: 5px;
	margin-bottom: 2px;
}

a:link, a:hover, a:active, a:visited {
	text-decoration: none;
}

a img:hover {
	text-decoration: none;
}

a.more {
	background-color: transparent;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
}

a.picture {
	background-color: transparent;
	border: none;
}

body p, body li {
	line-height: 1.5;
	font-family: verdana, geneva, helvetica, sans-serif;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

html>body p, html>body li {
	font-size: small;
}

div.formrow {
  clear: both;
  padding-top: 5px;
  }

body div.formrow {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

html>body div.formrow {
	font-size: small;
}

div.formrow span.label {
  float: left;
  width: 140px;
  text-align: right;
  text-transform: lowercase;
  }

div.formrow span.formright {
  float: right;
  width: 235px;
  text-align: left;
  }

form {
	width: 400px;
}

input.contact {
	color: #333;
	background-color: #f8f8f8;
}

input.button {
	color: #333;
	background-color: #ccc;
	border: 1px solid #333;
}

textarea.contact {
	color: #333;
	background-color: #f8f8f8;
	scrollbar-3dlight-color: #666;
	scrollbar-arrow-color: #666;
	scrollbar-base-color: #999;
	scrollbar-darkshadow-color: #999;
	scrollbar-face-color: #ccc;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #666;
}

body.splashpage {
	background: #fff;
	color: #555;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	margin: 0px;
	padding-top: 40px;
}

a.splash:link, a.splash:visited {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

a.splash:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

div.splash {
	text-align: center;
	margin-top: 10px;
}

div.splash ul {
	width: 450px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

div.splash a img {
	border-width: 0px;
	margin-right: 5px;
	margin-left: 5px;
}

li {
	list-style-type: circle;
}

.hide {
	display: none;
}