

/* v1 JT -IE7 stretchy */


*.title {
color: #A1A5A9;
}
.box {
background-color: #1B1B1B;
}
.boxTop {
border: 0px;
color: #ffffff;
}
.boxTop *.title {
color: #ffffff;
}
.boxTop a, .boxSettings a {
text-decoration: underline;
}
.journal_entry {
	border-bottom: solid;
}
.top_border {
	border-top: 0px;
}
.bottom_border {
    border-bottom: 0px;
}
.right_border {
    border-right:  0px;
}
.left_border {
    border-left: 0px;
}
#footer, #feeds {
text-align: center;
}
strong, b {
color: #6699CC;
}
#toolbar .title {
color: #6699CC;
}
#toolbar {
font-size: 11px;
border: solid 1px #999999;
background-color: #666666;
padding: 3px 5px;
float: right;
display: inline;
color: #333333;
}
a:hover .imgBorder, .imgBorderOn {
border: 1px solid #FFFFFF;
}
.imgBorder {
border: 1px solid #999999;
}
.miniBox .albumTitle a.nav {
	font-size: 14px;
     text-decoration: underline;
color: #A1A5A9;
}
.boxBottom p.updated  {
	font-style: italic;
	font-size: 10px;
	color: #ffffff;
}
.boxBottom p.description {
	color: #A1A5A9;
	font-size: 14px;
}


/* page picker crap */
.pageNav, a.pageOn {
   color: #999;  /* this is the color for the Page N of N text */
   font-weight: bold; /* match the photonav text, you may delete this if it's not bold */
   }

.pageNav .nav {
   font-weight: normal;
   }

.pickerContent a.page {
   color: #fff;
   font-weight: normal;
   }

.pickerContent a.page:hover {
   background-color: #ccc; /* this is the background hover color for the non-selected page, pick a light color from the theme */
   color: #XXXXXX; /* this is the text color, pick a dark color from the theme or use black */
   }
  .pickerContent a.pageOn, .pickerContent a.pageOn:hover {
   background-color: #666; /* this is the background for the selected page, pick a medium dark color from the theme */
   color: #fff; /*text color for the selected page, light color or white */
   } 


#visitorMessage strong {color: #fff;}
