/* Theme css */

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

.header{
	background: #005E00;
}


/* Right column */

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

.searchbox{
	background: #00B300;
}

.btn_search{
	background: #333;
	color: #FFF;
	border: 1px solid #333;
}

/* Article */

h3{
	color: #CC0000;
}

/* Bottom */

.bottom{
	background: #008A00;
	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;}

/* Not often changeable */


/* Oh boy */


.column_top_title a, .column_top_title a:visited, .rightcolumn_single_title a:link, .rightcolumn_single_title a:visited{
	color: #fff;
	text-decoration: underline;
}

.column_top_title a:hover, .rightcolumn_single_title a:hover{
	color: #FFCC00;
	text-decoration: none;
}

/* logo box */

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

.logo_box p{
	border-top: 1px dotted #999;
	color: #666;
}

.logo_box h1{
	color: #000;
}

.tagline{
	color: #000;
}

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

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


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

.cat_square_right{
	margin-left: 0;
}

.cat_line{
	border: 1px solid #DE6658;
	padding: 3px 3px 3px 0px;
	background: #DD0000 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;
}