#leftcol {
	width: 55%;
}
#news h2 {
	background: url(../img/news-announc.gif) 50% 0 no-repeat;
	text-indent: -3000px;
	margin: 5px 0 8px 0;
	padding: 0;
}
#newswrap {
	margin:0;
}
#news-left, #news-right {
	float: right;
	width: 48%;
	max-width: 330px;
}
#news .more {
	clear: both;
	margin:0;
	padding: 0 15px 0 0;
	font-size: 0.85em;
	text-align: right;
	line-height: 1em;
}
#news .more img {
	vertical-align: bottom;
	border: 0;
	margin: 0 0 0 5px;
}
#news-right p, #news-left p {
	font-size: 0.85em;
	padding: 0 5px 0 0;
	margin: 0 0 0 12px;
}
#news-right p a, #news-left p a {
	font-weight: bold;
}
#news-right p a.continue, #news-left p a.continue {
	font-weight: normal;
}
#news p.author {
	color: #83cde1;
	border: 0;
	padding: 0 0 5px 0;
	margin: 0 10px 10px 12px;
	border-bottom: 1px dotted #BBE0EB;
}
#news p.author a {
	color: #86d734;
	font-weight: normal;
}
#news p.author a:hover {
	text-decoration: underline;
}
#news p.author:hover {
	background: none;
}
#entries {
	float:left;
	width: 233px;
	margin:0;
	font-size: 0.9em;
}
#entries h1 {
	display: none;
}
#entries div.content img {
	width: 205px;
	height: 96px;
}
#entries .more {
	clear: both;
	margin:0;
	padding: 10px 0 10px 0;
	font-size: 0.9em;
	text-align: center;
}
#entries .more img {
	border: 0;
}
#rightcol #skillshare {
	width: 195px;
	height: 81px;
	background: url(../img/skillshare.gif) 5px 5px no-repeat;
	text-indent: -3000px;
	padding: 0 0 10px 0;
}
#rightcol #cssshuffle {
	width: 195px;
	height: 81px;
	background: url(../img/cssshuffle.gif) 5px 5px no-repeat;
	text-indent: -3000px;
}
#rightcol #cssmonster {
	width: 195px;
	height: 81px;
	background: url(../img/cssmonster.gif) 5px 5px no-repeat;
}
#rightcol #cssmonster h3, #rightcol #cssshuffle h3, #rightcol #skillshare h3 {
	display: none;
}
#rightcol #cssmonster span, #rightcol #cssshuffle span, #rightcol #skillshare span {
	display: none;
}
#rightcol #cssmonster a, #rightcol #cssshuffle a, #rightcol #skillshare a {
	position: relative;
	display: block;
	left: 5px;
	top: 5px;
	width: 185px;
	height: 76px;
}
#rightcol #cssmonster a {
	height: 45px;
}
#rightcol #cssmonster a:hover, #rightcol #cssshuffle a:hover, #rightcol #skillshare a:hover {
	text-decoration: none;
}
#rightcol #cssmonster #jobcount {
	display: inline;
	position: relative;
	top: 58px;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	left: 30px;
}
#rightcol #cssmonster #jobcount a {
	color: #fff;
}
#rightcol #advertisement {
	width: 99%;
	padding: 0 0 0 5px;
}

/* front page monster (job number) link */
#cssmonster p#number {
	margin-top: 12px;
}
#cssmonster p#number a {
	font-size: 0.8em;
	color: #fff;
	display: block;
	text-align:right;
	width: 170px;
	margin: 0 5px 3px 5px;
	padding: 0 10px 0 0;
	background: url(../img/arrow-down.gif) 52px 7px no-repeat;
	height: auto;
}

#cssmonster p#number a:hover {
	text-decoration: underline;
}

/* Events Table */
#events {
	width: 185px;
	font-size: 0.9em;
	border-collapse: separate;
	margin: 0 0 0 5px;
	border-bottom: 1px dotted #E2FACB;
}
#events th {
	text-align: left;
	font-size: 1.1em;
	color: #83CDE1;
	border-bottom: 1px dotted #E2FACB;
	padding: 0 0 2px 1px;
}
#events tr.even {
	background: #E7FAD5;
}
#events .edate {
	width: 60px;
}
#events .event {
	width: 125px;
}
#events td {
	padding: 2px 4px;
	color: #78B094;
	vertical-align: top;
}
#events td a {
	color: #78B094;
}
