/* Copyright (C) themekat GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
	font: normal 14px/20px Arial, Helvetica, sans-serif;
	color: #444;
}

a { color: #777cbd; }

a:hover,
em, code { color: #777cbd; }

ins, mark { background-color: #ffa; }
mark { color: #444; }

/* hr { border-top-color: #ddd; } */

pre {
	border: 1px solid #ddd;
	background: #fafafa;
}

h1,h2,h3,h4,h5,h6 {color: #00468C;}

::-moz-selection { background: #39f; color: #fff; }
::selection { background: #39f; color: #fff; }


/* Useful Snippets
----------------------------------------------------------------------------------------------------*/

a:not([class]):active,
a:not([class]):focus {
	position: relative;
	top: 1px;
}

a:not([class]):active > *,
a:not([class]):focus > * {
	position: relative;
	top: -1px;

}

ul.photogallery li {
	padding: 30px 0 50px 120px;
	background: url("../images/folder.gif") no-repeat scroll 0 50%;
}
ul.photogallery {
	list-style: none;
}
