/* reset browser defaults and basic styles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

q:before,q:after {
	content: '';
}

a {
	outline: 0;
}

body {
	font: 76% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #CCC;
	background: #272727 url(../siteimages/background2.jpg) repeat-x scroll 0 0;
}

/* ----- main containers, floated with negative margins -------------------*/

div#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

div#wrapper {
	float: left;
	width: 100%;
	margin-top: 0;
}

div#content {
	margin-right: 560px;
	padding-bottom: 25px;
}

div#sidebar {
	float: left;
	width: 265px;
	margin-left: -265px;
	padding-bottom: 25px;
	background-color: #272727;
}

div#extra {
	float: left;
	width: 265px;
	margin-left: -530px;
	padding-bottom: 25px;
	background-color: #272727;
}

div#header {
	margin-bottom: 33px;
}

h1#logo {
	width: 400px;
	padding-top: 10px;
}

h1#logo a {
	color: #525252;
	font: 1.5em/1.5em Univers, Candara, Helvetica;
	text-decoration: none;
}

/* main blogpost styles */

h2, 
content h2 a:link, 
#content h2 a:visited {
	font: bold 1.7em "Courier New", Georgia, serif;
	letter-spacing: -2px;
	word-spacing: -5px;
	color: #99cc00;
	text-decoration: none;
	border: none;
}

#content h2 a:link, 
#content h2 a:visited {
	font-size: 1.1em;
}

#content a:link,
#content a:visited, 
#extra p a {
	color: #d9d9d9;
	border-bottom: 1px dotted #ffffff;
	text-decoration: none;
}

#content a:hover, 
#extra p a:hover {
	color: #99cc00;
	border-bottom: 1px dotted #99cc00;
}

#content p, 
#content ul, 
#content ul li, 
#extra p,
.simplepie ol, 
.simplepie ul {
	color: #aaaaaa;
	font: 1em/1.5em "Frutiger", "Univers", "Candara", Arial, sans-serif;
	margin: 0 2.25em 1em 0;
}

#extra p {
  color: #aaaaaa;
  font: 1em/1.4em "Frutiger", "Univers", "Candara", Arial, sans-serif;
  margin: 0 2.25em 1em 0;
}



#content h3.date {
	margin: -18px 19px 0 0;
	font-size: 0.8em;
	float: right;
	color: #525252;
}

div#content img {
	border: 1px dotted rgb(102, 102, 102);
	padding: 4px;
	display: block;
	margin-bottom: 18px;
	margin-top: 0;
}

#content blockquote {
	border-left: 5px solid rgb(146, 136, 131);
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}

#content ul {
	list-style-image: url(siteimages/bullet2.jpg);
	list-style-type: disc;
	margin: 1em 0 1em 3em;
}

#content h3 {
	margin: 0 0 1em 2px;
	font-size: 1.2em;
}

/* flickr styles  */

#flickring img {
	width: 75px;
	height: 75px;
}

#flickring a {
	border: 1px solid rgb(102, 102, 102);
	margin: 2px;
	padding: 2px 2px 0px;
	display: block;
	float: left;
	text-decoration: none;
	background-image: none;
}

#flickring a:hover {
	background: rgb(121, 179, 11) none repeat;
}

#flickring {
	margin: 0 0 0 5px;
	overflow: auto;
}
/* download styles  */

#downld a {
	color: #d9d9d9;
	border-bottom: 1px dotted #ffffff;
	text-decoration: none;
}

#downld a:hover {
	color: #99cc00;
	border-bottom: 1px dotted #99cc00;
}

#downld {
	margin: 0 0 0 5px;
	overflow: auto;
}

#downld p {
	margin: 0px 0px 10px 0px;
}

/* twitter styles  */

#twittering img {
	width: 75px;
	height: 75px;
}

#twittering a {
	border: 1px solid rgb(102, 102, 102);
	margin: 2px;
	padding: 2px 2px 0px;
	display: block;
	float: left;
	text-decoration: none;
	background-image: none;
}

#twittering a:hover {
	background: rgb(121, 179, 11) none repeat;
}

#twittering {
        margin: 0 0 0 5px;
	overflow: auto;
}

#twitter {
 	margin: 0 0 0 2px;
	overflow: auto;
        float: left; 
        width: 250px; 
}

.tweet {
       margin: 10px 0px 0px 0px;
}

.tweet p strong {
       font-weight: bold;
       color: white;
}


/* grooving, reading styles   */

#listening, #reading, #viewing {
	margin: 10px 0 25px 6px;
}

#listening ul, #reading ul {
	margin-top: 4px;
	width: 255px;
	overflow: hidden;
	height: 170px;
}

#reading {
	margin-top: -8px;
}

#reading ul {
	height: 120px;
}

