/*
	Valerie C Burton theme
*/ /* Basics
------------------------------ */
html { /* Moz */
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	color: #FFFFFF;
}

/* Main Layout
------------------------------ */
@font-face 
{
    font-family: "Copperplate Gothic Light";  
    src: url( /CopperplateGothicLight.eot ); /* IE */  
    src: local("Copperplate Gothic Light"), url( /CopperplateGothicLight.ttf ) format("truetype"); /* non-IE */  
} 
body 
{
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    padding-top: 0px;
    top: 0px;
    text-align: center;
}
p {
	color: #999966;
	line-height: 20px;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
    font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	text-align: justify;
}
.main
{
    height: auto;
    width: 900px;
    text-align: left;
    margin: 0 auto;
}
#header
{
	position: relative;
    height: 63px;
    top: -1px;
    left: 0px;
}
#titleContainer
{
	position: absolute; 
	top: 4px; 
	left: 20px;
    height: 35px;
}
#galleryTitle
{
	position: absolute; 
	float: right;
	top: 40px; 
	right: 0px;
	height: 24px;
    width: 310px;
    background-color: #999966;
	margin: 0px;
	padding: 0px;
}
#galleryTitle p
{
    margin: 2px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	font-family: "Copperplate Gothic Light", "Palatino Linotype", helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.0em;
	color: #D1E079;
}   
#pagesMenu
{
	position: absolute; 
	top: 40px; 
	left: 2px;
	width: 99%;
	height: 20px;
	background-color: #999966;
	margin: 0px;
	padding: 2px;
	color: #D1E079;
	font-family: "Copperplate Gothic Light", "Palatino Linotype", helvetica, sans-serif;
	font-size: 0.8em;
    font-weight: normal;
    overflow: hidden;
}
#pagesMenu ul
{
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:20px;
	margin:0px 0px 0px 35px;
	padding:2px 0px 0px 0px;
}
#pagesMenu li {
	display:block;
	float:left;
	color: #999966;
	background-color: #D1E079;
	font-family: "Copperplate Gothic Light", "Palatino Linotype", helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	text-decoration:none;
	height:16px;
	margin:0px 5px 0px 5px;
	padding:0px;
}

#pagesMenu a {
	float:left;
	color: #D1E079;
	background-color: #999966;
	text-decoration:none;
}

#pagesMenu a:hover {
    color: white;
}
.menu-active {
    background-color: #D1E079;
    color: #999966;
}
.titleText 
{
    font-family: "Copperplate Gothic Light", "Palatino Linotype", helvetica, sans-serif;
    font-size: 2em;
    color: #999966;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
#content
{
	position: relative;
    height: auto;
    top: 0px;
    left: 0px;
    width: 899px;
    margin: 0px;
    padding: 0px;
}
#contentBody
{
	position: relative; 
	top: 0px; 
	left: 0px;
	padding: 10px 40px 10px 20px;
	margin: 0px;
	z-index: auto;
	width: 524px;
}
#sidebar
{
	position: absolute; 
	float: right;
	top: 0px; 
	right: 0px;
	height: auto;
	margin: 0px;
	padding: 0px;
	z-index: auto;
	width: 310px;
	color: #999966;
	font-family: "Copperplate Gothic Light", "Palatino Linotype", helvetica, sans-serif;
	font-size: 0.8em;
    font-weight: 500;
}
#albumNavigator
{
	position: relative;
	width: 100%;
	border-bottom: dotted 1px #999966;
}
#albumNavigator p
{
    margin: 0px;
	padding: 4px 0px 4px 12px;
}
#galleryMenu
{
	position: relative;
	width: 100%;
	border-bottom: dotted 1px #999966;
}
#galleryMenu ul
{
    margin: 4px 0px 4px 13px;
    padding: 0px;
}
#galleryMenu li
{
    margin: 0px;
    padding: 4px 0px 0px 0px;
    list-style-type: none;
}
#galleryMenu li a
{
	list-style-type: none;
}
#galleryMenu li a:active
{
	list-style-type: none;
	background-color: #D1E079;
    width: 100%;
}
#footer
{
	position: relative;
  	text-align: center;
  	top: 0px;
    left: 0px;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 100%;
}
#footer hr
{
   	width: 100%;
   	color: #999966;
   	height: 1px;
   	text-align: center;
}
#footer p
{
	text-align: center;
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-size: 0.6em;
}
/* Link Styles
------------------------------ */
a:link {
	text-decoration: none;
	color: #999966;
	border-bottom: 0px dotted;
}

a:visited {
	text-decoration: none;
	color: #999966;
	border-bottom: 0px dotted;
}

a:active {
	text-decoration: none;
	color: #999966;
	border-bottom: 0px dotted;
}

a:hover {
	text-decoration: none;
	color: #999966;
	border-bottom: 1px dotted;
}

/* Miscellaneous
------------------------------ */
img {
	border: 0;
}

blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}

