/*
TijsVrolix.be
Inside pages stylesheet
By Pixelpanic.be (versie 19-10-2008)
*/

/* HTML selectors */
h1 {
	color: #422C21;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 15px;
}
h1.sub {
	margin-bottom: 4px;
}
h2 {
	color: #669900;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}
.attention h3 {
	font-size: 16px;
	font-weight: normal;
}
#content .main ul {
	margin: 0 0 15px 20px;
	list-style: none;
}
#content .main li {
	line-height: 18px;
	background: url(../img/bullet.png) no-repeat 0 6px;
	padding-left: 16px;
}
#content .main ul.short li {
	padding-bottom: 5px;
}
p.intro {
	color: #422C21;
	font-size: 14px;
}

/* Links */
#related a, #bloglog a, .c5 a, .c6 a {
	color: #000;
	text-decoration: none;
}
#related a:hover, #related a:active, #bloglog a:hover, #bloglog a:active, .c5 a:hover, .c6 a:hover, .c5 a:active, .c6 a:active {
	color: #669900;
	text-decoration: underline;
}
table a {
	color: #000;
}
table a:hover, table a:active {
	color: #669900;
}
#footer ul a {
	text-decoration: none;
}

/* Navigation */
#navigation {
	background: url(../img/menu_back.png) repeat-y;
	padding-top: 24px;
	margin-bottom: 50px;
}
#navigation ul {
	background: url(../img/menu_back_footer.png) no-repeat left bottom;
	list-style: none;
	padding-bottom: 20px;
}
#navigation li {
	margin: 0 10px;
}
#navigation span {
	display: none;
}
#navigation li a {
	width: 320px;
	height: 40px;
	display: block;
}
#navigation li a.home {
	background: url(../img/menubutton_home.gif) no-repeat;
}
#navigation li a.home:hover, #navigation li a.home:active {
	background: url(../img/menubutton_home.gif) no-repeat 0 -40px;
}
#navigation li a.archive {
	background: url(../img/menubutton_archive.gif) no-repeat;
}
#navigation li a.archive:hover, #navigation li a.archive:active {
	background: url(../img/menubutton_archive.gif) no-repeat 0 -40px;
}
#navigation li a.jobs {
	background: url(../img/menubutton_jobs.gif) no-repeat;
}
#navigation li a.jobs:hover, #navigation li a.jobs:active {
	background: url(../img/menubutton_jobs.gif) no-repeat 0 -40px;
}
#navigation li a.bookmarks {
	background: url(../img/menubutton_bookmarks.gif) no-repeat;
}
#navigation li a.bookmarks:hover, #navigation li a.bookmarks:active {
	background: url(../img/menubutton_bookmarks.gif) no-repeat 0 -40px;
}
#navigation li a.linkedin {
	background: url(../img/menubutton_linkedin.gif) no-repeat;
}
#navigation li a.linkedin:hover, #navigation li a.linkedin:active {
	background: url(../img/menubutton_linkedin.gif) no-repeat 0 -40px;
}
#navigation li a.bits {
	background: url(../img/menubutton_bits.gif) no-repeat;
}
#navigation li a.bits:hover, #navigation li a.bits:active {
	background: url(../img/menubutton_bits.gif) no-repeat 0 -40px;
}
#navigation li a.photos {
	background: url(../img/menubutton_photos.gif) no-repeat;
}
#navigation li a.photos:hover, #navigation li a.photos:active {
	background: url(../img/menubutton_photos.gif) no-repeat 0 -40px;
}
#navigation li a.contact {
	background: url(../img/menubutton_contact.gif) no-repeat;
}
#navigation li a.contact:hover, #navigation li a.contact:active {
	background: url(../img/menubutton_contact.gif) no-repeat 0 -40px;
}

/* Active menu items */
#navigation li.active {
	background: url(../img/menubutton_active.gif) no-repeat right top;
}

/* Succes message */
#message .container {
	background: url(../img/message_back_page.png) no-repeat 21px 0;
}

