/*
	jhp_1 Gallery 2 Theme

	$Revision: 1.10 $ jhp_1
*/


/* -- Main layout definitions ------------- */


body.gallery {
	margin: 0;
	padding: 0;
	font-size: small;
	text-align: left;
}


hr {
	color: #fff;
	height: 1px;
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
	clear: both;
}

.clear {
	clear: both;
}

.breadcrumb {
	float: left;
	color: #333;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.header {
}

.content {
	clear: both;
	margin: 0 auto;
	text-align: left;
}

.footer {
	font-size: 0.8em;
	color: #999;
	margin-top: 4em;
	padding-top: 1.5em;
	text-align: right;
}
.footer p {
	text-align: right;
}

.gallery h2 {
	clear: both;
	margin: 1em 0;
	font-size: 1.5em;
	color: #444;
}

.gallery h3 {
	clear: both;
	margin: 1.5em 0 1em 0;
	font-size: 1.2em;
	color: #444;
}


/* -- Gallery Main Divs --------------- */

div#gallery_wrapper_header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div#gallery_content {
	position: absolute;
	top: 120px;
	left: 127px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;
	text-align: left;
}


div#gallery_trailer {
	float: left;
	position: relative;
	overflow: show;
	width: 900px;
	top: 0;
	left: 0;
	background: #EEE;
}



/* -- Gallery Album listing --------------- */

div#gallery_album_header {
	float: left;
	position: relative;
	overflow: show;
	width: 90%;
	top: 0;
	left: 0;
	background: transparent;
}

div#gallery_album_scroller {
	position: relative;
	overflow: show;
	width: 100%;
	top: 0;
	left: 0;
	margin-top: 25px;
	margin-bottom: 20px;
	background: transparent;
}

div#gallery_album_footer {
	float: right;
	text-align: right;
	position: relative;
	overflow: show;
	top: 20px;
	right: 12px;
	background: transparent;
}

.gallery-albums {
	clear: both;
}

.gallery-albums h4 { /* Years in Album overview (when grouped by year) */
	margin: 10px 0 0 0;
}


/* -- Gallery Items ----------------------- */

.gallery-items {
	margin: 0;
	clear: both;
}

.gallery-empty {
	padding: 0.5em 1.5em;
	margin: 1.5em 3em;
	border: 1px solid #ddd;
	background-color: #ffe;
}


/* -- Gallery Photo (detail page) --------- */

div.gallery-photo {
	text-align: center;
}

img.gallery-photo {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	-moz-border-radius: 3px;
}

#prevArrow img, #nextArrow img {
	border-style: none;
}


/* -- Navigator --------------------------- */

.block-core-Navigator {
	display: block;
	margin: 1.5em 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
}

.block-core-Navigator a {
	font-size: 0.9em;
	font-weight: bold;
	color: #337;
}

.block-core-Navigator .current,
.block-core-Navigator .first-and-previous,
.block-core-Navigator .next-and-last {
	display: inline;
}

/*.block-core-Navigator .current {*/
/*	margin: 0 0.5em;*/
/*}*/


/* -- System- / Item-Links ---------------- */

.gbSystemLinks, .block-core-ItemLinks {
	clear: both;
}

.block-core-SystemLink { font-weight: bold; }

.gbSystemLinks .block-core-SystemLink a,
.block-core-ItemLinks a {
	display: block;
	padding: 0.3em;
}


/* -- Toolbar ----------------------------- */

#toolbar {
	clear: both;
/*	border: 1px solid #ccc; */
	background-color: #f1f1f1;
	margin: 1em 0;
	padding: 0.5em;
}


/* -- Admin ------------------------------- */

.gallery-admin {
	font-size: 0.9em;
}

.gallery-admin h2 {
	font-size: 1.2em;
	margin-top: 2em;
	overflow: hidden;
}

.gallery-admin h4 {
	margin-bottom: 0.5em;
}

.giSuccess, .giWarning, .giError  {
	font-weight: bold;
}

