/**
 *
 * Global site elements
 *
 */
 
* {
	color: #7d7c7c;
	font: 12px arial, helvetica, sans-serif;
	line-height: 17px;
}

body {
	background: #e9e9e9 url("http://www.hrprofessionals.nl/gfx/bg.gif") repeat-x;
}

/**
 *
 * Elements
 *
 */
div#wrapper {
	position: relative;
	width: 972px;
	z-index: 1;
}

div#bgwrapper {
	display: none;
}

div#container {
	position: relative;
	width: 100%;
	background: #fff url("http://www.hrprofessionals.nl/gfx/content_bg.gif") repeat-x;
	padding-top: 150px;
}

div#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 153px;
	z-index: 1;
	text-align: center;
	background: #d3bb36;
}
div#header a img { 
	border: 0px; 
	height: 148px; 
}
div#login {
	position: absolute;
	bottom: 7px;
	right: 6px;
}
div#home {
	position: absolute;
	top: 3px;
	right: 40px;
	color: #fff;
}
div#home img {
	position: relative;
	border: 0px;
	top: 3px;
}
div#home a {
	color: #fff;
}

div#footer {
	position: relative;
	background: #e9e9e9;
	padding-bottom: 20px;
}
div#footer #footer_text {
	padding: 8px;
	border-bottom: 1px solid #d4d4d4;
	text-transform: uppercase;
	font-size: 11px;
}
div#footer a {
	text-decoration: none;
	font-size: 9px;
	text-transform: uppercase;
}

div#main {
	position: relative;
	z-index: 1;
	width: 650px;
	margin: 20px;
}

div#side {
	position: relative;
	z-index: 1;
	width: 260px;
	margin-top: 20px;
}

/**
 *
 * Element styles
 *
 */

h1, h1 a {
	font-size: 24px;
	color: #986823;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 20px;
}
h2, h2 a {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}

.info {
	margin: 3px 0px;
}

.rating {
	margin-left: 5px;
}

.blog {
	margin-bottom: 30px;
}

.blog .info, .blog .info td, .blog .info div, .reaction .info {
	font-size: 12px;
	color: #7d7c7c;
}
.blog .info table {
	border-top: 1px solid #f1f1f1;
	margin-top: 4px;
	padding-top: 4px;
}
.blog .info a, .reaction .info a {
	font-size: 12px;
	color: #007abd;
	text-decoration: none;
}
.blog .info a:hover, .blog .content a, .reaction .info a:hover {
	color: #007abd;
	text-decoration: none;
}
.blog .bottom {
	padding-bottom: 15px;
	border-bottom: 1px dotted #c4c4c4;
}

.blog .content li {
	margin: 5px 0px 5px 15px;
}

.blogimg {
	border: 1px solid #e8e8e8;
}

.reaction .text {
	border: 1px solid #d9d9d9;
	margin: 5px 0;
	padding: 4px;
}
.subreaction {
	padding-left: 10px;
}
.reaction .info {
	margin-bottom: 0px;
}

div#breadcrumb {
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 30px;
	padding-bottom: 2px;
}
div#breadcrumb span {
	color: #7d7c7c;
}
strong#view_stat, strong#user_stat {
	font-weight: bold;
}
td#new div {
	float: right; 
	width: 213px;
	height: 32px;
	cursor: pointer;
	text-align: center;
	background: #fff url('http://niels.adena.nl/blogv2/gfx/newbutton.png') no-repeat;
}
td#new div a {
	font-weight: bold;
	color: #fff;
	line-height:32px;
	font-size: 12px;
}

.block {
	background: #ececed;
	margin-bottom: 10px;
}
.block h3 {
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
	padding-left: 30px;
	font-size: 13px;
}
.block ul {
	list-style: url('http://niels.adena.nl/blogv2/gfx/list_type.png');
	padding: 10px 0px 10px 45px;
}
.block ul a {
	text-decoration: none;
}

.block#category h3, .block#best_viewed h3 {
	background: #007abd url('http://niels.adena.nl/blogv2/gfx/rubriek_bg.png') top right no-repeat;
}
.block#best_rated h3, .block#links h3 {
	background: #d3bb37 url('http://niels.adena.nl/blogv2/gfx/rate_bg.png') top right no-repeat;
}
.block#top_blogger h3 {
	background: #996823 url('http://niels.adena.nl/blogv2/gfx/blogger_bg.png') top right no-repeat;
}
.block#newest_comment h3, .block#translate h3 {
	background: #f28e02 url('http://niels.adena.nl/blogv2/gfx/comment_bg.png') top right no-repeat;
}

th {
	font-weight: bold;
	text-align: left;
}

/**
 *
 * Form
 *
 */

.inputfield, .inputselect, .captchafield {
	width: 200px;
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 5px;
}
.captchafield {
	width: 137px;
}

input, select, textarea {
	color: #000;
}

.button {
	color: #000;
	padding: 0 5px 0 5px;
}

#login .button {
	background: #9e9e9e;
	color: #fff;
	border: 1px solid #9e9e9e;
}
#login .inputfield {
	border: 1px solid #9e9e9e;
	padding-left: 10px;
}
#login a, #login form, #login {
	color: #fff;
}

/**
 *
 * Search for a blog.
 *
 */
.search_table {
	margin-top: 4px;
	padding-top: 4px;
}

.search_table td {
	font-size: 12px;
	color: #7d7c7c;
}