/*#############################################################
Name: Transparentia
Date: 2006-08-20
Description: Simple, lightweight and slightly blue.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
	color: #ccc;
	
}
a {
	color: #990033;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

body {
	background-color: #000;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
	background-image:url("/images/bg.gif");
	background-position:center;
	background-repeat:repeat-y;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}

p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}


h1 {
	font-size: 18px;
	font-weight:normal;
	color: #fff;
	margin: 10px 0;
}

h1.superbold {
	font-size: 38px;
	font-weight:bold;
}

h2,h3 {
	color: #fff;
	padding-top: 6px;
	font-size:13px;
}

img{
	border: none;
}


ol{
	margin-left: 35px;
}

ul{
	margin-left: 35px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	margin: 0 auto;
	padding: 0px;
	width: 700px;
	min-height:100%;
	height:100%;
}
.header {
	background: url(img/header.gif) repeat-x;
}

/* title */
.title h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 150px;
	line-height: 150px;
	margin-bottom: 8px;
	text-align: center;
}

/* Menu */
.menu {
	margin: 0px;
	padding: 0px;
	height: 29px;
	background-image:url("/images/menu_bg.jpg");
	background-repeat:no-repeat;
	overflow:hidden;
}

.menu ul{
	margin: 0;
	list-style: none;
	}
.menu li{
	display:inline;
	line-height: 29px; /*!important*/
	padding: 0 40px 0 20px;
	}
	
.menu a, .menu a.selected {
	color: #aaa;
	font-weight:bold;
	font-size:13px;
	padding-left: 25px;
	text-decoration: none;
}

.menu a.selected {
	color: #FFF;
	background-image:url("/images/star.gif");
	background-repeat:no-repeat;
	background-position:left;
}

.menu a:hover {
	color: #FFF;
	background-image:url("/images/star_open.gif");
	background-repeat:no-repeat;
	background-position:left;
	text-decoration: none;
}




/* splash */
.splash{
	height: 217px;
	border-bottom: 1px solid #333;
	background-image:url("/images/splash.jpg");
	background-repeat: no-repeat;
}




/* main */
.main {
	clear: both;
	padding: 8px 20px;
	background-image:url("/images/bg_swirls_1.jpg");
	background-repeat:no-repeat;
	background-position:top right;
}




/* main left */

.sidebar{
	float:left;
	width: 200px;
	margin-right:30px;
	min-height: 100%;
	display:inline-block;
}



/* content */
.content {
	display:inline-block;
	width: 510px;
}



/* tattoos */
.artistImage{
	margin:10px 0; 
	width:190px;
	border: 5px solid #fff;
}

.tattoo_container{
	width: 400px;
	text-align:center;
	float:right;
}

.tattoo, .notat{
	display:inline-block;
	border: 1px solid #333;
	padding: 0;
	width: 75px;
	height: 75px;
	background-color:#fff;
	padding: 5px;
}
	
.notat{
	background-color:#000;
}

.arrows{
	text-align:center;
}	

.prev, .next, .disabled{
	width: 100px;
	line-height: 20px;
	padding: 10px 40px;
	color:#FFFFFF
}

.prev:hover{
	background-image:url("/images/back_off-1.gif");
	background-repeat:no-repeat;
}

.next:hover{
	background-image:url("/images/fwd_off-1.gif");
	background-repeat:no-repeat;
	background-position:right;
}

.disabled{
	color:#666;
	}


/* footer */
.footer {
	border-top: 1px solid #333;
	margin: 0 auto;
	text-align: center;
	width: 700px;
}


.footer_upper{
	text-align:left;
	border-bottom: 1px solid #333;
	padding: 10px 20px;
	height:80px;
}

.footer_lower{
	padding: 10px 20px;
}

.address{
	margin-right:30px;
	display:inline;
	float:left;
}

.credit{
	margin: 5px 0;
}