/* Based on Default Plogger theme by Mike Johnson */

/* Body and general styles */


form {
	display: inline;
}

input, select, textarea {
	color: #333333;
	font-size: 100%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-right:30px;
}

input.submit {
	color: #333333;
	font-size: 100%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-right:30px;
}

/* Page Structure */

#main-container {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

#inner-wrapper {
	/* padding: 10px;*/
	width: 100%;
}

/* Menu Structure/Elements */

#breadcrumbs {
	text-align:left; margin-bottom: 10px;
	padding-bottom:10px;
}

#breadcrumb-table {
	width: auto;
}

#breadcrumb-links {margin: 2px; }
	#lightbox img a{ border:0; }

#rss-tag-container, #rss-tag-container img {border:0; background-color: #000; text-align:right;}

a.print {
	background-image: url("images/printer.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

/* Content Structure/Elements */

#thumbnail-container { /* this is the div that contains all the thumbnails in collection/album view */
	margin: 0;
}

#overlay { /* this is the blue box that shows the total comments when hovering on a thumbnail in album view */
	position: absolute; 
	visibility: hidden; 
	padding: 4px;
	text-align: center;
	width: 18px;
}

ul.slides { /* this is the overall thumbnail container in collection/album view */
	margin:0;
  	margin-top: 10px;
  	padding:0;
  	list-style:none;
  	line-height:1.4em;
}

.slides li { /* this is the individual thumbnail container in collection/album view */
	display:block;
	float:left;
  	margin:0 10px 10px 0;
  	padding:0;
	width: 130px;
	height: 180px;
}

.tag { /* this controls the text under a thumbnail in collection/album view with caption/download checkbox */
	width:auto; height:auto; text-align: left; margin:20px 0 0 0; border:0;
}
	.thumbnail a {margin-top:20px;}

.thumbnail img {
	padding: 5px;
	text-align: left;
	background: #000000;
}

.thumbnail a:hover img {
	border-color: #FFFF00;
}

.meta-header { /* this controls the text under a thumbnail in collection view with total albums or pictures */
	font-size: 85%;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	text-align: center;
}

#caption-date-table, #prev-next-table { /* containers for the caption, date and prev/next links above the large image in picture view */
	width: 600px;
	margin: auto;
}

#picture-caption, .date { /* this controls the caption and date above the large image in picture view */
	font-size:         0.9em;
    font-weight:       bold;
    line-height:       1.4;
    background-repeat: no-repeat;
    text-transform:    uppercase;
    letter-spacing:    2px;
    margin-left:       4px;
    padding-bottom:    2px;
}

#prev-link-container {
	width: auto; 
	text-align: left;
}

#next-link-container {
	width: auto; 
	text-align: right;
}

#prev-button, #next-button {

}

a.nav-link-img-prev {
	background-image: url("images/rewind.gif");
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 20px;
	width: 40px;
}

a.nav-link-img-next {
	background-image: url("images/fforward.gif");
	background-repeat: no-repeat;
	background-position: right 1px;
	padding-right: 20px;
	width: 40px;
}

#picture-holder {
	text-align: center;
}

#picture-holder a:hover img{
	border: 1px solid #FFFFFF;
	background-color: #000000;
	margin: 4px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#picture-holder #description {
	width: 625px;
	margin: 15px auto;
}

.photos {
	padding: 5px;
	margin: 0; margin-bottom:10px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

.photos-large {
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	padding: 10px;
	margin: 4px;
}

	#picture-holder a:hover img{
		border-width: 2px;
		border-color: #FFFF00;
		margin: 3px;
	}

#error-404, #no-pictures-msg {
	text-align: center; 
	padding: 15px 0px 15px 0px;
}

/* Form Structure/Elements */

#jump-menu {
	float: right;
}

#download-selected {
	float: right;
	text-align: right;
}

#search-box {
	margin-left: 5px;
	float: left;
}

table {
	border: 0px;
	padding: 0px;
}

#sortby-container {text-align: right; white-space: nowrap;}
	#sortby-container div {margin:0; padding:0; margin-bottom:10px;}

.align-right {
	text-align: right;
}

.nomargin {
	margin: 0;
}

/* Footer Structure/Elements */

#pagination {
	clear: both;
}

#pagination-table {
	width: auto; text-align:left;
}

/*.page-link {
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
}*/

span.page-link, a.page-link, a.pagPrev, a.pagNext {font-size:1em; padding-right:5px;margin-right: 3px; text-decoration:none; border:none;}
.page-link:hover, .page-link a:hover, a.pagPrev:hover, a.pagNext:hover {text-decoration:underline;}
.page-link a:focus {text-decoration:underline;}
span.page-link-current {font-size:1em; color: #666; padding-right:5px;margin-right: 3px;}

/*a.pagPrev, a.pagNext {
	color: #bbb;
	text-decoration: none;
	margin: 0 2px;
}

a.pagPrev:hover, a.pagNext:hover {
	color: #777;
	text-decoration: none;
}*/


#stats {
	clear:both;
	font-size: 85%;
	text-align: left;
	padding:0;
	margin-top:20px;
}

#link-back {
	font-size: 65%;
	text-align: right;
}

/* Comment Structure/Elements */

#comment-container {
	width: 90%;
	margin: auto;
}

.comment-heading h2 {
	font-size: 1.2em;
}

.comment-heading h3 {
	font-size: 1.1em;
}

.comments p {
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
}

.comments cite {
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8em;
	background: url("images/comment.gif") no-repeat 0 3px;
	padding: 5px;
	padding-left: 23px;
	margin-top: 8px;
	height: 28px;
}

li.comment, li.comment-alt {
	background-color: #000000;
}

li.comment-alt {
	background-color: #fff;
}

.comments-closed {
	text-align: left;
	margin-top: 25px;
}

/* Exif data container structure*/

#exif-toggle {
	padding: 0;
	margin-top: 10px;
}

#exif-data-container {
	width: auto; 
	text-align: center;
}

#exif-data td.exif-label {
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	width: 50%;
}

#exif-data td.exif-info {
	text-align: left;
	padding-right: 10px;
	width: 50%;
}

#exif-data {
	margin: 10px auto;
	padding: 20px;
	text-align: left;
	width: 70%;
	border: 1px solid #444;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #222;
}

/* Slideshow Elements */

.large-thumb-toolbar {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}

/* Success/Error Messages */

.actions, .errors {
	width: auto;
	background-repeat: no-repeat;
    background-position: 5px 8px;
    margin-bottom:    15px;
    border:    1px solid maroon;
    padding:          8px;
    background-color: #FFCCCC;
    padding-left:     28px;
}

.actions {
	background-image: url("images/alert.gif");
	border: 1px solid #bb0;
	background-color: #ffffe0;
}

.errors {
	background-image: url("images/x.gif");
	border: 1px solid maroon;
	background-color: #fcc;
}

.field-error {
	border: 1px solid maroon;
	background-color: #fcc;
}

