/*-- Tablets and Such --*/
@media only screen and (min-width:701px) and (max-width:1062px){ 
	#wrapper {max-width:95%;}
	#sb2 {float:none; max-width:98%; margin:0 auto;}
	.posts-wrap {max-width:98%; float:none; margin:0 auto;}
	#header {max-width:98%; margin:0 auto; height:auto;}
	#logo {max-width:45%;}
	img {max-width:100%; height:auto;}
	#topmenu {max-width:40%; padding-right:0; margin-top:20px; }
	.fbox {max-width:33%;}
	#topmenu ul img {max-width:25%; height:auto;}
	#newsocial {display:none;}
	#footinner {max-width:98%; margin:0 auto;}
	.footcolumn {width:33%; margin-right:0;}
	.footimage {width:90%; float:none; margin:0 auto; text-align:center;}
	.footimage img {width:50%; height:auto;}
}


/*--Phones--*/
@media only screen and (max-width: 700px) {
	
body {width:100%; margin:0 auto; overflow-x:hidden;}
#wrap {width:100%; overflow:hidden;}
#sticky {font-size: 100%;
    height: auto;
    padding: 10px 0;
    width: 100%;}
#sticky a {color:#556270; background:transparent none !important;}
#sticky a:hover {background:transparent none !important;}
#topadspace, #footadspace {padding:20px 0; width:90%}
#topadspace img {max-width:80% !important; height:auto;}
img {max-width:100%; height:auto}
#wrapper {width:100%; padding:0; padding-left:5px;}
#header {height: 90%;
    width: 100%;}  
#logo {float:none; text-align:center; width:90%; margin-top:0;}
#newsocial {display:none;}
#topmenu {display:none;} 
#access {width:95%;}
#content-wrapper {width:95%;}
.posts-wrap {width:95%;}
.archivethumb {width:20%;}
.archivethumb img {
  border-radius: 50%;
  height: auto;
  width: 100%;
}
.archivecontent {width:77%; padding-top:0px;}
.archiveblock .commentbubble {display:none;}
.atbleft {width:100%}
#sb2 {float:none; width:95%; text-align:center;}
#moreposts {text-align:center;}
.widgets-grid-layout {
  padding-left: 10%;
  width: 80%;
}
#sbright {
  float: right;
  text-align: center;
  width: 45%;
}
#sbleft {
  float: left;
  text-align: center;
  width: 45%;
}
#foot {width:100%;}
#footinner {width:95%;}
.footcolumn {
  float: none;
  margin-bottom: 20px;
  margin-right: 40px;
  overflow: hidden;
  width: 90%;
}
.footimage {width:20%;}
.footimage img {
  border-radius: 50%;
  height: auto;
  width: 90%;
}
.footinfo {width:75%; padding-top:0px;}
.footcolumn {margin-right:0; text-align:center;}
#copy {text-align:center;}
.recipeblock {
  height: auto;
  padding-bottom: 20px;
  width: 80%;
}
.recipethumb img {width:80%; height:auto;}  



}
/*--Tablets--*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
 
}