#imagemetadata {
	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 {
	font-size: 1em;
	clear: both;
	padding: 0;
	margin: 5px 0px 5px 105px;
	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: #82996F;
}

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;
}

/* Tags
------------------------------ */
.taglist ul {
	display: inline;
	list-style-type: none;
}

.taglist ul li {
	background: url(../images/tag.png) no-repeat left center;
	list-style-type: none;
	padding-left: 18px;
	float: left;
	padding-right: 5px;
	color: #999999;
	display: inline;
	list-style-type: none;
}

.taglist .tags_title {
	background: none;
	padding-right: 5px;
	padding-left: 0;
}

/* Image Thumbnails
------------------------------ */
#images {
	float: left;
	width: 520px;
	border: 0px solid gray;
	text-align: center;
}

.imagethumb a,.imagethumb a:hover {
	display: block;
	padding: 7px;
	margin: 0px 12px 12px 0px;
	line-height: 0px;
	border: 1px solid #999966;
	background-color: #FFFFFF;
}

.imagethumb a:visited {
	background-color: #FFFFFF;
	border: 1px solid #999966;
}

.imagethumb a:hover {
	background-color: #FFFFFF;
	border: 1px solid #999966;
}

.imagethumb {
	float: left;
}

/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
	width: 520px;
	border: 0px solid gray;
	font-size: 10px;
}

.album {
	margin: 0px 16px 15px 0;
	padding: 5px 0px 5px 5px;
	float: left;
	width: 265px;
	border: 1px solid #EEEEEE;
	background: #FBFBF8;
	line-height: 100%;
	height: 95px;
}

.album a img {

}

.album .thumb {
	text-decoration: none;
	float: left;
	margin-right: 6px;

}

.album h3 {
	padding: 0;
	margin: 0px;
}

.albumdesc {
	height: 90px;
	width: 160px;
	float: left;
}

.album p {
	line-height: 12px;
	font-size: 11px;
	padding: 0px 0px 0px;
	margin: 0px;
}

.albumdesc small {
	color: gray;
}

/* Individual Image
------------------------------ */
.image {
	margin: 0;
	padding: 0;
	border: 0;
}

#image 
{
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	line-height: 0;
	width: 350px;
	height: 350px;
	font-size: 0.7em;
	padding: 0px;
	margin: 0px;
    /*float: left;*/
}

/* centering flowplayer 3 on image.php */
#image .flowplayer {
	margin: 0 auto;
}

.imgnav {
	float: right;
	position: relative;
	width: 280px;
	padding-top: 50px;
	text-align: center;
	border: 0px solid #D5E6EE;
	background: transparent;
	margin-right: 1em;
	font-size: 1.4em;
}

.imgnav .imgprevious a,.imgnav .imgnext a {
	display: block;
	width: 100px;
	height: 100%;
	float: left;
	padding: 0px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
	color: #82996F;
}

.imgnav .imgprevious a:hover,.imgnav .imgnext a:hover {
	background: transparent;
	text-decoration: none;
	color: #002E5B;
}

.imgnav .imgprevious a {
	float: left;
}

.imgnav .imgnext a {
	float: right;
}

#narrow 
{
	position: absolute;
	float: right;
	top: 210px;
	right: 20px;
	width: 190px;
	margin-top: 5px;
	border: solid 0px black;
}
#imagetitle
{
	font-family: "Copperplate Gothic Light", "Palatino Linotype", helvetica, sans-serif;
	color: #999966;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#imagelocation
{
	font-family: "Copperplate Gothic Light", "Palatino Linotype", helvetica, sans-serif;
	color: #999966;
	font-weight: bold;
	font-size: 0.7em;
	padding: 5px 5px 5px 10px;
	margin: 0px;
	text-align: left;
}

/* Paged thumbs nav
------------------------------ */
#pagedthumbsnav {
	width: 100%;
	height: auto;
	padding: 0px;
	border: 0px solid gray;
	color: #444444;
}

#pagedthumbsimages {
	text-align:  center;
	border: 0px solid gray;
	width: 260px;
	padding: 10px 20px 0px 20px;
	height: 180px;
}

#pagedthumbsimages img {
	border: 1px solid darkgray;
	padding: 2px;
	float: left;
}

#pagedthumbsimages img:hover {
	border: 1px solid orange;
	padding: 2px;
}

#pagedthumbsnav-active img {
	border: 1px solid orange;
	padding: 2px;
	float: left;
}

#pagedthumbsnav-prev {
	width: auto;
	height: 20px;
	padding-top: 10px;
	font-size: 1.0em;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	float: left;
	position: absolute;
	top: 182px;
	left: 0px;
	
}

