/*

Theme Name: WordPress Default

Theme URI: http://wordpress.org/

Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.

Version: 1.6

Author: Michael Heilemann

Author URI: http://binarybonsai.com/

Tags: blue, custom header, fixed width, two columns, widgets



	Kubrick v1.5

	 http://binarybonsai.com/kubrick/



	This theme was designed and built by Michael Heilemann,

	whose blog you will find at http://binarybonsai.com/



	The CSS, XHTML and design is released under GPL:

	http://www.opensource.org/licenses/gpl-license.php



*/





* {

	padding: 0;

	margin: 0;

	list-style-type: none;

}

a{

	color: #666;

	text-decoration: none;

}

a:hover{

	color: #fff;}

a:focus {-moz-outline:0;outline:0;outline-offset:0;}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.75em;
	background-color: #1a1a1f;
	color: #999;
	padding: 50px;

}

#staticcontent{

	position:fixed;

}

* html body  #staticcontent{ 

	position: absolute;

}

#logo{
	height: 67px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 411px;
	margin-bottom: 30px;

}

#content {
	color: #CCC;
	margin-top: 110px;

}
.artisti tr td {
	vertical-align: top;
	width: 200px;
}

.artisti {
	font-size: 12px;
	text-transform: uppercase;

}
.artisti  {
	color: #00BBBA;
	font-size: 10px;
	line-height: 30px;
}
span {
	color: #00BBBA;
	font-size: 10px;
}
span.yellow {
	color: #F90;
	font-size: 10px;
}


.artisti a  {
	font-size: 13px;
	margin-right: 3px;
	color: #999;
	display: block;
}
.artisti a:hover {
	color: #FFF;
}
ul.artisti a:hover {

	color: #FFF;

}





#text{

	color: #999;

	text-transform: none;

}

#text .bio {

	width: 260px;

}

.bio a {

	color: #FFF;

}







#text h2 {
	color: #FFF;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;

}



#text img {

	display: block;

	margin-bottom: 10px;

	background-color: #111111;

	padding: 5px;



}

.portfolio td {

	padding-right: 20px;

	min-width:260px;

}

.picture img {

	background-color: #FFF;

	padding: 5px;

}

.title{

	font-weight: bold;

	text-transform: uppercase;

	color: #FFF;

}

.caption{

	margin-top: 5px;

	margin-left: 10px;

	font-size: 11px;

        display: none;



}

#content-index {

	color: #CCC;

}
#copyright {
	margin-top: 40px;
	font-size: 9px;
	color: #555;
}
