@charset "utf-8";

html {
	background: #efeeec url(images/bg.jpg) repeat-x bottom;

/* oranje: fba611 */

}

body { 
	background: url(images/gvd60.jpg) no-repeat center 0px;
	font: 62.5% "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 auto 0 auto;
	text-decoration: none;
	border-width: 0px;
}

img
{
	border-width: 0px;
}

a:link, a:visited
{
	color: #333;
	text-decoration: none;
	padding: 0;
}

a:hover, a:active
{
	color: #00f;
	padding: 0;
}

/*-------------------------------------------------
  Header Start
-------------------------------------------------*/

#header
{
	position: relative;
	width: 900px;
	top: -20px;
	background: url(http://www.getverderrie.nl/skins/gvd60/images/title/rotate.php) no-repeat;
	height: 250px;
	margin: auto;
}

#white
{
	position: relative;
	width: 940px;
	height: 20px;
	top: 230px;
	background: #fff;
	margin: auto;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

/*-------------------------------------------------
  Leftbar (Blogcontent)
-------------------------------------------------*/

#blogcontent
{
	position: relative;
	top: -20px;
	width: 940px;
	margin: auto;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fff;
}

.blogitemarea
{
	width: 500px;
	padding: 20px 0px 20px 20px;
	vertical-align: top;
}

.blogitem
{
	padding-right: 20px;
}

.contentbody
{
	color: #333;
	font-size: 10pt;
	line-height: 130%;
}

.contentbody a:link, .contentbody a:visited
{
	background: url(./images/hyperlink.gif) 1px 2px no-repeat;
	padding: 0 10px 0 17px;
	color: #333;
}

.contentbody a:hover, .contentbody a:active
{
	color: #00f;
}

.contentitemdate
{
	background: url(./images/bgdate.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}

.contentitemdate a:link, .contentitemdate a:visited
{
	color: #777;
}

.contentitemdate a:hover, .contentitemdate a:active
{
	color: #00f;
}

.contentitemkarma
{
	background: url(./images/bgkarma.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
	color: #777;
}

.contentitemkarma a:link, .contentitemkarma a:visited
{
	color: #777;
}

.contentitemkarma a:hover, .contentitemkarma a:active
{
	color: #00f;
}

.contentitempostedby
{
	background: url(./images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
	color: #777;
}

.contentitempostedby a:link, .contentitempostedby a:visited
{
	color: #777;
}

.contentitempostedby a:hover, .contentitempostedby a:active
{
	color: #00f;
}

.contentitemcomments
{
	background: url(./images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
	color: #777;
}

.contentitemcomments a:link, .contentitemcomments a:visited
{
	color: #777;
}

.contentitemcomments a:hover, .contentitemcomments a:active
{
	color: #00f;
}

.contentitemedit
{
	background: url(./images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}

.contentitemedit a:link, .contentitemedit a:visited
{
	color: #777;
}

.contentitemedit a:hover, .contentitemedit a:active
{
	color: #00f;
}

.contentitemcategory
{
	background: url(./images/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
	color: #777;
}

/*-------------------------------------------------
  Rightside
-------------------------------------------------*/
#rightside {
	float: right;
	width: 440px;
	border-width: 0px;
}

#menubar {
	font-family: "Arial Narrow", "Franklin Gothic Medium", Lucida, "Lucida Grande", Verdana, sans-serif;
	color: #ffc015;
	font-weight: bold;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 4px;
	height: 26px;
	background: #f15f0a;
	margin-right: 20px;
}

#menubar a:link, #menubar a:visited
{
	color: #ffc015;
}

#menubar a:hover, #menubar a:active
{
	color: #fff;
}
.column {
	font-size: 8pt;
	font-family:  "Arial Narrow", "Franklin Gothic Medium", Lucida, "Lucida Grande", Verdana, sans-serif;
	padding: 30px 0 0 0;
	width: 120px;
	color: #f15f0a;
	vertical-align: top;
	background: #fff;
}

.playground 
{
	width: 300px;
	padding: 30px 0 0 0;
	color: #777;
	vertical-align: top;
	border-width: 0px;
	list-style: none;
	line-height: 141%;
	font-size: 8pt;
}

.playground ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	text-transform: capitalize;
}

.playground a:link, .playground a:visited
{
	color: #777;
	text-decoration: none;
}

.playground a:hover, .playground a:active
{
	color: #00f;
	text-decoration: underline overline;
}

/* Lists */
.column ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	color: #f15f0a;
	line-height: 200%;
	text-transform: capitalize;
}

.column a:link, .column a:visited
{
	color: #f15f0a;
	text-decoration: none;
}

.column a:hover, .column a:active
{
	color: #00f;
	text-decoration: underline overline;
}


/* titles */
#subtitle
{
	color: #ce0f18;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 124%;
	padding-right: 3px;
}

#itemtitle
{
	color: #fff;
	padding-right: 50px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 124%;
}

#subcat
{
	position: relative;
	top: 32px;
	left: 2px;
	color: #ffc015;
	text-transform: lowercase;
	font-size: 114%;
	padding: 2px;
}

/*-------------------------------------------------
  Formfields
-------------------------------------------------*/
.formfield
{
	font-size: 12px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}

.formbutton
{
	font-size: 10px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 8px 0 0;
	text-align: center;
}

.searchform .formfield
{
	width: 130px;
	height: 11px;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}

.searchform .formbutton
{
/*	width: 60px;*/
	width: 70px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 1px 1px;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width: 940px;
	background: #ffc015;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0 auto;
	color: #474747;
}

/* Leftbox and Rightbox toolbar buttons */
.gvdleftbox, .gvdrightbox {
	margin: 0 10px 5px 0;
	padding: 3px;
	border: 2px solid #ffc015;
}
.gvdleftbox {
	float: left;
}
.gvdrightbox {
	float: right;
}

/*-------------------------------------------------
  NP_Blogroll (tbv tagcloud)
-------------------------------------------------*/
.BRtinyT { font-size:50%; font-weight: 100;} 
.BRsmallT { font-size:80%; font-weight: 200; position: relative; top: 1px;}
.BRmediumT { font-size:100%; font-weight: 400; position: relative; top: 3px;}
.BRlargeT { font-size:140%; font-weight: 900; position: relative; top: 5px;}

.tagcloud
{
	width: 450px;
	padding: 15px 0 10px 0;
	color: #777;
	text-align: center;
	border-width: 0px;
	list-style: none;
	line-height: 13pt;
	font-size: 14pt;
}

.tagcloud a:link, .tagcloud a:visited
{
	color: #777;
	text-decoration: none;
}

.tagcloud a:hover, .tagcloud a:active
{
	color: #00f;
	text-decoration: underline overline;
}

/* Search highlight color */
.highlight
{
	background: #ffc015;
	color: #ce0f18;
}

#loading {
width: 300px;
height: 100px;
background-color: #fff;
color: #c0c0c0;
position: absolute;
left: 50%;
top: 50%;
border: solid 1px #000000;
margin-top: -50px;
margin-left: -150px;
text-align: center;
font-size: 9pt;
}