/*
Theme Name:     Responsive
Theme URI:      
Description:    Child theme for the Twenty Twelve theme 
Author:         
Author URI:    
Template:       responsive
Version:        0.1.0
*/

@import url("../responsive/style.css");

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: ##303030 ;
	
	font-weight: 700;
	line-height: 1.0em;
    word-wrap: break-word;
}

#header {
	margin-bottom: 0px;
}

body {
color: #000000;
font-size: 16px;
}
/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
	background-color: #466F91;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#466F91), to(#014F70));
	background-image: -webkit-linear-gradient(top, #466F91, #014F70);
	background-image: -moz-linear-gradient(top, #466F91,#014F70);
	background-image: -ms-linear-gradient(top, #466F91, #014F70);
	background-image: -o-linear-gradient(top, #466F91, #014F70);
	background-image: linear-gradient(top, #466F91, #014F70);
	clear: both;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#466F91, endColorstr=#014F70);
	margin: 0 auto;
}
.menu a {
	border-left: 1px solid #466F91;
	color: #fff;
    cursor: pointer;
	display: block;
	font-size: 15px;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000;
}
.menu a:hover {
	background-color: #0072A3;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#466F91, endColorstr=#859CA6);
}
.home #wrapper {
	background-color: #ffffff;
	border: none;
	margin: 0px auto 20px auto;
	padding: 0 20px 20px 20px;
}
#wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	clear: both;
	margin: 0px auto 20px auto;
	padding: 0 20px 20px 20px;
	position: relative;
}