﻿/* CSS Document */
body {
	background-image: url(images/bgnd.gif);
	background-repeat: repeat-y;
	background-color: #282828;
}

h1{
	font-family: Times, serif;
	letter-spacing: 2px;
	font-variant: small-caps;
	font-weight: 200;
	font-size: 16px;
	color: #3366CC;
	line-height: 18px;
}


#nav {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 180px;
	height: 700px;
	overflow: hidden;
}

.navblok{
	height: 40px;
	line-height: 40px;
	clear: right;
	overflow: hidden;
}

img{
	margin-bottom: -4px;
}

a:link img{
	border:0;
	background-color:transparent;
}
a:visited img{
	border:0;
}
a:hover img{
	border:0;
}
a:active img{
	border:0;
}

a.nav2:link img{
	background: #3366CC;
	cursor:pointer;

}
a.nav2:visited img{
	background: #3366CC;
}
a.nav2:hover img{
	background: #FFFFFF;
}
a.nav2:active img{
	background: #FFFFFF;
}

a.nav1:link img{
	background: #FF9933;
	cursor:pointer;

}
a.nav1:visited img{
	background: #FF9933;
}
a.nav1:hover img{
	background: #FFFFFF;
}
a.nav1:active img{
	background: #FFFFFF;
}



#intro {
	position: absolute;
	width:660px; 
	left: 180px;
	top: 5px;
}

#estate{
	position: absolute;
	width:600px; 
	left: 200px;
	top: 45px;
	z-index:1;
}

#container{
	position: absolute;
	width:600px;
	height:400px;
	left: 200px;
	top: 5px;
	display:inline;
}

.subcont{
	display:inline;
	width:150px;
	height:400px;
	float:left;
	border:0;
}

.tint{
	display:inline;
	background-image:url(images/tint.png);
	width:150px;
	height:400px;
	float:left;
	border:0;
	position:absolute;
	top:0px;
	z-index:1;
	cursor:pointer;
}

.subroll{
	position:relative;
	height:20px;
	top:-23px;
	left:2px;
	background-color:transparent;
	z-index:2;
}



#news {
	position: absolute;
	width:660px; 
	left: 200px;
	top: 410px;
}

#work {
	position: absolute;
	width:600px; 
	left:180px;
	top: 5px;
	height: 560px;
}
#cv {
	position: absolute;
	width:800px; 
	left:180px;
	top: 5px;
	height: 560px;
}

#thumbs {
	position: absolute;
	width:600px; 
	left:180px;
	top: 480px;
	height: 540px;
}

#thumbs img{
position: relative;
top: 3px;
	border: 0px;
	height: 38px;
	padding-bottom: 3px;
}



#words {
	position: absolute;
	width:600px; 
	left:180px;
	top: 405px;
	height: 60px;
}

#content {
	position: absolute;
	width:650px; 
	left:180px;
	top: 5px;
	height: 400px;
}



/*Artist TExt and link in artist.inc*/
.artistText {
	font-family: Times, serif;
	letter-spacing: 1.2px;
	font-weight: 100;
	font-size: 14px;
	color: #FF9933;
	line-height: 18px;
	
}
.artistText img{
	vertical-align:text-top;
}
.workText {
	font-family: Times, serif;
	letter-spacing: 1.2px;
	font-weight: 100;
	font-size: 14px;
	color: #FF9933;
	line-height: 18px;
}
.workText:first-line {
	color: #3366CC;
	font-variant: small-caps;
	background-color: #000000;
}

.publ {
	font-family: Times, serif;
	letter-spacing: 1.2px;
	font-weight: 100;
	font-size: 11px;
	color: #FF9933;
}

a:link {
	font-family: Times, serif;
	letter-spacing: 2px;
	font-weight: 100;
	font-size: 14px;
	text-align: left;
	color: #3366CC;
	text-decoration: none;
}

a:active {
	color: #FF9933;
}
a:visited {
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	background-color: #3366CC;

}

.artistTextBold {
	font-family: Times, serif;
	letter-spacing: 2px;
	font-variant: small-caps;
	font-weight: 200;
	font-size: 14px;
	color: #3366CC;
	line-height: 18px;
	background-color: #000000;
}

a.artistTextBold:link {
		text-decoration:underline;

}

.artistTextBoldOrange {
	font-family: Times, serif;
	letter-spacing: 2px;
	font-variant: small-caps;
	font-weight: 200;
	font-size: 14px;
	color: #FF9933;
	line-height: 18px;
	background-color: #000000;
}

#logo {
	float:right;
	width:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3366CC;
	padding:0px;
	text-align:center;
	line-height: 9px;
}