#listening li, #reading li {
	float: left;
}

#listening ul li a, #reading ul li a {
	border: 1px solid rgb(102, 102, 102);
	margin: 0 2px 4px;
	padding: 2px;
	text-decoration: none;
	display: block;
	width: 75px;
	height: 75px;
	float: left;
	background-image: none;
}

#reading ul li a {
	height: 100px;
}

#viewing {
	margin-top: -10px;
}

#viewing h2 {
	margin-bottom: 2px;
}

#viewing a {
	display: block;
	border: 1px solid rgb(102, 102, 102);
	width: 244px;
	height: 151px;
	padding: 2px;
}

#listening ul li a:hover, #movies a:hover, #reading ul li a:hover, #viewing a:hover {
	background: rgb(121, 179, 11) none repeat;

}

/* searchform position*/

#searchform {
	float: right;
	margin: 15px 7px 0 0;
}

input {
	background-color: #d9d9d9;
}

#searchform fieldset label {
	color: #525252;
	font: 1em/1.5em "Frutiger", "Univers", "Candara", Arial, sans-serif;
}

/*live search default styles */

#LSResult {
	position: absolute;
	right: 7px;
	background-color: #525252;
	width: 252px;
	z-index: 100;
}

#LSShadow {
	padding: 5px;
}

#LSRes {
	background-color: #525252;
}

.LSRow {
	padding: 5px;
}

.LSRow a, #LSHeader div a {
	color: #ffffff;
}

.LSRow a:hover, #LSHeader div a:hover {
	color: #000;
}

#LSHighlight {
	background-color: #aaa;
}

#LSHeader {
	padding: 2px 2px 8px;
}

.lsDate {
	display: block;
	color: #555;
}

ul#recent_articles {
	margin-bottom: 2em;
}

ul#recent_articles li {
	border-bottom: 1px solid rgb(85, 85, 85);
	padding: 4px 0;
	margin: 0 35px 0 0;
}

ul#recent_articles li a {
	padding-left: 1.75em;
}


/* elsewhere article list */
.simplepie ol li,
.simplepie ul li {
	padding: 4px 0;
	margin: 0 8px 0 -2px;
	border-bottom: 1px solid rgb(85, 85, 85);
}

.simplepie ol li a, 
.simplepie ul li a, 
ul#recent_articles li a {
	color: #d9d9d9;
	text-decoration: none;
}

.simplepie ol li a:hover, 
.simplepie ul li a:hover, 
ul#recent_articles li a:hover {
	color: #99cc00;
	text-decoration: none;
}

#extra p img#me {
	border: 1px dotted rgb(102, 102, 102);
	padding: 2px;
	display: block;
	float: left;
	margin: 0 1em 0 0;
}

#extra p {
	margin: 5px 25px 2em 0;
}

/* Rubrieken */
.rubrieken a,
.rubrieken a:link,
.rubrieken a:active,
.rubrieken a:visited {
    color: #d9d9d9;
    border-bottom: 1px dotted #ffffff;
    text-decoration: none;
}

.rubrieken a.rubriekactief,
.rubrieken a:link.rubriekactief,
.rubrieken a:active.rubriekactief,
.rubrieken a:visited.rubriekactief {
    color: #99cc00;
    font-weight: bold;
    border-bottom: none;
}

.rubrieken a:hover {
    color: #99cc00;
    border-bottom: 1px dotted #99cc00;
}

.rubrieken li {
    margin: 0px 0px 6px 0px;
}

ul.rubrieken {
    margin: 10px 0px 25px 0px;
}


/* comment form styles */

dl#lna_comment {
	margin: 50px 0 0 2px;
	border-top: 1px dotted #919191;
	padding-top: 10px;
width: 405px;
}

dl#lna_comment input, dl#lna_comment textarea {
	width: 250px;
	background-color: #d9d9d9;
}

dl#lna_comment input#remember, dl#lna_comment input#forget {
	width: 15px;
}

dl#lna_comment input.button {
	width: 60px;
}

dl#lna_comment dt{
	display: block;
	margin:  10px 0 2px 0;
}

a#txpCommentHelpLink {display:  block;
	padding-top: 10px;
	width: 75px;
}

.a_comment_message, p#txpCommentInputForm {
	border:  1px dotted #525252;
		background-color: #1f1f1f;
margin: 2em 0 0.5em 0;
width: 405px;
}

.a_comment_message p {
	padding: 1em 0 0 1em;
}

.break {
display: block;
clear: both;
line-height: 0px;
margin: 0px 0px 10px 0px;
}

.newsthumb {
float: left;
margin: 4px 8px 0px 0px;
}

.newstekst {
text-align: left;
}

.newstekst p {
margin: 0px 0px 15px 0px;
}
