/* Arkitkt 01 - an open source xhtml/css website layout by Scott Benedict--arkitkt.com.
Free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.0 (28 Jun 2006) */

@import url("global.css");


body {
     background-color: #999999;
     margin: 0 auto;
     font-size: 1.2em; 
}

#page {
     margin: 0 auto;
     width: 750px;
     position: relative;
     top: 10px; 
}

#header {
     background-image: url(images/header.gif);
     width: 750px;
     height: 283px; 
}

#navbar {
     display: inline;
     float: left;
     position: relative;
     top: +1px;
     width: 100%;
     left: -120px;
     z-index: 1;
	 font-weight: bold;
}

#navbar a {
     color: #ffffff;
     font-family: Arial;
     font-size: .85em;
}

#navbar a:hover {
     color: #650B14;
}

#home {
     position: relative;
     width: 75px;
     left: 180px;
     top: 10px;
}

#workshop {
     position: relative;
     left: 210px;
     top: 0px;
     width: 75px; 
}

#gallery {
     position: relative;
     left: 240px;
     top: -10px;
     width: 75px; 
}

#porto {
     position: relative;
     left: 278px;
     top: -20px;
     width: 75px; 
}

#links {
     position: relative;
     left: 310px;
     top: -30px;
     width: 75px; 
}

#contact {
     position: relative;
     left: 350px;
     top: -40px;
     width: 75px; 
}

#kennis {
     position: relative;
     left: 390px;
     top: -50px;
     width: 75px; 
}


#title {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: bold;
     text-align: right;
     position: relative;
     right: 35px;
     font-size: 1.5em;
     top: -190px;
     }

#slogan {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     text-align: right;
     font-size: 1em;
     position: relative;
     right: 40px;
     top: -90px; 
}

#wrapper {
     background-image: url(images/bg.gif);
     background-repeat: repeat-y;
     width: 750px;
     float: left; 
}

#wrapper1 {
     background-image: url(images/bghome.gif);
     background-repeat: repeat-y;
     width: 750px;
     float: left; 
}

#content {
     width: 451px;
     position: relative;
     float: left;
     margin-left: 10px;
     font-family: Arial, Helvetica, sans-serif;
     padding-top: 10px;
     padding-right: 10px;
     padding-bottom: 10px;
     padding-left: 25px; 
}

#content2 {

     margin-left: 10px;
     padding-top: 10px;
     padding-right: 5px;
     padding-bottom: 10px;
     padding-left: 25px; 
}

.entrytitle {
     font-family: "Trebuchet MS"; 
     color: #650b14;
     font-size: 1em;
     padding-bottom: 5px; 
}

.entry {
     font-family: "Trebuchet MS";
     width: 450px;
     color: #000000;
     text-align: left;
     font-size: .8em;
     padding-bottom: 20px; 
}

.entry a {
     color: #650b14;
}



.entry a:hover {
     color: #ae7e0f;
}

#submenu {
     width: 217px;
     float: left;

     height: 100%;
     top: -150px;
     z-index: 5; 
}

#submenu h3 {
     padding-top: 25px; 
}

.menutitle {
     font-family: Arial, Helvetica, sans-serif;
     color: #650b14;
     font-size: .75em;
     text-decoration: underline overline;
     text-align: center;
     padding-bottom: 10px; 
}

ul a {
     font-family: Arial, Helvetica, sans-serif;
     color: #ae7e0f;
     font-size: .6em;
     text-align: center;
     display: block;
     padding-bottom: 5px; 
}

ul a:hover {
     color: #5d761b;
}

.menuactive {}

li {}

a {}

#footer {
     width: 750px;
     height: 180px;
     background-image: url(images/footer.gif);
     clear: both; 
}

.copyright {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-size: .55em;
     position: relative;
     top: 135px;
     left: 15px; 
}

a:link {}

a:visited {}

a:hover {}

a:active {}