/* Content */
#content {
	background: #EBEAD1 url(../img/content_inside.png) repeat-x;
}
#content .main {
	padding-top: 30px;
	width: 580px;
}
.master {
	margin: 0 10px;
}
.post {
	margin-left: 14px;
	margin-right: 14px;
}
.postinfo {
	margin-top: 2px;
}
.date {
	color: #182C33;
	background: #F8F8F0;
	line-height: normal;
	float: left;
	width: 28px;
	text-align: center;
	border: 1px solid #182C33;
	font-size: 20px;
}
.date span {
	font-size: 11px;
	color: #F8F8F0;
	background: #182C33;
	display: block;
	padding-top: 1px;
}
#content p.postdata {
	float: left;
	width: 450px;
	margin-left: 10px;
	padding-top: 2px;
}
#blogtop {
	background: url(../img/box_page_top.png) no-repeat;
	padding: 36px 14px 0 14px;
	position: relative;
}
#blogtop h2, #blogtop p {
	padding-left: 26px;
	padding-right: 26px;
}
#blogbottom {
	background: url(../img/latestblog_bottom_page.png) no-repeat;
	height: 25px;
	padding: 0;
}
#related, #bloglog {
	background: url(../img/box_sidebar_top.png) no-repeat;
	margin-top: 9px;
}
#bloglog {
	margin: 0px 0 15px 0;
}
#related div, #bloglog div {
	background: url(../img/box_sidebar_bottom.png) no-repeat left bottom;
	padding-bottom: 15px;
}
#related h2, #bloglog h2 {
	color: #000;
	font-size: 16px;
	margin: 0;
	padding: 15px 15px 10px 15px;
	font-weight: normal;
	position: relative;
}
#content #related p, #content #bloglog p {
	font-size: 12px;
	margin: 0;
	padding: 0 15px 10px 15px;
}
#content #related ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0 15px;
	border-top: 1px solid #EBEAD1;
}
#content #related li {
	line-height: 18px;
	padding: 2px 0;
	border-bottom: 1px solid #EBEAD1;
}
#work {
	margin: 25px 0 0 0;
	background: url(../img/workingon.png) no-repeat 0 106px;
}
#work div {
	float: left;
	margin: 0 16px 50px 0;
}
#work div.last {
	margin-right: 0;
}
#work img {
	width: 92px;
	height: 92px;
	border: 1px solid #fff;
}
#work a {
	display: block;
	width: 94px;
	height: 94px;
	border: 4px solid #DCDAB8;
}
#work a:hover, #work a:active {
	border: 4px solid #669900;
}
h2.shuffle {
	background: url(../img/title_heard.gif) no-repeat;
	width: 252px;
	height: 19px;
	margin-bottom: 15px;
	margin-top: 30px;
}
#content .sidebar p.ipod {
	background: url(../img/ipod_small.jpg) no-repeat 228px 14px;
	padding-right: 110px;
}
.c5 {
	width: 280px;
	float: left;
}
.c6 {
	width: 280px;
	float: right;
}
#blog {
	margin-bottom: 15px;
}
.notice {
	margin-left: 100px;
}
.mono {
	font-family: "Courier New", Courier, monospace;
}
.comments {
	padding-top: 15px;
}
.commentdata {
	margin-bottom: 0;
	padding-bottom: 15px;
}
.first {
	padding: 0;
}
.gravatar {
	background: #fff;
	border: 4px solid #DCDAB8;
	padding: 1px;
	float: right;
	margin: 0 20px 15px 15px;
}
.odd .gravatar {
	border: 4px solid #D1CFB5;
}

/* Bloglog stuff */
body table#MBL_COMM {
	background: #DCDAB8;
	margin:0;
	padding:0;
	margin-left: 15px;
	border:none;
}
body table#MBL_COMM tr#tr0 {
	display:none;
}
body table#MBL_COMM td.mbl_fo_hidden {
	display:none;
}
body table#MBL_COMM img {
	border: 3px solid #EBEAD1;
	width: 34px;
	height: 34px;
}
body table#MBL_COMM img:hover {
	border: 3px solid #fff;}

