/* NOOBSLIDE CSS */

#noob_foundation_news {
	float: left;
	overflow: hidden;
	
	padding: 4px; margin: 0; color:#fff; font:12px Arial; font-stretch: condensed; padding-left: 2px; padding-right: 2px;
	background: red;
	padding-right: 4px;
	
}

#condolences{
float:right;
padding-right:140px;
}

#condolences a{
text-decoration:none;
color:#000000;
font-weight:bold;
}

#condolences a:hover{
text-decoration:underline;
}

.sample {
	text-align: left;
	margin-left: 2px;

	background-image: url(/noobslide/noobslide_bg2.gif);
	background-repeat: no-repeat;
	
	width: 680px;
	height: 600px;
	
	padding: 35px;
	padding-left: 24px;
}

.readmore {
	color: #fff;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	z-index: 2;
	/*width: 382px;*/
	margin: 0;
	margin-top: 218px;
	
	display: none;
}

.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:610px;
	height:457px;
	float:left;
	overflow: hidden;
	padding: 15px;
}

/*#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
}*/
#box4 p{
	/*text-indent:16px;*/
}
/*#box4 img{
	width:200px;
	width:150px;
	float:left;
	margin: 0px 10px 10px 10px;
}*/

#box4 h3 {
	padding: 14px 0px 0px 0px;
	color: #000;
	margin: 0px 11px 11px 11px;
	/*background-image: url(/images/noobslide_header_bg.png);*/
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #8ca5c8;
}

#box4 p {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 8px;
}

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{text-align: left; width:620px; margin-top:4px; background:#04366a}
.buttons span{float: left; padding: 4px; margin: 0; color:#fff; cursor:pointer;font:12px Arial; font-stretch: condensed; background-color: #04366a; padding-left: 15px; padding-right: 15px;}
.buttons span.active, .buttons span.active_ro, .buttons span:hover{float: left;background:#3267b7;color:#fff}
.buttons span.active {
	background-image: url(/images/noobslide_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #000;
}

/* ********************************** */
/* 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:402px;*/
	height:180px;
	overflow:hidden;
}
.mask2{
	position:relative;
	/*width:240px;*/
	height:180px;
	overflow:hidden;
}
.mask3{
	position:relative;
	/*width:400px;*/
	width: 630px;
	height:487px;
	overflow:hidden;
	/*border-top: 2px solid #0b2757;
	border-bottom: 2px solid #0b2757;*/
}

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 */


