/* section A */

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color:#333;
	font-weight:200;
	text-decoration:none;
}

#footer a:hover {
	color:#ffde00;
	text-decoration:underline;
}

#footer a img { border:none; }

/*
#sideBar, #mainContent {
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
*/

/* section B */

#mainContent strong, #mainContent b {
	/*color:#4a170f;*/
	
}

.dateStamp {
	font-size:0.3em;
	font-family:verdana, tahoma, sans-serif;
	line-height:1.0em;
}

.stripe {
	background:#000 url($doc:urlbase$/images/interface/stripe-divider-thin.gif) no-repeat;
	/*margin:0px auto auto auto;*/
	margin:0px;
	width:768px;
	height:3px;
	/*border:0;*/
	padding:0px;
}

#mainContent hr {
	background:#a39774;  /* #d3c7a4 */
	/*border:1px solid #222;*/	
	height:1px;
	width:100%;
	padding:0px;margin:0px; margin-top:15px;margin-bottom:15px;
	border:0;
	background:url($doc:urlbase$/images/interface/sidebar_hline.gif) no-repeat center;
	height:30px;
}

#sideBar hr {
	background:url($doc:urlbase$/images/interface/sidebar_hline.gif) no-repeat center;
	height:30px;
	width:100%;
	border:0;
	background:#a39774;
	height:1px;
	padding:0px;margin-bottom:1em;margin-top:1em;
}

h1, h2, h3, h4 {
	padding:0px;margin:0px;
	font-family: "Times CE","Times", "Times New Roman", sans-serif;
}

p.quote {
	width:90%;
	padding-top:1.5em;
	text-align:center;
	color:#5a3f34;    /* safe keeping */
	color:#4a170f;
	padding:15px;
	font-size:1.7em;
	line-height:0.9em;
	font-weight:600;
}

p.quote em, p.quote i {
	font-size:80%;
	font-weight:300;
}

#mainContent h1 { 
	font-weight:100;
	font-size:2.5em;
	/* color:#3a1f14; */
	color:#f0f0f0;
	background-color:#000;
	width:539px;
	margin-left:-16px;
	margin-bottom:10px;
	margin-top:20px;
	padding-left:16px;
	line-height:1.4em;
	letter-spacing:0.1em;
	/*text-align:center;*/
	text-align:left;
}

#mainContent h2 {
	font-size:2.0em;
	color:#3a1f14;
	font-weight:100;
	line-height:1.2em;
	text-align:left;
	/*width:100%;*/
	background-color:#e3ddce;
	width:539px;
	height:1.2em;
	margin-left:-15px;
	padding-left:15px;
	border-bottom:1px solid #000;
}

#mainContent h3 {
	font-size:1.60em;
	color:#3a1f14;
	font-weight:100;
	line-height:1.1em;
	text-align:left;
	width:100%;
}

#mainContent h4 {
        font-size:1.40em;
	color:#3a1f14;
	font-weight:700;
	line-height:1.1em;
	text-align:left;
	width:100%;
}

#sideBar h2 {
	color:#fff;
	font-weight:700;
	padding:5px 0px 5px 0px;
	margin-top:1.0em;
	background-color:#d3beb6;
	color:#35221a;
	
	text-align:center;	
	font-size:1.3em;
}

#sideBar p {
	margin-top:0px;
	font-size:1.2em;
}

#sideBar a img {
	border-style:none;
	border:3px solid #d3beb6;
/*	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;	*/
}

#sideBar a img:hover {
	border:3px solid #000;
/*	filter:alpha(opacity=100);
	opacity:1.0;
	-moz-opacity:1.0;	*/
}

#mainContent p {
	margin-top:0.25em;
	margin-bottom:20px;
}

table {
	border-style:none;
	padding:0px;margin:0px;
}

tr {
	padding:0px;margin:0px;
}
td {
	/*border:1px solid #6c6960;*/
	border-style:none;
	background-color:#eee7d5;
	padding:5px;
	margin:0px;
}

.thumbnailLink  {
	width:100%;
	text-align:center;
	padding:0px;margin:0px;
	padding-bottom:3em;
}


.galleryLink {
	width:100%;
	text-align:center;
	padding:0px;margin:0px;
}

.galleryLink a {
	width:120px;
	height:250px;
	margin:5px;
	background-color:#ddd;
	float:left;
	text-decoration:none;
}

.galleryLink a:hover {
	background-color:#fff;
}

.galleryLink a img {
	border:0 none #000;
	padding:0px;margin:0px;
	vertical-align:top;
}

.thumbnailLink a img, .thumbnailLink a:link img, .thumbnailLink a:active img, .thumbnailLink a:hover img {
/*	filter:alpha(opacity=100);
	opacity:1.0;
	-moz-opacity:1.0;*/
	vertical-align:top;
	padding:0px;margin:0px;
	border:0 none #000;
	
}

/*.thumbnailLink a img:hover {
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}*/

.thumbnailLink a img {
	/*padding-right:5px;*/
/*	margin-right:5px;
	padding-bottom:15px;*/

}

.galleryLink a span {
	text-align:left;
	font-size:90%;
}


.galleryLink a span b {
	width:100%;
	color:#000;
}


#breadCrumbs {
	line-height:2.1em;
	color:#600;
}

#breadCrumbs a, #breadCrumbs a:visited, #breadCrumbs a:link, #breadCrumbs a:active, #breadCrumbs a:hover {
	color:#a82020;
}

#breadCrumbs a:visited {
	color:#881010;
}

#breadCrumbs a:hover {
	color:#f02020;
	text-decoration:none;
}

.topLink {
	text-align:right; 
}

