/*
Theme Name: Welcome Inn Child
Theme URI: http://themefuse.com/demo/wp/welcomeinn/
Description: Child theme for the Welcome Inn theme. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Author URI: http://themefuse.com
Template: welcome_inn
*/

@import url("welcome_inn/style.css");

.topmenu {
height: 51px;
z-index: 1300;
margin: 0;
padding: 0;
font-family: 'MelbourneRegular', Arial, sans-serif;
font-size: 20px;
}

.topmenu li a {
color: white;
display: block;
text-decoration: none;
float: left;
}

.topmenu li.parent:hover a span {
color: grey;
}

body {
//color: #771405;
//font-weight: bold;
font-size: 13px;
line-height: 1.5em;
background: white;
}

.text {
font-size: 16px;
}

.text h1, .text h2, .text .title-arrow {
color: #7FA42A;
font-weight: bold;
//font-family: 'MelbourneRegular', Arial, sans-serif;
font-size: 23px;
//background: url(images/arrow_1_green.png) 0 3px no-repeat;
//padding: 0 0 0 20px;
//margin: 10px 0 20px 0;
}