﻿@charset "UTF-8";
/* CSS Document */

body {
background-color: #FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
color:#3D302A;
margin-top:15px;
}

.maninborder {
border:1px solid #EF4F8E;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight:100;
color:#5C4A40;
}

h2 {
font-size:16px;
color:#EF4F8E;
font-weight:200;
}

.horzdivide {
border-bottom:1px solid #5C4A40;
}

a:link {
font-weight:normal;
color:#3D302A;
text-decoration:underline;
}

a:visited {
font-weight:normal;
color:#3D302A;
text-decoration:underline;
}

a:hover {
font-weight:normal;
color:#EF4F8E;
text-decoration:underline;
}

a:active {
font-weight:normal;
color:#3D302A;
text-decoration:underline;
}

.leftnav:link {
font-weight:normal;
color:#EF4F8E;
text-decoration:none;
}

.leftnav:visited {
font-weight:normal;
color:#EF4F8E;
text-decoration:none;
}

.leftnav:hover {
font-weight:normal;
color:#3D302A;
text-decoration:none;
}

.leftnav:active {
font-weight:normal;
color:#EF4F8E;
text-decoration:none;
}



.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px solid #3D302A;
	padding:5px;
}
.highslide:hover img {
	border: 1px solid #EF4F8E;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    display:none;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
</style>
