/* content.css - style for the non-gallery pages */

/* BASIC ELEMENTS */

#page {
	border: 1px solid #777;
	background-color: white;
	color: #444;
}

#logo {
	color: #777;
}

#logowhite {
	color: black;
}

#pagenav a {
	color: #aaa;
}

#pagenav a:hover {
	color: #333;
}


fieldset {
	width: 270px;
	padding: 0 10px 10px 10px;
	margin-top: 30px;
	text-align: left;
}

form fieldset input {
	width: 100px;
}

form fieldset label {
	font-weight: bold;
	float: left;
	width: 150px;
}

form fieldset .top {
	margin-top: 10px;
	padding-top: 0;
}

form fieldset legend {
	font-size: 1.2em;
	font-weight: bold;
}

form fieldset br {
	clear: left;
}


/* TYPOGRAPHY */

h1 {
	font-size: 1.1em;
	color: black;
	padding-top: 20px;
}
	
h2 {
	font-size: 120%;
	margin-top: 1.3em;
	color: black;
	padding-bottom: 0;
	margin-bottom: 0.3em;
}

h3 {
	font-size: 90%;
	margin-top: 1.5em;
	color: black;
	padding-bottom: 0;
	margin-bottom: 0.3em;
}	
	
p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-top: 0px;
	padding-bottom:0px;
}

ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

ul {
	padding-left: 0;
	margin-left: 15px;
}

ul li {
	padding-bottom: 0.4em;
}

ul.options {
	list-style: none;
	margin-left: 0;
	color: black;
	font-weight: bold;
}

ul.options li {
	padding-bottom: 0;
}

p.notop {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
	margin-bottom: 0.5em;
}

p.legal {
	font-size: 0.8em;
	color: #bbb;
	background-color: inherit;
}

blockquote {
	background-color: #f4f4f4;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	color: black;
}

div.cite {
	font-style: italic;
	margin-left: 10px;
	margin-bottom: 30px;
	margin-top: 5px;
}


/* CONTACT SLIP */

#address table td {
	padding: 0 10px 0 0;
}

#address {
	height: 400px;
	border: 1px solid black;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #333;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#addressimage {
	float: right;
	margin: 60px 60px 60px 0;
}

#addresstext {
	padding: 0 0 0 60px;
	margin-top: 100px;
}

#address table {
	border-collapse: collapse;
	border-style: none;
	margin-top: 8px;
	margin-bottom: 8px;
}


.grey {
	color: #777;
}


/* RANDOM BITS */

#inspireimages {
	text-align: center;
	width: 100%;
}

#inspireimages img {
	padding: 10px;
}


img.left {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 3px;
	border-style: none;
}

img.right {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 3px;
	border-style: none;
}

table.pricelist {
	border-collapse: collapse;
	border-width: 0px;
}

table.pricelist td {
	padding-right: 10px;
}


.photog_links a {
	color: #77C;
	text-decoration: none;
	font-size: 105%;
}

.photog_links a:hover {
	color: #77C;
	text-decoration: underline;
}

p.photog {
	padding-top: 0;
	margin-top: 3px;
	padding-bottom: 5px;
}

h1.photog {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


