/* BODY OF PAGE */
html,body {
	margin: 0px;
	font-family:arial,verdana;
	height: 100%;
	background-color: #C8E9F7;
	background: url(/images/bg-textured.gif);
}


/***********
* PAGE WRAPPER
************/

div#wrapper {
	/*background: url(/images/icing-bg.gif);*/
	/*background: url(/images/blue-grid-bg-2.gif);*/
	/*background-color: #34C6F4;*/
	background-repeat: repeat-x;
	width: 850px; /*1000*/
	min-height:100%;
	border: 2px solid #33C5F4;

	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	/*padding-bottom:77px;*/
	
	background-color: #ffffff;
	
	 /*headerbg.gif*/
	/*background-repeat: repeat-x;*/

}


/***********
* TOP
************/



div#top {
	z-index:1;
	/*padding-left:15px;*/
	/*padding-right:15px;*/
	padding-top:10px;	
	/*height: 100px;*/
	
	/*background: url(/images/bg-textured.gif); /*headerbg.gif*/
	/*background-repeat: repeat-x;*/
	
	background: url(/images/headerbg.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}


div#top_logo {
	/*float:left;
	width:60%;*/
	padding-bottom: 5px;
	vertical-align: top;
	padding-left: 15px;
}

div#top_nav {
	/*float:right;*/
	/*width:100%;*/
	
	height: 40px;
	/*border-bottom: 1px dotted #ccc;*/
	/*background: url(/images/navbg2.gif);*/
	background-color: #C8E9F7;
	background: url(/images/lightbg.gif);
	/*background-repeat: repeat-x;*/
	border-top: 2px solid #33C5F4;
	border-bottom: 4px solid #33C5F4;
	padding: 2px;
	padding-left: 15px;
	z-index: 3;
}

div#top_nav a{
	font: 500 17px 'Molengo', serif;
	color: #EC098D;	
	/*text-shadow: #000000 2px 2px 5px;*/
}

div#top_nav a:hover{
	/*border-bottom:6px solid #33C5F4;*/
	text-decoration:none;
	color: #000;
}

.top_nav_active  {
	border-bottom:6px solid #ff33cc;
	text-decoration:none;
}

/***********
* BODY
************/

div#body {
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}

div#body_left {
	float:left;
	width:70%;
	min-width:600px;
	font-family:arial,verdana;
	font-size: 14px;
}

div#body_left h1 {
	font-family: verdana,arial;
	font-size:20px;
	font-weight:normal;
	border-bottom:1px solid #33C5F4;
}

div#body_left h2 {
	font-family: verdana,arial;
	font-size:16px;
	font-weight:normal;
}

div#body_text {
	/*background: url(/images/body-text-bg.gif) repeat-x;	*/
	background: url(/images/blue-grid-bg.gif);
	min-height: 225px;
}

div#body_text p {
	padding-left: 10px;
	padding-right:10px;
	font-family: verdana,arial;
	font-size:14px;
	font-weight:normal;
}

div#body_text a {
	font-family: verdana,arial;
	font-size:14px;
	font-weight:bold;
}

div#body_right {
	float:right;
	width:25%;
	padding-left:10px;
	border-left: 1px dotted #ccc;
}

div#body_right a{
	font-family:arial,verdana;
	font-size: 16px;
	padding-left:15px;
}

div#body_right a:hover{
	border-left:6px solid #33C5F4;
	text-decoration:none;
}

.body_right_active {
	border-left:6px solid #ff33cc;
	text-decoration:none;
}

/***********
* BOTTOM
************/

div#bottom {
	position:relative;
	margin-top:-77px;
	background: url(/images/icing-bg-bottom.gif);
	background-repeat:repeat-x;
	height: 77px;
	clear:both;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}



/***********
* IMAGE SHADOW
************/
.img-shadow {
  float:left;
  background: #666 bottom right !important;
  background: #666 no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

.img-shadow-sm img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}
a {
	color: #33C5F4;
	text-decoration:none;
	font-family: Copperplate / Copperplate Gothic Light, sans-serif;
	font-size:14px;
}

a:hover {
	text-decoration:underline;
}

.navcell {
	text-align: center;
	font: 600 14px Arial;
	color: #ffffff;
}

.pageheader,
.pageheaderleft,
.pageheaderright {
	font: 500 25px 'Dancing Script', serif;
	border-bottom: 2px solid #33C5F4;
	margin-top: 12px;
	color: #333;
	background-color: #ffffff;
}

.pageheaderleft {
	text-align: left;
}

.pageheaderright {
	text-align: right;
}

