/* Standard Tags */

/*Changes to Blueprint defaults*/

body {
	color: #000;
	background: #fff url(../images/background.png) repeat;
}

a, a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
	color: #fbf3d0;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 900;
}

h1 {
	font-size: 4em;
	line-height: 1.25;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 2.5em;
	line-height: 1.50;
	margin-bottom: 1em;
}

h3 {
	font-size: 2em;
	line-height: 1.25;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 1.375em;
	line-height: 1.25;
	margin-bottom: 0.5em;
}

h5 {
	font-size: 1.25em;
	line-height: 1.25;
	margin-bottom: 0.5em;
}

h6 {
	font-size: 1em;
	line-height: 1.25;
	margin-bottom: 0.25em;
}

/* Forrest's Defined ID's */

/* Only ONE unique identifier object per page! */

#wholepage {
	position: relative;
	border: 4px solid #666;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#menu {
	position: absolute;
	right: 0px;
	bottom: 8px
}

#header {
	position: relative;
	min-height: 80px;
	height: auto !important;
	height: 80px;
}

#main {
	position: relative;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#footer {
	position: relative;
}

/* Forrest's Defined Classes */

/* Can have multiple class objects per page & item! */

img.doubleb {
	padding: 2px;
	border: 1px solid #000;
	background: #666;
	margin-right: 2px;
	margin-left: 2px;
}

/*img.norm {
	padding: 2px;
	border: 1px solid #666;
	background: #ccc;
	margin-right: 2px;
	margin-left: 2px;
	opacity: 0.50;
}

img.select {
	padding: 2px;
	border: 1px solid #000;
	background: #666;
	margin-right: 2px;
	margin-left: 2px;
	opacity: 1;
}*/

/*TEXT and FONT Classes*/ 

.tight {
	letter-spacing: -.0625em;
}

.ital {
	font-style: italic;
}

.lc {
	text-transform: lowercase;
}

.uc {
	text-transform: uppercase;
}

.sc {
	font-variant: small-caps;
}

.textleft {
	text-align: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.textright {
	text-align: right;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.center {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.verttop {
	vertical-align: top;
}

.vertmiddle {
	vertical-align: middle;
}

.vertbottom {
	vertical-align: bottom;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 500;
	color: #fbf3d0;
	line-height: 1.25;
	margin-bottom: 0em;
}

.photocapt {
	font-size: .65em;
	line-height: 1;
	text-align: left;
	margin-top: .5em;
	padding-left: 3em;
}

.phototitle {
	font-weight: 900;
	font-style: italic;
}

/* FORM classes */

/* overrides FORMS.CSS */

formlabel {
	font-size: 1em;
	line-height: 1.35;
	font-weight: bold;
}

.formoneline, select {
	width: 200px;
	height: 14px;
	padding: 3px;
	border: 1px solid #333;
	background-color: #ccc;
}

.formoneline:focus, select:focus {
	border: 1px solid #333;
}

textarea, select {
	width: 400px;
	height: 90px;
	padding: 3px;
	border: 1px solid #333;
	background-color: #ccc;
}

textarea:focus, select:focus {
	border: 1px solid #333;
}

/* TEXT color classes */

/* See BOX classes below */

.white {
	color: #FFF;
}

.black {
	color: #000;
}

.gray, .grey {
	color: #666;
}

.blue {
	color: #182A89;
}

.ivory {
	color: #f2da93;
}

/* Font families classes */

.sansface {
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

.sansfacebold {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: 900;
}

resumesection {
	font-size: 1.375em;
	line-height: 1.25;
	font-weight: 900;
}

/* Type Size 12px = 1em */

.pt6,.tiny {
	font-size: .5em;
	line-height: 1.5;
}

.pt9 {
	font-size: .75em;
	line-height: 1.5;
}

.pt10,.small {
	font-size: .83em;
	line-height: 1.5;
}

.pt12 {
	font-size: 1em;
	line-height: 1.5;
}

.pt15 {
	font-size: 1.25em;
	line-height: 1.5;
}

.pt16 {
	font-size: 1.33em;
	line-height: 1.5;
}

.pt18,.medium {
	font-size: 1.5em;
	line-height: 1.5;
}

.pt24 {
	font-size: 2em;
}

.pt27 {
	font-size: 2.25em;
}

.pt30 {
	font-size: 2.5em;
}

.pt36,.large {
	font-size: 3em;
}

.pt48 {
	font-size: 4em;
}

.pt54 {
	font-size: 4.5em;
}

.pt60 {
	font-size: 5em;
}

.pt72,.huge {
	font-size: 6em;
}

.pt96,.mega {
	font-size: 8em;
}

/* Borders */

.rightrule {
	padding-right: 3px;
	margin-right: 6px;
	border-right: 1px solid #666;
}

.leftrule {
	padding-left: 12px;
	margin-left: 36px;
	border-left: 1px solid #666;
}

.toprule {
	padding-top: 10px;
	border-top: 1px solid #666;
	width: 96%;
	margin-left: 2%;
	margin-top: 10px;
}

.toprulebreak {
	padding-top: 10px;
	border-top: 1px solid #666;
	width: 60%;
	margin-top: 10px;
	position: relative;
	left: 20%;
}

.toprulebreakspace {
	padding-top: 5px;
	border-top: 0px;
	margin-top: 5px;
}

/* RIGHTNDOWN used for 1/2 column indent */

.rightndown {
	padding-top: 1em;
	padding-left: 1em;
}

/* DOWNxxx used for top padding */

.down3plus {
	padding-top: 3.2em;
}

.waydown {
	padding-top: 470px;
}

/* HR color classes match boxes, below */

hr.space {
	background: #fff;
	color: #fff;
}

hr.spacegrey, hr.spacegray {
	background: #666;
	color: #666;
}

hr.spaceblack {
	background: #000;
	color: #000;
}

hr.spacevividbrown {
	color: #4e3500;
	background: #4e3500;
}

/* BOX color classes */

.boxround12 {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.boxwhite {
	padding: 1em;
	background: #fff;
}

.boxvividbrown {
	padding: 1em;
	background: #4e3500;
}

.boxvbrownnp {
	padding: 0em;
	background: #4e3500;
}

.boxgrey,.boxgray {
	padding: 1em;
	background: #666;
}

.boxblack {
	padding: 1em;
	background: #000;
}

/* PIKA CHOOSE GALLERY These heights and widths should be edited to your images */

/* width should be wide enough for all thumbnails */

ul#pikame {
	padding-left: 10px;
	width: 900px;
	margin: 0 auto;
}

/* width should be wide enough for widest image. Height spaces vertically */

.pika_main {
	width: 800px;
	height: 360px;
	margin: 0 auto;
}

#pikame li {
	float: left;
	border: 1px solid #000;
	background: #ccc;
	opacity: 0.60;
	margin: 4px;
}

.pika_main img {
	padding: 2px;
	border: 1px solid #000;
	background: #666;
	margin-right: 2px;
	margin-left: 2px;
	opacity: 1;
}

.pika_play {
	position: absolute;
	top: 150px;
	right: 300px;
	z-index: 1;
}

.pika_play a {
	position: relative;
	margin-left: auto;
	cursor: pointer;
}

.pika_play img {
	border: none !important;
}

.pika_caption {
	width: 100%;
	text-align: center;
	font-size: 1em;
	line-height: 1.5;
}

.pika_navigation {
	padding-top: 10px;
	clear: both;
	text-align: center;
}

.pika_navigation a {
	font-size: 12px;
	color: white;
	text-decoration: none;
}

.pika_navigation a:hover {
	text-decoration: underline;
}
