@charset "utf-8";
/*


Developer Notes


Color Scheme:
Pantone / Color Name 		Tint		Hex				Usage
---------------------		----		-------			-----
n/a / Darkest Gray			100			4D4D4D			body bg color
4545C / Cream				100			F1E5C8			logo, hover color
n/a / Eggshell				100			F5F2E2			mounted size, gallery header text
188C / Dark Red				100			8B0F04			red line in header
n/a / 40% Gray				40			999				footer text

*/

 
/* ///////////////////////////

@import rules

/////////////////////////// */

@import url("reset.css");

/* ///////////////////////////

Global Overrides

/////////////////////////// */

body {
	font: normal 14px Arial, Helvetica, Verdana, sans-serif;
	background-image: url(../../images/bg-body.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color:  #4D4D4D;
}

body.home {
	background-image: url(../../images/bg-body.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color:  #4D4D4D;}

h1 {
	
}

h2 {
	margin-bottom: 1em;
	font: normal 160% Georgia;
}

h3 {
	margin-bottom: 1em;
	font: normal 130% Helvetica, Arial, Verdana, sans-serif;
}

h3.enterSite {
	margin-bottom: 1em;
	font: normal 130% Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
}

h3.galleryHeader {
	padding: 3px 0 5px 18px;
	background: transparent url(../../images/arrow-red.gif) no-repeat scroll;
	background-position: left;
	font: normal 18px Helvetica, Arial, Verdana, sans-serif;
	color: #F5F2E2;
	border-bottom: 1px solid #333;
}

h3.galleryHeader a{
	font: normal 18px Helvetica, Arial, Verdana, sans-serif;
	color: #F5F2E2;
}

h3.enterSite a {
	color: #F1E5C8;
	text-decoration: none;
}

h4 {
	font: normal 16px Helvetica, Arial, Verdana, sans-serif;
	font-style: italic;
	color: #F1E5C8;
	margin:0;padding:0;
	margin-bottom: 10px;margin-left:7px;
}	

input {
	background-color: #999;
}

input:focus {
	background-color: #F5F2E2;
}

textarea {
	background-color: #999;
}

textarea:focus {
	background-color: #F5F2E2;
}

p {
	margin-bottom: 1em;
}

a {
	color: #F1E5C8;
	outline: none;
}

label {
	display: block;
}

em {
	font-style: italic;
}

input[type='radio'] {
	background-color: transparent;
}

input[type='submit'], input[type='reset'] {
	background-color: #999;
	color: #F1E5C8;
	width: 140px;
	text-transform: uppercase;
}

input[type='reset'] {
	width: 116px;
}

input[type='submit']:hover, input[type='reset']:hover {
	background-color: #CCC;
	color: #333;
}

img.main-photo {
	border: 5px solid #333;
}

img.content-img {
	margin: 8px;
}

#content a, #sidebar a {
	color: #F5F2E2;
}

#content a:hover, #sidebar a:hover {
	text-decoration: none;
}

/* ///////////////////////////

ID Declarations

/////////////////////////// */
#site {
	width: 770px;
	margin: 0 auto;
	margin-top: 15px;
}


#header {
	min-width: 770px;
	margin: 0 auto;
	margin-bottom: 3px;
	/*vertical-align: bottom;	
	background: transparent url(../../images/bg-header.jpg) no-repeat scroll 50%;
	background-position: center bottom;*/
	border-bottom: 2px solid #7f1813;
}

#header h1 {	
	height: 22px;
	text-align: left;
	text-indent: -9999px;
	font: 18px "Georgia";
}

#masthead-home {
	width: 565px;
	margin: 0 auto;
}

#masthead {
	min-width: 770px;
	margin: 0 auto;
}

#main-nav {
	color: #FFF;
	width: 400px;
	margin-top: 55px;
	float: left;
	text-align: right;
}

#main-nav ul {
	
}

#main-nav li {
	display: inline;
	margin-left: 18px;	
	font: normal 14px Helvetica, Arial, Verdana, sans-serif;	
}

#main-nav li a {
	color: #FFF;
	text-decoration: none;
}

#main-nav li a:hover {
	color: #B2B2B2;
}

#page {
	width: 770px;
	min-width: 770px;
	margin: 0 auto;
	
	color: #F1E5C8;
}

#content {
	width: 530px;
}

#gallery {
	float: left;
	width: 530px;
	height: 400px;
}

#splash {
	width: 714px;
	margin: 0 auto;
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 10px;
	background-color: #FFF;
	border: 5px solid #333;
}

#article {
	padding: 15px;
}

#sidebar {
	width: 220px;
	padding-top: 15px;
	float: right;
}

#sidebar h3 {
	font: normal 140% Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #F1E5C8;
	
}

#related-links {
	margin: 15px 15px 0 15px;
	
}

#related-links li {
	margin-bottom: 5px;
	padding: 3px;
	font: italic 14px Georgia;
	font-weight: bold;
}

#specific {
	
}

#gallery-thumbnails {
	width: 440px;
	float: left;
}

#gallery-thumbnails ul {
	margin-left: 7px;
}

#gallery-thumbnails li {
	display: inline;
	width: 75px;
	height: 56px;
}

#gallery-thumbnails li a {
	display: block;
	float: left;	
	margin: 0 0 7px 7px;
}

