@charset UTF-8; 
.news-list-container { margin-top:5px; }

/* ------------ latest -------------- */
.news-latest-container h2,.news-latest-container hr,.news-latest-category { display:none; }
.news-latest-item { margin-bottom:10px; float:left; width:130px; margin-top:4px; border:4px solid #000000; width:117px; height:117px; overflow:hidden; margin:0 5px 5px 0; }
.news-latest-item .bodytext { display:none; }
.news-latest-imgholder { height:75px; width:118px; overflow:hidden; border:4px solid #000000; }
.news-latest-item img { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5; }
.news-latest-item img:hover { filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1; }
.news-latest-item h3 { margin-top:0; clear:both; padding-left:10px; padding-right:10px; margin-bottom:5px; display:none; }
.news-latest-item h3 a { font-size:16px; text-transform:uppercase; font-weight:normal; color:#ffffff; line-height:normal; text-decoration:none; }
.news-latest-item .bodytext { margin:5px 0 0; }
.news-latest-date { display:none; }
.news-latest-date a { color:#ffffff; background-color:#bbbbbb; text-decoration:none; display:block; padding:1px; font-weight:normal; }
.news-latest-morelink { padding:0 10px 10px; display:none; }
.news-latest-morelink a { color:#FFFFFF; }
.news-latest-gotoarchive { display:none; }

/* ------------ latest -------------- */

/* ------------ list -------------- */
.news-list-container h2,.news-list-container hr,.news-list-category,.news-list-gotoarchive { display:none; }
.news-list-item { float:left; padding:0; border:4px solid #000000; margin:0 5px 5px 0; width:180px; height:147px; overflow:hidden; background-color:#000000; color:#FFB051; }
.news-list-item img { }
.news-list-item h3 { margin-top:0; clear:both; background-color:#000000!important; padding:2px; }
.news-list-item h3 a { font-size:13px; font-weight:normal; color:#FFB051; background-color:#000000!important; padding:2px; margin-top:20px; margin-bottom:0; clear:both; line-height:normal; text-decoration:none; }
.news-list-item .bodytext { margin:10px 0 0; }
.news-list-date { display:none; }
.news-list-morelink { }
.news-list-morelink a { text-decoration:none; color:#000000; border-bottom-width:1px; border-bottom-style:dotted; border-bottom-color:#000000; }
.tx-ttnews-browsebox a { color:#FFB051!important; padding:1px; background-color:#000000; }
.tx-ttnews-browsebox { clear:both; display:block; text-align:center; }

/* ------------ list -------------- */

/* ------------ single -------------- */
.news-single-container hr,.news-single-gotoarchive,.news-single-timedata,.news-single-author { display:none; }
.news-single-item { }
.news-single-item img { float:right; margin:0 0 5px; border:4px solid #000000; }
*+html .news-single-item img { margin-top:10px; }
/* *+html .news-single-item .bodytext { float:left; } */
.news-single-item h2 { font-size:13px; font-weight:normal; color:#FFB051; background-color:#000000!important; padding:2px; margin-top:20px; margin-bottom:0; clear:both; line-height:normal; }
.news-single-item h3 { margin-top:0; clear:both; font-size:11px; }
.news-single-item h3 a { color:#033570; font-size:11px; text-transform:uppercase; text-decoration:none; }
.news-single-item .bodytext { margin:10px 0 0; }
.news-single-item hr { display:none; }
.news-single-date { display:none; }
.news-single-backlink { margin-top:10px; padding:0 0 10px; display:block; clear:both; border-top:1px solid #000000; }
.news-single-backlink a,.news-single-category a { text-decoration:none; color:#000000; border-bottom-width:1px; border-bottom-style:dotted; border-bottom-color:#000000; }
.news-single-links { clear:both; float:right; }
.news-single-links dt { display:none; }
.news-single-links dd { padding:0; margin:0; }
.news-single-category { margin-top:10px; }
*+html .news-single-category { clear:both; float:left; }
*+html .news-single-img { float:left; }
*+html .news-single-links { clear:both; float:left; }

/* ------------ single -------------- */
.blognews-list-item,.blognews-single-item { position:relative; }
.blognews-list-date,.blognews-single-timedata { border:1px solid #000; padding:5px 5px 4px; text-align:center; position:absolute; top:0; right:0; background-color:#FFB051; }
.blog-day { font-size:18px; }
.blog-month { font-size:18px; }
.blog-year { font-size:9px; line-height:9px; }
.blognews-list-item h3,.blognews-single-item h2 { width:90%; font-size:15px; font-weight:normal; line-height:normal; }
.blognews-single-item h2 { height:50px; }
.blognews-list-item h3 a { color:#000; text-decoration:none; border-bottom:1px dotted #000; }
.blognews-list-item p { width:90%; }
.blognews-single-item a { color:#000; }

/* animation */
.news-latest-item, .news-list-item, .news-single-item img { 
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
 }
.news-latest-item:hover, .news-list-item:hover, .news-single-item img:hover {
 	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
 }
