/* dark style
----------------------------------------------- */

body {
	color: #aaa;
	background-color: #000;
}
#legal{ 
  color: #aaa;
}
#aboutmain{
  background:url('/images/43.jpg') no-repeat center bottom;
  color: #aaa;
  background-color: #000;
}

hr {
  color: #555;
  background-color: #444;
}
a{
  color: #aaa;
}
a:hover {
  color: #888;
}
#pictures_list a{
  Xborder-bottom: 1px #888 solid;
}

#head {
   border-bottom: 1px solid #555;
   background: #444;
}
#styleswitcher_select_dark{
   visibility: hidden;
}
#styleswitcher_select_light{
  position: relative;
  left: -14px;
}
img#XXfeature, img.about, img.about_text_width, .comments_thumb img, .framed_thumb img, #photobox{
  border: 1px solid #555;
  background: #444;
}
#cloud, #cloud a{
  color: #555;
}
#cloud .tagActive{
  color: #888;
}
.comment_email_input, .comment_name_input, .comment_web_input{
  color: white;
  border-bottom: 1px solid white;
}
#txpCommentInputForm textarea{
  color: white;
}
.comments_error {
	color: #fff;
	background-color: #000404;
}

ul.comments_error {
	border: 2px solid #fdd;
}
div#cpreview {
	color: #fff;
	background-color: #000;
	border: 2px solid #ddd;
}
div.about{
  border-bottom: 1px solid #555;
}