/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #ffffff;
	color: #000000;
}

img {
	border-color: #b2b2b2;
}

/* Custom link styles */
a:active {
	text-decoration:underline;
	color: #000000;
}

a:visited {
	text-decoration:none;
	color: #000000;
}

a:hover {
	text-decoration:underline;
	color: #000000;
}

a:link {
	text-decoration:none;
	color: #000000;
}

.comment {
	font-weight: bold;

}

/* Put a border on all generated images */
.image {
	border-width: 2;
	border-style: solid;
	margin: 5;
}


/* Style for all table cells. */
td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

.camera {
	font-size: 11px;
}


/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
}


#imageinfo {

	font-size: 11px;
}

#footer {
        position: fixed;
        width: 100%;
        height: 35px;
        right: 0px;
        bottom: 0px;
        left: 0px;
	background-color: #D9EFFF;
	text-align: top;
}

.navbar {
	font-size: 13px;
	font-color: blue;
}

#picasa {
	 position: fixed;
	 right: 0;
	 top: 0;
   	 display: block;
   	 height: 220px;
  	 width: 220px;
         background: url(../banner.png) top right no-repeat;
}

#picasatxt 
{
	position: relative;
	font-size: 13px;
	color: white;
	text-align: right;
	top: 4px;
	right: 10px;
}	

#picasatxtlow
{
	position: relative;
	font-size: 13px;
	color: white;
	text-align: right;
	top: 12px;
	right: 10px;

}

#picasaimg {
	position: relative;
	top: 10px;
	left: 105px;

}