@charset "utf-8";

/* Font definitions */
@font-face {
	font-family: "Caviar Dreams";
	src:url('fonts/CaviarDreams.ttf');
}
@font-face {
	font-family: "Caviar Dreams Bold";
	src:url('fonts/CaviarDreams_Bold.ttf');
}
@font-face {
	font-family: "Caviar Dreams Italic";
	src:url('fonts/CaviarDreams_Italic.ttf');
}
@font-face {
	font-family: "Couture Bold";
	src:url('fonts/couture-bld.otf');
}
@font-face {
	font-family: "Couture Bold Italic";
	src:url('fonts/couture-bldit.otf');
}

/* Main CSS */

body {
	/*background-color: #DFDDE6;*/
	background-color: #E0E0EA;
	color: black;
}

.pagecontent {
	display: block;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 1em;
	margin-bottom: 3em;
}

.pagecontent h1 {
	font-family: Couture Bold, sans-serif;
	font-size: 20pt;
	margin-bottom: 1em;
	text-align: center;
}

.pagecontent h2 {
	color: #265062;
	font-family: Couture Bold, Geneva, sans-serif;
	font-size: 18pt;
	margin-bottom: -0.5em;
}

.pagecontent h3 {
	font-family: Caviar Dreams Bold, Arial, sans-serif;
	font-size: 16pt;
	margin-left: 1cm;
	margin-bottom: -0.7em;
}

.pagecontent h4 {
	color: black;
	font-family: Caviar Dreams Italic, Arial, sans-serif;
	font-size: 16pt;
	margin-left: 1.5cm;
	margin-bottom: 0em;
}

.pagecontent a {
	color: #265062;
	text-decoration: none;
}

div.resitem {
	margin-bottom: 2.5em;
}

p.resdate {
	float: right;
	font-family: Couture Bold, Geneva, sans-serif;
	font-size: 16pt;
}

table.demotable img {
	border: 7px solid black;
}

img.borithumbs {
	height: 150px;
	width: 200px;
}

img.edithumbs {
	height: 30%;
	width: 100%;
}

img.kiskathumbs {
	height: 50%;
	width: 100%;
}

img.perrythumbs {
	height: 150px;
	width: 200px;
}

img.vikthumbs {
	height: 150px;
	width: 250px;
}

.site-footer {
	background-color: #4A475B;
	border-top-style: solid;
	border-color: #E0E0EA;
	border-top-width: 5px;
	outline: 11px solid #4A475B;
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 32px;
	width: 100%;
}

footer p {
	color: #DFDDE6;
	font-family: Caviar Dreams Bold, Arial, sans-serif;
	font-size: 18px;
	margin-top: 4px;
	text-align: center;
}

.gallery {
	border-collapse: collapse;
	border-spacing: 5;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 700px;
	width: 525px;
}

table.demotable {
	border-collapse: collapse;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
