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


body {
	color: #fff;
	background-color: #390;
	background-image: url("/images/bg-clear.png");
}
h1, h2, h3, h4, h5, h6 {
	color: #390;
	background-color: #fff;
	border-color: #390;
}
a {
	color: #33c;
	background-color: inherit;
}
a:hover {
	color: #66c;
	background-color: inherit;
}
a:active {
	color: #33c;
	background-color: inherit;
}
a:visited {
	color: #60c;
	background-color: inherit;
}

p.info {
	color: #000;
	background-color: #cf6;
}
p.error {
	color: #000;
	background-color: #fc6;
}
div#global {
	color: #333;
	background-color: #fff;
}
div#menu {
	border-color: #390;
}
div#footer {
	color: #333;
	background-color: #fff;
}
div.album_in_list, div.photo_in_list img.thumbnail {
	border-color: #ccf;
}
