/*

	Zen Photo Default 1.0
	
*/

/* Basics
------------------------------ */
html {
	/* Moz */
	height: 100%;
}

/* Main Layout
------------------------------ */
body {
	background: #F5F5F3;
	margin: 0px;
	padding: 0px 0px 50px;
	text-align: center;
}

#gallerytitle {
	padding-bottom: 14px;
	margin-bottom: 20px;
	/*min-height: 40px;
  _height: 40px;*/
}
#gallerytitle h2 { 
	font-weight: normal; 
	font-size: 12pt; 
	margin-top: 200px;
	width:510px;
}

/* Link Styles
------------------------------ */
a:link, a:active, a:visited { text-decoration: none; color: #CC0066; }
a:hover, a:focus { text-decoration: underline; color: #CC0066; }

/* Text Styles
------------------------------ */
body {
	font: normal 82%/200% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #CC0066;
}
h2 {
	font: 115% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #CC0066;
}
h2 a:link, h2 a:visited {
	color: #CC0066;
	text-decoration: none;
}
h2 span {
	color: #CC0066;
}
h2 a:hover {
	color: #CC0066;
	text-decoration: underline;
}
h3 {
	font: 110% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #CC0066;
	margin-top: 30px;
}
h3 a:link, h3 a:visited { text-decoration: none; }
h3 a:hover { text-decoration: underline; }


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	margin: 0 0 12px 0;
	padding: 0;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}

#metadata {
  text-align: right;
  position: relative;
  display: none;
}

#imagemetadata table {
  text-align: left;
  line-height: 1em;
  border: 1px solid #ccc;
  position: absolute;
  top: 2em;
  right: 0px;
  background-color: #fafafa;
}

#imagemetadata table td {
  border-bottom: 1px solid #f0f0f0;
  background-color: #f8f8f8;
  padding: 2px 5px;
}


/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #CC0066;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}
.disabled_nav {
	visibility: hidden;
}


/* AJAX
------------------------------ */
#albumDescEditable, #albumTagsEditable {
	margin-bottom: 12px;
}
#imageDescEditable, #albumTagsEditable {
	margin-top: 24px;
}
#imageDesc, #exif_link {
	margin-bottom: 4px;
}

#exif_link {
  float: right;
}


/* Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 9px;
	margin: 0px 9px 9px 0px;
	line-height: 0px;
    border: 1px solid #e6e6e6;
    background-color: #f6f6f6;
}
.imagethumb a:visited {
    background-color: #fcfcfc;
    border: 1px solid #f8f8f8;
}
.imagethumb a:hover {
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
}
.imagethumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
}


/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
}
.album {
	margin: 0 12px 8px 0;
    padding: 10px 8px 2px 50px;
	float: left;
	width: 305px;
	border: 1px solid #E7F0F5;
	background: #F7F9FD;
    line-height: 100%;
}
.album a img {  }
.album .thumb {
    float: left; 
    margin-right: 6px;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album p {
	line-height: 12px;
	font-size: 11px;
    padding: 4px 0px 0px;
    margin: 0px;
}
.albumdesc small {
	color: #8DB8CF;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0 0 0 40px;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	margin-top: -10px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
	color: #CC0066;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: underline;
	color: #CC0066;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}





/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
    _position: absolute;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
    z-index: 2;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;
}
#admin h3 {
	font-weight: normal;
	color: #999;
	margin:0;
	padding:0;
}
#admin h3:hover { color: #036; }




/* Archive View
---------------------------- */
#archive{
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
ul.archive * {
	padding:0;
	margin:0;
	list-style:none;
}
ul.archive #year {
	margin-top:10px;
	text-align: center;
	margin-bottom:5px;
	font-weight:bold;
	font-size:18px;
}
ul.archive #month {
	font-size: 14px;
	list-style:none;
	border-top:2px solid #E6E6DF;
	padding-top: 5px;
}