.gallery-list {
	width: 300px;
	float: left;
	margin-left: 15px;
}

.gallery-list ul {
	margin-left: 22px;
}


.gallery-list a {
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

.gallery-list a:hover {
	color: #B2B2B2;
}

.activeThumb {
	border: 2px solid #8B0F04;
}

.inactiveThumb {
	border: 2px solid #333;
}

#footer {
	width: 770px;
	min-width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 12px;
	margin-top: 5px;
	margin-bottom: 1em;
}

#footer.home {
	margin-top: 72px;
}

#footer-nav {
	margin: 0;
	margin-bottom: 8px;
	text-align: left;
	color: #999;
	padding-top: 20px;
	width: 350px;
	float:left;
}

#footer-nav ul {
	padding: 0 0 2px 0px;
	
}

#footer-nav li {
	display: inline;
	padding: 3px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#footer-nav li a {
	color: #999;
	text-decoration: none;
}

#footer-nav li a:hover {
	color: #FFF;
}

#pipe-site {
	font: 11px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	width: 280px;
	float:right;
	padding-top:20px;
	text-align: right;
}	

#pipe-site a {
	color: #999;
	text-decoration: none;
}

#pipe-site a:hover {
	color: #FFF;
}

#legal {
	margin: 0 15px;
	text-align: center;
}

#legal ul {
		
}

#legal li {
	display: inline;
	padding: 3px;
	font: 9px Arial, Helvetica, sans-serif;
}

#copyright, #go-web-solutions {
	padding-top: 8px;
	color: #999;
	font: 10px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border-top: 1px solid #737373;
}

#go-web-solutions a{
	color: #999;
	text-decoration: none;
}

#go-web-solutions a:hover {
	color: #FFF;
	text-decoration: none;
}
#copyright {
	width: 50%;
	float: left;
}

#go-web-solutions {
	width: 50%;
	float: right;
	text-align: right;
}

/* ///////////////////////////

Custom Classes

/////////////////////////// */
.clear-both {
	height: 0px;
	clear: both;
}

.no-margin, #content.no-margin {
	margin:0;
}

.one-col {
	width: 100%;
}

.two-col {
	width: 49%;
	
}

.three-col {
	width: 32%;
	
}

.four-col {
	width: 24%;
	
}

.five-col {
	width: 19%;
}

#content,.two-col, .three-col, .four-col, .five-col {
	float: left;
	margin: 0 0 10px 10px;
}

#sidebar.first-col, .first-col {
	margin: 0 0 10px 0;
}

.feature {
	padding: 3px;
}

.logo-home, .logo, .search {
	float: left;
	color: #FFF;
}

.logo-home {
	width: 565px;
	height: 125px;
	margin: 0 auto;
	background: transparent url(../../images/logo-home.png) no-repeat scroll;
	background-position: center;
}

.logo {
	width: 350px;
	height: 77px;
	margin: 0 auto;
	background: transparent url(../../images/logo-interior.png) no-repeat scroll;
	background-position: center;
}

#header .logo h1 {
	height: 0;
}

.logo-home a {
	display: block;
	width: 565px;
	height: 125px;
}

.logo a {
	display: block;
	width: 350px;
	height: 77px;
}

.search {
	width: 400px;
	height: 50px;
	padding: 12px 20px 15px 20px;
}

#photo-description {
	height: 190px;
	color: #FFF;
}

#img-container {
	text-align: center;
}

#photo-dimensions {
	font: 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #F5F2E2;
}

.buy-prints {
	width: 107px;
	height: 35px;
	background: transparent url(../../images/btn-order-prints3.gif) no-repeat scroll 0%;
	font: 14px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #F5F2E2;
}

.buy-prints a {
	display: block;
	padding: 4px 0 0 9px;
	color: #F5F2E2;
	text-decoration: none;
	line-height: .95em;
	
}

.buy-prints a:hover {
	color: #FFF;
}

.callout-box {	
	background-color: #F5F2E2;
	padding: 5px;
	color: #333;
}

.callout-box p, .callout-box div.box {
	margin: 0;
	clear: both;
	padding: 8px;
	border: 1px solid #333;
	font-size: 16px;
	font-style: italic;
	background-color: #F1E5C8;
}

.callout-box h3 {
	margin: 0;
	padding: 8px;
	border: 1px dashed #737373;
	
	font-style: italic;
	background-color: #F1E5C8;
}

.priceList li {
	margin-bottom: 1em;
	clear:both;
}

.pricingTitle {
	display: block;
	float: left;
	width: 500px;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	border-bottom: 1px solid #333;
}

.price {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}

.pricingDesc {
	display: block;
	width: 400px;
	float: left;
	clear: both;
	margin-bottom: 8px;
}

.pad-top {
	padding-top: 15px;
}

.purchase-img {
	float: left;
	margin-right: 18px;
	display: block;
}

#purchase-title {
	float: left;
	display: block;
	clear: right;
}

.purchase-number {
	float: left;
	display: block;
}

.fine-print {
	font-size: 12px;
}

.orderOptions {
	float: left;
	width: 300px;
}

.gallery-text {
	width: 425px;
	float: left;
	color: #FFF;
	margin-left:15px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.new {
	color: #7f1813;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
}		


