/*
	Theme Name: One Tree Hill Consultancy HTML5/CSS3 Layout
	Date: Sept 2015
	Description: Basic HTML5/CSS3 layout built on a responsive framework
	Version: 1.0
	Author: Jan Willem den Besten
	Author URL: http://www.1treehill.nl
	Based upon the CSS tutorial by : Christian Vasile, http://christianvasile.com
*/

/* ===========================
   ======= Body style ======== 
   =========================== */
   
body {
	background-image: url('../images/bg.png');
	color: #000305;
	font-size: 87.5%; /* Base font size: 14px */
	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	line-height: 1.429;
	margin: 0;
	padding: 0;
	text-align: left;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #27ae60;
}

a:hover, a:active {
	background-color: #27ae60;
	color: #fff;
}
	
.body {
	clear: both; 
	margin: 0 auto; 
	width: 70%;
}

/* ===========================
   ===== Main Navigation ===== 
   =========================== */
   
.mainHeader nav {
	background: #27ae60;
	font-size: 1.143em;
	height: 40px;
	line-height: 30px;
	margin: 0 auto 30px auto;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	
.mainHeader nav ul {
	list-style: none; 
	margin: 0 auto;
}

.mainHeader nav ul li {
	float: left; 
	display: inline; 
}
	
.mainHeader nav a:link, .mainHeader nav a:visited {
	color: #fff;
	display: inline-block;
	height: 30px;
	padding: 5px 23px;
	text-decoration: none;
}
.mainHeader nav a:hover, .mainHeader nav a:active,
.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
	background: #1abc9c;
	color: #fff;
	text-shadow: none !important;
}
	
.mainHeader nav li a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mainHeader img {
	width: 10%;
	height: auto;
	margin: 2% 0;
}

/*
.mainContent {
	line-height: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
*/

.content {
	width: 70%;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.topcontent {
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3% 5%;
	/* margin-top: 2%; */
}

.post-info {
	font-style: italic;
	color: #999;
	font-size: 0.75em;
}

.bottomcontent {
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3% 5%;
	margin-top: 2%;
}

.tags-sidebar {
	width: 21%;
	float: left;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2% 3%;
	margin-left: 3%;
}

.related-sidebar {
	width: 21%;
	float: left;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 3%;
	margin-top: 2%;
	padding: 2% 3%;
}

.mainFooter {
	width: 100%;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #27ae60;
	margin: 2% 0;	
}

.mainFooter p {
	width: 92%;
	margin: 1% auto;
}

.mainFooter a {

	color: #fff;
}

@media only screen and (min-width : 150px) and (max-width : 780px) {

	.body {
		width: 90%;
		font-size: 95%;
	}

/*
	.mainHeader img {
		width: 100%;
	}
*/
	.mainHeader nav {
		height: 160px;
	}
		
	.mainHeader nav ul {
		padding-left: 0;
	}

	.mainHeader nav ul li {
		width: 100%;
		text-align: center;
	}
		
	.mainHeader nav a:link, .mainHeader nav a:visited {
		padding: 10px 25px;
		height: 20px;
		display: block;
	}

	.content {
		width: 100%;
		float: left;
		margin-top: 2%;
	}

	.topcontent {
		margin-bottom: 4%; */
	}

	.post-info {
		display: none;
	}

	.bottomcontent {
		margin-top: 3%;
	}

	.tags-sidebar {
		width: 94%;
 		margin-left: 0;
		margin-top: 2%;
		padding: 2% 3%;
	}

	.related-sidebar {
		width: 94%;
		margin-left: 0;
		padding: 2% 3%;
	}


}