/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background:url(img/bg.jpg);
	color: #494949;
    	font-family: Georgia, Garamond, serif, arial;
	font-size: 12px;
}
img
{
	border: 1px solid #A8B889;

}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
    	font-family: Georgia, Garamond, serif, arial;
	font-weight: normal;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	padding: 0 0 0 10px;
	margin: 0 20px;
}
ul.comments
{
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
	overflow:hidden;
}
li.comments
{
	padding: 0 0 0 0px;
	margin: 0px;
	color:black;
}

/* Links */
a:link, a:visited
{
	color: #635D45;
	text-decoration: none;
}
a:hover, a:active
{
	color: black;
}
#header a:link, #header a:visited
{
	color: #474747;
}
#header a:hover, #header a:active
{
	color: #737373;
}
#copyrights a:link, #copyrights a:visited
{
	color: #474747;
}
#copyrights a:hover, #copyrights a:active
{
	color: #737373;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 900px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
.pattern {
	background: #334127 url(img/pattern.gif) repeat-x;
	width:886px;
	margin:auto;
	height: 12px;
}
#header
{
	width: 900px;
	height: 232px;
	background: url(img/header02.jpg) no-repeat;
	margin: auto;
}
#header h1
{
	height: 188px;
	width: 900px;
	margin: 4px 6px;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	line-height: 110px;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width:900px;
	background:url(img/bgcontainer.jpg);
	margin:0 auto 0 auto;
}
#wrapper
{
	width: 900px;
	margin:auto;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 598px;
	float: left;
	height:1%;
	overflow:visible;
        margin-left:auto;
        margin-right:auto;
}
.postbox
{
	background: #f9f9f9;
	border-width: 1px;
	border-style: solid;
	/*border-color:#A8B889; */
	border-color:#5b5b5b;
	padding:15px;
}

.postbox img
{
	border: 1px solid #A8B889;
        padding:5px;
        margin-top:10px;
        margin-bottom:20px;
}

.content
{
	padding: 0px;
	margin: 10px 10px 0 10px;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.content h2
	{
	font-family: Georgia, garamond;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	color:black;
	/*border-top: 1px solid #A8B889;
	border-bottom: 2px solid #A8B889;*/
	border-top: 1px solid #5d5d5d;
	border-bottom: 2px solid #5d5d5d;
	padding:3px 0 3px 0px;
	line-height:16px;

}
.contenttitle h2
{
	clear: both;
	background: #A8B889;
    	font-family: Georgia, Garamond, serif, arial;
	font-size: 16px;
	color:white;
	padding: 1px 1px 1px 5px;
	border-top: 1px solid #A8B889;
	border-bottom:0px solid #5b5b5b;
	margin:0px;
	height:19px;
}
.contenttitle h2 a:hover
{
	font-style:bold;
	color:black;
}

.contenttitle h2 a,
.contenttitle h2 a:link,
.contenttitle h2 a:visited
{
	color:white;
}
.contentbody
{
	font-size:12px;
	text-align: justify;
	word-wrap: break-word;
	overflow: hidden;
	margin:5px 5px 5px 5px;
	padding:0px;
}
.tussenplaatje {
	background: url(img/bar2.gif) no-repeat;
	width:400px;
	height:20px;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 10px;

	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	margin: 0px;
	padding: 1px 0px 0px 5px;
	height: 20px;
	border-top: 1px solid #A8B889;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 12px;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
/* RIGHTBAR */
#sidebarrightcontainer
{
	float: right;
	height:100%;
	width: 150px;
	margin: 10px 0px 0 0px;
}
.sidebarright
{
	color: #A8B889;
	text-align:left;
	margin:0 27px 0 0;
}
/*LEFTBAR*/
#sidebarleftcontainer
{
        float: left;
	height:100%;
        width: 150px;
	margin: 10px 0px 0 0;
}
.sidebarleft
{
        color:#A8B889; 
	text-align: right;
	margin:0 0 0 27px;
}
/* Menu lists */
.sidebardl
{
	margin: 0 0 0 0px;
}
.sidebardl dt
{
	color: black;
	font-size: 13px;
	font-weight: bold;
    	font-family: Georgia, Garamond, serif, arial;
	/*border-top: 1px solid #A8B889;*/
	/*border-bottom: 2px solid #A8B889;*/
	border-top: 1px solid #5b5b5b;
	border-bottom: 2px solid #5b5b5b;
	padding:3px 0 3px 0px;
}
.sidebardl dd
{
	padding: 0px 0 0px 0px;
	margin: 0px 0 0 0;
	font-size:11px;
}
.sidebardl dd a:link, .sidebardl dd a:visited
{
	color: #8C0001;
}
.sidebardl dd.links, .sidebardl dd.links a:link, .sidebardl dd.links a:visited
{
	display: block;
	color: #8C0001;
	text-decoration: normal;
	line-height:17px;
	border-bottom:1px solid transparent;
	_border-color:oldlace;
	_filter: chroma(color=oldlace); 
	
}
.sidebardl dd.links a:hover
{
	background: #A8B889;
	color: white;
	border-bottom:1px solid #5d5d5d;

}


/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	position: relative;
	width: 500px;
	height:15px;
	font-size:9px;
	padding-top:2px;
	text-align: center;
	border-top:1px solid gray;
	margin: 0 auto 0 auto;
	font-family:arial,verdana;
}

#copyrights
{
	color: #474747;
}


/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 0px 0px 0px 0px;
}
.commentform, .mailform
{
	margin-top: 10px;
    	padding: 10px 0 10px 0;
    	background: #f9f9f9;
    	/* Rounded borders, for Mozilla browsers */
    	/* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	font-size: 11px;
	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: 11px;
	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 0 0 0;
	text-transform: lowercase;
}
.searchform .formfield
{
	width: 100px;
    	font-family: Georgia, Garamond, serif, arial;
	padding: 0px 0;
	margin: 5px 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    	font-family: Georgia, Garamond, serif, arial;

	padding: 1px;
	margin:0 0 5px 0;
}
.loginform .formfield
{
	width: 100px;
    	font-family: Georgia, Garamond, serif, arial;
	padding: 0px 0;
	margin: 0 0px 0px 0px;
}
.loginform .formbutton
{
	width: 60px;
    	font-family: Georgia, Garamond, serif, arial;
	padding: 1px;
	margin: 2px 0 0 0px;
	text-transform: lowercase;
}
.mainform .formfield
{
	width: 280px;
    	font-family: Georgia, Garamond, serif, arial;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    	font-family: Georgia, Garamond, serif, arial;
	padding: 2px 2px;
	text-transform: lowercase;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 300px;
    margin-right: 105px;
    	font-family: Georgia, Garamond, serif, arial;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    	font-family: Georgia, Garamond, serif, arial;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

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

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin-top: 3px;
	margin-left: 0px;
	padding: 0px;
	font-size: larger;
	width: 160px;
}
.leftbox {
	float: left;
}
.rightbox {
	float: right;
}
.clearfix:after {
content: ".";
clear: both;
height: 0;
visibility: hidden;
display: block;
}
.clearfix {
display: inline-block; /* Fixes IE/Mac */
}

