* {
	padding: 0px;
	margin: 0px;
	font: 12px "Trebuchet MS";
}

/**
 * Special items
 */

div#twitter_div a { color: #000; }
div#twitter_div h2 { margin: 10px 0 5px 0; color: #986823; }
ul#twitter_update_list {
	border: 1px solid #c4c4c4;
	padding: 5px;
}

#twitter_update_list li { color: #000; list-style: url('http://weblog.hrprofessionals.nl/gfx/list_type.png'); }
#twitter_update_list a { font-size: 12px !important; }


 
/**
 *
 * Global site elements
 *
 */
em, .italic {
	font-style: italic;
}

strong {
	font-weight: bold;
}

div.red {
	border: 2px solid #931a1a;
	background: #c56161;
	padding: 5px;
	color: #fff;
}

div.green {
	border: 2px solid #2c8212;
	background: #53aa39;
	padding: 5px;
	color: #fff;
}

div.orange {
	border: 2px solid #c58027;
	background: #d99c4c;
	padding: 5px;
	color: #fff;
}

div.blue {
	border: 2px solid #2382ae;
	background: #439fca;
	padding: 5px;
	color: #fff;
}

/**
 *
 * Default positioning classes
 *
 */
.center {
	position: relative;
	margin: 0 auto;
}

.left {
	float: left;
	clear: none;
}

.right {
	float: right;
	clear: none;
}

.clear {
	float: none;
	clear: both;
}

/**
 *
 * Sticky 
 *
 */
 
div.sticky {
	margin: 2px 2px 25px 2px;
	*margin-left: 0px;
}

div.sticky .title {
	background: #d3bb37 url('../../gfx/title_bg.gif') no-repeat top right;
	height: 24px;
	margin-bottom: 0px;
	padding: 16px 0px 8px 95px;
}

div.sticky .title a {
	color: #fff;
}

div.sticky div.content {
	border: 3px solid #e0e0e0;
	border-top: 0px;
	padding: 13px;
	
}

div.sticky div.content b {
	color: #976822;
}

/**
 * Colors
 */

div.reaction .text {
	background: #fff;
	color: #7d7c7c;
}

div.reaction .info {
	margin: 0 0 10px 0;
	font-weight: bold;
	
}

.reaction .blue .info { color: #0079bc !important; }
.reaction .beige .info { color: #d3bb36 !important; }
.reaction .brown .info { color: #986823 !important; }
.reaction .orange .info { color: #f18e00 !important; }
.reaction .yellow .info { color: #f0de46 !important; }
