/* This file should only contain CSS that references colors(sic) and borders */

#nav {
	background-color: #5e365f;	
}

.hr {
	border-bottom:solid 1px #1a1818;
}

.inverseTitleBackground {
	background-color:#514f4f;
}

.inverseTitle {
	background-color:#514f4f;
}
	
.clearRight2Wide {
	background-color:#514f4f;
}

.columnThirdInverse {
	background-color:#e7e7e8;
	color: #0f0f0f;
}

.commentTitle {
	border-bottom: solid 1px #cfcfcf;
}

/* headerExtract font styling for sIFR */

#headerExtract p {
	color: #747272;
}

.columnThird p a {
	color:#0f0f0f;
}

.columnThirdInverse p a {
	color:#0f0f0f;
}

#navSecond ul li a {
	color: #000;
}
#navSecond ul li a:hover {
	color: #5e365f;
}

#navSecond {
	border-bottom: solid 2px #5e365f;
}

/* Gallery CSS */

.galleryImageArea img {
	border: solid 1px #e5e5e5;
}

/* About css */

#aboutContent {
	border-top: solid 1px #6d6f72;
}

/* Css for Right Floating About Column */

.aboutContentTitle {
	border-top: solid 1px #e6e7e7;
}
#aboutContent p a {
	color: #4d4d4d;
	border-bottom: solid 1px #c7c7c7;
}

/* CSS for active pane */

#loaderBar {
	background-color:#5e365f;
}

#loaderHider {
	background-color:#ffffff;
}

.contentPane, .contentPaneSpecialist {
	background-color:#e7e7e8;
}