/* @override http://feelmystic.com/blog/wp-content/themes/modern/photoalbum-styles.css */

/*
Copy this file into your current active theme's directory to customize this template

Photo
*/
a:hover { color: #f00; }
h2.phototitle {
	clear:left !important;
	display: table;
	padding: 5px 10px;
	margin: 30px auto;
	color: #333;
	background-color: #fff;
	text-decoration: none;
	font: normal 1.5em/2em "Courier New", Courier, mono !important;
}
div#content {
	margin-bottom: 15px !important;
}
div.meta {
	background-color: #bbb;
	color: #777;
	border-top: 1px solid #aaa;
	margin: 0 0 15px 0;
	padding: 10px 15px;
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: left;
}
div.meta a:link { display: none; } /* Hides "View This Photo on Flickr" Link */
#photoinfo p {
	line-height: 1.4em;
	background-color: #ccc;
	border-top: 1px solid #aaa;
	color: #333;
	font-size: 1.4em;
	padding: 10px 15px;
	text-align: left;
}
div.meta img {
    margin-right:5px;
}
div#photo {
	clear: left;
    position:relative;
    margin-bottom: 10px;
	text-align: center;
}
div#photo img {
	border: 30px solid #fff;
	border-width: 30px;
}
div#watermark {
	position:absolute;
	text-align: right;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 40px 45px;
    color: #fff;
    text-shadow: #333 0 0 1px;
	font: bold 1.4em "Courier New", Courier, mono;
}
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:180px;
    width:900px;
    margin: 60px 0 0 30px;
    padding: 0;
    background-color: #222;
}
div#context div.prev, div#context div.next {
    position:absolute;
    top:30px;
    color:#ccc;
    font-size:1.4em;
    text-align:center;
    text-transform:lowercase;
}
div#context div.prev {
    left:-30px;
}
div#context div.next {
    right:-30px;
}
div#context div.nomore {
    top:15px;
    left: 15px;
    width:100px;
    background-color: #222;
    color: #777;
}
div#context div.label {
	margin-top: 10px;
	position: relative;
}
div#context div.info {
    position:absolute;
    top: 15px;
    left:50%;
    width:480px;
    margin-left:-240px;
    text-align:center;
}
div#context div.info a{
    font-size: 1.4em;
    text-decoration:none;
}

/* My Comment */
div#context div.info a:hover{
    text-decoration:none;
}
div#context div.info strong a{
	max-width: 660px;
	top: -43px;
	position: relative;
	padding: 3px 15px 6px 15px;
	margin: 0 0 -15px;
	color: #eee;
	background-color: #c00;
	text-decoration: none;
	border: none;
	letter-spacing: 2px;
	text-shadow: #900 0px -1px 1px;
	font: 2.8em/1.4em Georgia, "Times New Roman", Times, serif;
}
div#context div.info strong a:hover{
	color: #fff !important;
	background-color: #f00;
	border-width: 0 !important;
	text-shadow: #a00 1px 1px 1px !important;
}
div#context a img{
    border: 5px solid #fff;
}
div.comment {
    clear:both;
    min-height:50px;
    margin: 30px 0;
}
div.comment p {
	clear: both;
    margin: 0 0 -30px 30px;
    padding: 30px;
    border-top: 1px dotted #aaa;
}
div.comment a img {
}
div.comment img.buddy {
    margin: 0 15px 0 -45px;
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 5px !important;
    float: left;
}
p.nocomments {
	clear: both;
	margin: 0 0 11px 30px;
    padding: 30px 30px 15px 30px;
    line-height: 2em !important;
    border-bottom: 1px solid #aaa
}
p.addcomment {
	margin: -12px 30px 0 60px;
	padding: 5px 30px 10px 10px;
	text-align: center;
	background-color: #ccc !important;
	border-top: 1px solid #aaa;
}
/*

Album

*/

div#photos {
    background:#333;
    padding: 25px 0 15px 0 !important;
    text-align: center;
}
div#highlight.album-highlight {
    position: relative;
    margin: 0 30px !important;
    background-color: #222;
}
div#highlight img {
    float:left;
}
div#highlight #photodesc {
	background-color: #222;
	float: left;
	clear: left;
}
div#highlight p {
    font-size: 1.4em;
    padding: 0 15px 0 15px;
    background-color: transparent;
    color: #eee;
}
div#highlight p.meta {
    color:#ccc;
}
div#highlight p.meta a {
    color:#c00;
}

/*

Albums-index

*/

