* {
	margin:0;
	padding: 0;
}

body {
   background: #000;
   color: #fff; 
   font-size: 12px; 
   font-family: 'Verdana';
   text-align: center;
}

#wrapper {
	width: 850px;
	height: auto;
	top: 25px;
	position: relative; 
	margin: 0px auto; 
	text-align: left; 
}

#header {
	width: 850px;
	height: 105px;
	position: relative;
}

.logo {
	width: 450px;
	height: 100px;
    position: relative;
    left:200px;
    margin-bottom: 20px;
}

#main {
   width: 850px;
   height: auto;
   position: relative;
   top:60px;
}

#content {
	width: 470px;
	height: auto;
	position: absolute;
	left: 240px;
	top:300px;
	line-height: 20px;
}

#content p { margin-bottom: 17px;}

#content iframe { margin-top: 10px;}

#content-tattoos {
	width: 820px;
	height: auto;
	position: relative;
	left: 30px;
}

#content-blog {
	width: 470px;
	height: auto;
	line-height: 20px;
	position: absolute;
	left: 200px;
	top:10px;
}

#content-404 {
	width: 445px;
	height: auto;
	line-height: 20px;
	position: absolute;
	left: 240px;
	top:60px;
	text-align: center;
}

#foto-home {
	width: 570px;
	height: 260px;
	background-image: url(images/foto-home.jpg);
	position: absolute;
	left: 240px;
	top: 20px;
}

#foto-bio {
	width: 570px;
	height: 260px;
	background-image: url(images/foto-bio.jpg);
	position: absolute;
	left: 240px;
	top: 20px;
}

#foto-links {
	width: 570px;
	height: 260px;
	background-image: url(images/foto-links.jpg);
	position: absolute;
	left: 240px;
	top: 20px;
}

#foto-contact {
	width: 570px;
	height: 260px;
	background-image: url(images/foto-contact.jpg);
	position: absolute;
	left: 240px;
	top: 20px;
}

#tattoo-content-home {
	width: 109px;
	height:229px;
	background-image: url(images/hand.png);
	position: absolute;
	left: 735px;
	top:232px;
}

#tattoo-content-bio {
	width: 123px;
	height:169px;
	background-image: url(images/anker.png);
	position: absolute;
	left: 720px;
	top:266px;
}

#tattoo-content-links {
	width: 236px;
	height:208px;
	background-image: url(images/bloem.png);
	position: absolute;
	left: 690px;
	top:259px;
}

#tattoo-content-contact {
	width: 290px;
	height:230px;
	background-image: url(images/draak.png);
	position: absolute;
	left: 595px;
	top:260px;
}

/********************************************************************************
                Titels
********************************************************************************/

@font-face {
    font-family: 'AvianoSansRegular';
    src: url('fontkit/aviano_sans-webfont.eot');
    src: url('fontkit/aviano_sans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontkit/aviano_sans-webfont.woff') format('woff'),
         url('fontkit/aviano_sans-webfont.ttf') format('truetype'),
         url('fontkit/aviano_sans-webfont.svg#AvianoSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/********************************************************************************
                Sidebar
********************************************************************************/

#sidebar {
	width: 200px;
	height: auto;
	position: absolute;
	top: 15px;
	left: 30px;
	line-height: 20px;	
}

#sidebar h2,
#sidebar-blog h3 {
	color: #fff; 
	font-size: 14px;
	font-family: 'AvianoSansRegular';
	font-weight: normal;
	margin-bottom: 2px;
}

.openingstijden {
	margin-bottom: 30px;
}

.titel-open { 
	background-image: url(images/openingstijden.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: auto;
}

.adres {
	margin-top: 20px;
	padding-bottom: 37px;
}

.titel-adres { 
	background-image: url(images/adres.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: auto;
}


#tattoo-home {
	width: 145px;
	height: 193px;
	background-image: url(images/roos.jpg);
	background-repeat: no-repeat;
}

#tattoo-bio {
	width: 179px;
	height: 193px;
	background-image: url(images/uil.jpg);
	background-repeat: no-repeat;
}

#tattoo-links {
	width: 125px;
	height: 193px;
	background-image: url(images/diamant.jpg);
	background-repeat: no-repeat;
}

#tattoo-contact {
	width: 125px;
	height: 193px;
	background-image: url(images/roos-dicht.jpg);
	background-repeat: no-repeat;
}

.blog {
	padding-bottom: 20px;
}


/********************************************************************************
                Sidebar Blog
********************************************************************************/


.table-open td{
	line-height: 16px;
}

#sidebar-blog {
	width: 150px;
	height: 100px;
	position: absolute;
	top: 13px;
	left: 700px;
}

.recent-posts {
	margin-bottom: 20px;
}

