/*  
Theme Name: LucaDiFrancescantonio
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/

	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

*/


body,html
{
	height:100%;
	margin:0;
	background:#000;
	font:62.5% Verdana, sans-serif;
	color:#777;
}

#box
{
	width:900px;
	height:600px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-300px 0 0 -450px;
	font:1.8em Verdana, sans-serif;
}

#portfolio
{
	width:600px;
	height:280px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-140px 0 0 -300px;
	font:1.8em Verdana, sans-serif;
}

#bio,
#contact,
#blog
{
	width:580px;
	height:260px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-140px 0 0 -300px;
	font:1em Verdana, sans-serif;
	background:#fff;
	padding:10px;
	overflow:auto;
}


.news#box 
{
	height:1000px;
	margin-top:-400px;
}

#blog
{
	height:660px;
	margin:-340px 0 0 -300px;
}

#bio h2,
#contact h2,
#blog h2
{
	font:1.2em Verdana, sans-serif;
	font-weight:bold;
}

a img {
	border: none;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #000;
	}

a, h2 a:hover, h3 a:hover {
	color: #222;
	text-decoration: none;
	}

a:hover {
	color: #777;
	text-decoration: underline;
	}

	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
