/*

Photo

*/
div.meta img {
    margin-right:5px;
}
div#photo {
    position:relative;
    margin:10px 0 0 0;
}
div#notes {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}
div#notes div.note {
    padding:1px;
    margin:-4px 0px 0px -4px;
    position:absolute;
    cursor:pointer;
}
div#notes:hover div.note div.hover2 {
    border:1px solid black;
}
div#notes:hover div.note div.hover {
    border:1px solid white;
}

div#notes div.note:hover {
    border:1px solid yellow;
    padding:0;
    z-index:2;
}

div.note div.text {
    display:none;
    position:absolute;
    top:100%;
    left:0px;
    width:auto;
    margin:10px 0 0 0 ;
    padding:5px;
    background:#FFFFD3;
    color:black;
    border:1px solid #555;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    z-index:1;
}
div.note:hover div.text {
    display:block;
}

div#context {
    position:relative;
    height:120px;
    width:100%;
	background-color: #8d7862;
}
div#context div.prev, div#context div.next {
    position:absolute;
    top:10px;
    /*color:#ccc;*/
    font-size:0.9em;
    text-align:center;
    text-transform:lowercase;
}
div#context div.prev {
    left:10px;
}
div#context div.next {
    right:10px;
}
div#context div.nomore {
    top:20px;
    width:100px;
}
div#context div.info {
    position:absolute;
    top:20px;
    left:50%;
    width:100px;
    margin-left:-50px;
    text-align:center;
}
div#context div.info a{
    color:#ccc;
    text-decoration:none;
}
div#context div.info strong a{
    color:#aaa;
}

/*

Album

*/

div#photos {
}

.flickr_link {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .05em;
}

div#highlight {
	background-color: #8d7862;
	padding: 16px;
	margin-right: 0;
	margin-bottom: 32px;
	margin-left: 0;
}
div#highlight img {
    float:left;
	padding: 8px;
	background-color: #8d7866;
	border: 1px dotted #483e34;
	margin-right: 16px;
}

div#highlight img:hover {
	background-color: #ab9075;
}

div#highlight p {
    font-size: 14px;
	line-height: 21px;
	text-align: justify;
}
div#highlight p.meta {
    font-size: 12px;
	text-transform: uppercase;
}

div#highlight h2 {
	padding-bottom: 16px;
}

div#highlight div.photos {
    clear:both;
	padding-top: 16px;
}
div#highlight div.photos img {
	padding: 8px;
	background-color: #8d7866;
	border: 1px dotted #483e34;
	margin-right: 16px;
	margin-bottom: 16px;
	float: left;
}
div#highlight div.photos img:hover {
	background-color: #ab9075;
}

/*

Albums-index

*/

div.albums {
    clear:both;
}

div.albums h2 {
	padding-bottom: 16px;
}

div.album {
	background-color: #8d7862;
    margin: 0 0 16px;
    min-height:95px;
    clear:both;
	padding: 16px;
}

div.album img.highlight {
    float:left;
	padding: 8px;
	background-color: #8d7866;
	border: 1px dotted #483e34;
	margin-right: 16px;
}

div.album img.highlight:hover {
	background-color: #ab9075;
}

div.album h2 {
	padding-bottom: 16px;
	line-height: 28px;
}

div.album p {
    font-size: 14px;
	line-height: 21px;
	text-align: justify;
}
div.album p.meta {
    font-size: 12px;
	text-transform: uppercase;
}




