/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/



body {
	background-color: #fff;
	color: #555;
	font-family: 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 62.5%;
	line-height: 1.3em;
	text-align: center;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	color: #8a6f4b;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .title a, .title-widget a {
	color: #8a6f4b;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title a:hover, .title-widget a:hover,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus, .title a:focus, .title-widget a:focus {
	color: #0072bc;
}

.title-widget {
	color: #8a6f4b;
	font-family: 'Merriweather', 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0 0 20px;
	text-transform: uppercase;
}


div.wrapper-intro {
	color: #555;
	font-family: 'Merriweather',Arial, Tahoma, sans-serif;
	font-size: 18px;
	line-height: 1.75em;
}
div.wrapper-special .title-widget {
	color: #8a6f4b;
	font-family: 'Merriweather', 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.5em;
	margin: 0 0 25px;
}

#main-sidebar {
	display: inline;
	float: left;
	font-family: 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 1.75em;
	width: 30.9090%;
}

.featured-pages .title-post {
	font-family: 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 15px;
}
a.sidebar:link {background: #8a6f4b; font-family: 'Merriweather', 'Roboto', Arial, Tahoma, sans-serif; color: #fff; padding: 6px; margin-bottom: 5px; display: block; }
a.sidebar:hover {background: #727f9a;}

div.wrapper-footer {
	padding: 15px 0;
}
footer div.wrapper-special {
    padding-top: 40px;
    padding-bottom: 30px;
color: #fff;
}