/*  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(200, 200, 200);
	margin: 0px;
	padding: 0px;
	font-family: 'Cambria', 'Times Roman', serif;
	font-size: 15px;
}

h1 {
	font-family: 'Brush Script MT', serif;
	font-size: 50px;
	font-weight: normal;
	font-style: italic;
	top: 11px;
	left: 0px;
	bottom: auto;
	width: 845px;
	height: 56px;
	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: 5px;
	margin-bottom: 0px;
}

ul {
	margin-top: 0px;
	margin-bottom: 5px;
}

img {
	border: 2px solid #C0C0C0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/*  ID Selectors (unique elements  */
#footbuttons {
	text-align: center;
}

#navheader {
	position: absolute;
	width: 845px;
	top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(/Images/Header.jpg);
	background-position: left center;
	height: 112px;
	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: 112px;
	width: 179px;
	background-color: rgb(200, 200, 200);
}

#floating_sidebar  {
	position:fixed; 
	left: 0;
	top: 0px; /* change to adjust height from the bottom of previous div */
	}
	
body > #nav position: fixed #slidenav {
	text-align: center;
}

#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,255);
}

#content {
	border-style: double;
	border-color: rgb(200, 200, 200);
	background-color: rgb(255, 255, 255);
	padding: 4pt;
	position: absolute;
	top: 112px;
	left: 179px;
	width: 650px;
	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;
}

/*  not sure this is used anywhere 
.camera {
	font-size: $fontSizepx;
} */
/*  Remove the margin under the images on the index pages.  */
#index .image {
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
}

/*  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%;
}

.smalldate {
	font-size: 85%;
}

.triphead {
	font-size: 160%;
}

/*  Put a border on all generated images  */
.image {
	border-width: 2px;
	border-style: solid;
	margin: 5px;
}

.runsub {
	font-size: 100%;
	font-style: italic;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

/*  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-weight: bold;
}

ul#nav li a:hover {
	background-color: aqua;
	color: rgb(255, 0, 0);
}

a:hover {
	text-decoration: underline;
	color: green;
	background-color: aqua;
}

a:link {
	text-decoration: none;
	color: rgb(50,50,255);
}

a:active {
	text-decoration: none;
	color: red;
}

a:visited {
	text-decoration: none;
	color: rgb(200,100,200);
}

p.c1 {
	text-align: center;
	font-style: italic;
	font-size: 16px;
	
	
}

p.c1r {
	text-align: right;
	font-style: italic;
	font-size: 16px;
}

p.c2 {
	clear: left;
}

p.c3 {
	clear: left;
}
p.c4 {
	font-size: 10px;
	text-align: center;
	font-style: italic;
}
p.c5 {
	font-size: 16px;
	text-align: left;
	font-style: italic;
	font-weight: bold;
}

img.c1 {
	float: left;
	margin-bottom: 5px;
}

img.c3 {
	float: right;
	margin-bottom: 5px;
}
img.c4 {
	float: right;
	clear: right;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
img.c5 {
	float: right;
	border-width: 1px;
	border-color: black;
	margin: 0px 3px 8px 8px;
	width: 295px;
	height: 185px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
img.c6 {
	float: left;
	border-width: 1px;
	border-color: black;
	margin: 8px 12px 8px 0px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

style {
}


