/*
 Theme Name:     OldComputr
 Theme URI:      
 Description:    Tema basato su Twenty Twelve
 Author:         Giacomo Vernoni
 Author URI:     http://vecchicomputer.com
 Template:       twentytwelve
 Version:        1.0.0
*/

@import url("../twentytwelve/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Font */
body.custom-font-enabled {
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
}

/*html {
	font-size: 100%;
}*/

/* tolgo l'ombra alla header image */
img.header-image {
	border-radius: 0;
	box-shadow: none;
	margin-top: 0;
}

/* tolgo l'ombra dalle foto */
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	border-radius: 0;
	box-shadow: none;
}


/* disabilito la sillabazione */
.site-content article {
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
.widget-area .widget {
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

/* diminuisco lo spazio dopo il titolo del widget e dopo il widget */
.widget-area .widget h3 {
	margin-bottom: 3px;
	margin-bottom: 0.214285714rem;
}
.widget-area .widget {
	margin-bottom: 24;
	margin-bottom: 1.7142857145rem;
}

/* titoli degli articoli in home: nero, hover rosso */
.entry-header .entry-title a {
	color: #444444;
}

.entry-header .entry-title a:hover {
	color: #FF0000;
}
.entry-header .entry-title {
font-weight: bold;
}

/* tolgo la sottolineatura ai link nei widget */
.widget-area .widget a {
	text-decoration: none;
}
.widget-area .widget a:visited {
	color: #757575; /* lo stesso del link */
}
.widget-area .widget a:hover {
	color: #FF0000;
}
