/* NOOBSLIDE CSS */

#noob_foundation_news {
	float: left;
	overflow: hidden;
	
	padding: 6px; margin: 0; color:#fff; font:12px Arial; font-stretch: condensed; padding-left: 2px; padding-right: 2px;
	background: red;
	padding-right: 4px;
	
}

.sample {
	width: 590px;
	text-align: righ;
	margin-left: 2px;
}


.readmore a:link, .readmore a:visited {
	color: #000;
	padding: 3px;
}

.readmore a:hover {
	font-size: 13px;
	background-color: #8ca5c8;
	color: #fff;
}

#box4{
	position:absolute;
}
#box4 div{
	width:580px;
	height:440px;
	float:left;
	background:#fff;
}

/*#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
}*/
#box4 p{
	text-indent:16px;
}
#box4 img{
	float:left;
	padding-right: 15px;
	padding-left: 5px;
}

#box4 h3 {
	color: #575757;
	font-weight: bold;
	background-color: #fff;
	font-size: 22px;
	font-family: Tahoma;
	text-align:left;
	vertical-align: center;
	line-height: 0em;
	padding-left: 7px;
}

.newsHeader {
	padding: 8px;
	background-image: url(../images/whatgoing.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #6d0017;
}
#box4 p {

	font-family: Tahoma;
	font-size: 11px;
	color: #575757
}

h4, #info4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-stretch: condensed;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

/* STYLE BUTTONS */
.buttons{
	 background: #fff; 
	 padding: 4px 10px 5px 5px;
	 padding-bottom: 10px;
}
.buttons span {
	padding: 6px; 
	margin: 0; 
	color:#000; 
	cursor:pointer;
	font:12px Arial; 
	font-stretch: condensed; 
	background-color: #fff;  
	border: 1px solid #000;
	font-weight: bold;
	
}
.buttons span.active, .buttons span.active_ro, .buttons span:hover {
	
	background:#6d0017;
	color:#fff;
}

/* ********************************** */
/* OTHER STUFF - TEST FOR DELETIONS */
.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

.info{
	width:240px;
	height:50px;
	background:#000;
	position:absolute;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}
.info h4{
	font-size:14px;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}

.mask1{
	position:relative;
	width:560px;
	height:180px;
	overflow:hidden;
}
.mask2{
	position:relative;
	width:462px;
	height:495px;
	overflow:hidden;
}
.mask3{
	position:relative;
	width:580px;
	height:530px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}

/* EASY CLEARING */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

