/*
Theme Name:     attitude Child
Theme URI:      http://tecnoped.it/
Description:    Child theme for Superstore
Author:         Carla
Author URI:     http://tecnoped.it
Template:       attitude
Version:        0.1.0
*/

@import url("../attitude/style.css");


blockquote {
	font-style: italic;
	font-weight: normal;
	padding: 20px;
	border-left: 4px solid #0309A7;
	margin-bottom: 20px;
	background-color: #F9F9F9;
}

a {
	color: #0309A7;
	text-decoration: none;
}

#site-title a span, #site-title a:hover, #site-title a:focus, #site-title a:active {
	color: #0309A7;
}

#access ul li:hover > a {
	color: #0309A7;
}

#access ul li ul {
	position: absolute;
	background-color: #fff;
	border-top: 4px solid #0309A7;
	top: 55px;
	left: 0px;
	width: 190px;
}

#access ul li ul li a:hover, #access ul li ul li:hover > a, #access ul li.current-menu-item ul li a:hover {
	background-color: #F9F9F9;
	color: #0309A7;
}
.slogan-wrap {	
	font-family: 'Philosopher', sans-serif;
	background-color: #0309A7;	
	padding: 24px 0;
	margin-bottom: 4px;	
}
.featured-text .featured-title {
	font: 24px 'Philosopher',sans-serif;
	line-height: 30px;
	padding: 10px 20px;
	background: #0309A7;
	background: rgba(5, 169, 197, 0.9);
	float: right;
	max-width: 525px;
}
#controllers a:hover, #controllers a.active {
	background-color: #0309A7;
	color: #0309A7;
}

#content ul a:hover, #content ol a:hover {
	text-decoration: none;
	color: #0309A7;
}
.entry-title a:active {
	color: #0309A7;
}
.entry-meta a:hover {
	color: #0309A7;
}
.tags a:hover {
	color: #0309A7;
}
.custom-gallery-title a:hover {
   color: #0309A7;
}
.widget ul li a:hover {	
	color: #0309A7;
}
.widget-title a:hover {
	color: #0309A7;
}
.widget_tag_cloud a:hover {
	color: #0309A7;
	}
#site-generator .copyright a:hover {
   color: #0309A7
}
#access a:hover, #access ul li.current-menu-item a, #access ul li.current_page_ancestor a, #access ul li.current-menu-ancestor a, #access ul li.current_page_item a, #access ul li:hover > a {
   color: #0309A7

}
input[type="submit"]:hover {
background: -webkit-linear-gradient(#0309A7, #0309A7);
background: -moz-linear-gradient(#0309A7, #0309A7);
background: -ms-linear-gradient(#0309A7, #0309A7);
background: -o-linear-gradient(#0309A7, #0309A7);
background: -webkit-gradient(#0309A7, #0309A7);
background: linear-gradient(#0309A7, #0309A7);
}

input[type="reset"], input[type="button"], input[type="submit"] {
border: 1px solid #0309A7;
background: -webkit-linear-gradient(#0309A7, #0309A7);

}
.hgroup-wrap {
padding:0;
}
#site-logo {
margin-top:0;
}
#primary {
width:100%;
}
div.wpcf7 {
width:63%;
}