/*   
Theme Name: Ettore Zecchino Wordpress Theme
Theme URI: http://www.e-direct.it/
Description: A custom WP theme for Ettore Zecchino's website
Author: e-direct
Author URI: http://www.e-direct.it/
Version: 1.0
.
General comments/License Statement if any.
.
*/

@import "reset.css";
@import "text.css";
@import "grid.css";
@import "placeholder.css";



body {
	background: url(../img/body_bkg.gif) repeat;
	}
	
div.line_blk {background: #000000; height: 2px;}



ul#navigation {
	background-color: #eee;
	padding:0;
	margin: 0;
}

ul#navigation li {
list-style: none;
	float: left;
	margin: 0 20px 0 0;
}

ul#navigation li a {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

ul#navigation li a:hover {
	color: #c8001d;
}


