/*
 * Template Name: DeLima
 */

body {
	background:#000; 
	margin:0px; 
	padding:0px; 
	font-family: 'lucida sans', ariel, sans-serif; 
	font-size:13px; 
	line-height:18px;
	color:#fff !important;
}
.midbg {
	background:#101010 url(images/bg.jpg) no-repeat;
	margin:0px;
	padding:0px;
}
.midbg img {border:0px;}
.header {
	height:120px; 
	width:100%;
}
.wrapper {
	width:800px; 
	margin:0 auto;
}
.midwrapper {
	width:800px; 
	margin:0 auto; 
	padding-top:40px; 
	padding-bottom: 40px;
}
.h1subtext {
	font-size:14px; 
	color:#cc0000; 
	margin-top:5px; 
	font-weight:bold;
	text-shadow: 2px 2px 3px #222;
}
.content {
	width:500px; 
	color:#fff;
        min-height:200px;
}
.content img { max-width:500px;}
.homecontent {
  width:450px;
  color:#fff;
  background: transparent url(images/belt.png) no-repeat bottom left;
}
.sidebar {
	width: 250px;
	float:right;
  font-size:11px;
}
p {
	padding-top:5px;
}
#menu {float:right;}
#menu li {
  float:left;
  list-style-type:none;
  margin:0px;
  padding:0px;
  padding-top:30px;
  padding-right:10px;
  padding-left:10px;
  height:50px;
  border-right: 1px solid #fff;
}
#menu li:hover {background:#333;}
#menu a,a:visited {color:#fff;text-decoration:none;}

#beltholders a {
  color:#fff;
}

.footer {
  padding-top:20px;
}

.panel {width:430px;height:104px;}

.leftpanel {
  width:194px;
  height:104px;
  background: #000 url(images/panel.png) no-repeat;
  float:left;
}
.rightpanel {
  width:194px;
  height:104px;
  background: #000 url(images/panel.png) no-repeat;
  float:right;
}
.panel_pic {
  float:left;
  padding-top:25px;
  padding-left:5px;
}
.panel_text {
  float:right;
  font-size:10px;
  padding-top:25px;
  padding-right:5px;
  width:110px;
  text-align:right;
}

.copyright {display:block;padding-top:20px;padding-bottom:10px;font-size:11px;}
h1 {line-height:28px;}
h1 a, h1 a:active, h1 a:visited {
  text-decoration:none;
  color:#fff;
}
h1 a:hover {color:#666;}
h2 {line-height:20px;}


.dsq-trackback-url {
   color:#333;
}

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

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:#101010;
}
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;
}

div.comment {
    clear:both;
    min-height:50px;
    margin-bottom:1em;
}
div.comment p {
    margin:0 0 1em 0;
    padding:0;
}
div.comment img {
    margin-right:5px;
    margin-bottom:5px;
}
/*

Album

*/

div#photos {
    background:#eee;
    padding:10px;
    clear:both;
    margin:20px 0 0 0;
}
div#highlight {
    position:relative;
    margin:15px 0 0 0;
}
div#highlight img {
    float:left;
    margin:0 10px 0 0 ;
}
div#highlight p {
    font-size:1.3em;
}
div#highlight p.meta {
    color:#888;
    font-size:1em;
}
div#highlight p.meta a {
    color:#888;
}

/*

Albums-index

*/

div.albums {
    clear:both;
    padding-top:10px;
}
div.album {
    background:#eee;
    padding:10px 10px 10px 10px;
    margin:0 0 15px 0;
    position:relative;
    min-height:95px;
    clear:both;
}
div.album img.highlight {
    float:left;
    border:3px solid #888;
    position:relative;
    margin-right:10px;
}
div.album h2 {
    font-size:1.4em;
    text-decoration:none;
    margin:0 0 10px 0;
}
div.album p {
    font-size:0.9em;
}
div.album p.meta {
    color:#888;
}
div.album p.meta a {
    color:#888;
}
div.albums-small div.album {
    clear: none;
    width:90px;
    height:115px;
    float:left;
    background: none;
}
div.albums-small div.album img.highlight {
    float: none;
    margin:0;
}
div.albums-small div.album strong {
    font-size:0.9em;
}

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

div#highlight {
    position:relative;
    margin:0 0 40px 0;
}
div#highlight h2 {
    margin-bottom:5px;
}
div#highlight img.highlight {
    float:left;
    margin:0 10px 0px 0 ;
    border:3px solid #888;
}
div#highlight p {
    font-size:1.3em;
}
div#highlight p.meta {
    color:#888;
    font-size:0.9em;
}
div#highlight p.meta a {
    color:#888;
}

div#highlight div.photos {
    clear:both;
    padding:10px 0;
	background:none;
}
div#highlight div.photos img {
    margin:0 10px 10px 0;
}

div#photoalbum-nav {
    margin-bottom:15px;
}

/*

Paging

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

/*

Tags

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

div.flickr-meta-links {
	clear:both;
    margin:10px 0 0 0;
    font-size:10px;
}
div.flickr-meta-links a{
    color:#555;
}


a,a:active,a:visited {color:#6699cc;}

/* rotator in-page placement */
    div#rotator {
        position:relative;
        margin-left: 0px;
}
/* rotator css */
        div#rotator ul li {
        float:left;
        position:absolute;
        list-style: none;
}
/* rotator image style */
        div#rotator ul li img {
        padding: 0px;
        max-width:230px;
}
    div#rotator ul li.show {
        z-index:500
}
