@charset "UTF-8";
/* CSS Document */
body,td,th {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;
}

body {
background:#4C4C4C none repeat scroll 0 0;
color:#666;
font-family:"Palatino","Georgia","Baskerville",serif;
margin:0;
padding:0;
}

a:hover {
color:#7C1313;
}

#headerBack {
width:100%;
height:300px;
background-image:url(img/topGrad.png);
background-repeat:repeat-x;
margin:0;
padding:0;
}

#header {
width:900px;
height:300px;
background-image:url(img/header.png);
background-repeat:no-repeat;
background-position:center bottom;
margin:0 auto;
padding:0;
}

.navText {
font-size:21px;
font-family:Georgia, "Times New Roman", Times, serif;
padding-top:10px;
font-weight:400;
}

#navListRight {
width:100%;
text-align:left;
}

#navListRight a:hover {
color:#333;
text-decoration:underline;
}

#navList li {
display:inline;
list-style-type:none;
padding-right:24px;
}

#navList {
background-position:center bottom;
width:100%;
text-align:left;
margin:0;
padding:0;
}

#navList a:hover {
color:#CCC;
text-decoration:underline;
}

.dates {
font-size:12px;
font-style:italic;
color:#999;
margin-bottom:15px;
}

#content {
width:800px;
margin:0 auto;
}

#contentWrap {
background:#F3F4EE url(img/body.jpg) repeat-y scroll center top;
margin:-18px 0 0;
padding:0;
}

#headertop {
background:transparent url(img/bodyhead2.png) no-repeat scroll center center;
height:45px;
}

#headertopBack {
width:100%;
height:45px;
background-color:#F3F4EE;
background-image:url(img/headertopBack.png);
background-repeat:repeat-x;
background-position:center center;
}

#footer-wrap-outer {
background:#4C4C4C url(img/footerBack.png) repeat-x scroll center top;
}

#footer-wrap {
background:transparent url(img/footer.png) no-repeat scroll center top;
padding-bottom:30px;
padding-top:91px;
width:100%;
}

#footer {
min-height:30px;
padding-left:7px;
padding-right:7px;
padding-top:110px;
width:800px;
font-size:0.8em;
line-height:1.1em;
margin:0 auto;
}

#bodyWrap {
float:left;
padding-left:20px;
padding-right:20px;
width:510px;
min-height:400px;
}

#sidebarWrap {
float:right;
font-size:0.9em;
position:relative;
width:230px;
margin-left:20px;
margin-right:0;
}

#footer .credit {
color:#999;
float:right;
}

#footer .credit a {
color:#690;
font-family:Tahoma, Geneva, sans-serif;
text-decoration:none;
}

#footer .credit a:hover {
color:#6C0;
}

.leftCont {
clear:both;
font-size:1em;
line-height:1.7em;
}

.sidebar {
clear:both;
font-size:0.9em;
line-height:1.3em;
}

#clear {
clear:both;
}

h1 {
color:#3B3B3B;
font-size:2.4em;
font-style:normal;
font-weight:400;
margin-bottom:0.5em;
margin-top:0;
line-height:100%;
}
	h1 a {
		color:#3B3B3B;
		text-decoration: none;
	}
	h1 a:hover {
		color:#717171;
		text-decoration: none;
	}
h2 {
color:#3B3B3B;
font-size:1.9em;
font-style:normal;
font-weight:400;
margin-bottom:0.5em;
margin-top:0;
line-height:100%;
}
	h2 a {
		color:#3B3B3B;
		text-decoration: none;
	}
	h2 a:hover {
		color:#717171;
		text-decoration: none;
	}
.sidebar h1 {
color:#676767;
font-size:1.8em;
margin-bottom:20px;
}

.leftCont img {
padding:15px;
}

#sils {
background-image:url(./rotator.php);
height:265px;
width:422px;
bottom:0;
position:relative;
background-repeat:no-repeat;
background-position:left bottom;
}

.postContent a {
	color:#570E0E;
	text-decoration:none;
}
	.postContent a:hover{
		color:#574139;
		text-decoration:none;
}
.ngg-albumtitle a{
		color:#3B3B3B;
		text-decoration: none;
}
	.ngg-albumtitle a:hover{
			color:#717171;
			text-decoration: none;
	}
#navListRight a:link,#navListRight a:visited,#navListRight a:active {
color:#000;
text-decoration:none;
}

#navList a:link,#navList a:visited,#navList a:active {
color:#FFF;
text-decoration:none;
}

.navigationLinks, .navigationLinks a{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #272727;
	text-align: right;
	text-decoration: none;
	font-weight:700;
}
.navigationLinks{
	margin-top: 30px;
	margin-bottom: 15px;
}
.navigationLinks a:hover{
	text-decoration: none;
	color: #454545;
}


/* Captions */
.aligncenter,
div.aligncenter {
	text-align:center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* ONLINE STORE CSS */

.store-item{ width: 100%; overflow: hidden; clear:both; float: none; margin-top: 70px;}
	.store-item br{margin:0;padding:0;}
	.store-pic{width: 215px; float: left; margin-right: 50px; display: inline; text-align: center;}
	.store-item-details{width: 245px; float: right; display: inline;}
		.store-item-details span{font-weight: 700; font-size: 20px;}