.pagecontent {
	padding: 5px;
	padding-left: 10px;
	height: 100%;
	font-family: 'Molengo', serif;
	font-weight: 500;
	font-size: 15px;
	color: #333;
	display: block;
	clear: both;
	
	background-color: #ffffff;
	background: rgba(255, 255, 255, 0.6);
	
}

.blogcontent {
	padding: 10px;
	padding-left: 25px;
}

.pagecontent img {
	border: 5px double #EC098D;
	margin-right: 7px;
}

.tagline {
	text-align: center;
	display: block;
	font: 500 30px 'Dancing Script', serif;
	color: #333;
	background-color: #33C5F4;
	background: url(/images/darkbg.gif);
	padding: 7px;	
}

.footer {
	text-align: center;
	font: 600 10px Arial;
	color: #33C5F4;
	display: block;
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.headeraddress {
	/*display: inline;*/
	display: block;
	/*float: right;*/
	/*clear: right;*/
	vertical-align: top;
	font: 500 14px 'Molengo', serif;
	color: #333; /*#EC098D;*/
	/*text-shadow: -1px 0 #333, 0 1px #333, 1px 0 #333, 0 -1px #333;*/
	padding-right: 15px;
	padding-top: 10px;
	/*#33C5F4*/
}

td.photoCell,
td.photoCell a
{
	font: 500 12px 'Molengo', serif;
	color: #33C5F4;
	text-align: center;
	padding: 3px;
	height: 150px;
	vertical-align: bottom;
	/*background-color: #81D4F7;*/
}

.gallerypagelinks,
.gallerypagelinks:hover {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 2px;
	font: 600 15px 'Molengo', serif;
	border: 1px solid #33C5F4;
	color: #33C5F4;
}

.gallerypagelinks:hover {
	background-color: #81D4F7;
	color: #ffffff;
}

.selgallerypage {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 2px;
	font: 600 15px 'Molengo', serif;
	border: 1px solid #33C5F4;
	color: #fff;
	background-color: #81D4F7;
}

.galleryheadertxt {
	padding: 5px;
	margin: 2px;
	font: 600 15px 'Molengo', serif;
	color: #33C5F4;
	text-align: right;
}

.gallerytable {
	float: right;
}

.phototable {
	/*border-bottom: 2px solid #33C5F4;	
	border-top: 2px solid #33C5F4;*/
	/*background-color: #C8E9F7;
	background: url(/images/lightbg.gif);*/
}

.catlinktitle {
	vertical-align: bottom;
	font: 500 17px 'Molengo', serif;
}

div.zoomcontainer {
	top: 0px;
	bottom: 0px;
	position: fixed;
	left: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	background-color: #ccc;
	z-index: 50000;
	display: none;
	
	background-color: #000;
	text-align: center;
	/*left: 10px
	top: 10px;
	right: 10px;
	bottom: 10px;*/
	background: rgba(0, 0, 0, 0.7);
	
}

div.zoomimg {
	/*position: relative;*/
	padding: 5px;
	padding-top: 20px;
	text-align: center;
	vertical-align: middle;
	z-index: 50002;
	font: 600 16px 'Molengo', serif;
	color: #ffffff;
	height: 200px;
}

.formheader {
	border-bottom: 2px solid #888888;
}

.sidenote {
	font-size: 10px;
	font-style: italic;
}

.formcell {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

.homeimg {
	/*margin-right: 10px;*/
	vertical-align: middle;
	border: none;
}


.homepagecontent {
	padding: 0px;
	height: 100%;
	font-family: 'Molengo', serif;
	font-weight: 500;
	font-size: 16px;
	color: #333;
	display: block;	
	background-color: #ffffff;
	background: rgba(255, 255, 255, 0.6);
	margin-top: 10px;
	
	
}

div.hometxtOLD {	
	padding: 5px;
	padding-top: 15px;
	padding-bottom: 14px;
	/*background-color: #EC098D;*/
	font-family: 'Molengo', serif;
	font-weight: 500;
	font-size: 17px;
	color: #000;
	text-align: center;
	float: right;
	/*background: url(/images/pinkbg.gif);*/
	
}

div.hometxt {	
	padding: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	/*background-color: #EC098D;*/
	font-family: 'Molengo', serif;
	font-weight: 500;
	font-size: 15px;
	color: #000;
	text-align: center;
	float: right;
	/*background: url(/images/pinkbg.gif);*/
	
}


.toplinks {
	display: block;
	float: right;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 0px;
	text-align: right;
}

.toplinks,
.toplinks a {
	color: #EC098D;
	font-weight: bold;
	font-size: 13px;
}

.seasonpromo
{
	border-top: 2px dashed #aaaaaa;
	padding: 3px;
	padding-top: 10px;
	font-family: 'Molengo', serif;
	font-weight: 500;
	font-size: 18px;
	color: #000;
}