/*
Weatimages 1.7.2 stylesheet
$Id: weatimages.css,v 1.8 2007/04/15 09:00:57 Vova Exp $
*/

body {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #DDD;
	font-size: 1em;
	text-align: center;
	margin: 0px 0px 2px;
	padding: 0px;
	background-color: #000;
}
a, a:link, a:visited {
	color: #DAE2EF;
	text-decoration: none;
}
a:hover {
	color: #FF8F53;
}
a:active {
	color: #FF0000;
}
.weatimages_thumbnail_cell {/* cell displayed in album view and containing image thumbnail, filename, description */
	font-family: Helvetica, Arial, sans-serif;
	padding: 4px 4px 8px 4px;
	border: 1px solid #444;
	text-align: center;
	vertical-align: top;
	background: #222;
}
.weatimages_thumb_border {/* border of thumbnail */
	padding: 0px;
	border: 1px solid #888;
	margin: 6px 6px 2px 6px;
}
.weatimages_link_size {/* links to original/resized image displayed under thumbnail in album */
	font-size: 0.55em;
	text-decoration: none;
	color: #333366;
	text-align: center;
}
.weatimages_filename {/* filename displayed under image thumbnail in album */
	font-size: 0.7em;
	color: #AAA;
	font-weight: bold;
	text-align: center;
}
.weatimages_image_desc {/* description (from textfile or exif) displayed under image thumbnail in album */
	font-size: 0.6em;
	color: #666;
	text-align: center;
}
.weatimages_pages_navigator {/* pager */
	font-size: 0.7em;
	color: #666;
	text-align: center;
}
.weatimages_pages_navigator A {/* pager */
	text-decoration: none;
}
.weatimages_header {/* page title line - album/image name (or description) */
	font-family: Georgia, "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: #EEE;
	margin: 4px 20px 2px;
}
.weatimages_comment {/* string under page title - album/image description */
	font-size: 1em;
	color: #555555;
	margin-bottom: 3px;
	margin-left: 20px;
	margin-right: 20px;
}
.weatimages_thumb_album_name {/* album name shown on the right of album thumbnail */
	font-size: 1.4em;
	color: #EEE;
}
.weatimages_thumb_album_desc {/* album decsription shown on the right of album thumbnail */
	font-size: 1.2em;
	color: #AAA;
}
.weatimages_bigimage {/* style for big version of image */
	padding: 0px;
	border: 5px solid #333;
	margin: 5px;
	text-align: center;
}
.weatimages_container_navig {/* links to next/previous images displayed at the page vith big version of image */
	font-size: 0.8em;
}
#slideshow_control {
	font-size: 0.8em;
}
.weatimages_toppest_navig {/* style for a div containing top navigational links - to parent albums and next/prev images */
	font-size: 0.8em;
	color: #CCC;
	background-color: #3F3F3F;
	padding: 3px 20px;
	margin-bottom: 5px;
	border-bottom: 2px solid #333333;
}
.weatimages_hotkey_tip {/* tips beside links to next/previous images */
	font-size: 11px;
	color: #999;
}