/* photo_home */

ul.albums {
width: 100%;
overflow: hidden;
}
ul.albums li {
list-style-type: none;
margin-left: 0;
width: 100%;
overflow: hidden;                 
border-bottom: 1px solid #999;
padding-bottom: 20px;
margin-bottom: 20px;
}
body ul.albums li li {
border: none;
margin: 0;
padding: 0;
}
ul.albums li.last {
border-bottom: none;
}
.albums .image {
width: 300px;
float: left;
}
.albums .image img {
display: block;
}
.albums .info {
float: right;
width: 620px;
padding-bottom: 0;
}
#main .albums h3 {
font-size: 38px;
line-height: 40px;
margin-bottom: 20px;
font-weight: bold;
}
ul.albums .meta {
float: right;
}
body.album .meta {
margin-bottom: 10px;
}

/* photo_album */

div.photos {
width: 100%;
overflow: hidden;
margin: 0 auto;
}
div.photos .row {
margin: 0 auto;
text-align: center;
}
div.photos .photo {
float: left;
}
div.photos .photo a {
padding: 5px;
float: left;
height: 120px;
}
div.photos .photo img {
float: left;
}

/* photo_permalink */

.big-picture {
float: left;
margin-right: 20px;
}
.big-picture img {
background-color: #ffffff;
border: 1px solid #dddddd;
padding: 19px;
}

.nav {
/*font-size: 14px;*/
margin-bottom: 20px;
}
.nav a {
text-decoration: none;
}
.nav a:hover {
text-decoration:underline;
}
