﻿/* Styles for Dartmoor Photo Pages */

	
* {
    box-sizing: border-box;
}

body {
	background-color: #fff0e0;;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
}

div {
	max-width: 1200px;
	background-color: white;
	margin: auto;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
	font-family: Cambria, "CG Times", Times, "Times New Roman", "Liberation Serif", serif;
	font-size: 2em;
	color: white;
	text-shadow: 1px 1px 2px black;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5%;
}

h2 {
	font-family: Cambria, "CG Times", Times, "Times New Roman", "Liberation Serif", serif;
	font-size: 1.75em;
	color: #708090;  /* slategrey */
	margin-left: 2.5%;
	margin-top: 10px;
	padding-top: 10px;
}

h3 {
	font-family: Cambria, "CG Times", Times, "Times New Roman", "Liberation Serif", serif;
	font-size: 1.4em;
	font-weight: 400;
	color: #708090;  /* slategrey */
	margin-left: 2.5%;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 8px;
}

h4 {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 1.15em;
	color: #804040;
	margin-left: 2.5%;
	margin-bottom: 8px;
	margin-top: 4px;
}

p {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight:200;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 2.5%;
}

h1 a {
	color: white;
	text-decoration: none;
}

h1 a:hover {
	color: aqua;
	text-decoration: none;
}

.page {
	margin-top: 0px;
	margin-bottom: 0px;
	max-width: 1224px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	border-left: 1px navy solid;
	border-right: 1px navy solid;
}

#header {
	background-image:url('../images/burratorpanoramawinter.jpg');
	background-position:center;
	background-color: #708090;  /* slategrey */
	height: 220px;
}

.content {
	
}

.footer {
	
}

.subject {
	background-color: #fff0e0;
}

.photo {
	margin-left: 0px;
}

/* For Index Page */

.greytop { 
	border-top-style: solid; 
	border-top-width: 1px; 
	border-top-color: #d0d0d0 }

.table1 {
	border-collapse: collapse; 
	border: 0px; 
	max-width: 600px; 
	margin-left: 2.5%;
}

.col-link {
	width: 30%;
}

.col-desc {
	width: 70%;
}

.col-date {
	width: 0px;
	visibility: collapse;
}

td:nth-child(3) {
	display: none
}

td {
	vertical-align:top
}

.link {
	margin-top: 2px;
	text-align: left;
}

.link a { text-decoration: none; color: #0000ff }
.link a:visited { text-decoration: none; color: #0000bb }
.link a:active { text-decoration: underline; color: red }
.link a:hover { text-decoration: none; color: #804040; }

.description {
	margin-top: 12px;
	margin-bottom: 10px;
}

.date {
	font-size: 0.9em;
	font-style: oblique;
	color: #804040;
	margin-top: 0px;
	margin-bottom: 4px;
}

.white {
	color:white;
}

button {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight:200;
	color: #0000ff;
	background-color: #fff0e0;
	border: 0px;
	padding: 0.4em;
	border-radius: 6px;
}

button:hover {
	background-color:bisque;
	color: #804040;
	cursor: pointer;
}

#sort-date {
	display: inline-block;
}

#sort-location {
	display: none;
}

.oldstyle {
	border-right: 1px #804040 dashed;
}

img {
	display: block;
	visibility: visible;
}


@media print {
	img {
		display: none !important;
		visibility: hidden !important;
	}
}



