/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color:rgba(204,0,0,1);
	max-width:1260px;
	margin:auto;
	
}
/* CSS Document */
h1 {
	margin:auto;
	font-family:Verdana, Geneva, sans-serif;
	color:#00ff00;
	font-size: 24px;
	font-style: italic;
	font-weight:bold;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;                      was 18px check other pages
	font-style: italic;
	font-weight: bold;;
	margin-left: 20px;
	margin-right: 20px;
	top: 20px;
}

#container {
	width: 968px;
	background: #FFF;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
/*
	-moz-box-shadow: 6px 0px 6px #888, -6px 0px 6px #888;
	-webkit-box-shadow: 6px 0px 6px #888, -6px 0px 6px #888;
	box-shadow: 6px 0px 6px #888, -6px 0px 6px #888;
*/
}

.pageheader h1{
	font-family:Verdana, Geneva, sans-serif;
	color:#00ff00;
	font-size:30px;
	font-style: italic;
	font-weight:bold;
	margin-top:4px;
	margin-left:20px;
	z-index:800;
	position: fixed;
	top:50px;
	left:280px;

}

#slider1 {
	border-top-width:4px;
	border-top-style:solid;
	border-top-color:#000000;
	width: 968px; /* important to be same as image width */
    height: 150px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 968px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}

.slider1Image {
    float: left;
    position: relative;
	display: none;
}

.noslider1Image {
    float: left;
    position: relative;
}


.slider1Image span {
    position: absolute;
	font: 14px Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-style: italic;	
    padding: 8px 13px;
    width: 968px; 
    background-color: maroon;
    filter: alpha(opacity=70);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    display: none;
}

.noslider1Image span {
    position: absolute;
	font:Tahoma, Geneva, sans-serif 14px;
	font-weight: bold;
	font-style: italic;	
    padding: 8px 13px;
    width: 968px; 
    background-color: maroon;
    filter: alpha(opacity=70);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
}

.clear {
	clear: both;
}

.slider1Image span strong, .noslider1Image span strong {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-style:normal;
	font-weight: bold;
}

.right {
	right: 0;
	bottom: 6px;
	width: 600px !important;
	height: 40px;
}


#nav {
		 ***************************testing    
/*
top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 50px;
  background-color: #00a087;
  */
		 ***************************testing    
		width: 100%;
		background-color: #FFF;
        font: bold 12px Arial, Helvetica, Sans-serif;
		position: fixed !important;  
		z-index: 9999;
                 

}

#nav ul {
        margin:0;
        padding:0;
        list-style:none;
		z-index: 9999 !important;
}

#nav ul li {
        float:left;
		z-index: 9999 !important;

}

#nav ul li a {
        float: left;
		font-size:14px;		
    	color:#000000;
		padding: 10px 20px;
        text-decoration:none;
        background:#FFF;
		z-index: 9999 !important;

}

#nav li ul {
        background:#ffffff;
        left: -999em;
        margin: 35px 0 0;
        position: absolute;
        width: 200px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset;
        -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset;
        border: 1px solid rgba(0, 0, 0, 0.5);
		z-index: 9999 !important;

}

#nav li ul a {
        background: none;
        border: 0 none;
        margin-right: 0;
        width: 200px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        border-bottom: 1px solid transparent;
        border-top: 1px solid transparent;
		z-index: 9999 !important;

}
#nav ul li a:hover,
#nav ul li:hover > a {
        color: #ffffff;
        background:#3C4042;
        background: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(77,79,79)), color-stop(0.55, rgb(67,70,71)), color-stop(0.78, rgb(69,70,71)) );
        background: -moz-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
        background: -o-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 -1px #000;
		z-index: 9999 !important;

}

#nav li ul a:hover,
#nav ul li li:hover > a  {
		color:#ffffff;
        background:#3C4042;
        background: -webkit-gradient( linear, left bottom, left top, color-stop(0.17, rgb(61,111,177)), color-stop(0.51, rgb(80,136,199)), color-stop(1, rgb(92,154,205)) );
        background: -moz-linear-gradient( center bottom, rgb(61,111,177) 17%, rgb(80,136,199) 51%, rgb(92,154,205) 100% );
        background: -o-linear-gradient( center bottom, rgb(61,111,177) 17%, rgb(80,136,199) 51%, rgb(92,154,205) 100% );
        border-bottom: 1px solid rgba(0,0,0,0.6);
        border-top: 1px solid #7BAED9;
        text-shadow: 0 1px rgba(255, 255, 255, 0.3);
		z-index: 9999 !important;

}

