html
{
background: #101010;
}
body
{
color: #eee;
line-height: 25px;
font-family: Verdana, sans-serif;
}
a
{
color: #b4fbb4;
}
a:hover, a:visited:hover
{
color: #d4ffd4;
}
h1
{
margin-top: 30px;
margin-left: -65px;
width: 500px;
height: 139px;
background: url(../images/titleScreenLogo.gif) no-repeat;
text-indent: -5000px;
}
h2
{
margin-top: 30px;
margin-bottom: 20px;
letter-spacing: 4px;
color: #fff;
}
.container
{
width: 700px;
margin: 0 auto;
}
.thumbs
{

}
.thumbs a
{
display: block;
width: 200px;
float: left;
margin-right: 25px;
margin-left: 25px;
margin-bottom: 30px;
}
.thumbs a.first
{
margin-left: 0;
}
.thumbs a.last
{
margin-right: 0;
}
.clear
{
clear: both;
}
table
{
border: solid 1px #444;
}
input, textarea
{
width: 60%;
background: #222;
color: #fff;
border: solid 1px #444;
padding: 3px;
display:block;
}
input:focus, textarea:focus
{
background: #000;
border: solid 1px #5d765d;
}
.button
{
width: 100px;
background: #5d765d;
margin-top: 10px;
}
.button:hover
{
background: #6d866d;
}
.c5t_comment_form_submit input
{
width: 150px;
background: #b4fbb4;
color: #444;
}
.comment
{
border-top: solid 1px #333;
padding-top: 10px;
margin-top: 10px;
}
h2.credits
{
margin-top: 0;
}
#jb_addComment
{
border-top: solid 1px #666;
margin-top: 10px;
padding-top: 10px;
}
.date
{
color: #666;
font-style: italic;
}

#jb_message {
  position:absolute;
  width:300px;
}
.hidden, #_ajax
{
display:none;
}