/* Theme css */

a:link, a:visited {color: #0066CC; text-decoration: none;} 
a:hover { color: #CC0000; text-decoration: underline; } 

.header{
	background: #000;
}

/* Right column */

.head_column{
	background: #656565 url(images/bgr_head.gif);
	background-repeat: no-repeat;
	color: #FFF;
}

.searchbox{
	background: #333;
}

.btn_search{
	background: #ccc;
	color: #000;
	border: 1px solid #ccc;
}

/* Article */

h3{
	color: #CC0000;
}

/* Bottom */

.bottom{
	background: #Ff0000;
	color: #fff;
}

.bottom a:link, .bottom a:visited {color: #FFF;text-decoration: underline; } 
.bottom a:hover { color: #ff0; text-decoration: none;}

/* More links */

.more_links a:link, .more_links a:visited {color: #0066CC; text-decoration: none;} 
.more_links a:hover { color: #f00; text-decoration: underline;}

/* logo box */

.logo_box{
	float: left;
	width: 245px;
	background: #f00;
	margin: 5px 0 0 0;
	border: 1px solid #ccc;
	height: 90px;
	text-align: center;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 243px;
	height: 88px;
}

.logo_box p{
	border-top: 1px dotted #ccc;
	color: #fff;
}

.logo_box a, .logo_box a:visited{
	color: #FFCC00;
	text-decoration: none;
}

.logo_box a:hover{
	color: #FFF;
	text-decoration: none;
}

.tagline, .logo_box h1{
	color: #000;
}

.cat_square, .cat_square_right{
	display: block;
	margin-left: 1px;
	border: 2px solid #D90000;
}

.cat_square_right{
	margin-left: 0;
}

.cat_line{
	border: 1px solid #FB6A6A;
	padding: 3px 3px 3px 0px;
	background: #D90000 url(images/bgr_square.gif);
}

.cat_line img{
	float: left;
}

.cat_line p{
	font-size: 12px;
	padding: 3px 0 3px 1px;
	margin: 0;
}

.cat_line a, .cat_line a:visited{
	color: #fff;
	text-decoration: underline;
}

.cat_line a:hover{
	color: #fc0;
}


