/* Default Plogger theme by Mike Johnson */

/* Body and general styles */

body { /* if embedding in your own template, you can remove these body style declarations to have the gallery inherit your website's preferences */
	background-color: #222;
	font-family: Verdana, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 13px;
	color: #eee;
	margin: 0;
	padding: 0;
}

a, a:link, a:visited, a:active {
	color: #fff000;
	text-decoration: none;
}

a:hover {
	color: #789;
	text-decoration: underline;
}

h1 { font-size: 1.4em; }

h2 { font-size: 1.2em; }

h3 { font-size: 1.1em; }

img {
	border: 0;
	display: inline;
}

table {
	border: 0;
	padding: 0;
}

/* Page Structure */

#header {
	background: url('images/header_ny_bg.png') repeat-x;
	height: 65px;
	padding: 0;
	margin: 0;
}
#header img {
	float: left;
}
#header p {
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0 0;
	margin: 0;
}
#header a {
	float: right;
	margin-top: 10px;
}
#main-container {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

#plog-wrapper {
	margin: 5px auto;
	width: 90%;
}

#inner-wrapper {
	/* padding: 10px;*/
	width: 100%;
}

/* Header Structure/Elements */

#header-table {
	width: 100%;
}

#gallery-name h1 {
	padding: 0;
	margin: 0;
}

/* Menu Structure/Elements */

#breadcrumbs {
	margin: 0;
	padding: 2px;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}

#breadcrumb-table {
	width: 100%;
}

#breadcrumb-links {
	margin: 2px; 
}

/* Content Structure/Elements */

#thumbnail-container { /* this is the div that contains all the thumbnails in collection/album view */
	margin: 5px auto;
}

ul.slides { /* this is the overall thumbnail container in collection/album view */
	margin: 15px auto;
	padding: 0;
	list-style: none;
	line-height: 1.4em;
	text-align:center;
}

.slides li { /* this is the individual thumbnail container in collection/album view */
	display: block;
	float: left;
	margin: 0 10px 10px 0; /* 2nd number controls the distance between thumbnails */
	padding: 0;
}

.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: #eee;
	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;
}

#prev-link-container {
	width: 50%; 
	text-align: left;
}

#next-link-container {
	width: 50%; 
	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;
	position: relative;
}

#picture-holder a:hover img{
	border: 1px solid #38c;
	background-color: #ededed;
	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: 3px;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.photos-large {
	border: 1px solid #789;
	background-color: #efefef;
	padding: 10px;
	margin: 4px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.thumbnail img {
	padding: 5px;
	text-align: center;
	margin: 3px;
	background-color: #efefef;
	border: 1px solid #789;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.thumbnail a:hover img {
	margin: 3px;
	background-color: #ededed;
	border: 1px solid #38c;
}

#error-404, #no-pictures-msg {
	margin: 50px 75px;
	text-align: justify;
}

/* Form Structure/Elements */

#jump-menu {
	text-align: right;
}

#download-selected {
	float: right;
	text-align: right;
}

#search-box {
	text-align: right;
}

#jump-search-container {
	text-align: right; 
	vertical-align: middle;
}

#sortby-container {
	text-align: right; 
	white-space: nowrap;
}

.align-right {
	text-align: right;
}

.nomargin {
	margin: 0;
}

/* Footer Structure/Elements */

#pagination {
	padding: 2px;
	margin: 0;
	clear: both;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	line-height: 2.5em;
}

#pagination-table {
	width: 100%;
}

span.page-link, a.page-link, a.pagPrev, a.pagNext {
	border: 1px solid #bbb;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 5px;
	margin: 0 3px;
	color: #bbb;
	text-decoration: none;
	background: #777;
}

.page-link:hover, .page-link a:hover, a.pagPrev:hover, a.pagNext:hover {
	color: #fff000;
	border: 1px solid #fff000;
	background-color: #333;
}

.page-link a:focus {
	outline: none;
	-moz-outline: none;
}

span.page-link-current {
	border: 1px solid #274f77;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 5px;
	margin: 0 3px;
	background-color: #274f77;
	color: #fff;
}


#link-back {
	font-size: 85%;
	text-align: center;
	padding: 8px 5px 5px 5px;
	margin: 0;
}

/* Slideshow Elements */

.large-thumb-toolbar {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	margin: auto;
}


#protect {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
}

#copyright {
	text-align: center;
}