* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  background-image: url(img/bg_grad.jpg);
  background-attachment: fixed;

  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: 'Lucida Grande', Arial, Verdana, sans-serif;

  color: #000;
}

div {
  border: 0;
}

img {
  border: 0;
  max-width: 480px;
}

* html img {
  width: expression(this.width > 480 ? 480 : true);
  height: expression(this.width > 480 ? 360 : true);
}

a {
  color: #62A1F8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#container {
  margin: 0 auto;
  padding: 0;
  width: 688px;
  background: #fff;
  background: url(img/midX.jpg);
  background-repeat: repeat-y;
}

#top {
  height: 150px;
  background: url(img/topX.jpg);
}

#mid {
  min-height: 480px;
  padding: 0 1em 0 4px;
  text-align: left;
}

* html #mid { height: 480px; }

#menu, #cat {
  position: absolute;
  width: 135px;
  margin-top: 4px;

  font-size: 1.1em;
}

* html #menu, * html #cat {
  left: 50%;
  margin-left: -341px;
}

#menu ul, #menu ul li, #cat ul, #cat ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#subnav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#subnav ul li {
  display: inline;
  white-space: nowrap;
}

#subnav ul li a {
  font-size: 0.8em;
  color: #555;
  padding: 0 4px;
}

#subnav ul li.separator {
  color: #aaa;
  margin: 0 1px;
  padding: 0;
}

/* elk level een eigen kleur?
#menu ul li { background-color: #dedede; }
#menu ul li li { background-color: #eee; }
#menu ul li li li { background-color: #fff; }
*/

#menu li a, #cat li a {
  padding-left: 6px;
}

#menu li li a, #cat li li a {
  background: transparent;
  padding-left: 12px;
}

#menu li li li a, #cat li li li a {
  background: transparent;
  padding-left: 18px;
}

#menu li li li li a, #cat li li li li a {
  background: transparent;
  padding-left: 24px;
}

#menu a, #cat a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 2px;
}

/* Truuk voor IE, vanwege "display:block" */
* html #menu a { height: 16px; }

#menu a:hover {
/*
  border-bottom: 1px solid #62A1F8;
*/
  background: #62A1F8;
  color: #fff;
  text-decoration: none;
}

#menu ul li a.active, #menu ul li.menu-current>a/*, #menu ul li ul li a#active*/ {
  background: transparent;
  color: #000;
}

#menu #login ul {
  margin-top: 18px;
}

#login ul li {
  background: transparent;
}

#breadcrumbs, #subnav {
  margin-left: 140px;
  font-size: 1.1em;
  padding: 8px 4px 4px;
}

#subnav { text-align: center }

#content, #thumbs, #main_image {
  margin: 20px 0 0 140px;
  margin: 10px 0 0 140px;
  min-height: 200px;
  padding: 4px;
  padding-right: 16px;

  font-size: 1.2em;
  text-align: justify;
}

#main_image {
  text-align: center;
}

* html #content { height: 200px }

#content a:hover {
  background: #62A1F8;
  color: #fff;
  text-decoration: none;
}

#content h1 {
  font-size: 1.6em;
}

#content table {
  border-top: 0;
  margin-top: 20px;
}

#content .post_title, #content .post_date {
  padding-top: 20px;
}

#content .post_date {
/*  font-size: 80%; */
}

#content .post_short {
  border-bottom: 0px solid #000;
  padding: 4px 0;
}

#btm {
	background: transparent;
	clear: both;
	color: #000;
	border-width: 1px 0;
	border-style: solid;
	border-color: #C0D5EB;
	font-size: 1em;
	margin: 50px 0 10px;
	padding: 3px 8px 2px;
	text-align: right;
	text-align: center;
}

* html #btm { margin-bottom: 0 }

.post_short a {
  display: none;
  content: '...';
}

#alfabet {
  border-bottom: 1px solid #ccc;
  font-size: 1em;
  letter-spacing: 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}

#alfabet a {

}

#alfabet a#active {
  border-bottom: 2px solid #000;
  color: #ccc;
  color: #000;
/*
  font-size: 1.6em;
*/
  font-weight: bold;
}

#woorden h5 {
  border-bottom: 1px solid #ccc;
  text-align: center;
  width: 30px;
}

.menuhd {
  font-weight: bold;

  background-color: #62A1F8;
  color: #fff;

  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #FFFFFF;
  border-left-color: #FFFFFF;
}

fieldset {
  border: 0;
}

#gallery ul li {
  display: inline;
}

#gallery img {
  padding: 2px;
  border: 1px solid #c0d5eb;
}

#gallery ul li img {
/*  width: 75px;*/
}

#gallery #nav {
  margin-top: 10px;
  text-align: center;
}

#gallery #thumbs ul li a {
  margin: 8px 8px;
}

/* guestbook */

#guestbook h4 {
  border-bottom: 1px solid #000;
  border: 1px solid #000;
  margin-top: 10px;
  padding: 4px;
}

#guestbook .admFooter {
  border: 1px solid #ccc;
  margin: 4px 0;
  padding: 4px;
}

.msgComments {
  background: #eee;
  border: 1px solid #ccc;
  color: #555;
  margin-top: 16px;
  padding: 4px 8px;
}

#sidebar {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-top: 40px;
}

#sidebar form {
	margin: 0;
	padding: 0;
}

#sidebar h1 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#minipoll {
	border: 1px solid #ddd;
	padding: 2px;
}

#minipoll a {
  border: 0;
}

#minipoll a:hover {
  background: transparent;
  color: #62A1F8;
  display: normal;
  text-decoration: underline;
}

#minipoll ul {
	list-style-type: none;
}

#minipoll ul li {
	padding: 2px;
}

#minipoll ul li label {
	padding-left: 4px;
}

/* Gastenboek */
table.gbentry {
  border: 1px solid #182432;
  border-color: #182432;
  border-collapse: collapse;
  margin-bottom: 1em;
  margin-left: 10px;
  width: 100%;
  
  font-size: 1em;
}

table.gbentry td.gbtitle {
  font-weight: bold;
  padding: 4px;
  background-color: #182432;
  color: #fff;
}

table.gbentry td.gbtitle {
	vertical-align: top;
}

table.gbentry td.gbtitle a:hover {
	background: transparent !important;
	text-decoration: underline !important;
}

table.gbentry td.gbcontent {
  padding: 5px; 
  background-color: #fff;
  color: #000;
}

/* Photo gallery */
/*
#pagenumbers {
	text-align: center;
	margin: 0px 1em 0px 1em;
}
#pagenumbers a:link, #pagenumbers a:visited, #pagenumbers a:hover {
	color: #0000ff;
	text-decoration: none;
}*/
.picturelink {
	background: #fff;
	float: left;
	margin: 1em;        
	text-align: center;
}
.picturelink a {
	color: #999;
}
.picturelink a img {
	border: 2px solid #eee;
}
.picturelink a:hover {
	color: #333333 !important;
}
.picturelink a:hover img {
	border: 2px solid #62A1F8;
}
.picturelink img {
	border: 2px solid #62A1F8;
}
#filename {
	text-align: center;
}
#directories { }

#clearall {
	background-color: #fff;
	clear: both;
	margin: 1em;
	margin: 0;
}
