/* Styles just for the image gallery */

/* div {
	border: 1px solid #00f;
} */

.content {
	/* overalll definitions for the gallery
	 * this is the overall canvas used behind gallery items 
	 */
  display: inline-block;
  *display: inline;
  padding: 0 10px 5px 6px; 
  line-height: 1.4em;
  width: 75%;
  vertical-align: top;
}

.gallerymenu {
  /* left-side menu */
  /* should have just enough here to make a menu space, but no more */
  display: inline-block;
  *display: inline;
  width: 20%;
  margin: 10px;
  vertical-align: top;
  clear: none;
  background: #fff;
  color: #000;
}

.gallerymenu .top {
	width: 100%;
	background: #eee;
	height: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	background-image: url('/_images/sidebar.png');
	background-repeat: repeat-x;
}

.gallerymenu .bg {
	background: -moz-linear-gradient(top, #bcd6eb, #fff); /* Firefox */
	background: -webkit-gradient(linear, #bcd6eb, #fff);  /* chrome, safari */
	/* filter:progid:DXImageTransform.Microsoft.Gradient( /* IE */
                StartColorStr="#ffffff", EndColorStr='#ffffff', GradientType=0); */
	background-color: #bcd6eb;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#gallerytags {
	/* tags area within the menu */
}

.imageupload th {
	vertical-align: top;
	text-align: right;
	padding-right: 3em;
}

.imagerow {
	/* outer div for a single image */
	/* border-bottom: 1px solid #ccc; */
}

/* these are used for an image thumbnail */ 
.imagethumb {
	/* thumbnail area */ 
	float:left;
  	margin: 1ex 1em 1ex 1em;
}
.imagethumb img a {
	/* no border on image links */
    border: 0;
}
.imagethumbdetails {
	/* box containing caption and description */
    position:relative;
    padding: 1em 0 1em 0;
    margin-left: 200px;
    width: 160px;
    height: 160px;
}

/*these are used for full-size display */
.fullimage {
}
.imagedisplay {
}
.imagedetails {
}

/* a {
	color: #FFCC00;
}
a:hover {
	color: #646464;
}
a:visited {
	color: #D28510;
} */

.caption {
	/* caption text */
    font-weight: bold;
}

.description {
	/* description text */
}

textarea {
	font-size: 12px;
}

