/*
The King's Own, Too: Kiger and Sulphur Mustangs
v1.0
Cascading Style Sheet (Level 2.0)
Updated: July 20 2005
*/

/*----------------------------------  ELEMENTS ----------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #605655;
	background-color: #F0E5CF;
	font-size: 1.0em;
	text-align: left;
	}

/*------------------------------------- IDs -------------------------------------*/

#container {
	position: relative;
	border-top: 1px solid #605655;
	border-right: 1px solid #605655;
	border-left: 1px solid #605655;
	background-color: #D9CFBB;
	margin: 0 auto;
	width: 750px;
	text-align: left;
	}

#center {
	background-color: #D9CFBB;
	padding: 20px 14px 30px 201px; /* top, right, bottom, left */
	}
	
#footer {
	position: relative;
	background-color: #B3A377;
	width: 750px;
	line-height: .7em;
	text-align: center;
	border-top: 1px solid #605655;
	border-bottom: 1px solid #605655;
	}
	
#footer_image {
	background-color: #B3A377;
	width: 620px;
	line-height: .6em;
	text-align: center;
	border-top: 1px solid #605655;
	border-bottom: 1px solid #605655;
	margin-left: -10px;
	}

#header {
	position: relative;
	width: 750px;
	background-color: #D9CFBB;
	border-bottom: 1px solid #605655;
	}

#main {
	background-color: #D4D2D2; /* Adds bg color to thumbnail pages only */
	}
	
#left {
	position: relative;
	width: 175px; 
	float: left;
	padding: 15px 0px 90px 15px; /* top, right, bottom, left */
	}
	
#right {
	position: relative;
	width: 200px; 
	margin: 0px 0px 0px 520px; /* top, right, bottom, left */
	}

#thumbnails {
	width: 500px;
	margin-left: 180px;
	padding: 30px 0px 40px 0px; /* top, right, bottom, left */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
	html>body #thumbnails {
	height: 400px;
	}

#about {
	position: relative;
	width: 700px;
	padding: 10px 20px 30px 20px; /* top, right, bottom, left */
	}

/*----------------------------------- CLASSES ------------------------------------*/

.announcement {
	padding: 0px 0px 0px 17px; /* top, right, bottom, left */
	}

.banner {
	position: relative;
	padding: 0px 0px 0px 325px; /* top, right, bottom, left */
	}

.border {
	border: 1px solid #605655;
	margin: 10px 0px 0px 0px; /* top, right, bottom, left */
	}

.changedField {
	color: black;
	background: #D9CFBB;
	border: 1px solid #605655;
	height: 16px;
	}

.currentField {
	color: black;
	background: #F0E5CF;
	border: 1px solid #605655;
	height: 16px;
	}

.comment {
 	border: 1px solid #605655;
 	background-color: #D9CFBB;
	}

.changedFieldlrg {
	color: black;
	background: #D9CFBB;
	border: 1px solid #605655;
	}

.currentFieldlrg {
	color: black;
	background: #F0E5CF;
	border: 1px solid #605655;
	}

.icon {
	margin: 0px 0px 10px 0px; /* top, right, bottom, left */
	}

.frameedge {
	background: #F0EFEF;
	border: 1px solid #848181;
	padding: 5px;
	}
	
.gallery {
	font-size: .9em;
	line-height: 1.2em;
	padding: 0px 0px 0px 12px; /* top, right, bottom, left */
	width: 111px;
	vertical-align: text-top;
	}

.navspace {
	padding-bottom: 6px;
	}

.txthome { 
	color: #605655;
	font-size: .75em;
	line-height: 1.3em;
	width: 530px;
	}

.txtmed { 
	color: #605655;
	font-size: .9em;
	line-height: 1.3em;
	width: 485px;
	}

.txtsmall { 
	color: #605655;
	font-size: .75em;
	line-height: 1.3em;
	}
	
.txtsmall_end { 
	color: #605655;
	font-size: .75em;
	line-height: 1.3em;
	border-bottom: 1px solid #605655;
	}

.txtmed_red { 
	color: #AF3C09;
	font-size: .9em;
	line-height: 1.3em;
	width: 485px;
	}

.txtsmall_red { 
	color: #AF3C09;
	font-size: .75em;
	line-height: 1.3em;
	}
  
.thumbedge {
	background-color: #B3A377;
	border: 1px solid #605655;
	padding: 3px;
	margin: 10px;
	}

.listspace {
	padding-bottom: 10px;
	}

.views {
	width: 518px;
	background-color: #605655;
	}

.dropdown {
	color: #605655;
	font-size: .75em;
	line-height: 1.4em;
	background-color: #F0E5CF;
	}

.line {
	width: 518px;
	border-bottom: 1px solid #605655;
	padding: -10px 0px 10px 0px; /* top, right, bottom, left */
	}
	

/*------------------------------  PSEUDO CLASSES ------------------------------*/

a:link,a:visited {
	text-decoration: none;
	color: #AF3C09; /* Red */
	}

a:hover{
	text-decoration: underline;
	border-bottom: 1px #000000;
	color: #AF3C09; /* Red */
	}

a:active {
	text-decoration: underline;
	color: #AF3C09; /* Red */
	}