/* Fonts */
html{
	font-size: 100%;	
}

body{
	font: 0.625em/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #EEDF97;
	background: #fff;
}

input, select, textarea{
	font-size: 100%;
}

h1{
	font: 3em/1em Arial, Helvetica, sans-serif;
}

h2{
	font: 1.5em/1.3em Arial, Helvetica, sans-serif;	
}

h3{
	font: bold 1.2em/1em Arial, Helvetica, sans-serif;	
}

/* Tag-specific */
html, body, form, fieldset, li, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, input{
	margin: 0;
	padding: 0;
}

dl, p, ul, ol{
	margin: 0 0 1em;
	padding: 0;
}

a{
	color: #EEDF97;
}

dt{
	font-weight: bold;
}

body{	
	background: #fff;
}

form label{
	cursor: pointer;
}

img{
	border: none;
}

input{
	vertical-align: middle;
}

/* General */
#container{
	overflow: hidden;
	width: 900px;
	margin: 2em auto;
	padding-bottom: 4em;
}

#picture-slides-container{
	width: 100%;
}

#picture-slides-frame{
	float: left;
	width: 878px;
	text-align: center;
	background: #880000;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #666;
}

#picture-slides-thumbnails{
	float: left;
	clear: left;
	width: 672px;
	margin-top: 1em;
	border: 1px solid #666;
	margin-left: 114px;
}

#picture-slides-thumbnails ul{
	list-style: none;
	width: 660px;
	margin: 10px 0 10px 10px;
	overflow: hidden;
}

#picture-slides-thumbnails ul li{
	float: left;
	width: 100px;
	height: 75px;
	margin: 0 10px 10px 0;
}

#picture-slides-thumbnails ul li a:focus{
	outline: 0;
	-moz-outline-style: none;
}

#picture-slides-thumbnails ul li img{
	width: 100px;
	height: 75px;
	cursor: pointer;
}

#picture-slides-thumbnails ul li .selected img{
	width: 96px;
	height: 71px;
	padding: 1px;
	border: 1px solid #f60;
}

#picture-slides-image-text{
	text-align: center;
	padding-bottom: 12px;
	font-weight: bold;
}

#picture-slides-image{
	margin-bottom: 1em;
}

#links{
	display: block;
	clear: left;
	padding: 2em 0 1em 4em;
}

#links li{
	line-height: 2em
}

#navigation-controls{
	width: 300px;
	list-style: none;
	margin: 0 auto;
	color: #EEDF97;
}

#navigation-controls li{
	float: left;
	line-height: 2.5em;
	margin-right: 0.5em;
}

#navigation-controls li#image-counter{
	margin: 0 0.75em 0 0.5em;
}

li.slideshow-item{
	margin-left: 3em;
}

#picture-slides-dim-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	display: none;
	z-index: 10;
}

ul#navigation-controls a.disabled{
	color: #C60000;
}

a#stop-slideshow{
	display: none;
}
.subhead {
	float: left;
	width: 900px;
	font-weight: bold;
	line-height: 150%;
	font: 1.3em/1em Arial, Helvetica, sans-serif;
}

/* QFMH customizations */

.gallery-header {
	background-color: #FFFFFF;
	color: #880000;
	font-variant: normal;
	width: 900px;
}
.hearts-image {
	clear: both;
	float: left;
	margin-left:80px;
	padding-top: 20px;
}
.header-text {
	margin-left: 300px;
	font-family: "Comic Sans MS";
	color: #203359;
}
.gallery-title {
	font-family: "Comic Sans MS";
	font-size: 3em;
	line-height: 100px;
}
.gallery-subtitle {
	font-size: 2em;
	padding: 20 0 20 0;
	line-height: 20px;
}
.gallery-instruct {
	font-size: 1.2em;
	padding-bottom: 20px;
	line-height: 20px;
	padding-top: 30px;
}
.gallery-nav {
	font-size: 12px;
	color: #EEDF97;
	text-decoration: none;
	background-color: #990000;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.gallery-nav a {
	color: #EEDF97;
	text-decoration: none;
}
.gallery-nav a:hover {
	text-decoration:underline;
	background-color: #6A0000;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-right: 1px;
	padding-left: 1px;
}

