/* 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;
}
p,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input {
	text-align: left;
}
body {
	font-family: Gill Sans, Geneva, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 16px;
	letter-spacing:.1em;
	color: #999;
	background-color: #131313;
	margin: 0px;
	background-image: url(images/graphics/bkg.jpg);
	background-position: 50% 50%;
	background-repeat: repeat-y;
}
img {
	border: none;
}
td {
	font-family: Gill Sans, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
h1 {
	font-family: Gill Sans, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size: 18px;
	letter-spacing:.2em;
	line-height: 24px;
	padding: 24px 0px 12px 0px;
	margin: 0px;
	clear: left;
	text-transform: uppercase;
}
h2 {
	font-family: Gill Sans, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size: 16px;
	letter-spacing:.2em;
	padding: 24px 0px 0px 0px;
	margin: 0px;
	clear: left;
	text-transform: uppercase;
}
h3 {
	font-weight: normal;
	color: #FFF;
	font-size: 16px;
}
p {
	margin: 12px 0px 12px 0px;
}
p img {
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
	border: 4px solid #FFF;
	background-color: #FFF;
}
#footer {
	font-size: 10px;
}
#page {
	width: 700px;
	margin: 0px auto 0px auto;
}
.border img {
	border: 4px solid #FFF;
	background-color: #FFF;
}
.caps {
	font-size: 20px;
	text-transform: none;
	font-variant: small-caps;
	letter-spacing:.1em;
	padding-bottom: 6px;
}
.clear {
	clear: both;
}
.column1 {
	padding-right: 55px;
}
.dim {
	color: #444;
}
.error {
	color: #CC0000;
}
.floatLeft {
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}
.floatLeft img {
	border: 4px solid #FFF;
}
.galleriesLink {
	font-size: 16px;
	letter-spacing:.1em;
	padding-top: 12px;
	width: 180px;
	padding-right: 36px;
	margin-bottom: 36px;
}
.galleriesLink2 {
	font-size: 12px;
	letter-spacing:.1em;
	padding-top: 12px;
	width: 180px;
	padding-right: 36px;
	margin-bottom: 36px;
}
.galleriesThumb {
	margin-right: 36px;
}
.galleriesThumb img, .latest img {
	border: 4px solid #FFF;
	background-color: #FFF;
}
.hidden {
	display: none;
}
.image {
	background-color: #FFF;
}
.italic {
	font-size: 14px;
	font-style: italic;
}
.latest {
	margin-top: 28px;
}
.left, .left h2, .left p {
	text-align: left;
}
.nav {
	font-size: 11px;
	letter-spacing:.2em;
	line-height: 11px;
	margin-top: 4px;
	margin-left: 32px;
}
.nav a {
	margin-left: 20px;
}
.nav a:link, .galleriesLink a:link, .galleriesLink2 a:link, .navHome a:link, .photoNav a:link, .italic a:link, .pageNav a:link {
	color: #FFF;
	text-decoration: none;
}
.nav a:visited, .galleriesLink a:visited, .galleriesLink2 a:visited, .navHome a:visited, .photoNav a:visited, .italic a:visited, .pageNav a:visited {
	color: #FFF;
	text-decoration: none;
}
.nav a:hover, .galleriesLink a:hover, .galleriesLink2 a:hover, .navHome a:hover, .photoNav a:hover, .italic a:hover, .pageNav a:hover {
	color: #FFF;
	text-decoration: underline;
}
.navHome {
	font-size: 14px;
	line-height: 32px;
	margin-top: 18px;
}
.navHome a {
	margin-right: 48px;	
}
.news {
	padding-left: 40px;
}
.newsHeader {
	text-align: left;
	padding-top: 30px;
	padding-bottom: 12px;
	clear: left;
}
.newsPage {
	text-align: left;
}
.newsPage2 {
	text-align: left;
	padding-left: 40px;
}
.newsText {
	text-align: left;
}
.newsText img, .content img {
	float: left;
	border: 4px solid #FFF;
	background-color: #FFF;
	margin-right: 16px;
	margin-bottom: 12px;
}
.noBorder {
	border: none;
}
.pageNav a {
	font-size: 14px;
}
.pageNumbers, .pageNumbers a {
	font-size: 24px;
}
.peeps {
	visibility: hidden;
	display: none;
}
.photo {
	border: 10px solid #FFF;
	background-color: #FFF;
	margin-top: 24px;
	//position: relative;
	//right: 24px;
}
.photoNav {
	margin: 5px 0px 0px 0px;	
}
.tiny {
	font-size: 10px;
	margin-top: 100px;
}
.thumbs {
	margin-left: 0px;
}
.welcome {
	font-size: 14px;
	font-style: italic;
	letter-spacing:.1em;
}

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

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

.cart td {
	font-family: Gill Sans, Geneva, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 16px;
	letter-spacing:.1em;
	color: #FFF;
	text-align: left;
	padding: 3px 3px 3px 3px;
	border-bottom: 1px solid #666;
}

.cart th {
	font-family: Gill Sans, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	padding: 3px 3px 3px 3px;
	border-bottom: 1px solid #666;
}

th.total {
	font-size: 20px;
	color: #FFF;
}

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

.tinyText {
	font-size: 10px;
}

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

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