/*
Theme Name: La macchina

Description: Basato su <a href="http://960.gs">960 Grid System</a> per l'impaginazione.
Version: 1.0
Author: Paolo Sordi
Author URI: http://www.ipertesti.it/
Tags: white, light, variable-width, microformats, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php


*/

@import url("css/reset.css");
@import url("css/960.css");


/* Typography 

Based on Richard Rutter article 'Compose to a Vertical Rhythm': http://24ways.org/2006/compose-to-a-vertical-rhythm
--------------
*/
body {
	font:12px/1.5 Helvetica, Arial, sans-serif;

	}
hr {
	border: 0 #ddd solid;
	border-top-width: 2px;
	clear: both;
	height: 0
	}
	hr.break {
		border: 0 #fff solid;
		border-top-width: 1px;
		}
h1 {
	font-size: 48px;
	line-height: 0.75em;
	margin: 0.75em 0;

	}
h2 {
	font-size: 20px;
	line-height: 0.9em;
	margin: 0.9em 0;
	}
h3 {
	font-size: 16px;
	line-height: 1.125em;
	margin: 1.125em 0;
	}
h4 {
	font-size: 12px;
	line-height: 1.5em;
	margin: 1.5em 0;

	}
h5, h6 {
	font-size: 10px;
	line-height: 1.8em;
	margin: 1.8em 0;
}

	
p, ul, ol, dl  {
	font-size: 1em;
	margin: 1.5em 0;
	}

/* Anchors 
---------------------*/
a {
	color: #069;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	}
a:focus {
	outline: 1px dotted invert;
	}



/* Header 
---------------------*/
#header {
	overflow: hidden;
	position: relative;
	color: #444;
}
#header h1 {
	text-shadow: #444 1px 1px 1px;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 0;
	margin-left: 84px;
}
#header a {
	color: #222;
	text-decoration: none;
}

#header p {
	margin-left: 84px;
}
#header .RSS {
	position: absolute;
	left: 10px;
	top: 0;
	width: 64px;
	height: 64px;
	text-indent: -9999px;
	padding: 1.5em 0;
}
#header .RSS a {
	display: block;
	width: 64px;
	height: 64px;
	background:url(images/icons/feed-icon-64x64.png) 0 0 no-repeat;
	opacity: 0.75;
	overflow: hidden;
}
#header .RSS a:hover {
	opacity: 1;
}


/* Primary Navigation 
---------------------*/

#nav-primary h2, #nav-primary label {
	display: none;
}
#nav-primary {
	position: relative;
}
#nav-primary ul {
	margin-top: 1px;
	background: #f90;
	overflow: hidden;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
#nav-primary li {
	float: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#nav-primary form {
	position: absolute;
	right: 20px;
	padding: 0.25em 0;
	font-size: 1em
}
#nav-primary form input#s {
	border: 0;
	margin: 0;
	background: url(images/search-bg-input.png) left top no-repeat;
	vertical-align: middle;
	width: 129px;
	height: 20px;
	padding-top: 4px;
}
#nav-primary form button {
	border: 0;
	margin-left: -6px;
	vertical-align: top;
	text-indent: -9999px;
	width: 31px;
	height: 24px;
	background: url(images/search-butt.png) left top no-repeat;
}
#nav-primary form button:hover {
	background: url(images/search-butt.png) left -24px no-repeat;
	cursor: pointer;
}

a.skip-nav {
	display: none;
}
#nav-primary a {
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;
	text-shadow: #fff 1px 1px 1px;
}
#nav-primary a:hover {
	background: #fff;
	color: #036;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
#home .nav-home a, #nav-primary .current-cat a, #nav-primary .current_page_item a {
	color:#222;
}

/* Entry 
---------------------*/
.entry-time  {
	border-left: 16px solid #f90;
	text-shadow: #fff 1px 1px 1px;
	padding-left: 0.5em;
	opacity: 0.75;
	}
.entry-time  a:hover {
	text-decoration: none;
	}
abbr.entry-date {
	}
	abbr.entry-date span {
	}
	abbr.entry-date span.day {
		}
	abbr.entry-date span.year {
		}
.hfeed .entry-content, .hfeed .entry-summary, #section-comments  {
	}
.hentry  h2 a, .hentry  h3 a {
	color: #444;
	text-decoration: none;
	}
.hentry  h2 a:hover, .hentry  h3 a:hover {
	color: #111;
	text-decoration: none;
	}
.entry-info  {
	font-size: 10px;
	line-height: 1.8em;
	margin: 1.8em 0;
	color: #444;
	}
.entry-info  .author {
	font-weight: bold;
	}


/* Sidebar 
---------------------*/
#aside {
	font-size: 90%;
	}
#aside .grid_3 {
	background: #ddd;
	color: #555;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	}
#aside .alt {
	background: #eee;
	color: #555;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	}

/* Footer
---------------------*/
#footer {
	background: #f90;
	color: #fff;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	overflow: hidden;
}
#footer img {
	float: left;
	margin-right: 0.5em;
}
#footer .grid_3 {
	text-align: right;
}

#footer a:hover {
	color: white;
}



/* Liste e Widgets
---------------------*/
h2.widgettitle {
	padding-left: 1em;
	background:url(images/icons/menu-expanded.png) left center no-repeat;
	font-size: 16px;
	line-height: 1.125em;
	margin: 1.125em 0;
}
h2.widgettitle:hover {
	color: black;
}
.grid_2 ul, .grid_3 ul {
	padding: 0 1em;
}
.grid_2 ul ul, .grid_3 ul ul {
	padding: 0;
	list-style-position: inside;
}
.widget_text ul {
	list-style-image: url(images/icons/menu-collapsed.png);
}
.delicious-posts ul {
	list-style-image: url(images/icons/delicious.small.gif);
}
.reader-publisher-module ul {
	list-style-image: url(images/icons/star.png);
	margin-left: 1.5em;
}
.widget_links ul {
	list-style-image: url(images/icons/external-grey.png);
}
.widget_archive ul {
	list-style-image: url(images/icons/documents.gif);
}
#youtube-video {
	text-align: center;
	}
#youtube-video h2 {
	text-align: left;
	}
#amr-ical-widget ul {
	margin: 0 0 1.5em 0;
	padding: 0;
	}
#amr-ical-widget .refresh, #amr-ical-widget .addevent {
	display: none;
	}
#amr-ical-widget .EventDate {
	font-weight: bold;
	}
#amr-ical-widget .SUMMARY a {
	color: #888;
	font-weight: bold;
	text-decoration: none;
	cursor: text;
	}
	
/* Pager 
---------------------*/
.pager {
	margin: 1.5em 0;
}


/* Wordpress Theme Requirements 
---------------------*/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #aaa;
	text-align: center;
	background-color: #bbb;
	padding-top: 5px;
	margin: 0.33em;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 1.8em;
	margin: 0.45em 0;
}

