@media screen and (max-width: 1150px) {


#navigation {
	width:100%;
	margin:0px auto;
	display:block;
	height:28px;
	background:#76BAE7;
	}
	
#navigation a {
	background:#76BAE7;
	color:#fff;
	padding:0px;
	margin:0px;
	text-decoration:none;
	margin-left:12px;
	display:inline;
	font-family:"Helvetica", sans-serif;
	font-weight:bold;
	font-size:15px;
	line-height:28px;
	}	
	
#navigation a:hover {
	background:#76BAE7;
	color:#efefef;
	}

#wrapper {
	width:100%;
	margin:0 auto;
	background:#fff;
	border-left:0;
	border-right:0;
	background-image:none;
	background-repeat:no-repeat;
	background-position:38px 78px;
	position:relative;
	margin-top:0;
	}


#socials {
	background:#1394c4;
	width:100%;
	padding:4px 0;;
	border-bottom-right-radius: 0;
	position:absolute;
	top:0;
	right:0;
	margin-right:0px;
	text-align:right;
	}
	
#socials li {
	padding:4px 8px;
	display:inline;
	}
	

#mobile-logo {
	margin-top:78px;
	margin-left:30px;
	display:block;
	max-width:80%;
	}
	
	

#tagline {
	color:#231F20;
	font-size:15px;
	font-family:"Helvetica", sans-serif;
	position:absolute;
	top:190px;
	margin-left:35%;
	left:0;
	display:none;
	}
	
#tagline span {
	color:#868686;
	display:block;
	margin-left:0px;
	}


#container {
	width:80%;
	margin-left:30px;
	margin-right:30px;
	float:none;
	margin-top:30px;
	}
	
.entry-meta {
	background:#76BAE7;
	text-align:center;
	width:64px;
	height:129px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	position:relative;
	left:0px;
	display:none;
	}	
	

	
.post h1, .post h1 a {
	font-size:"Georgia";
	color:#211D1D;
	text-decoration:none;
	line-height:24px;
	font-size:18px;
	}
	
.one-rule {
	background:url('images/rule.png');
	height:1px;
	width:100%;
	margin:20px 0;
	}

div.homeSummary {
	width:100%;
	display:block;
	float:none;
	padding:20px 0px;
	height:220px;
	}
	
	
#primary {
	width:80%;
	float:none;
	margin-right:30px;
	margin-left:30px;
	color:#A6A6A6;
	font-size:11px;
	line-height:15px;
	font-family:"Helvetica", sans-serif;
	margin-top:20px;
	}	

#footer {
	width:100%;
	background:#7B7B7B;
	margin:0 auto;
	color:#fff;
	height:auto;
	}


#first {
	width:80%;
	float:none;
	margin-top:0px;
	margin-left:0px;
	padding:15px 30px;
	}
	
#second {
	width:80%;
	float:none;
	margin-top:0px;
	margin-right:0px;
	padding:15px 30px;
	}


}