* {
	line-height: 1.2em;
}
body,html,
ul,ol,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6,
pre,p,blockquote,
form,fieldset,input,textarea,select
{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size: 1em;
}
body {
	font-size: 62.5%;
	color: #362d1e;
}
img {
	border: 0;
}
p {
	margin-bottom: 1em;
}
a {
	color: #cd0549;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

ul, ol {
	margin-bottom: 1em;
}
ul li,
ol li {
	margin-left: 4em;
}

div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.sifr {
	font-family: RotisSemiSerif, Georgia, "Times New Roman", Times, serif;
}


/* pictures */
div.pictures_container {
	clear: both;
	padding-top: 2em;
}
h2.pictures {
	font-size: 2.0em;
	font-weight: normal;
	color: #7b5c2b;
	line-height: 1em;
	padding-bottom: 6px;
	border-bottom: 1px solid #e0d9d1;
	margin: 0 0 0.5em 0;
}
ul.pictures {
	list-style-type: none;
	margin: 0;
}
	ul.pictures li {
		margin: 0;
		float: left;
		width: 33%;
		text-align: center;
	}
	ul.pictures li.first-in-line {
		
	}
	ul.pictures li.last-in-line {
		
	}
		ul.pictures li img {
			border: 1px solid #000;
		}
		ul.pictures li.spacer {
			clear: both;
			float: none;
			width: 100%;
			height: 1em;
		}
			ul.pictures li a {
				font-size: 1.1em;
				cursor: pointer;
				text-decoration: none;
			}
			ul.pictures li a:hover {
				text-decoration: none;
			}



/* files */
h2.files {
	font-size: 2.0em;
	margin-bottom: 0.5em;
}
ul.files {
	list-style-type: none;
	margin: 0;
}
	ul.files li {
		margin: 0;
		float: left;
		width: 48%;
		overflow: hidden;
	}
	ul.files li.first-in-line {
		
	}
	ul.files li.last-in-line {
		float: right;
	}
		ul.files li.spacer {
			clear: both;
			float: none;
			width: 100%;
			height: 1em;
		}
			ul.files li a {
				display: block;
				color: #c4af58;
				font-size: 1.1em;
				cursor: pointer;
				text-decoration: none;
				background: no-repeat top left;
				padding: 0 0 0 55px;
				
				min-height: 46px; /*46*/
				height: auto !important;
				height: 46px;
			}
			ul.files li a:hover {
				text-decoration: underline;
			}


/* lightwindow */
.lightwindow_content_popup {
	font-size: 1.2em;
	line-height: 1.5em;
}
.lightwindow_content_popup * {
	line-height: 1.5em;
}
