/* -- General layout exceptions -- */

#siteloc, #logout{
	padding-top: 75px;
}

.pusher{
	display: none;
}

.pusher.bigpusher{
	height: 527px;
	display: block;
}

/* -- welcome block -- */

#welcome{
	background-color: #4A4A55;
	width: 301px;
	color: #FFF;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#welcome div{
	padding: 0px 10px 10px 10px;
}

#welcome h2{
	margin-left: -10px;
}

/* -- highlight block -- */

#highlight_title{
	position: absolute;
	padding: 20px;
	color: #FFF;
	z-index: 50;
}

#highlight_title h1{
	color: #FFF;
	text-transform: uppercase;
}

#highlight_title h1 a{
	color: #FFF;
	text-decoration: underline !important;
}

#highlight_title p{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

#highlight{
	clear: both;
	display: block;
	height:370px;
}

#highlight_sub{
	position: relative;
	margin-top: -74px;
	width: 670px;
	color: #FFF;
	margin-bottom: 12px;
	display: block;
	text-align: right;
}

#highlight_sub div{
	float: left;
	padding-top: 54px;
	padding-left: 10px;
}

#highlight_sub div a{
	color: #FFF;
	text-decoration: underline !important;
}

/* -- The news items -- */

#news{
	margin:0;
	padding:0;
	clear: both;
	float: left;
	width: 330px;
}

#news h3, #additions h3{
	/*margin-left: 10px;*/
	padding-left: 0px;
	margin-top:10px;
	margin-bottom: 0px;
}

#additions #rsslink{
	position: absolute;
	margin-left: 321px;
	margin-top: 20px;
}

#additions h3{
	margin-left:9px;
	margin-bottom: 4px;
}

#additions .moreprojects {
	padding-left: 9px;
	text-decoration: underline;
}

#additions .title,
#news .title{
	padding: 5px 0px 5px 10px;
}

#news .title{
	padding-left: 0px;
}

.newsitem{
	padding: 0px 0px 10px 0px;
	color: #4A4A55;
}

.newsitem h5, .newsitem h6{
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000 !important;
}

.newsitem p{
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.newsitem img{
	float: right;
}

.newsitem a{
	text-transform: uppercase;
	text-decoration: underline;
}

.newsitem a:hover{
	color: #65D500;
}

/* -- Additions block -- */

#additions{

	width: 335px;
	padding: 0px 0px 7px 0px;
	float: right;
}

#additions .infoblock{
	clear: both;
	display: block;
	margin: 0px 0px 12px 10px;
	border-top: #000 solid 1px;
	height: 69px;
	overflow: hidden;
	line-height: 15px;
}

#additions .im{
	float: left;
	width: 90px;
	height: 69px;
	overflow: hidden;
	display: block;
	border-width: 0px;
	margin-right: 5px;
}

#additions p{
	padding: 0px;
	margin: 0px;
}