/* CSS Document */

.gallery_title {
text-align: center;
font-size: 180%;
font: Verdana, Helvetica, Arial, sans-serif;
color: #0066cc;
}

.gallery_descr {
text-align: left;
font-size: 120%;
border-bottom: 2px dotted #333333;
font: Verdana, Helvetica, Arial, sans-serif;
padding:2px;
}

.gallery_item {
font: 100% Verdana, Helvetica, Arial, sans-serif;
color: #000000;
text-decoration: none;
width: 90%;
margin-top: 5px;
margin-left: 30px;
padding: 8px;
border: 1px solid #CCCCCC;
}

.image {
padding: 5px;
}

.author {
font-weight: bold;
font-size: 110%;
padding-bottom: 5px;
}

div.title {
font-weight: bold;
margin-top: 1px;
margin-bottom: 5px;
font-size: 110%;
}

.year {
font-size: 110%;
}