@CHARSET "UTF-8";

body {
		background-image:url(/img/site/darkbg.png); 
}

hr {
	border-bottom:1px dashed #c9bfba;
}
a:link, a:visited { color:#fff; }
a:hover, a:active { color:#fd0691; }


.nav a, .headerTopBar a, .footer a  {
	color:#fff !important;
}
.nav a:hover, .headerTopBar a:hover, .footer a:hover  {
	color:#000 !important; background-color:#fd0691; text-decoration:none;
}

p {
	color:#bab9b9 !important;
}
table.calendarNav .month {
	color:#525844;
}
table.widgetCalendar td.month {
	color:#838f6b;
}

a.niceButton:link, a.niceButton:visited {
	background-color:#222;
	color:#eee;
	border:1px solid #ccc;
}

.photoCol, .selectionOfPhotos, .rightVertCol {
	background-color:#000;
}

.photoItem {
background-color:#000;
border:1px solid #000;
}
.mainContent {
border:3px solid #222;
}

.rightVertCol li a {
	text-decoration:none;
	color:#444;
}
.rightVertCol li a:hover,.rightVertCol li a:active  {
	color:#fff;
	background-color:#444;
	border:1px solid #000;
}
