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

body,td,th {
	font-family: 'Josefin Slab', arial, serif;
	font-size:16px;
	line-height:120%;
	color: #333;
}
body {
	background-color: #FCC;
	background-image: url(images/houndstooth.gif);
	background-repeat: repeat;
	font-family: 'Josefin Slab', arial, serif;
	font-size:16px;
	line-height:120%;
	color: #333;
}
p {
	font-family: 'Josefin Slab', arial, serif;
	font-size:16px;
	line-height:120%;
	color: #333;
}
#wrap {
	width:100%;
	float:left;
}
#leftop {
	width:50%;
	height:61px;
	float:left;
	background-image: url(images/stamp-edges_top.png);
	background-position:top left;
	background-repeat: no-repeat;
	top:23px;
	left:23px;
	position:absolute;
	z-index:0;
}
#rightop {
	width:50%;
	height:61px;
	float:right;
	background-image: url(images/stamp-edges_top.png);
	background-position:top right;
	background-repeat: no-repeat;
	top:23px;
	right:23px;
	position:absolute;
	z-index:0;
}
#midleft {
	width:61px;
	clear:both;
	float:left;
	background-image: url(images/stamp-edges_left.png);
	background-repeat: repeat-y;
	background-position:top left;
	bottom:54px;
	top:54px;
	left:23px;
	position:absolute;
	z-index:0;
}
#mid {
	clear:both;
	float:left;
	background-color:#ffcc99;
	padding:75px;
	bottom:61px;
	top:61px;
	right:54px;
	left:54px;
	position:absolute;
	text-align:center;
	overflow:inherit;
	box-shadow:  0 0 75px 25px #000;
	-moz-box-shadow: 0 0 75px 25px #000;
  	-webkit-box-shadow: 0 0 150px 25px #000;
	z-index:-1;
	/* rgba(255,255,0, 0.6) */
}
#content {
	float:left;
	padding:20px;
	bottom:20px;
	top:20px;
	right:20px;
	left:20px;
	position:absolute;
	text-align:center;
	z-index:1;
}
#gallery {
	width:102%;
	float:left;
	padding:0;
	bottom:100px;
	top:50px;
	right:0px;
	left:0px;
	position:absolute;
	text-align:center;
	overflow-y:scroll;
	overflow-x:hidden;
	z-index:1;
}
#midright {
	width:61px;
	float:right;
	background-image: url(images/stamp-edges_right.png);
	background-repeat: repeat-y;
	background-position:top right;
	bottom:54px;
	top:54px;
	right:23px;
	margin-left:-50px;
	position:absolute;
	z-index:0;
}
#botleft {
	width:50%;
	height:61px;
	float:left;
	background-image: url(images/stamp-edges_bottom.png);
	background-repeat: no-repeat;
	background-position:bottom left;
	bottom:23px;
	left:23px;
	position:absolute;
	z-index:0;
}
#botright {
	width:50%;
	height:61px;
	float:right;
	background-image: url(images/stamp-edges_bottom.png);
	background-repeat: no-repeat;
	background-position:bottom right;
	bottom:23px;
	right:23px;
	position:absolute;
	z-index:0;
}	
#masthead {
	background: url(images/header-site.png) no-repeat center center fixed;
	-webkit-background-size: 50%;
	-moz-background-size: 50%;
	-o-background-size: 50%;
	background-size: 50%;	
	top:0;
	left:0;
	bottom:0;
	right:0;
	text-align:center;
	margin:0px auto;
	overflow:hidden;
	position:absolute;
}
#foot {
	width:100%;
	font-size:12px;
	color:#000;
	text-align:center;
	padding:15px 15px 15px 15px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
}
#nav {
	width:100%;
	font-size:23px;
	color:#000;
	text-align:left;
	padding:15px 15px 15px 15px;
	top:0px;
	left:0px;
	right:0px;
	margin-bottom:25px;
	position:absolute;
	z-index:3;
}
#legal {
	float:right;
	text-align:right;
	padding:10px 35px 5px 0;
}
#logo {
	text-align:center;	
}
.thumb {
	padding:25px;
	float:left;
	width:150px;
	height: 150px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.share {
	float:right;
	padding-right:15px;
}
.butt {
	float:left;
	text-align:center;
	padding:5px 15px 5px 0;
}
a:link {
	color: #930;
	text-decoration: none;
	font-family: 'Arvo', arial, serif;
}
a:visited {
	text-decoration: none;
	color: #930;
	font-family: 'Arvo', arial, serif;
}
a:hover {
	text-decoration: none;
	color: #000;
	font-family: 'Arvo', arial, serif;
}
a:active {
	text-decoration: none;
	color: #930;
	font-family: 'Arvo', arial, serif;
}

h1 { font-family: 'Arvo', arial, serif; color:#930; font-size:24px; text-transform:capitalize; line-height:120%; }

h2 { font-family: 'Arvo', arial, serif; color:#930; font-size:20px; line-height:120%; }

h3 { font-family: 'Arvo', arial, serif; color:#666; font-size:16px;	line-height:120%; }

/* TOOLTIP */

.hotspot {cursor:pointer}

#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat; }
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden;}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF;}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden;}

/* FANCYBOX */

.fancybox-close { display:none; }