/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

@font-face {
	font-family: ArnoPro-Display;
	src: url('http://www.roxypiercing.be/fonts/ArnoPro-Display.otf');
}

@font-face {
	font-family: ArnoPro-Display;
	src: url('http://www.roxypiercing.be/fonts/ArnoPro-Display.eot');
}

body {
	font-family: ArnoPro-Display;
	font: 13px/1.5;
	color: #272628;
}

pre,
code {
  font-family: "DejaVu Sans Mono", Menlo, Consolas, monospace;
}

hr {
  border: 0 solid #ccc;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

.terug {
	text-align: left;
	font-family: Outstanding;
  	font-size: 8px;
	color: #8f2e1e;
}

#tattoosnic { 
    position: relative; 
    width: 560px; 
    height: 560px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#tattoosnic > div { 
    position: absolute;
   	-moz-border-radius: 10px;
	border-radius: 10px;
}

#tattoosshaun { 
    position: relative; 
    width: 560px; 
    height: 560px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#tattoosshaun > div { 
    position: absolute;
   	-moz-border-radius: 10px;
	border-radius: 10px;
}

#coverpic {
	margin-top: 10px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
@font-face {
	font-family: Outstanding;
	src: url('http://www.roxypiercing.be/fonts/Outstanding.ttf');
}

@font-face {
	font-family: Outstanding;
	src: url('http://www.roxypiercing.be/fonts/Outstanding.eot');
}

a {
	color: #8f2e1e;
	text-decoration: none;
}

h1 {
	font-family: Outstanding;
  	font-size: 12px;
	color: #8f2e1e;
	margin-top: 10px;
	margin-bottom: 10px;
}

.smallertext {
	font-size: 9px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p {
	text-align: justify;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}