@import url(layout.css);
@import url(layout_pages.css);


body {
	color: #fff;
	background-color: #003;
	background-image: url("/images/bg-dark.png");
}
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	background-color: inherit;
	border-color: #fff;
}
a {
	color: #ccf;
	background-color: inherit;
}
a:hover {
	color: #99f;
	background-color: inherit;
}
a:active {
	color: #ccf;
	background-color: inherit;
}
a:visited {
	color: #c9f;
	background-color: inherit;
}

p.info {
	color: inherit;
	background-color: #030;
}
p.error {
	color: inherit;
	background-color: #300;
}
div#global {
	color: #fff;
	background-color: #000;
	background-image: url("/images/bg-top-dark.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}
div#menu {
	border-color: #fff;
}
div#footer {
	color: #fff;
	background-color: #000;
	opacity: 0.8;
}
div.album_in_list, div.photo_in_list img.thumbnail {
	border-color: #fff;
}
