a.but2 {
	background:url(images/frame/nav/but2.gif) top left no-repeat;
}
#frame-col2 {
	width:766px;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}
a:link, a:visited {
	color: #9c6;
}
a:hover {
	color: #cf9;
}
#wrapper {
	margin: 0 auto 0;
	width: 766px;
	position: relative;
}
#header {
	text-align: left;
}
#header p {
	clear: both;
	margin: 6px 25px;
	text-align: center;
	/* allows you to add a few words below the breadcrumbs */
}
#gallery-name {
	float: left;
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	color: #01B4E2;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif; /* Resets 1em to 10px */
}
#search-container {
	float: right;
	width:254px;
	margin: 0 0 20px 0;
	border:4px solid #eee;
}
#search-container input {
	margin:0;
	padding: 4px;
	vertical-align: top;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#666;
	width:150px;
	border:0px;
	
}
#search-container input.submit {
	width: 84px;
	margin:0;
	cursor: pointer;
	font-weight:bold;
	background:#fff url(images/frame/search_bg.gif) right no-repeat;
}
#breadcrumbs {
	clear: both;
	margin: 0;
	color: #0077bb;
	padding: 10px 0 10px 10px;
	margin:10px 0 10px 30px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	height:15px;
}
#breadcrumb_links {
	float: left;
	width:576px;
	font-size:11px;
	line-height:15px;

}
#breadcrumb_links a {
	color: #9c6;
	text-decoration: none;
}
#breadcrumb_links a:hover, #slideshow a:hover {
	color: #693;
	text-decoration: underline;
}
#slideshow {
	float: right;
	display: inline;
	width:150px;
	line-height:15px;
	text-align:right;
}
#slideshow a {
	color: #9c6;
	text-decoration: none;
	font-size:11px;
}
#slideshow a:hover {
	color: #693;
	text-decoration: underline;
}
#thumbnail-container {
	margin: 0;
	padding: 0;
	text-align:center;
}
#collections {
}
.collection {
	margin:2px 0;
	padding: 20px 40px;
	float: left;
	display: inline;
	text-align: left;
	width: 303px;
	font-size:11px;
	background:url(images/thumbBG.jpg) top left no-repeat;
}
.collection img {
	border:none;
	float: left;
	margin:5px 20px 5px 5px;
	display: inline;
	background: #fff;
}
.collection img:hover {
	background: #eaeae0;
	border: 5px solid #9c6;
	margin:0 15px 0 0;
}
.collection p {
	margin: 4px 0 0 0;
}
.collection h2 {
	margin: 5px 0;
	padding: 0;
	font-size: 15px;
	font-weight:normal;
}
.collection h2 a {
	color: #9c6;
}
.collection h2 a:hover {
	color: #693;
	text-decoration:underline;
}
/* Begin Large Picture Page Section */
#big-picture-container {
	margin: 10px 0 10px 0;
	padding: 10px 0 20px 40px;
}
#picture-caption {
	/* ideally, no padding and width is equal THUMB_LARGE image	
	padding: 0 80px;
 */
 	width: 70%;
	margin: 0 auto 6px;
	font-size: 11px;
	text-align: center;
	color: #333;
	clear:both;
}
.date {
 	width: 70%;
	margin: 0 auto 0;
	text-align: center;
	font-size: 1.1em;
	letter-spacing: 1px;
	color: #8689a2;
}
#prev-link-container {
	width: 15%;
	text-align: left;
}
#next-link-container {
	width: 15%;
	text-align: right;
}
#nav-link-img-prev, #nav-link-img-next {
	margin: 10px 0 0;
	padding: 0;
	font-size: 12px;
	display: inline;
}
#nav-link-img-prev {
	float: left;
}

#nav-link-img-next {
	float: right;
}
#nav-link-img-prev a, #nav-link-img-next a {
	border: 3px solid #fff;
	background:#fff;
	padding: 2px 4px;
	color: #9c6;
	text-decoration:none;
}
#nav-link-img-prev a:hover, #nav-link-img-next a:hover {
	border: 3px solid #9c6;
	background: #693;
	color: #fff;
}
#picture-holder {
	clear: both;
	margin: 10px 0 0 0;
	text-align:center;
}
#picture-holder a img {
	border: 5px solid #eee;
}
#picture-holder a:hover {
	white-space: normal;
}
#picture-description {
	margin: 6px auto 6px;
	padding: 0 80px;
	/* ideally, no padding, but width equal to THUMB_LARGE image */
	text-align: center;
	font-size: 12px;
	color:#666;
}
#exif_toggle {
	margin: 0 0 20px 0;
	padding: 0;
}
#exif-toggle-container {
}
#exif_table {
}
#exif_data {
	margin: 0 auto 0;
	text-align: left;
}
#exif_data td {
	padding: 0 20px;
}
#comment-section {
	margin: 10px 25px 10px 25px;
	clear: both;
	text-align: left;
}
.comment-heading {
	margin: 12px 0 0 0;
	font-size: 1.4em;
}
#thumb-nav {
	list-style-type: none;
	margin: 25px;
}
#thumb-nav li {
	float: left;
	margin: 0 10px 0 0;
}
#thumb-nav li img {
	border: 5px solid #eee;
	display: inline;
	background: #fff;
}
#thumb-nav li img:hover {
	border: 1px solid #9c6;
}
/* test the following stuff */
#comment-section form p {
	margin: 6px 0;
}
.comment, .comment_alt {
	border-top: 1px solid #dfded6;
	margin: 0;
	padding: 15px;
	list-style: none inside;
}
.comment_alt {
	background: #effbfb;
}
.comments p {
	margin: 0;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 0 0 15px;
}
.comments cite {
	margin-top: 8px;
	padding: 5px 5px 5px 23px;
	color: #000;
	font-size: 1.0em;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 28px;
}
.comments-closed {
	color: #996;
	text-align: center;
}
/* End Large Picture Page Section */

