/* no list-markers by default, since lists are used more often for semantics */
ul,ol {
	list-style:none
}

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { 
	font-size:1em;
}

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin:0; 
	padding:0;
}
/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { 
	border:none;
}
html {
	height: 100%;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;  
	font-size: 12px;
	line-height: 16px;
	letter-spacing:.1em;
	color: #443D34;
	background-color: #3B342C;
	margin: 0px;
	background-image: url(images/graphics/bkg-center2.jpg);
	background-position: 50% 50%;
	background-repeat: repeat-y;
	height: 100%;
}
img {
	border: none;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;  
	font-size: 12px;
	line-height: 16px;
}
div {
	text-align: left;
}
a:link {
	color: #3559D1;
	text-decoration: none;
}
a:visited {
	color: #3559D1;
	text-decoration: none;
}
a:hover {
	color: #3559D1;
	text-decoration: underline;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;   
	font-weight: normal;
	color: #443D34;
	font-size: 16px;
	letter-spacing:.2em;
	line-height: 24px;
	padding: 24px 0px 12px 0px;
	margin: 0px;
	clear: left;
	text-transform: uppercase;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;  
	font-weight: normal;
	color: #443D34;
	font-size: 15px;
	letter-spacing:.2em;
	padding: 24px 0px 0px 0px;
	margin: 0px;
	clear: left;
	text-transform: uppercase;
}
h3 {
	font-weight: normal;
}
p {
	text-align: left;
	margin-top: 12px;
	margin-bottom: 12px;
}
#center {
	text-align: center;
}
#footer {
	width: 700px;
	text-align: left;
	font-size: 9px;
	position: relative;
	margin: -2em auto;
}
#page {
	width: 700px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	min-height: 100%;
}
* html #page {
	height: 100%;
}
.column1 {
	padding-right: 55px;
}
.dim {
	font-size: 14px;
	color: #444;
}
.error {
	color: #CC0000;
}
.floatLeft {
	text-align: left;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}
.galleries {
	margin-right: 36px;
	margin-bottom: 36px;
}
.galleries img, .latest img {
	border: none;
}
.galleriesLink {
	font-size: 14px;
	letter-spacing:.1em;
	padding-top: 8px;
	padding-left: 16px;
	width: 180px;
}
.galleriesLink2 {
	font-size: 12px;
	letter-spacing:.1em;
	padding-top: 4px;
	padding-left: 16px;
	width: 150px;
}
.hidden {
	display: none;
}
.latest {
	margin-top: 24px;
}
.left, .left h2, .left p {
	text-align: left;
}
.nav {
	font-size: 12px;
	letter-spacing:.2em;
	line-height: 13px;
	margin-top: 10px;
}
.nav a {
	padding-left: 0px;
	margin-right: 16px;
}
.nav a:link, .galleriesLink a:link, .galleriesLink2 a:link, .navHome a:link {
	color: #443D34;
	text-decoration: none;
}
.nav a:visited, .galleriesLink a:visited, .galleriesLink2 a:visited, .navHome a:visited {
	color: #443D34;
	text-decoration: none;
}
.nav a:hover, .galleriesLink a:hover, .galleriesLink2 a:hover, .navHome a:hover {
	color: #3559D1;
	text-decoration: none;
}
.navHome {
	text-align: center;
	font-size: 14px;
	line-height: 32px;
	margin-top: 18px;
}
.news {
	padding-left: 40px;
}
.newsHeader {
	text-align: left;
	padding-top: 30px;
	padding-bottom: 12px;
	clear: left;
}
.newsText {
	text-align: left;
}
.newsText img {
	float: left;
	padding: 8px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-right: 16px;
	margin-bottom: 12px;
}
.noBorder {
	border: none;
}
.pageNav a {
	font-size: 14px;
}
.pageNumbers a {
	font-size: 24px;
}
.peeps {
	visibility: hidden;
	display: none;
}
.photo {
	border: none;
	margin-top: 12px;
	position: relative;
	right: 30px;
}
.photoNav {
	margin-top: 36px;
	margin-bottom: 36px;	
}
.photoNav a {
	text-decoration: none;
}
.prints {
	text-align: center;
	border-collapse: collapse;
}
.prints td {
	color: #443D34;
	text-align: center;
	border: 1px solid #443D34;
	padding: 8px;
	font-size: 12px;
}
.prints th {
	color: #443D34;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #443D34;
	padding: 8px;
}
.tiny {
	font-size: 10px;
	margin-top: 100px;
}
.welcome {
	font-size: 14px;
	font-style: italic;
	letter-spacing:.1em;
}

/* ===================== PHOTO BORDERS ========================================== */

.borderTop {
	background-image: url(images/graphics/b-t.jpg);
	background-repeat: repeat-x;
}
.borderBottom {
	background-image: url(images/graphics/b-b.jpg);
	background-repeat: repeat-x;
}
.borderLeft {
	background-image: url(images/graphics/b-l.jpg);
	background-repeat: repeat-y;
}
.borderRight {
	background-image: url(images/graphics/b-r.jpg);
	background-repeat: repeat-y;
}
.s-borderTop {
	background-image: url(images/graphics/s-t.jpg);
	background-repeat: repeat-x;
}
.s-borderBottom {
	background-image: url(images/graphics/s-b.jpg);
	background-repeat: repeat-x;
}
.s-borderLeft {
	background-image: url(images/graphics/s-l.jpg);
	background-repeat: repeat-y;
}
.s-borderRight {
	background-image: url(images/graphics/s-r.jpg);
	background-repeat: repeat-y;
}

/* ===================== CART ========================================== */

.cart {
	border: solid #CCC 1px;
}

.cart td {
	font-family: Georgia, "Times New Roman", Times, serif;   
	font-size: 12px;
	line-height: 16px;
	letter-spacing:.1em;
	color: #443D34;
	text-align: center;
	padding: 3px 3px 3px 3px;
	border-bottom: 1px solid #CCC;
}

.cart th {
	font-family: Georgia, "Times New Roman", Times, serif;   
	font-size: 14px;
	font-weight: normal;
	color: #443D34;
	text-align: center;
	padding: 3px 3px 3px 3px;
	border-bottom: 1px solid #CCC;
}

th.total {
	font-size: 18px;
	color: #3559D1;
}

td.buttons {
	padding-top: 14px;
	padding-bottom: 12px;
	background-color: #CCC;
}

.tinyText {
	font-size: 10px;
}

.cartPicture {
	width: 150px;
	padding: 0px;
}

.cartPicture img {
	padding: 8px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
	