/* Default styles for Damouth site.  Hopefully, these will be used consistently */
/* across the entire site.  */
/*  My Documents\Website-New\Styles.css */

/* General element styles */
body {
	background-color: RGB(255, 255, 255);
	margin: 0px;
	padding: 0px;
	font-family: 'Century Schoolbook', 'Times Roman', serif;
	font-size: 14px;
	}
h1 { 
	font-family: 'Brush Script MT', serif;
	font-size: 50px;
	font-weight: normal;
	font-style: italic;
	top: 11px;
	left: 0px;
	bottom: auto;
	width: 783px;
	height: 51px;
	margin-left: 0%;
	overflow: visible;
	margin-top: 20px;
	position: absolute;
	text-align: center;
	color: rgb(255, 255, 255);
	display: inline;
	}

/* use h2 for top header in RVStuff, Travelogues, etc. */ 
h2 {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
	}

/* use h3 for subtitles, or for our name, just below h2 header in travelogues */
h3 {
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*use h4 for date, centered below h2 (and sometimes h3)*/
h4 {
	font-size: 100%;
 	font-weight: normal;
	font-style: italic;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;

	}

/* use h5 for left-registered subtitles */	
h5 {
	font-size: 140%;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
	}

/* use h6 for things like "a work in progress" */
h6 {
	font-size: 85%;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	margin-top: s5px;
	margin-bottom: 0px;
	}

ul {
	margin-top: 0px;
	margin-bottom:5px;
	}
	
img {
	border: 2px solid #C0C0C0
	padding-bottom: 25px
}

/* ID Selectors (unique elements */

#footbuttons {
	text-align: center;
	}

#navheader { 
	position: absolute;
	width: 783px;
	top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(/Images/Header.jpg);
	background-position: left center;
	height: 102px;
	background-repeat: no-repeat;
	text-align: center;
	}
#nav { 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 100%;
	line-height: 130%;
	padding-left: 0px;
	padding-top: 0px;
	float: none;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	top: 102px;
	width: 179px;
	background-color: rgb(200, 200, 200);
	}

#slidenav {
	text-align: center;
	}

#phftnav { 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 100%;
	text-align: center;
	line-height: 130%;
	background-color: rgb(220, 220, 220);
	color: rgb(0,0,256)
	}


#content { 
	border-style: double;
	border-color: rgb(200, 200, 200);
	background-color: rgb(255, 255, 255);
	padding: 4pt;
	position: absolute;
	top: 102px;
	left: 20px;
	width: 589px;
	height: auto;
	}

#footer {
	font-size: 9px;
	border-style: double;
	border-color: rgb(200, 200, 200);
	background-color: rgb(255, 255, 255);
	margin-top: 3px;
	padding: 4pt;
	font-family: 'Verdana', serif;
	}
	
/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}
#imageinfo {

	font-size: 11px;
}



/* Style for all table cells. */
td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

.camera {
	font-size: $fontSizepx;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
	}

/* Don't have margins on the slide pages. */
#slide {
	margin: 0;
	text-align: "center"
	}


/* Class Selectors */

.menu {
	text-indent: -5em;
	margin-left: 5em;
	}

.big {
	font-size: 130%;
	font-weight: normal;
	font-style: italic;
	}

.italic {
	font-style: italic
	}


.small {
	font-size: 60%;
	}
.triphead {
	font-size: 160%;	
	}
	
/* Put a border on all generated images */
.image {
	border-width: 2;
	border-style: solid;
	margin: 5;
}


.runsub {
	font-size: 100%;
	font-style: italic;
	}
	
	

/* Special elements */


ul#nav li a:link, ul#nav li a:visited {
	margin-left: 10px; 
	padding: 5px;
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside;
	width: 145px;
	background-color: rgb(220,220,220);
	display: block;
	text-decoration: none;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	font: bold;
	}
	

ul#nav li a:hover {
	background-color: aqua;
	color: rgb(256, 0, 0);
	}
	
a:hover {
	text-decoration: underline;
	color: green;
	background-color: aqua;
	}	
	
a:link {
	text-decoration: none;
	background-color: (200,256,200);
	color: rgb(50,50,256);
	}
a:active {
	text-decoration: none;
	color: red;
	}

a:visited {
	text-decoration: none;
	background-color: (200,256,200);
	color: rgb(200,100,200);
	}
