/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	background: url('../images/bg-body-3.jpg');
	padding: 0;
	margin: 0;
}

#wrapper {
	color: #660066;
	background: #fff;
	width: 710px;
	padding: 5px;
	margin: 30px auto;
}

#hdr {
	text-align: center;
	padding: 2px;
}

#menu-top {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #6E003F;
	padding: 3px 20px;
	}
#menu-top ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menu-top li {
	display: inline;
	margin-right: 7px;
	padding-right: 7px;
	border-right: 1px solid #FFFFFF;
}

#menu-top li a {
	font-size: 1.0em;
	color: #FFFFFF;
	text-decoration: none;
}


#content-wrapper {
	font-size: 1.4em;
	padding: 10px 35px;
}

h1 {
	font-size: 1.1em;
	background-image: url('../images/topbar.jpg');
	width: 168px;
	height: 22px;
	margin: 15px 0px 40px 0px;
	padding: 5px 30px 0px 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}

h1 a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

b.highlight, strong.highlight {
	color: #E9951E;
}

span.highlight {
	color: #999933;
}

.underline {
	text-decoration: underline;
	font-size: 0.8em;
}

.book {
	text-align: right;
}

.book a {
	text-decoration: none;
}

.book2 {
	margin: 3px 32px 0px 0px;
	float: right;
}

.book2 a {
	color: #405695;
	font-size: 1.2em;
}

.box {
	border: 1px solid #D9D8D8;
	background-color: #8F3C6B;
	padding: 4px 30px 4px 20px;
	color: #FFFFFF;
	margin: 3px 3px 3px 3px;
	font-weight: bold;
	font-size: 0.9em;
}

#rates {
	background-color: #FAF9F9;
	border: 1px solid #D9D8D8;
	font-weight: bold;
}

#rates th {
	border-left: 1px solid #D9D8D8;
	border-right: 1px solid #D9D8D8;
	text-align: center;
	color: #405695;
}

#rates td {
	border-left: 1px solid #D9D8D8;
	border-right: 1px solid #D9D8D8;
}

#rates td.line {
	background-color: #8F3C6B;
	height: 2px;
}

#rates td.red {
	color: #FF0000;
}

img { vertical-align: bottom; }

#footer {
	color: #fff;
	background: #6E003F;
	padding: 3px 15px;
}

#footer a {
	color: #fff;
	font-size: 1.0em;
	text-decoration: none;
}

.c { text-align: center; }

a {
	text-decoration: underline;
	color: #E67511;
	font-size: 0.8em;
}

a img {
	border-width: 0px;
}


.thumbnails{
	padding: 7px;
	border: 1px solid #ddd;
	margin-right: 10px;
	margin-bottom: 5px;
	text-align: center;
	}	
	
.thumbnails img {
	border: 1px solid #ddd;
	display: inline;
}

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}

.caption a {
	color: #727272;
	text-decoration: none;
}




/*
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url('images/overlay.png'); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
*/

/*
.photos-large {
	border-style: solid;
	border-color: #778899;
	border-width: 1px;
	padding: 10px;
	margin: 4px;
}

#picture-holder a:hover img{
    border-width: 2px;
    border-color: #38c;
	margin: 3px;
}


#picture_caption {
	font-size: 12pt;
}
#picture-holder {
	text-align: center;
}

#exif_toggle {
	padding: 0;
	margin: 0;
}

.thumbnail img {
	padding: 5px;
	text-align: center;
	margin: 4px;
	background: #FFF;
	border-width: 1px;
	border-color: #778899;
}


.thumbnail a:hover img {
    border-width: 2px;
    border-color: #38c;
	margin: 3px;
}

*/

/*

.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;
	border-top: 		1px solid #CDCDCD;
	border-bottom: 		1px solid #CDCDCD;
}

#breadcrumbs {
	margin: 0;
	padding: 2px;
	border-top: 		1px solid #CDCDCD;
	border-bottom: 		1px solid #CDCDCD;
	
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFC;
}
*/

#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;
}

#search_box {
	margin-left: 5px;
	float: right;
}

.date, #picture_caption
    {
    font-size:         0.9em;
    font-weight:       bold;
    line-height:       1.4;
    background-repeat: no-repeat;
    text-transform:    uppercase;
    letter-spacing:    2px;
    margin-left:       4px;
    padding-bottom:    2px;
    }
		
#picture_caption 
		{
		font-size:		 		 0.8em;
		font-weight:			 normal;
		text-transform: 	 none;
		letter-spacing:		 1px;
		
		}

/*
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%;
}

ul.slides {
  	margin:0;
  	margin-top: 15px;
  	padding:0;
  	list-style:none;
  	line-height:1.4em;
}
  
.slides li {
  	display:block;
	float:left;
  	margin:0 10px 10px 0;
  	padding:0;
	width: auto;
	height: auto;
}

#link-back {

	text-align: right;
	padding: 0;
	margin: 0;
	
}

.tag {
		 text-align: center;
}

.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;
}

#jump-search-container {
	text-align: right; 
	vertical-align: bottom;
}

#sortby-container, #rss-tag-container {
	text-align: right; 
	white-space: nowrap;
}

#rss-image {
	margin:0; 
	padding:0; 
	display:inline
}

#no-pictures-msg {
	text-align: center; 
	padding: 15px 0px 15px 0px;
}

.align-right {
	text-align: right;
}

#prev-link-container {
	width: 50%; 
	text-align: left;
}

#next-link-container {
	width: 50%; 
	text-align: right;
}

#exif-container-toggle {
	width: 100%; 
	text-align: center;
}
	
*/
	
	
	
h2 {
	font-size: 1.0em;
}

h3 {
	font-size: 1.1em;
}

p.desc {
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
}
	
a.link {
	font-size: 1.0em;
}

img.left {
	float: left;
}

img.right, .fr {
	float: right;
}

img.pt { padding-top: 5px; }
img.pr { padding-right: 5px; }
img.pb { padding-bottom: 5px; }
img.pl { padding-left: 5px; }

.clr {
	clear: both;
}