@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


/* --- RESET! --- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.prints td, .prints th
{
    padding: 10px; /* 'cellpadding' equivalent */
}



/* --- STYLEZ! --- */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

h1 {
	margin: 10px 0px;
	font-size: 2.6em;
}

h2 {
	margin: 7px 0px;
	font-size: 1.6em;
}

p {
	font-size: 1.4em;
	line-height: 1.3em;
	margin-top: 5px;
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

a {
	text-decoration:none;
	color:#900;
}

.textblock a:hover, .textblock a:focus {color:#F00; border-bottom:1px dashed #F00;}
.textblock a:active {color:#F33; border-bottom:1px dashed #F33;}
.textblock a:visited {color:#600;}

.footer {
	margin-top: 20px;
	margin-bottom: 50px;
}

.textblock {
	margin: 17px;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

.titleimage {
	margin-top: 40px;
}

.prints h2 {
	text-align:Right;
	font-size:1.4em;
	font-weight:bold;
	font-style:italic;
}

.prints p {
	text-align:right;
}

.prints h3 {
	text-align:center;
	vertical-align:bottom;
}

.purchasebutton {
	text-decoration:none;
	font-size: 16px;
	font-style: italic;
	font-weight:500;
	display: inline-block;
	margin: 5px auto;
	padding: 8px 50px;
	color:#fff !important;
	background-color: #942f1e;
	border-bottom:1px dashed #942f1e;
}

.purchasebutton:hover, .purchasebutton:focus {background-color: #d54f38;}
.purchasebutton:active {background-color: #ee5d45;}

.printimage {
	margin-top:10px;
	vertical-align:top;
}

.copyright {
	font-size:1em;
}