/*
 Theme Name:     VecchiComputer.com
 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
-------------------------------------------------------------- */

/* Body, links, basics */

html {
	font-size: 100%;
}
body {
	font-size: 16px;
	font-size: 1rem;
	font-family: "Helvetica neue", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
/*
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
*/

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

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

/* Top widget */

.vc-top-widget {
/*
	font-size: 0.8em;
	line-height: 1.4;
	color: #808080;
	background-color: #fafafa;
	padding: 30px;
*/	
	font-size: 0.8em;
	line-height: 1.4;
	color: #808080;
	border-left: 4px solid #ededed;
	padding-left: 10px;
}

/* 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;
}