/* Table */
table {
	margin-bottom: 15px;
	border: none;
	width: 560px;
	border-collapse: collapse;
}
thead {
	padding-bottom: 5px;
}
th {
	color: #422C21;
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 6px;
	text-align: left;
}
tr {
	line-height: 18px;
}
.odd {
	background: #E2E0C2;
	border-top: 1px solid #D6D4B9;
	border-bottom: 1px solid #D6D4B9;
}
td {
	padding-right: 10px;
	width: 25%;
}

/* Footer */
#footer .container {
	background: url(../img/split_page.png) no-repeat 18px 0;
}
#footer h2.recently {
	background: url(../img/title_recently.gif) no-repeat;
	width: 138px;
	height: 19px;
	margin: 25px 0 10px 0;
}
#footer h2.saying {
	background: url(../img/title_saying.gif) no-repeat;
	width: 202px;
	height: 19px;
	margin: 25px 0 10px 0;
}
#footer h2.syndicate {
	background: url(../img/title_syndicate.gif) no-repeat;
	width: 111px;
	height: 20px;
	margin-top: 25px;
}
#linklove {
	background: url(../img/box_linklove_top.png) no-repeat;
	margin-top: 10px;
}
#footer .bottom {
	background: url(../img/box_linklove_bottom.png) no-repeat left bottom;
	padding: 15px;
}
#linklove h2 {
	background: url(../img/title_linklove.gif) no-repeat;
	width: 144px;
	height: 16px;
	margin-bottom: 10px;
}
#footer ul {
	list-style: none;
}
#footer li {
	line-height: 24px;
	border-bottom: 1px solid #573D30;
}
.c3 {
	float: left;
	width: 145px;
}
.c4 {
	float: right;
	width: 145px;
}
#footer .attention {
	background: url(../img/box_sidebar_big_top.png) no-repeat;
	margin: 5px 0 0 10px;
}
#footer .attention div {
	background: url(../img/box_sidebar_big_bottom.png) no-repeat left bottom;
}
#footer .attention h3 {
	padding: 15px 15px 5px 15px;
}
#footer .attention p {
	margin: 0;
	padding: 0 15px 15px 15px;
}

/* Recent comments */
#footer .recentcomments a {
	width: 270px;
	cursor: pointer;
	display: block;
}
#footer .recentcomments img {
	width: 26px;
	height: 26px;
	display: block;
	float: left;
}
#footer .recentcomments a img {
	background: #6C4E40;
	border: none;
	padding: 3px;
}
#footer .recentcomments a:hover img, #footer .recentcomments a:active img {
	background: #fff;
}
#footer .recentcomments li {
	line-height: 16px;
	padding: 5px 0;
	width: 270px;
	border: none;
}
#footer .recentcomments span.author {
	color: #EBEAD1;
	width: 226px;
	float: right;
	display: block;
}
#footer .recentcomments a:hover span.author, #footer .recentcomments a:active span.author {
	color: #fff;
}
#footer .recentcomments a:hover span.message, #footer .recentcomments a:active span.message {
	color: #ff9900;
}

/* Form */
form {
	margin: 0;
}
fieldset {
	margin-bottom: 15px;
}
input.verstuur {
	margin: 11px 0 0 96px;
	width: 68px;
	height: 42px;
	border: 0;
	background: url(../img/button_send.png) no-repeat;
}
input.verstuur:hover {
	background: url(../img/button_send.png) no-repeat 0px -42px;
}
input.submit {
	margin: 11px 0 0 96px;
	width: 80px;
	height: 42px;
	border: 0;
	background: url(../img/button_submit.png) no-repeat;
}
input.submit:hover {
	background: url(../img/button_submit.png) no-repeat 0px -42px;
}
input.addajob {
	margin: 11px 0 0 96px;
	width: 97px;
	height: 42px;
	border: 0;
	background: url(../img/button_addajob.png) no-repeat;
}
input.addajob:hover {
	background: url(../img/button_addajob.png) no-repeat 0px -42px;
}
.captcha {
	width: 200px;
	height: 60px;
	display: block;
	margin-bottom: 10px;
}