#sidebar-blog ul {
   margin: 0px;
   padding: 0px;
   display: list-item ;
   list-style-type: none;
}

#sidebar-blog ul li {
	margin-bottom: 2px;
}

#sidebar-blog img {
	text-align: center;
}

#nav-posts {
	padding-bottom: 20px;
}

.blogs {
	line-height: 8px;
}

#content-blog h1 {
	color: #fff; 
	font-size: 16px;
	font-family: 'AvianoSansRegular';
	font-weight: normal;
	margin-bottom: 2px;
}
/********************************************************************************
                Navbar
********************************************************************************/

#navbar {
   width: 850px;
   height: 30px;
   margin-top: 8px;
   margin-bottom: -7px;
   text-align: center;

}
	
#navbar li {
   display: inline;
   list-style-type: none;
   font-weight: bold;
   margin: 0px;
   padding: 0px;
}
		
#navbar ul {
   margin: 0px;
   padding: 0px;
   display: inline;
   list-style-type: none;
}
	
#navigation {
   width: 850px;
   height: 30px;
   margin-top: 8px;
   margin-bottom: -7px;
   text-align: center;
   border-top: 1px solid #fff;
   border-bottom: 1px solid #fff;
}

#navigation li a {
   font-family: 'AvianoSansRegular';
   font-size: 16px;
   font-weight: normal;
}
	
#navigation li {
   display: inline;
   list-style-type: none;
   padding: 0 23px;
}


		
#navigation ul {
   margin-top: 6px;
}

/********************************************************************************
               Typography
********************************************************************************/
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px)
***************************************/
   


h1,h2,h3,h6 { 
  color: #fff; 
}

#content h1{
	color: #fff; 
	font-size: 16px;
	font-family: 'AvianoSansRegular';
	font-weight: normal;
}

h2 { 
  color: #fff; 
  font-size: 14px;
  font-weight: bold;
}

h3 { 
  color: #fff; 
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

h4 { 
  color: #fff; 
  font-size: 12px;
  font-weight: bold;
  margin-bottom: -5px;
}

h5 { 
  color: #fff; 
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 4px;
}

.medium { font-size: 1em; line-height: 2.1875em;}

.center {text-align:center;}

.byline{ font-size: .8em; line-height: 1em;}

.timestamp{ font-size: .8em; line-height: 1.2em;}

.commentnum{ font-size: .8em; line-height: 1.2em;}

.incategory{ font-size: 1em; line-height: 1.2em;}


.lijn {
	margin-top: 20px;
	margin-bottom: 20px;
 	border-bottom: dotted #fff 0.1em;
}


/********************************************************************************
               Text Elements and Lists
********************************************************************************/
/* Removes unwanted link decoration
***************************************/
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a, p a, .nolink, .tabbertab a, .icon, a img{
   border: none !important;
   text-decoration:none !important;
   color: #fff;
   list-style: none;
   display: inline;
}


a { 
	color: #fff;  
	text-decoration: none; 
	outline: none;
}


a:focus, a:hover { 
	color: #bc9e5e;
	text-decoration: none;
	outline: none;
}


li { 
	list-style: none;
}

.home {
	display: block;
	background-image: url(images/home.jpg);
	width: 58px;
	height: 9px;
	position: absolute;
	top:134px;
	left: 159px;
}

a.home:hover {
	width: 58px;
	height: 9px;
	background-position: -58px 0;
	outline: none;
}

.bio {
	display: block;
	background-image: url(images/bio.jpg);
	width: 33px;
	height: 9px;
	position: absolute;
	top:134px;
	left: 281px;
}

a.bio:hover {
	width: 33px;
	height: 9px;
	background-position: -33px 0;
	outline: none;
}

.tattoos{
	display: block;
	background-image: url(images/tattoos.jpg);
	width: 92px;
	height: 9px;
	position: absolute;
	top:134px;
	left: 375px;
}

a.tattoos:hover {
	width: 92px;
	height: 9px;
	background-position: -92px 0;
	outline: none;
}

.links{
	display: block;
	background-image: url(images/links.jpg);
	width: 56px;
	height: 9px;
	position: absolute;
	top:134px;
	left: 524px;
}

a.links:hover {
	width: 56px;
	height: 9px;
	background-position: -56px 0;
	outline: none;
}

.contact{
	display: block;
	background-image: url(images/contact.jpg);
	width: 94px;
	height: 9px;
	position: absolute;
	top:134px;
	left: 641px;
}

a.contact:hover {
	width: 94px;
	height: 9px;
	background-position: -94px 0;
	outline: none;
}
/********************************************************************************
                Images
********************************************************************************/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

hr {
	color: #fff;
}

/********************************************************************************
                Footer
********************************************************************************/

#footer {
   text-align: left;
   font-weight: normal;
}
