body { 	
	background-color: #c4d3dc;/* #d6dcdf;*/
	color: #03333d;
	margin: 0px;
}

h1 {
  color: #03333d;
}

a { 
  color: #5b7d8a;
  text-decoration: none;
}

/*a:hover { 
  text-decoration: underline;
}*/

div.container {
  padding: 45px 45px 70px 45px;
  margin: 80px auto 50px auto;  
  background-color: white;
  
  /* temp styling 
  background-image: url(blueprint/lib/grid.png);
  */
  
}

h1#logo {
  font-size: 1.3em;
  display: block;
  text-indent:-9999px;
	overflow: hidden;
	width: 129px;
	height: 17px;
	background:transparent url(../img/logo.png) no-repeat;
}

#menu ul {
  margin: 0;
  list-style-type: none;
  padding-top: 3px;
}

#menu ul li {
  display: block;
  float: left;
  text-indent:-9999px;
	overflow: hidden;
}

#menu ul li a {
  border:0;
	display:block;
	text-decoration:none;	
	width: 65px;
	height: 12px;
	background:transparent url(../img/menu.png) no-repeat;
}

li#portfolio a:link, li#portfolio a:visited {	
	background-position: 0px 0px;
}
li#portfolio a:hover, li#portfolio a:focus, body#portfolio li#portfolio a {	
	background-position: 0px -12px;
}

li#meerinfo a:link, li#meerinfo a:visited {	
	background-position: -65px 0px;
}
li#meerinfo a:hover, li#meerinfo a:focus, body#bio li#meerinfo a, body#pub li#meerinfo a {	
	background-position: -65px -12px;
}

li#contact a:link, li#contact a:visited {	
	background-position: -130px 0px;
}
li#contact a:hover, li#contact a:focus, body#contact li#contact a  {	
	background-position: -130px -12px;
}

hr.dikkelijn {
  height:0.25em;
  background-color: #e2e7e9;
  color: #e2e7e9;
  margin-bottom:4.2em;
}

div#note {
  position:relative;
  height: 320px; 
}

div#note span {
  display:block;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.2em;
  font-size: 0.9em;
}

div#painting img {
  margin: 0;
}

#thumbnav a {
  text-decoration:none;	
  border:0;
  display:block;
  width: 15px;
  height: 15px;
  background-color: #e2e7e9;
  text-indent:-9999px;
	overflow: hidden;
	margin-bottom: 3px;
}

#thumbnav a:hover, #thumbnav a.active {
  background-color: #5b7d8a;
}

#thumbview {
  margin-top: 21px;
}

ul.submenu {
  list-style-type: none;
  margin: 0;
}

#bio li#menu_bio a, #pub li#menu_pub a, #links li#menu_links a {
 /* font-weight: bold; */
  color: #000000;
}

#pub em {
  background-color: transparent;
}

#links ul#linkslist {
  list-style-type: square;
}

ul#linkslist li {
  margin-bottom: 1em;
}

/* forms */
label {
  display: block;
  margin-top: 0.5em;
}

textarea, input.text {
  margin: 0 0.5em 0 0;
  font-family:"Helvetica Neue","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
  font-size:100%;
  width: 350px;
}

textarea {
  height: 150px;
}

fieldset {
  border: 0;
  margin:0;
  padding: 1.4em 0 0 0;
}

legend, label {
  font-weight: normal;
}

legend {
  font-size:1em;
}

input.haserror, textarea.haserror {
  border: 1px solid red;
  background-color: #FBE3E4;
}

span.errorMsg {
  color: red;
}

.buttons {
  margin-top: 0.5em;
}

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}
