/*
Theme Name: Etrusco
Theme URI: http://www.pensando.it/wp/index.php/template
Description: Etrusco theme for wordpress based on K2 template, <strong><a href="themes.php?page=k2-options">Configure K2</a></strong> or visit the <a href="http://groups.google.com/group/k2-support">support forums</a>, <a href="http://code.google.com/p/kaytwo/w/list">the wiki</a> or <a href="http://code.google.com/p/kaytwo/issues/list">the bug tracker</a>. K2 was developed by <a href="http://binarybonsai.com/">Michael</a>, <a href="http://chrisjdavis.org/">Chris</a>, <a href="http://zeo.unic.net.my/">Zeo</a>, <a href="http://stevelam.org/">Steve</a>, Ben and <a href="http://xentek.net/">Eric Marden</a>, and is licensed under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
Version: 1.0.0
Author: Alessandro De Marchi
Author URI: http://www.pensando.it
Tags: blue, custom-header, fixed-width, flexible-width, one-column, two-columns, three-columns, theme-options, threaded-comments, microformats, translation-ready, light
Template: k2
*/

body {
font-family: arial, comic sans ms, helvetica, sans-serif;
background: #fff;
font-size: 70%;
color: #333;
margin: 0;
_margin: 0;
padding-top: 10px;
padding-bottom: 10px;
}

body.flex #page {
width: 90%;
width: 80%;
min-width: 970px;
max-width: 1000px;
}

/* The entire design is contained within the 'page' id */
#page {
width: 970px; /*Width of entire Blog*/
_width: 970px; /*Check in IE to get the value that matches your blog*/
border: 0px;
padding: 0px;
_padding: 0px; 
}

#page a {	text-decoration: none;}	
#page a:hover {	text-decoration: none; color: #cc3300;}	
	
#header {
	/* Contains the H1 and menu */
	}
	
#primary {
	/* Contains the main column */
	}
	
.hentry {
	/* Each entry is contained within the 'hentry' class */
	}
.hentry a { color: #008FD9;}	

.entry-content {
	/* The meat and potatoes of every entry */
	}	

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}
.secondary  a { color: #008FD9;}		
