body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 0px;
	padding: 0px;
}
.lcdstyle{ /*Example CSS to create LCD countdown look*/
background-color:black;
color:#eeeeee;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 17px;
font-weight: 600;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 300;
	color: #FFFFFF;
}
.copyright_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 300;
	color: #9b231c;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:vizited, 
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #9b231c;
	text-decoration: underline;
}
a.copy_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 300;
	color: #9b231c;
	text-decoration: none;
}
a.copy_red:vizited, 
a.copy_red:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 300;
	color: #FFFFFF;
	text-decoration: none;
}
a.copy_red:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 300;
	color: #9b231c;
	text-decoration: underline;
}
.welcome_big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
}
.welcome_big_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #9b231c;
}
a.wel_big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	text-decoration: none;
}
a.wel_big:vizited, 
a.wel_big:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	text-decoration: none;
}
a.wel_big:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #9b231c;
	text-decoration: underline;
}
.news_date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #9b231c;
	text-align: right;
	margin: 2 15 2 2px;
	padding: 2 15 2 2px;
	border-bottom-color: #9b231c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: justify;
	margin: 2px;
	padding: 2px;	
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.foto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #9b231c;
	text-align: center;
	margin: 2 2 2 2px;
	padding: 2 2 2 2px;
	border-bottom-color: #9b231c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.foto_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	margin: 2 2 2 2px;
	padding: 2 2 2 2px;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
a.links_page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.links_page:vizited, 
a.links_page:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.links_page:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9b231c;
	text-decoration: underline;
}


#container {
  width:700px;
  text-align:left;
  margin:0 auto;
}
#container h3 {
	font-size:1.6em;
	margin-bottom:10px;
	font-family:arial, sans-serif;
	font-weight:normal;
	color:#fff;
	background-color:#000;
	text-align:center;
}
#header {
	margin-bottom:5px;
	padding:2em 0;
}
#header h1 {
	text-align:center;
	font-weight:normal;
	font-size:3em;
	margin-top:5px;
	line-height:1em;
}
#info {
	color:#666;
	font-style:italic;
	position:relative;
	left:45%;
	width:40%;
}
#jb_message {
	color:#fff;
	text-align:center;
	margin-bottom:0.5em;
}
#jb_message.error {
	background-color:#c00;
}
#jb_message.confirm {
  background-color:#360;
}
#jb_message p {
  margin:0;
  padding:0.5em;
  font-size:1.6em;
}
#primary {
  float:right;
}
#secondary {
	width:420px;
  float:left;
  margin-bottom:1em;

}
#jb_addComment{
	width:255px;
}
#jb_addComment label {
  display:block;
  font-weight:bold;
  font-size:0.9em;
}
#jb_addComment input, #jb_addComment textarea{
	
	font-family:arial, sans-serif;
	width:98%;
	border: solid 2px #aaa;
	background:#000;
	color:#fff;
	font-weight:bold;
	font-size:1em;
}
#jb_addComment textarea{
	height:300px;
}
#jb_addComment .button{
	font-size:1.3em;
}
#jb_addComment fieldset{
  border:0;
  margin:0;
  padding:0;
}
#jb_comments{
	height:450px;
	overflow:auto;
}
.comment{
	width:390px;
	background:#000;
	border: solid 2px #aaa;
	margin-bottom:15px;
	overflow:hidden;
	
}
.comment .header {
	font-weight:bold;
	border-bottom: solid 2px #06c;
	padding:2px 1px;
	background:url(images/c_header_bg.gif) repeat-x top;
}
.comment .header a{
	color:#000;
}
.comment .header a.delete{
	float:right;
}
.comment .content {
	padding:5px;
	
	line-height:1.5em;
}
.comment .date {
	font-size:0.8em;
	text-align:right;
	color:#bbb;
	padding-right:4px;
}
#footer{
	clear:both;
	text-align:center;
	padding-top:10px;
	font-size:0.8em;
	border-top:solid 2em #000;
}
#footer a{
	color:#06c;
}
#footer a:hover{
	text-decoration:none;
}
.required{
	color:#f00;
}
#jb_addComment .hidden, .hidden{
	display:none;
}


