/*
-----------------------------------------------
CloverCreek.com
Stylesheet: Gallery.css
Author:   Ben Glassman
Organization:	Vermont Design Works
Created: 10 July 2008
----------------------------------------------- */

#admin_navigation {
	background: #8B9B5C;
	width: 760px;
	float: left;
}

#admin_navigation ul { margin: 0; list-style: none; }
#admin_navigation li { margin: 0; float: left; }
#admin_navigation a {
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	background: #8B9B5C;
	border-right: 1px solid #FFF;
	padding: 6px 25px;
	float: left;
}

#admin_navigation a:link, #admin_navigation a:visited { color: #FFF; }
#admin_navigation a:hover, #admin_navigation a:active { background: #B4A56B; color: #FFF; }

div.dates select { width: auto; min-width: 7em; }
div.long textarea { margin-left: 0; }
#sort_order { width: 25px; }

/*
Gallery View */

.album_row { float: left; width: 100%; clear: left; padding-bottom: 18px; }
.album {
	text-align: center;
	margin-left: 0px;
	width: 235px;
	float: left;
	display: inline;
}
.album h2 { font-size: 1.6em; font-family: Times, 'Times New Roman', serif; font-style: normal; font-weight: bold; color: #6C481E; margin: 0 0 5px; }
.album .image img { border: 3px solid #B2CFD3; }
.album .caption { font-size: 1.6em; font-family: Times, 'Times New Roman', serif; font-style: normal; font-weight: bold; color: #6C481E; }

/*
Album View */

.photo_row { float: left; width: 100%; clear: left; padding-bottom: 18px; }
.photo {
	text-align: center;
	margin-left: 0px;
	width: 235px;
	float: left;
	display: inline;
}
.photo .image img { border: 3px solid #B2CFD3; }
.photo .caption { font-size: 1.6em; font-family: Times, 'Times New Roman', serif; font-style: normal; font-weight: bold; color: #6C481E; }

/*
Photo View */

.photo_full .image { text-align: center; }
.photo_full .image img { border: 1px solid #E2E6D6; }
.photo_full .caption { font-size: 1.2em; font-style: normal; text-align: center; margin: 1.5em 0; }

#prev_next_navigation {
	font-size: 1.1em;
	text-transform: lowercase;
	text-align: center;
}

#prev_next_navigation a { text-decoration: none; }
#prev_next_navigation a:link, #prev_next_navigation a:visited { color: #000; }
#prev_next_navigation a:hover, #prev_next_navigation a:active { color: #6C481E; }

/*
Breadcrumbs */

#breadcrumb { font-size: 1.1em; margin-bottom: 1.5em; }
