form {
	display: inline;
}

img {
	border: 0;
	display: inline;
}


/* changed code*/

#header_gallery {width: 100%; margin-bottom: 20px; text-align: center;}
#header_gallery  h1 {font-size: 3em; font-family: Georgia, "Times New Roman", Times, serif; color: #FF6600; margin-top: 10px; text-align:center; float: left;}
#jump-search-container {float: right; margin: 10px 0 10px 100px; text-align: right; vertical-align: bottom;}
#searchbox {width: 100%; display: block; margin: 5px 0 20px 100px;}

input.submit
{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url('../graphics/button-bg.gif');
	background-repeat: repeat-x;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.photos-large {
	outline: none;
	
}


/*main picture display*/

#picture-holder a:link img, #picture-holder a:visited img {
    outline: none;
	border:  1px #CCC dashed;
	padding: 5px;
	margin: 10px;
}


#picture-holder a:hover img, #picture-holder a:focus img{
outline: none;
	border:  1px #CCC solid;

}


#picture_caption {
	font-size: 12pt;
}

#main_container {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

#inner_wrapper {
	/* padding: 10px;*/
	width: 100%;
}

#wrapper {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
}

#picture-holder {
	text-align: center;
}

#exif_toggle {
	padding: 0;
	margin: 0;
}


#thumbnail_container {}

.photos {
	padding: 5px;
	margin: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}


#jump_menu {
	float: right;
}

#download_selected {
	float: right;
	text-align: right;
}

#pagination {

	padding: 2px;
	margin: 0;
	clear: both;
}

#breadcrumbs {
	clear: both;
	padding: 2px;
	border-top: 		1px solid #CDCDCD;
	border-bottom: 		1px solid #CDCDCD;
	margin: 20px 0 20px 0;;
	width: 100%;
	
}

#breadcrumb_links {
	margin: 2px; 
}

a.print {
	background-image: url(../graphics/printer.gif); 
	background-repeat: no-repeat; 
	background-position: left center;  
	padding-left: 20px; 
}

.page_link {
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}



table {
	border: 0px;
	padding: 0px;
	}

#gallery .date, #picture_caption
    {
    font-size:         0.9em;
    font-weight:       bold;
    line-height:       1.4;
    background-repeat: no-repeat;
    text-transform:    uppercase;
    letter-spacing:    1px;
    background: none;
	color: #333333;
    }
		
#gallery .date {float: left}		
#picture_caption {float: right;}
		
a.nav-link-img-next {
		background-image:    url(../graphics/fforward.gif);
    	background-repeat:   no-repeat;
    	background-position: right 1px;
		padding-right: 20px;
		width: 40px;
	  }

a.nav-link-img-prev {
		background-image:    url(../graphics/rewind.gif);
   	 	background-repeat:   no-repeat;
    	background-position: left 1px;
		padding-left: 20px;
		width: 40px;
	  }
		
	  
.comments p {

	padding: 0;
	margin: 0;
	padding-bottom: 15px;
}

.comments cite  { 
	color: #000; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	font-size: 75%;
	background: url('../graphics/comment.gif') no-repeat 0 3px;
	padding: 5px;
	padding-left: 23px;
	margin-top: 8px;
	height: 28px;
}

.comment, .comment_alt {
	
	border-top: 1px solid #CDCDCD;
	background-color: #e2e2e2;
	margin: 0;
	padding: 15px;
	list-style: none inside;
}

.comment_alt {
	background-color: #fff;
}	

.meta-header { 
		font-size: 85%;
		padding: 0;
		margin: 0;
		color: #8b0000;
		text-align: center;
}

.comments-closed {
		color: #999966;
		text-align: center;
}

#exif_data {
		padding: 20px;
		text-align: left;
		width: 50%;
}


#link-back {

	font-size: 65%;
	text-align: right;
	padding: 0;
	margin: 0;
	
}


/*container slides*/

ul.slides {
	margin-top: 15px;
  	padding:0;
  	list-style:none;

}
  
.slides li {
  	display:block;
	float:left;
  	margin:0;
  	padding:0;
	}


/*Album thumbnails*/
.tag {
	text-align: center;
	width: 150px;
	overflow: hidden;
	float: left;
	height: 200px;
			 }

.thumbnail img {
	padding: 5px;
	text-align: center;
	margin: 3px;
	outline: none;
	border:  1px #CCC dashed;
	}

.thumbnail a {outline: none;}
.thumbnail a:hover img {
	border-width: 1px;
	border-color: #FF6600;
	margin: 3px;
	outline: none;
}



.large-thumb-toolbar {

	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}		

.errors
{
    width:            500px;
    background-image: url('../graphics/x.gif');
    background-repeat: no-repeat;
    background-position: 5px 8px;
    margin-bottom:    15px;
    border:    1px solid maroon;
    padding:          8px;
    background-color: #FFCCCC;
    padding-left:     28px;
}
		 
#overlay {
  	position: absolute; 
  	visibility: hidden; 
  	background-color: #38c;
	font-family: "Georgia", "Verdana", serif;
	font-weight: bold;
	font-size: 14px;
	padding: 4px;
	text-align: center;
	width: 18px;
	color: #fff;
}



#sortby-container {float: left; text-align: left; 	white-space: nowrap;}
#rss-tag-container {float: right; text-align: right;	white-space: nowrap;}


#rss-image {
	margin:0; 
	padding:0; 
	display:inline;
	border: none;
	float: right;
	position: absolute;
	z-index: 100;
	margin-top: -10px;
	margin-left: -15px;
}

#no-pictures-msg {
	text-align: center; 
	padding: 15px 0px 15px 0px;
}

.align-right {
	text-align: right;
}


/*<<prev next>> */

#prev-link-container {
	width: 50%; 
	text-align: left;
}

#next-link-container {
	width: 50%; 
	text-align: right;
}



#prev-link-container a:link, #prev-link-container a:visited,
#next-link-container a:link, #next-link-container a:visited 
	{text-decoration: none; color: #647fec; padding: 3px; outline: none; margin: 3px;}
#next-link-container a:hover, #next-link-container a:focus,
#prev-link-container a:hover, #prev-link-container a:focus
	 {text-decoration: none; border: 1px solid #CCCCCC; padding: 2px; background-color: #FFFFCC;}



#exif-container-toggle {
	width: 100%; 
	text-align: center;
}
