/* Enter Your Custom CSS Here */
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #FFF;
    padding: 0 10px;
}


.main-navigation {
    clear: both;
    display: block;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    position: relative;
    border-bottom: 3px solid #8A8F7F;
    background: #9DA391;
}

.main-navigation .current-menu-parent > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_item > a, .main-navigation .current_page_parent > a {
    background: #708740;
}

.main-navigation li:hover > a {
	background: #595207;
}


#top-footer {
    font-size: 14px;
	background-image: url(http://www.dhn.ro/wp-content/uploads/back-footer1.jpg);
    padding: 40px 0;
    color: #CCC;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: bold;
	font-family: 'Arial', sans-serif;
	line-height: 1.3;
	margin-bottom: 10px;
    color: #595207 ;
    font-weight: 300;
}

a {
    color: #595207;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.header-text {
    font-family: 'Lato', sans-serif;
    color: #595207;
    font-size: 14px;
    text-align: right;
    margin-bottom: 10px;
}

.sidebar h3.widget-title {
    background: #F1F2F3;
    border-left: 5px solid #595207;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 10px;
    line-height: 24px;
}

.searchform {
    height: 36px;
    width: 200px;
    border: 1px solid #595207;
    margin-left: 20px;
}

.searchform .searchsubmit{
	border: none;
	height: 34px;
	width: 34px;
	padding: 0;
	box-shadow: none;
	float: right;
	background: none;
	color: #595207;
	font-size: 14px;
}


#top-footer input[type="submit"] {
    background: #0DFF00;
    border-color: #293037;
	margin-top: 20px;
	color:#000000;
}

#bottom-footer {
    background: black;
    padding: 15px 0;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    color: #CCC;
    font-weight: 300;
}
