/*
Theme Name: Stylebyconnie
Description: An HTML5 version.
Version: 1.0
Tags: html5, naked, clean, basic
*/

* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.header {
	float: left;
	width: 100%;
	text-align: center;
}

.logoarea {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
	padding: 45px 0;
	margin: 0 0 0px 0;
}

.logo a {
	font-weight: 500;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-family: Roboto;
	font-size: 26px;
	letter-spacing: 2px;
	display: inline-block;
}

.menuarea {
	float: left;
	width: 100%;
	text-align: center;
	margin: 15px 0 0;
}

.menuarea .menu li {
	list-style: none;
	display: inline-block;
	width: auto;
	vertical-align: middle;
	margin-right: 40px;
}

.menuarea .menu li a {
	color: #000;
	text-decoration: none;
	font-family: Roboto;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 500;
	display: inline-block;
	padding-bottom: 11px;
	border-bottom: 3px solid #fff;
}

.menuarea .menu li.current-menu-item a {
	border-bottom: 3px solid #1e84c6;
}

.menuarea .menu li a:hover {
	border-bottom: 3px solid #1e84c6;
}

.bodyarea {
	float: left;
	width: 100%;
}

.footer {
	float: left;
	width: 100%;
	padding: 40px 0;
	background-color: #1e84c6;
	text-align: center;
}

.footertext_top {
	float: left;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 500;
}

.footertext_copyright {
	float: left;
	width: 100%;
	color: #fff;
	margin: 15px 0 0;
	font-family: Roboto;
}



