

/*

layout blocks

*/

.block {
	clear:both;
	padding:4px;
/*	border:1px solid #f5f5f5; */
}

.data {
	padding:5px;
	bor1der:1px solid red; 
}


/*
img {
	border:0px solid #f5f5f5;
}
*/

.block h3 a {
	text-decoration:none;
}

/*

blockwidths

*/

.twothird {
	width:63%;
	float:left;
	clear:none;
}

.onethird {
	width:31%;
	float:left;
	clear:none;
	margin-left:3px;
}

.half {
	width:48%;
	float:left;
	clear:none;
}

.quat  {
	width:23%;
	float:left;
	clear:none;
}

.threequat  {
	width:73%;
	float:left;
	clear:none;
}

.full {
	width:100%;
	float:left;
	clear:none;
	padding:3px;
}

.clear {
	clear:both;
	display:block;
	line-height:0px;
	padding:0; margin:0;
}


/*

columns

*/

.leftcolumn {
	float:left; clear:none;
}

.rightcolumn {
	float:right; clear:none;
}


/*

special decorative blocks

*/
.specialb {

}

.specialb .data {

}

.main {
	border-left:1px silver dotted;
}

.item {
	padding:6px;
	border-bottom:1px solid #f5f5f5;
}


.item p {
	font-size:85%;
	font-family:verdana;
}

.lead_small, .lead_main {
	padding-top:4px;
	margin-bottom:10px;
}


.nl {
	font-size:110%; 
}

.lead_small .nl {
	font-size:130%; 
}

.lead_main .nl {
	font-size:1.8em;
	line-height:100%;
	font-weight:normal;
}

.section .lead_main .nl {
	font-size:2.8em;
}

.bold_nl .nl {
	font-weight:bold;
}

.b_block  {
	padding:3px;
	background-color:#f7f7f7;
}

.b_block .nk {
	font-family:verdana;
}

.b_block h3 {
	text-align:center;
}

.more {
	font-size:90%;
	clear:both;
	padding:3px;
}

.more a {
	font-family:arial;
}

.fixedblock .data {
	height:250px;
	overflow:hidden;
}

.fixeditem {
	height:250px;
	overflow:hidden;
	margin:4px;
}

.fixeditem .thumb {
/*	hei1ght:50px;
	width:40%;
	clear:none;*/
}

/*

os_style

*/
.os_tahoma {
	font:95% tahoma;
}

.os_gray .data a:link {
	color:gray;
}

.os_green .data a:link {
	color:green;
}

/*

height classes

*/
.short {
	height:150px;
	overflow:hidden;
}

.short {
	height:150px;
}

.tall {
	height:300px;
	overflow:hidden;
}

.taller {
	height:350px;
	overflow:hidden;
}

.veryshort {
	height:60px;
}

.verytall {
	height:500px;
}


.taller {
	height:335px;
	overflow:hidden;
}

.shorter {
	height:135px;
	overflow:hidden;
}
/* 

thumb wrapper 

*/

.large_font {
	font-size:200%;
}


/* 

thumb wrapper 

*/

.tw { 
	overflow:hidden;
	display:block;
	float:right;
	margin:0; padding:0;
	clear:both;
	border:2px #f5f5f5 solid;
	background:url(/news/image/pattern/bg_stripe.png) repeat;/**/
}
.tw .thumb {  
	width:100%; 
	margin:0; padding:0px;
	border-width:0;
	display:block;
}
/*
.photoblog .tw {
	height:200px;
	width:65%;
}

.photoblog {
	font-size:90%;
	paddi1ng:15px;
	border-bottom:solid silver 1px;
}
*/
/*

thumb_layout

*/
.thumb_lead, .thumb_small {
	float:left;
	font-size:85%;
	overflow:hidden;
	margin:8px;
	padding:0;
	text-align:center;
/*	width:158px;
	height:158px;*/
	width:265px;
	height:190px;

	line-height:155%;
}

.thumb_lead {
}

.thumb_small {
}

/*

text

*/

.smalltext {
	font-size:80%;
	font-family:tahoma;
}

/*
div, p {
	border:1px red solid;
}
*/


