/*
Theme Name: alfredominotti 2014
Theme URI: http://alfredominotti.idra.it/
Author: Massimo Ciccolini
Author URI: http://massimociccolini.idra.it/
Description: A Twenty Fourteen child theme.
Version: 1.1
License: GNU General Public License
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support
Template: twentyfourteen
*/
@import url("../twentyfourteen/style.css");

a {
    color: #fff!important;
}
a:hover {
    color: #fff!important;
    background-color: #E54910!important;
    text-decoration:none;
}
.search-toggle {
    background-color: #E54910;
    cursor: pointer;
    float: right;
    height: 48px;
    margin-right: 38px;
    text-align: center;
    width: 48px;
}
.search-toggle:hover, .search-toggle.active {
    background-color: #E54910;
}
.search-box {
    background-color: #E54910;
    padding: 12px;
}
	.primary-navigation ul ul {
		background-color: #E54910;
		float: left;
		margin: 0;
		position: absolute;
		top: 48px;
		left: -999em;
		z-index: 99999;
	}
	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: #E54910;
		color: #fff;
	}
	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: #E54910;
	}

.slideshow-window {
    background-color: #000000!important;
    border: 20px solid #000000!important;
    border-radius: 11px;
    height: 410px;
    margin-bottom: 20px;
}
.site-info, .entry-date, .parent-post-link {
    display: none;
}
.entry-meta a {
    color: #000!important;
}
.entry-meta a:hover {
    color: #fff!important;
}
button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #E54910;
    border: 0 none;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 30px 11px;
    text-transform: uppercase;
    vertical-align: bottom;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #E54910;
	color: #fff;
}
