/*
 * TYPO 
 */
@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('typo/Chunkfive-webfont.eot');
    src: url('typo/Chunkfive-webfont.eot?iefix') format('eot'),
         url('typo/Chunkfive-webfont.woff') format('woff'),
         url('typo/Chunkfive-webfont.ttf') format('truetype'),
         url('typo/Chunkfive-webfont.svg#webfontbMWZ83oH') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
 * MAIN
 */
body, html
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body
{
	background: #FFFFF7;
	color: #333;
	font-family: georgia,serif;
	font-size: 0px;
	line-height: 0px;
	overflow-y: scroll;
}

span.access
{
	position: absolute;
	left: -5000px;
	top: -5000px;
}

a
{
	color: #06c;
}

a:visited
{
	color: #737;
}

p
{
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
}

/*
 * HEADER
 */
#header
{
	max-width: 600px;
	margin: 0px auto;
	padding-top: 40px;
	border-bottom: 2px solid;
}

#header h1
{
	font: 40px 'ChunkFiveRegular', Arial, sans-serif;
	letter-spacing: 0;
	color: #000;
	padding-bottom: 5px;
	margin: 0px;
	border-bottom: 6px solid black;
	text-align: center;
	
	/* improve anti aliasing in chrome/windows: */
	text-shadow: transparent 0 0 1px;
}

#header h1 a
{
	color: #000;
	text-decoration: none;
}

/*
 * LINK LISTS
 */
.link-list
{
	text-align: center;
	font-size: 12px;
	line-height: 12px;
}

.link-list ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.link-list li
{
	display: inline;
	padding-right: 10px;
	font-style: italic;
}

.link-list a
{
	padding: 5px;
	color: #333;
	text-decoration: none;
}

/*
 * NAVI
 */
#navi a:hover
{
	color: #fff;
}

/*
 * IMAGES
 */
#images 
{
	text-align: center;
	line-height: 100px;
	padding-top: 40px;
	max-width: 700px;
	margin: 0px auto;
}

a.imglink
{
	text-decoration: none;
	margin: 10px;
}

a.imglink img
{
	border: 0px;
	box-shadow: 0 2px 10px #ddd;
	-moz-box-shadow: 0 2px 10px #ddd;
	-webkit-box-shadow: 0 2px 10px #ddd;
	max-height: 100px;
}

a.only-admin img
{
	border: 2px solid red;
}

#image
{
	text-align: center;
	padding: 20px 0px;
}

body.page-type-imgdetail #image img
{
	box-shadow: #aaa 0px 0px 100px;
}

#lightwindow_galleries
{
	display: none !important;
}

/*
 * CONTENT
 */
#content
{
	padding-top: 10px;
	margin: 0px auto;
}

#links
{
	max-width: 600px;
	margin: 25px auto;
	border-top: 6px solid black;
	padding-top: 10px;
}

/*
 * FOOTER
 */
#footer-position-wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -15px;
}

#footer-block
{
	height: 15px;
	margin-top: 0px;
	padding-top: 0px;
}

#footer-placeholder
{
	height: 150px;
}

/*
 * MISC
 */
#impr
{
	width: 600px;
	margin: 0px auto;
	padding-top: 30px;
}

.l0ve
{
	color: #f00;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

