﻿body
{
	background: #b5b6b5 url(./images/bg.jpg) repeat-x top left;
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica; 
	font-size: 11px/1.55
}

.main
{
	/*background-color: #000000;*/
	border-left: solid thin #000000;
	border-right: solid thin #000000;
	width: 1024px;
	vertical-align: text-top;
	border-spacing: 0;
	margin-left:auto; 
	margin-right:auto;
}

a:link, a:visited
{
	color: #ffffff;
	text-decoration: none; 
	font-weight: bold;
}
 
a:hover
{
	text-decoration: none; 
	font-weight: bold;
}

img 
{
	border: none;	
}

h1
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: top;
}

h1.imageTitle
{
    padding-bottom: 5px;
    color: #ffffff;
    border-bottom: 1px solid #cc0000;
    font-size: 16px;
    text-align: left;
}

ul
{
	list-style-type: none;
}

.header
{
    background: url(./images/vista.png) repeat-x;
    font-size: 16px;
    font-weight: bold;
    height: 25px; 
    top: 0px; clear: both;
    width: 100%;
}

.banner
{
	background-repeat: no-repeat;
	height: 150px;
	vertical-align: text-top;
	padding: 0px;
}

/* Navigation */
.nav
{
	border: 0px;
	float: right;
	padding: 0px;
	text-transform: uppercase;
	margin-right: 10px; text-align: right; margin-top: 3px;
}
.nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav li
{
	float: left;
}
.nav li a
{
	display: block;
	text-decoration: none;
}

.nav li a:after { content: " | "; color: #666; margin-left: 10px; margin-right: 10px; }
.nav li a:hover { color:#999; text-decoration:none; }
.nav li.first:after { }
.nav li.last { }
.nav li.last a:after { content: ""; color: #666; margin-left: 2px; margin-right: 2px; }

.logo
{
    float: left; margin-left: 5px; margin-top: 3px;
}

.footer
{
    background: url(./images/vista.png) repeat-x;
    font-size: 11px;
    line-height: 25px;
    bottom: 0px; clear: both;
    width: 100%;
}

.copyright
{
    float: left; margin-left: 10px; 
}

.contact
{
    float: right; margin-right: 10px;
}

.contact a:hover{ text-decoration:none; color: #999; }

.thumbview
{
	vertical-align: text-top;
	text-align: center;
}

/* Album */
.album 
{
}

.albumFloat 
{
    float: left;
    text-align: center;
    margin-right: 3px;
}

.albumDescription
{
    position:relative; bottom: 15px;
}

.imageDescription
{
    color: Black;
    font-weight: bold;
}

ul.imageMetadata
{
    font-size: 10px;
    vertical-align: top;
    color: Black;
    margin-left: 10px;
    padding: 0px;
}

.redspub
{
	color: #cc0033;
	font-size: 7pt;
}

.counter
{
	color: #99b8cd;
	font-size: 6pt;
}