div#mainbox {
	height: 450px;
	width: 550px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-attachment: scroll;
	background-image: url(../images/flowers_lowres_faded.jpg);
	background-repeat: no-repeat;
	background-position: 50px 10px;
	position: absolute;
	left: 100px;
	top: 100px;
	color: #CC0066;
	padding-top: 50px;
	padding-left: 45px;
	padding-right: 50px;
	line-height: 1.25em;
}
div#mainboxsplash {
	height: 500px;
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-attachment: scroll;
	background-image: url(../images/flowers_lowres.jpg);
	background-repeat: no-repeat;
	background-position: 50px 10px;
	position: absolute;
	left: 100px;
	top: 100px;
}
div#logo {
	height: 50px;
	width: 450px;
	position: absolute;
	left: 30px;
	top: 20px;
}
.logo{
		position: absolute;
	left: 0px;
	top: 0px;
}
div#nav {
	height: 70px;
	width: 50px;
	position: absolute;
	left: 30px;
	top: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #CC0066;
	text-align:left;
}
a:link {
	color: #CC0066;
	text-decoration: none;
}
a:hover {
	color: #CC0066;
	text-decoration: underline;
}
a:visited {
	color: #CC0066;
}
a:active {
	color: #CC0066;
}
div#surround {
	height: 650px;
	width: 760px;
	border: 1px solid #CC0066;
	position: absolute;
	left: 10%;
	top: 15px;
	background-color: #FFFFFF;
}
div#surroundothergallery {
	height: 700px;
	width: 760px;
	border: 1px solid #CC0066;
	position: absolute;
	left: 10%;
	top: 15px;
	background-color: #FFFFFF;
}
div#surroundshadow {
	height: 650px;
	width: 760px;
	position: absolute;
	left: 11%;
	top: 25px;
	z-index: -2;
	background-color: #E9E9E9;
}
div#surroundshadowothergallery {
	height: 700px;
	width: 760px;
	position: absolute;
	left: 11%;
	top: 25px;
	z-index: -2;
	background-color: #E9E9E9;
}
div#title {
	position: absolute;
	top: 97px;
	left: 145px;
}
input {
	background-color: #EADFE3;
	border: 1px solid #E4CACB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
textarea {
	background-color: #EADFE3;
	border: 1px solid #E4CACB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
div#logoflower {
	height: 100px;
	width: 49px;
	position: absolute;
	top: 10px;
	left: 500px;
}
div#mainboxgalleries {
	height: 450px;
	width: 550px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	position: absolute;
	left: 100px;
	top: 100px;
	color: #CC0066;
	padding-left: 30px;
	padding-top: 50px;
}
div#gallerypageimage1 {
	position: absolute;
	height: 98px;
	width: 144px;
	left: 350px;
	top: 55px;
	border: 1px solid #FFFFFF;
}
div#gallerypageimage2 {
	position: absolute;
	height: 96px;
	width: 144px;
	left: 350px;
	top: 192px;
	border: 1px solid #FFFFFF;
}
div#gallerypageimage3 {
	position: absolute;
	height: 98px;
	width: 144px;
	left: 350px;
	top: 330px;
	border: 1px solid #FFFFFF;
}
div#shopitems {
	height: 400px;
	width: 125px;
	position: absolute;
}
div#shopprices {
	height: 400px;
	width: 75px;
	position: absolute;
	left: 325px;
}
div#shopbuybutton {
	height: 500px;
	width: 25px;
	position: absolute;
	left: 500px;
	top: 50px;
}
div#buybuttonCorkscrew {
	height: 14px;
	width: 21px;
	position: absolute;
	left: 0px;
	top: 0.5em;
	
}
div#buybuttonAnvil  {
	height: 14px;
	width: 21px;
	position: absolute;
	left: 0px;
	top: 2.75em;
}
div#buybuttonConch  {
	height: 14px;
	width: 21px;
	position: absolute;
	left: 0px;
	top: 5em;
}
div#buybuttonLily {
	height: 14px;
	width: 21px;
		position: absolute;
	left: 0px;
	top: 7.25em;
}
div#buybuttonAmarylis  {
	position: absolute;
	left: 0px;
	top: 9.5em;
	height: 14px;
	width: 21px;
}
div#buybuttonBeefheart  {
	position: absolute;
	left: 0px;
	top: 11.75em;
	height: 14px;
	width: 21px;
}
div#buybuttonAndy  {
	height: 14px;
	width: 21px;
		position: absolute;
	left: 0px;
	top: 14em;
}
div#buybuttonFrank  {
	height: 14px;
	width: 21px;
		position: absolute;
	left: 0px;
	top: 16.25em;
}
div#buybuttonSpock {
	height: 14px;
	width: 21px;
		position: absolute;
	left: 0px;
	top: 18.5em;
}
div#buybuttonBlythe1  {
	height: 14px;
	width: 21px;
		position: absolute;
	left: 0px;
	top: 20.75em;
}
div#buybuttonBlythe2 {
	height: 14px;
	width: 21px;
		position: absolute;
	left: 0px;
	top: 23em;
}
div#buybuttonCows {
	height: 14px;
	width: 21px;
		position: absolute;
	left: 0px;
	top: 25.25em;
}
div#buybuttonShoes {
	height: 14px;
	width: 21px;
		position: absolute;
	left: 0px;
	top: 27.5em;
}
div#buybuttonLillies {
	height: 14px;
	width: 21px;
		position: absolute;
	left: 0px;
	top: 29.75em;
}
div#buybuttonLilyTriptych {
	height: 14px;
	width: 21px;
		position: absolute;
	left: 0px;
	top: 32em;
}
div#buybuttonKoi {
	height: 14px;
	width: 21px;
		position: absolute;
	left: 0px;
	top: 34.25em;
}
div#buybuttonArne {
	height: 14px;
	width: 21px;
		position: absolute;
	left: 0px;
	top: 36.5em;
}
div#buybutton15 {
	height: 14px;
	width: 21px;
		position: absolute;
	left: 0px;
	top: 3em;
}
div#shoptext {
	position: absolute;
	height: 150px;
	width: 450px;
	top: 525px;
}
div#surroundshop {
	height: 775px;
	width: 760px;
	border: 1px solid #CC0066;
	position: absolute;
	left: 10%;
	top: 15px;
	background-color: #FFFFFF;
}
div#surroundshadowshop {
	height: 775px;
	width: 760px;
	position: absolute;
	left: 11%;
	top: 25px;
	z-index: -2;
	background-color: #E9E9E9;
}