.giSuccess { color: #5c0; }
.giWarning { color: #c50; }
.giError { color: #a44; }

.gallery-admin .gbBlock {
	margin: 1.5em 0 2em 0;
}

#gsSidebar {
	width: 13em;
	overflow: hidden;
	padding-right: 1em;
}

#gsSidebarCol {
	width: 1%;
}

#gsSidebar ul {
	padding: 0.2em 0 1.5em 0;
	margin: 0;
	font-weight: bold;
}

#gsSidebar ul ul {
	font-weight: normal;
}
#gsSidebar li.gbAdminLink {
	list-style: none;
	padding: 0.2em 0;
	margin: 0;
}

.gbTabBar {
	padding: 0.2em 0;
	border-bottom: 1px solid #ccc;
}

.gbTabBar a {
	border: 1px solid #ccc;
	padding: 0.2em 1em;
	background-color: #eee;
	margin: 0 0.2em;
}

.gbTabBar .giSelected {
	margin: 0 0.2em;
	padding: 0.2em 1em;
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	background-color: #fff;
}

.giUpdated, .giNew {
	font: normal 9px Arial;
	text-transform: uppercase;
	color: #222;
	background-color: #ffea88;
	padding: 0 3px;
	margin-left: 3px;
}

.autoCompleteShadow {
    background-color: #a0a0a0 !important;
}

.autoCompleteContainer {
    border: 1px solid #404040;
    background-color: #fff;
    border-top: 0px;
    border-bottom: 1px dotted rgb(0, 172, 0);
    margin-bottom: -1px;
    margin-top: 0px;
}

.autoCompleteContainer li.yui-ac-highlight {
    background-color: #38c;
    color: #fff;
}











.buttonClose a {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../jhp_1/images/close.gif') no-repeat;
  margin: 1px;
}
.buttonClose a:hover { background-position: -15px 0; }

.buttonFirst a {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../jhp_1/images/first.gif') no-repeat;
}
.buttonFirst a:hover { background-position: -15px 0; }

.buttonLast a {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../jhp_1/images/last.gif') no-repeat;
}
.buttonLast a:hover { background-position: -15px 0; }

.buttonPrev a {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../jhp_1/images/prev.gif') no-repeat;
}
.buttonPrev a:hover { background-position: -15px 0; }

.buttonNext a {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../jhp_1/images/next.gif') no-repeat;
}
.buttonNext a:hover { background-position: -15px 0; }

.buttonExif a {
  display: block;
  width: 18px;
  height: 15px;
  background: url('../jhp_1/images/exif.gif') no-repeat;
}
.buttonExif a:hover { background-position: -18px 0; }

.buttonCart a {
  display: block;
  width: 16px;
  height: 15px;
  background: url('../jhp_1/images/cart.gif') no-repeat;
}
.buttonCart a:hover { background-position: -16px 0; }

.buttonShowSidebar a {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../jhp_1/images/showsidebar.gif') no-repeat;
}
.buttonShowSidebar a:hover { background-position: -15px 0; }

.buttonHideSidebar a {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../jhp_1/images/hidesidebar.gif') no-repeat;
}
.buttonHideSidebar a:hover { background-position: -15px 0; }


div.gbNavigator div.first-and-previous { float: left; }
div.gbNavigator div.next-and-last { float: left; }


.g2_album_description {
	float: left;
	font-weight: bold;
	color: #777;
}



.gallery-album {
	float: left;
	overflow: show;
	text-align: center;
	margin-right: 19px;
}

div.gallery-album a {
	font-weight: bold;
}

.gallery-album .meta {
}

/* -- Gallery thumbnails ------------------ */

.gallery-thumb {
	margin: 5px;
	float: left;
	text-align: left;
	vertical-align: middle;
}

.gallery-thumb img {
	border: 0px none #ddd;
}

.gallery-thumb a img {
	border-color: #ccc;
}

.gallery-thumb a:hover img {
}


div.breadcrumb, div.breadcrumb p, div.breadcrumb a, div.breadcrumb div {
	font-size: 10px;
}


.gbDataTable td select, .gbDataTable select {
	text-align: left;
}

div#gallery_album_introtext {
	width: 100%;
	margin-top: -12px;
	margin-bottom: 20px;
}





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

#gallery a:hover	{
	color: #0099CC;
	text-decoration: none;
}

