/* This is the standard wppa_style.css file. See http://wppa.opajaap.nl/ where it is used

/* If you want to modify the layout make a copy of this file and place it in your theme's directory

/* The copy in your theme's directory has precedense over the original version in wp-photo-album-pls/theme

/* This assures that your version is not overwritten after an upgrade of the plugin.

/* 

/* NOTE: As per version 2.1.0 most of the settings you would like to change are now configurable in the wppa admin settings screen.

/* It is strongly reccomended that you try to achieve the appearance you like by those settings as they will be independant of future updates.

/*

/* You may always look into a newer version of this file to see what new classes and id's come with an upgrade

/*

/* This is version 4.6.0

*/



/* Navigation */

.prev {

}

.next {

}

.speed0, .startstop, .speed1, .prev-arrow, .next-arrow, .arrow {

	cursor: pointer;

}

/* Admin settings page defines background and border color */

.wppa-nav {

}

/* All boxes. Admin settings page defines border thickness and border radius */

.wppa-box {

	padding: 2px 6px 2px 6px;

}

.wppa-mini-box {

}

/* Boxes in a list like album covers. Admin settings page defines background and border color */

.wppa-even {

}

.wppa-alt {

}

/* Cover and popup photo. Admin settings page defines background color */

.wppa-img {

}

/* Wrapper for albums, and thumbnails when display is like albums */

.albumlist, .thumblist {

	clear: both;

} 

/* Wrapper for album etc */

.albumlist .album, .thumblist .thumb {

	padding: 7px;

	float:left;

}

/* Album name */

.wppa-title {

	margin: 0;

	padding: 0;

	clear: none;

}



/* fonts used in wppa boxes, all settable in the settings admin screen */

.wppa-box-text {

}

.wppa-nav-text {

}

.wppa-title {

}

.wppa-fulldesc {

}

.wppa-fulltitle {

}



/* default text attributes */

.wppa-black, .wppa-black:hover {

	font-weight:normal; 

	color:black; 

	cursor:default; 

	text-decoration:none;

}



/* Wrapper for coverphoto background */

.coverphoto-frame, .thumbphoto-frame {

}



/* Coverphoto */

.coverphoto-frame .image, .thumbphoto-frame .image { 

	position: relative;

	border: none; 

	margin: 0;

	padding: 4px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

}



/* Wrapper for covertext */

.covertext-frame {

}



/* Wrapper for thumbnail area */

.thumbnail-area {

	padding: 7px 0 7px 7px;

	position: relative;

}



/* Wrapper for thumbnail background */

.thumbnail-frame {

	float: left;

	background-color: transparent;

	display: inline;

	overflow: hidden;

	text-align: center;

}



/* Text under thumbnail images */

.wppa-thumb-text {

	font-size: 10px;

	text-align: center;

}



/* The popup small image, here is still a problem with IE6 */

.wppa-popup-frame {

	position: absolute;

	z-index:1000;

}



.wppa-popup {

	position: absolute;

	padding: 5px;

	border-left: 1px solid #ccc;

	border-top: 1px solid #ccc;

	border-right: 1px solid #888;

	border-bottom: 1px solid #888;

	background-color: white; 

	font-size: 10px;

	line-height: 12px;

	text-align: center;

/*	z-index: 1000; */

}



/* Full size photo */

.imagetitle {

    text-align: center;

	cursor: default;

}

    

.imagedesc {

    text-align: center;

	cursor: default;

}



/* Slideshow */

.slide-frame {

	position: relative;

	width: 100%;

}



.wideentry .slide-frame {

	padding: 0;

}



.theslide {

	position: absolute;

	background-color: transparent;

}



.theimg {

	display: block;

}



.spinner {

	width: 32px;

	height: 32px;

	position: relative;

	background-color: transparent;

}



.no-shadow {

box-shadow: none !important;

}



.wppa-arrow {

}



/* Photo name in breadcrumb */

.bc-pname {

	font-weight: normal;

	color: inherit;

	text-decoration: none;

}



/* Sidebar widget */

.wppa-widget {

}



.wppa-widget-text {

	margin: 5px;

	text-align: center;

}



/* General purpose classes */

.big {

display: block;

margin: 0 auto;

}



.clear { 

    clear: both; 

}



/* Comment system */

#content .wppa-comment-form, .wppa-comment-form  {

	text-align:left; 

	padding:0px;	

	border: 0px none; 

}

#content .wppa-comment-form input, #content .wppa-comment-form textarea, .wppa-comment-form input, .wppa-comment-form textarea  {

	padding:0; 

	margin:0; 

	font-size:12px; 

	line-height:18px; /**/

}

#content .wppa-comment-form tr td, .wppa-comment-form tr td, #content .wppa-detail tr td, .wppa-detail tr td  {

	padding: 0px 12px;	/* 3 12 */

	border: 0px none; /**/

}

#content .wppa-comment-form table, .wppa-comment-form table, #content .wppa-detail table, .wppa-detail table {

	border: 0px none;

	text-align: left;

	width: 100%; 

}





/* The custom box, background color and border is set in Table III, item 10 */

.wppa-custom {

}



/* User upload photos */

.wppa-user-file {

	float:left;

}

.wppa-user-textarea {

}

.wppa-user-submit {

	padding: 0;

	height: 23px;

	float:right;

}



/* Special requests */

.wppa-slideshow-browse-link {

}



.wppa-numberbar {

    z-index: 85;

}



.wppa-numberbar a {

	text-decoration:none;

	cursor:pointer;

}



.wppa-numberbar a.wppa-numbar-current{

 /*   background-color: #000; */

}



/* The NEW indicator images */

.wppa-thumbnew {

}

.wppa-albumnew {

}



.wppa-iptc-label {

/* text-align:right; */

}

.wppa-iptc-value {

	padding-left: 12px !important;

}

.wppa-exif-label {

/* text-align:right; */

}

.wppa-exif-value {

	padding-left: 12px !important;

}



#wppa-overlay-txt table {

text-align:left;

}



.wppa-mphoto {

}

.wppa-sphoto {

}

/* phpinfo */

#phpinfo {background-color: #ffffff; color: #000000;}

#phpinfo, #phpinfo td, #phpinfo th, #phpinfo h1, #phpinfo h2 {font-family: sans-serif;}

#phpinfo pre {margin: 0px; font-family: monospace;}

#phpinfo a:link {color: #000099; text-decoration: none; background-color: #ffffff;}

#phpinfo a:hover {text-decoration: underline;}

#phpinfo table {border-collapse: collapse;}

#phpinfo .center {text-align: center;}

#phpinfo .center table { margin-left: auto; margin-right: auto; text-align: left; width:600px;}

#phpinfo .center th { text-align: center !important; }

#phpinfo td, #phpinfo th { border: 1px solid #000000; font-size: 75%; vertical-align: baseline;}

#phpinfo h1 {font-size: 150%;}

#phpinfo h2 {font-size: 125%;}

#phpinfo .p {text-align: left;}

#phpinfo .e {background-color: #ccccff; font-weight: bold; color: #000000;}

#phpinfo .h {background-color: #9999cc; font-weight: bold; color: #000000;}

#phpinfo .v {background-color: #cccccc; color: #000000;}

#phpinfo .vr {background-color: #cccccc; text-align: right; color: #000000;}

#phpinfo img {float: right; border: 0px;}

#phpinfo hr {width: 600px; background-color: #cccccc; border: 0px; height: 1px; color: #000000;}