﻿/*
CSS for Design Mine site
*/

body {
	font-family: "Stylus BT", "Trebuchet MS", Georgia, sans-serif;
	background-color: black;
	color: white;
	font-size: 13pt;
	line-height: 125%;
	padding: 0;
	border: 4px double #292929;
	width: 1003px;
	height: 100%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

h1 {
	color: white;
	font-size: large;
	font-family: "Felix Titling", Georgia, sans-serif;
}

h3 {
	color: white;
	font-size: medium;
	font-family: "Felix Titling", "Stylus BT", Georgia, sans-serif;
}

li {
	font-size: 12pt;
	list-style-type: none;
}

p {
	padding-top: 0;
	line-height: 100%;
}

a:link {
	color: white;
}

a:visited {
	color: gray;
}

a:hover {
	color: #3c7484;
	text-decoration: overline;
}

a:active {
	color: #3c7484;
	text-decoration: line-through;
}

#contact h1 {
	position: relative;
	text-align: right;
	padding-right: 65px;
	margin-top: -120px;
	line-height: 10%;
	font-size: small;
	font-weight: normal;
	color: #3c7484;
	font-family: "Felix Titling", "Georgia", sans-serif;
}

#contact h2 {
	position: relative;
	text-align: right;
	padding-right: 65px;
	line-height: 10%;
	font-size: large;
	font-weight: normal;
	color: white;
	font-family: "Felix Titling", "Georgia", sans-serif;
}

#contact h3 {
	position: relative;
	text-align: right;
	padding-right: 65px;
	margin-bottom: 120px;
	line-height: 10%;
	font-size: medium;
	font-weight: normal;
	color: #3c7484;
	font-family: "Felix Titling", "Georgia", sans-serif;
}

#homebodycontent {
	height: 408px;
	width: 846px;
	border: 1px solid #3c7484;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 32px;
	margin-bottom: 50px;
	padding: 20px;
}

#galleryindexbodycontent {
	margin-left: 125px;
	margin-right: 125px;
	margin-bottom: 125px;
}

#gallerybodycontent {
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
}

#bindingbodycontent {
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
}

#orderingbodycontent {
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 100px;
}

#faqbodycontent {
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
}

#navigation {
	font-family: "Felix Titling", "Georgia", sans-serif;
	padding-right: 20px;
	font-size: 12pt;
	padding-bottom: 20px;
}

#navlist li {
	display: inline;
	padding: 58px;
}

.feature {
	float: left;
	padding-right: 20px;
}

.feature2 {
	float: right;
	padding-left: 20px;
}

.nudged {
	position: relative;
	left: 20px;
}

.floatlist {
	float: right;
	padding-right: 140px;
}

.footnote {
	font-weight: normal;
	color: gray;
	font-size: small;
}

.galleryphoto {
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #3c7484;
	margin-bottom: 10px;
}

.rightalign {
	text-align: right;
}

strong {
	color: #3c7484
}

.photolink {
	border: 3px solid white;
}

.photocredit {
	font-size: small;
	font-style: italic;
	color: gray;
	padding-left: 780px;
}