/* light style
----------------------------------------------- */

body {
  color: #000;
  background-color: #fff;
}
#legal{
  color: lightgrey;
}
#aboutmain{
  background:url('/images/44.jpg') no-repeat center bottom;
  color: #000;
  background-color: #fff;
}

hr {
  color: grey;
  background-color: darkgrey;
}
a{
  color: #000;
}
a:hover {
  border-bottom: 1px #000 solid;
}

#head {
   border-bottom: 1px solid black;
   background: lightgrey;
}
#styleswitcher_select_light{
   visibility: hidden;
}
img#XXfeature, img.about, img.about_text_width, #photobox{
  border: 1px solid #888;
  background: #ccc;
}
#cloud, #cloud a{
  color: darkgrey;
}
#cloud .tagActive{
  color: black;
}

.comments_thumb img, .framed_thumb img{
   background: lightgrey;
   border: 1px solid grey;
}
.comments_error {
	color: #000;
	background-color: #fff4f4;
}
.comment_email_input, .comment_name_input, .comment_web_input{
  color: black;
  border-bottom: 1px solid black;
}
#txpCommentInputForm textarea{
  color: black;
}
ul.comments_error {
	border: 2px solid #fdd;
}
div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}
div.about{
  border-bottom: 1px solid grey;
}