#pagedthumbsnav-next {
	width: auto;
	height: 20px;
	padding-top: 10px;
	font-size: 1.0em;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	float: right;
	text-align: center;
	position: absolute;
	top: 182px;
	right: 0px;
}

#pagedthumbsnav-prevdisabled {
	visibility: hidden;
	width: auto;
	height: 20px;
	padding-top: 10px;
	font-size: 1.0em;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	float: left;
	position: absolute;
	top: 182px;
	left: 0px
}

#pagedthumbsnav-nextdisabled {
	visibility: hidden;
	width: auto;
	height: 20px;
	padding-top: 10px;
	font-size: 1.0em;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	float: right;
	text-align: center;
	position: absolute;
	top: 182px;
	right: 0px;
}
#pagedthumbsnav-counter
{
	width: 90%;
	border: solid 0px black;
	text-align: center;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}

textarea {
	padding: 4px;
	width: 100%;
	color: #5A5A4B;
	font: 100%/ 200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px 5px 10px;
    border: 1px solid #999966;
    background: #D1E079;
    padding: 1px;
	font-size: 80%;
	width: 85px;
}
label {
	cursor: pointer;
}

label:hover {
	color: #000;
}

#map {
	margin-left: -77px;
}

#rating {
	margin-top: 10px;
}

/* Admin Toolbox
------------------------------ */
#admin,#admin_data {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
	z-index: 1001;
	text-align: left;
	font-size: 1.3em;
}

#admin_data {
	top: 0px;
	padding-top: 20px;
	z-index: 1000;
	line-height: 1.6em;
}

#admin h3 {
	font-weight: normal;
	color: #999;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.1em;
}

#admin h3:hover {
	color: #036;
}

/* Search Box
------------------------------ */
#search
{
	position: relative;
	width: 100%;
    background-color: #D1E079;
	color: #999966;
	z-index: 1000;
}
#search_form
{
	margin: 0px;
	padding: 2px 2px 2px 13px;
}
#search ul {
	position: absolute;
	text-align: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	/*background-color: white;*/
}

#search ul .item {
	display: none;
	/*background-color: white;*/
}

#search ul:hover .item {
	display: block;
	padding: 1px;
	margin: 0px;
	/*background: #fff*/
}

#search li {
	width: 150px;
	background-color: white;
        color: #999966;
}
#search_input
{
	width: 170px;
}
#searchextrashow {
    border: 1px solid #999966;
}

#searchfields_icon {
	position: relative;
	top: 4px;
}

.clear {
	clear: both;
	height: 10px;
}

/* Archive View
---------------------------- */
#archive {
	width: 520px;
	text-align: left;
}

ul.archive * {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.archive .year {
	margin-top: 0px;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	margin-left: -30px;
}

ul.archive .month {
	font-size: 1em;
	list-style: none;
	border-top: 0px solid #E6E6DF;
	padding-top: 5px;
	margin-left: -30px;
	font-weight: normal;
	margin-bottom: 15px;
}

ul.archive li {
	display: inline;
	margin-right: 9px;
}

#archive h3 {
	background-color: transparent;
	font-size: 1.3em;
}

/* Tag Cloud
---------------------------- */
#tag_cloud {
	text-align: center;
	background: #eee;
}

#tag_cloud ul li {
	display: inline;
	list-style-type: none;
}

#tag_cloud p {
	padding: 10px 0;
	margin: 20px 0;
	background: #fff;
	border-top: 3px solid #E6E6DF;
	border-bottom: 3px solid #E6E6DF;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

/* Error Messages
------------------------------ */
.errorbox {
	padding: 20px;
	background-color: #FDD;
	border-top: 1px solid #FAA;
	border-left: 1px solid #FAA;
	border-right: 1px solid #FAA;
	border-bottom: 5px solid #FAA;
	margin-bottom: 10px;
	font-size: 100%;
	color: #DD6666;
}

.errorbox h2 {
	color: #DD6666;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}

/* zenphoto/zenpage link
---------------------------*/
#zen-part {
	font-size: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
}

#photo-part {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#IE-clear-part {
	font-size: 12px;
	font-weight: normal;
}

/* login form */
table.password td.userlabel{
	text-align:left;
}
table.password td.userinput{
	text-align:left;
}

table.password td.userinput input, td.passwordinput input {
	width: 15em;
}

/* login form */
table.password td.passwordlabel{
	text-align:left;
}

table.password td.passwordinput{
	text-align:left;
}

table.password td.submit{
	text-align:left;
}

table.password td.hint{
	text-align:left;
}
.captchainputbox {
	width: 6.6em;
	padding: 2px;
}
