/*


If you change the theme, and would like to share them....
please contact me through the website.
You might have your theme included in the next release.

*/



/* body style - delete this if using as include and conficting with existing css */
body {
	margin: 10px;
	background-color: #383838;
}



/* Gallery Title */
.gallerytitle {
	color: #cccccc;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}

/* Breadcrumbs links */
.gallerymenu {
	color: #aaaaaa;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
.gallerymenu A:link {COLOR: #aaaaaa; text-decoration: underline}
.gallerymenu A:visited {COLOR: #aaaaaa; text-decoration: underline}
.gallerymenu A:active {COLOR: #aaaaaa; text-decoration: underline}
.gallerymenu A:hover {COLOR: #eeeeee; text-decoration: none}


/* HR below breadcrumbs */
hr {
	border:0;
	color: #777777;
	background-color: #777777;
	height: 1px;
}


/* Image (and folder) Title */
.imagetitle {
	color: #888888;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

/* Gallery Image thumbnail */
.galleryimage {
	border: 5px solid #696969;
	background-color: #777777;
	margin-left:15px;
	margin-right:15px;
}
.galleryimage:hover {
	border: 5px solid #999;
}

/* Default Folder Image */
.galleryfolder {
	border: 5px solid transparent;
	background-color: transparent;
	margin-left:15px;
	margin-right:15px;
}
.galleryfolder:hover {
	border: 5px solid #999;
}

/* Page Links */
.gallerypagelinks {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
      color: #aaaaaa;
      text-align: center;
}

.gallerypagelinks A:link {COLOR: #aaaaaa; text-decoration: underline}
.gallerypagelinks A:visited {COLOR: #aaaaaa; text-decoration: underline}
.gallerypagelinks A:active {COLOR: #aaaaaa; text-decoration: underline}
.gallerypagelinks A:hover {COLOR: #ffffff; text-decoration: none}

/* Links in large img view mode */
.navlink {
	color: #888888;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display:block;
	padding:3px 6px;
	margin:3px 12px 0px 0px;
	border:1px solid #888888;
	float:left;
}
.navlink:link {COLOR: #888888; text-decoration: none}
.navlink:visited {COLOR: #888888; text-decoration: none}
.navlink:active {COLOR: #888888; text-decoration: none}
.navlink:hover {COLOR: #dddddd; text-decoration: none}

/* Links for admin */
.galleryadminlinks {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
      color: #aaaaaa;
      text-align: center;
      border: 1px solid #aaaaaa;
      margin: 15px auto;
      padding: 15px;
      width: 250px;
}

.galleryadminlinks A:link {COLOR: #aaaaaa; text-decoration: underline}
.galleryadminlinks A:visited {COLOR: #aaaaaa; text-decoration: underline}
.galleryadminlinks A:active {COLOR: #aaaaaa; text-decoration: underline}
.galleryadminlinks A:hover {COLOR: #ffffff; text-decoration: none}

/* powered by */
.credit {
	text-align:right;
	margin-top:20px;
	margin-bottom:2px;
	color: #888888;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
.credit A:link {COLOR: #888888; text-decoration: underline}
.credit A:visited {COLOR: #888888; text-decoration: underline}
.credit A:active {COLOR: #888888; text-decoration: underline}
.credit A:hover {COLOR: #ffffff; text-decoration: none}

/* popup tips div in setup edit */
#tips {
	display: none;
	position: absolute;
	border: 1px solid black;
      color: black;
	background-color: lightblue;
	width: 200px;
	padding: 3px 5px;
}

.comments {
  color: #ffffff;
  font-family: Verdana;
  font-size: 12px;
  width:500px;
  padding-top:5px;
}


.exif {
	margin-top:20px;
	margin-right:20px;
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}


/*////// GALLERY MENU //////*/

#menu{
z-index:2;
width:150px;
padding-bottom:12em; /* To allow room for bottom dropdown */
}

#menu a {
font:normal 12px verdana,helvetica,sans-serif;
display:block;
border:1px solid #696969;
margin:0px 0px 2px 0px;
padding:3px;
color:#888888;
background-color:#383838;
text-decoration:none;
}

#menu a:hover{
color:#ffffff;
background-color:#555555;
}

#menu ul ul a {
border:0px;
margin:0px
}

#menu a:active{
color:#888888;
background-color:#383838;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
width:100%;
}

#menu ul ul {
border:1px solid #696969;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
position:relative;
}

div#menu li ul{
position:absolute;
top:0;
left:100.1%;
display:none;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul ul ul ul,
div#menu ul ul ul ul ul,
div#menu ul ul ul ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul,
div#menu ul li:hover ul ul ul ul,
div#menu ul li:hover ul ul ul ul ul,
div#menu ul li:hover ul ul ul ul ul ul
{display:none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul,
div#menu ul ul ul ul li:hover ul,
div#menu ul ul ul ul ul li:hover ul,
div#menu ul ul ul ul ul ul li:hover ul
{display:block;}

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
background:#eee url(gallery/css/sub.gif) no-repeat bottom right;
}

#menu a.x:hover{
color:#ffffff;
background-color:#383838;
}

#menu a.x:active{
color:#ffffff;
background-color:#383838;
}