div.albums {
    clear:both;
    padding-top:15px;
    margin-left: 30px;
    background-color: #fff;
}
div.album {
    border-bottom: 1px solid #eee;
    padding: 15px 30px 15px 15px;
    margin: 0;
    position:relative;
    min-height:95px;
    float: left;
    background-color: #fff;
    width: 420px;
    height: 180px;
}
div.album img.highlight {
    float:left;
    border: 1px solid #ccc;
    background-color: #eee;
    padding: 10px !important;
    position:relative;
    margin-right:10px;
    margin-left: -30px;
}
div.album a:hover img.highlight {
	background-color: #fff !important;
	border-color: #fcc !important;
}
div#photoalbum-nav {
    clear:left;
    color: #555;
    padding: 0 15px 15px 15px;
    margin: 15px 0 15px 0;
	font: 1.4em/2em Futura, "Century Gothic", "Franklin Gothic Medium", Helvetica, sans-serif;
	text-align: center;
}
h3.albumtitle {
	font-size: 2.8em;
    padding: 15px 0 30px 0 !important;  
	color: #fff;
   	font-family: Futura, "Century Gothic", "Franklin Gothic Medium", Helvetica, sans-serif;
}
div.album h5 {
    text-decoration:none;
    font-size: 1.8em;
    padding: 0;
    margin: 0 0 5px 85px;
    text-align: left !important;
}
div.album h5 a {
	float: none;
	padding: 0 !important;
    text-decoration: none;
    font-style: italic;
    line-height: 1.6em;
}
div.album h2 a:hover {
   color: #ccc !important;
}
div.album p {
    font-size: 1.4em;
    line-height: 1.4em !important;
    padding: 0 0 15px 0;
	margin-left: 85px;
}
div.album p.meta {
	margin-left: 85px;
    color: #ccc;
    line-height: 2em !important;
    padding: 0;
}
div.album p.meta a {
    color:#ccc;
}
div.albums-small {
	padding-top: 0 !important;
}
div.albums-small div.album {
    border-bottom: 1px solid #eee;
    padding: 15px 30px 15px 15px;
    margin: 0;
    clear: none;
    float: left;
    width: 265px;
    height: 135px;
    min-height:95px;
}
div.albums-small div.album img.highlight {
    float:left;
    border: 1px solid #ccc;
    padding: 10px !important;
    position:relative;
    margin-right:10px;
}
div.albums-small div.album a:hover img.highlight {
	background-color: #fff !important;
	border-color: #fcc !important;
}

div.group {
    min-height:60px;
}

div#highlight {
    position:relative;
    background-color: #222;
    margin: 35px 0 30px 30px;
    padding: 14px 30px 30px 30px;
    clear: both;
}
div#highlight h3 {
}
div#highlight h3 a {
    margin: -50px 0 15px -60px;
	padding: 3px 15px 6px 15px;
    float: left;
	color: #eee !important;
    border-width: 0 !important;
	background-color: #c00;
	text-decoration: none;
	border: none;
	letter-spacing: 2px;
	text-shadow: #900 0px -1px 1px;
	font: 2.8em/1.4em Georgia, "Times New Roman", Times, serif;
}
div#highlight h3 a:hover {
    background: #f00;
    border-width: 0 !important;
	text-shadow: #a00 1px 1px 1px !important;
}
div#highlight img {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 10px !important;
	margin: 0 15px 20px -45px !important;
}
div#highlight a:hover img {
	background-color: #fff !important;
	border-color: #fcc;
}
div#highlight p {
    font-size: 1.4em;
}
div#highlight p.meta {
    color:#ccc;
    line-height: 2em;
}
div#highlight p.meta a {
    color:#c00;
}
div#photos {
    clear:both;
    padding: 15px;
}
div#photos a {
	border: none !important;
}
div#photos a:hover {
	border: none !important;
}
div.photos img {
    margin: 30px !important;
    border: 10px solid #222;
}
div.photos a:hover img {
    border-color: #444 !important;
}
div#highlight div#photos {
    clear:both;
    padding: 0 !important;
    margin: 0px -15px 0 0;
    background-color: #222 !important;
}
div#highlight div#photos a {
	border: none !important;
}
div#highlight div#photos a:hover {
	border: none !important;
}
div#highlight div.photos img {
	background-color: #333;
    border-width: 0 !important;
    padding: 0 !important;
    margin: 15px 15px 0 0 !important;
}
div#photoalbum-nav {
}

div#photoalbum-nav a {
}

h4 {
	float: left;
	clear: left;
	max-width: 660px;
	padding: 3px 15px 6px 15px;
	margin: 0 0 -15px 0;
	color: #fff;
	background-color: #777;
	text-decoration: none;
	border: none;
	letter-spacing: 2px;
	text-shadow: #333 0px -1px 1px;
	font: 2.8em/1.4em Georgia, "Times New Roman", Times, serif;
}

/*

Paging

*/
.navigation {
	padding:1em 0;
	font-size:1.4em;
}

/*

Tags

*/
div.tags {
    padding-top:10px;
    clear:both;
}
div#cloud {
    line-height:200%;
}

div.flickr-meta-links {
    display: none;
    visibility: hidden;
    margin:10px 0 0 0;
    font-size:0px;
}
div.flickr-meta-links a{
    color:#aaa;
}