#no-pictures-msg {
	margin: 0;
	padding: 100px 0;
	font-size: 16px;
	text-align: center;
	width:766px;
	height:40px;
}

#rss-image {
	margin: 0;
	padding: 0;
	display: inline;
}

.errors {
	margin: 0 0 15px 0;
	padding: 8px 8px 8px 30px;
	border: 1px solid #e3071f;
	font-size: 1.1em;
	color: #000;
	background: #f5a7ab;
}
.meta-header {
	margin: 0;
	padding: 0;
	color: #404040;
}
.page_link {
	padding-left: 1px;
	padding-right: 1px;
	text-decoration: none;
}
.print-icon {
	background:url(../../graphics/printer.gif) top right no-repeat; 
	padding-right: 25px; 
	height:20px;
}
.slideshow-icon {
	background:url(../../graphics/slideshow.gif) top right no-repeat; 
	padding-right: 25px;
	height:20px;
}
div.large-thumb-toolbar {
	padding: 15px 0;
	text-align: center;
}
div.large-thumb-toolbar a {
	padding: 0 4px;
}
.photos-large {
	margin: 0 0 20px 0;
}

ul.slides {
	margin: 10px 0 0 10px;
	padding: 0;
}
ul.slides li {
	/* width is calculated by PHP in the HTML, style is applied inline */
	float: left;
	margin: 0 0 20px 20px;
	padding: 0;
	display: inline;
	text-align: center;
}
ul.slides li img {
	border:none;
	margin:5px;
}
ul.slides li a {
	display: block; /* display:block required to make anchor tag's border surround img in Firefox */
}
ul.slides li img:hover {
	border: 5px solid #9c6;
	margin:0;
}
.checkbox {
}
li.thumbnail {
	background:url(images/thumbBGsmall.jpg) top left no-repeat;
}
li.thumbnail a {
	margin:10px;
}
.thumbnail p {
	font-weight: bold;
	overflow: hidden;
	/* width is equal to the width of the thumbnail image, set inline in album.php */
}




/* Begin Footer Section */

#footer {
	clear: both;
	padding: 10px 0 30px 10px;
	margin: 20px 0 0 30px;
	width: 726px;
	border-top:1px dotted #ccc;
}
#pagination {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	clear: left;
	color:#0077dd;
}
.page_link {
}
#pagination a {
	text-decoration: none;
	color: #9c6;
	font-weight:normal;
}
#pagination a:hover {
	text-decoration: none;
	color: #693;
}
option {
	padding: 0 4px;
}
#download-selected {
	margin: 0 0 10px 0;
	padding: 0;
	float: right;
	display: inline;
	width: 168px;
	text-align: right;
	clear: right;
}
#download-selected input.submit {
	margin: 0;
	padding: 0 0 0 26px;
	float: right;
	display: inline;
	cursor: pointer;
	background: #fff url(../../../gallery/themes/images/carrot_sel3.png) no-repeat 0 50%;
	border: none;
	font-weight: bold;
	color: #4dc4e6;
	width: 168px;
	height: 23px;
}
#navigation-container {
	float: left;
	text-align: left;
	margin: 0;
	clear: left;
}

	#navigation-container form div select {
		width:150px;
	}
	
	#navigation-container form div select, #navigation-container form div select option {
		font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#999;
	}
	
#sort-control {
	float: right;
	text-align: right;
	margin: 0 0 10px 0;
	display: inline;
	width:300px;
}
#sort-control span {
	float: left;
	margin: 0 0 0 8px;
	display: inline;
	font-size:11px;
	color:#666;
}

	#sort-control form select, #sort-control form select option {
		font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#999;
	}
	
#change_sortby {
	margin-left: 5px;
}
#rss-tag-container {
	float: right;
	text-align: right;
}
.credit {
	font-size: 90%;
	text-align: center;
}
.credit a {
	color: #01B4E2;
}
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */


#link-back {

	font-size:10px;
	padding:10px 20px 0 0;
	text-align:right;
	
}

#link-back a {
	color:#c6e1f0;
}

#link-back a:hover {
	color:#9c6;
}