#nav li:hover ul {
        left: auto;
}

#nav li li ul {
        margin: -1px 0 0 160px;
        visibility:hidden;
}

#nav li li:hover ul {
        visibility:visible;
}

#rest  {
	clear:both;
	font-family: Verdana, Geneva, sans-serif;
	color:maroon;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin-left:20px;
	margin-right:20px;	
	position: relative;
	top:-40px;

}

#rest h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	text-align:center;
}

#rest ul {
	font-size:14px;
}

#imagelist img {
	vertical-align:text-top;
}

#restend  {
	clear:both;
	font-family: Verdana, Geneva, sans-serif;
	color:maroon;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin-left:20px;
	margin-right:20px;	
	position: relative;
	top:-40px;

}


#rest p {
	font-size: 14px;
	font-style:normal;
	font-weight:100;
	margin-top:6px;
	margin-left:20px;
	margin-right:20px;
	top: 6px;
	color:maroon;
}

#restend p {
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	margin-top: 6px;
	top: 6px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	color: maroon;
	font-family: Verdana, Geneva, sans-serif;
}


#image img {
	display:block;
	margin-top: 10px;
	margin-left: auto;
	margin-right:auto;
}

#imageleft {
	float:left
	margin-top:10px;
	margin-right:;20px;
	margin-left:20px;
	margin-bottom: 10px;
	-moz-box-shadow: 6px 6px 6px #888;
	-webkit-box-shadow: 6px 6px 6px #888;
	box-shadow: 6px 6px 6px #888;
}

#textright p {
	padding-top:10px;
	padding-left:20px;
}

#img ul {
	margin-left:40px;
}

#list {
	clear:both;
	margin-top:20px;
	margin-left:20px;		
}

#list .tick {
	list-style:url(../images/tick.jpg);	
}

#list .notick {
	list-style:url(../images/notick.jpg);	
}

#list p{
	font-weight:bold;
}

#list ul {
	margin-left: 40px;
}

#onefoot {
	margin-top:10px;
}

#onefootimage {
	float:left;
	margin-top:10px;
	margin-right:40px;
	margin-left:40px;
	margin-bottom: 10px;
	-moz-box-shadow: 6px 6px 6px #888;
	-webkit-box-shadow: 6px 6px 6px #888;
	box-shadow: 6px 6px 6px #888;
}

#carpediem {
	clear: both;
	margin-left:10px;
}

#carpediemlist {
	margin-left: 40px;
	float:left;
}

#carpediemimage {
	float:right;
	margin-right:40px;
	margin-bottom:10px;
	-moz-box-shadow: 6px 6px 6px #888;
	-webkit-box-shadow: 6px 6px 6px #888;
	box-shadow: 6px 6px 6px #888;
}

.footer h3{
	clear: both;
	margin-top:6px; 
	text-align:center;
	font-weight:bold;
	color:#ff0000;
	border-top:solid;
	border-top-width:4px;
	position: relative;
	top: 0px;
	
}

/* 
********************************************************************
Photo slider CSS for the Pottery page*******************************
********************************************************************
*/

.dg-container{
	clear:both;
	width: 100%;
	height: 450px;
	position: relative;
}
.dg-wrapper{
	width: 481px;
	height: 316px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	width: 482px;
	height: 316px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;

}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;
	padding: 41px 0px 0px 1px;
}

.dg-wrapper a.dg-center div{
	display: block;
}



.dg-container .dg-prev{
	cursor:pointer;
	font-size:80px;
	width: 484px;
	height: 273px;
	position: absolute;
	z-index: 1000;
	top: 64px;
}

#dg-container .dg-previmg{
	position:absolute;
	top: 125px;	
	left: 10px;
}

#dg-container .dg-nextimg{
	position:absolute;
	top: 125px;	
	right: 20px;
}

.dg-container .dg-next{
	cursor:pointer;
	font-size:80px;
	position:absolute;
	left: 485px;
	top: 64px;
	width: 484px;
	height: 273px;
	z-index:1000;
}
