/* 480 ONLY ---------- */
@media only screen 
and (min-width : 480px)
and (max-width : 767px) {


#sparksheet-contributors ul {
	column-count: 3;
	column-gap: 30px;
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap : 30px;
}

}




/*=====================================================================================================================================
 WRAPPERS
=====================================================================================================================================*/

body { background:url('../img/bg2.gif') repeat top center}
.container_12 {margin:0 auto;}


/*=====================================================================================================================================
 HEADER
=====================================================================================================================================*/
#header {}
#home-btn {width:380px;  margin:45px auto 20px auto;}
#main-nav {}


/*=====================================================================================================================================
 INDEX
=====================================================================================================================================*/
#featured-2 {height:380px;}
#featured-2 .post-title {font-size:30px;}
#featured-2 .post-excerpt {font-size:16px;}

#cover-content .pop-tags {display:block; margin-bottom:35px;}
#cover-content .pop-tags ul { overflow:hidden;}
#cover-content .pop-tags ul li {float:left; margin-bottom:.25em; width:31%; margin-right:2%;}


/*=====================================================================================================================================
 SINGLE
=====================================================================================================================================*/
#single-content .post-content .alignright {float:right; max-width:50%; margin-left:3%; margin-bottom: 10px; height:auto}
#single-content .post-content .alignleft {float:left; max-width:50%; margin-right:3%;margin-bottom: 10px; height:auto}


/*=====================================================================================================================================
 BLOG/SPARKBEAT
=====================================================================================================================================*/
.category-sparkbeat .post-content .alignright {float:right; max-width:50%; margin-left:5px; height:auto}
.category-sparkbeat .post-content .alignleft {float:left; max-width:50%; margin-right:5px; height:auto}


/*=====================================================================================================================================
 ARCHIVES
=====================================================================================================================================*/


/*=====================================================================================================================================
 RELATED
=====================================================================================================================================*/

.related-posts li {
  font-size: 18px;
  line-height: normal;
}



/*=====================================================================================================================================
 FOOTER
=====================================================================================================================================*/
#footer {margin: 40px auto 0 auto;}
#recent-comments {clear:both; float:left; width:47%}
#pages-and-categories {float:left; width:35%; padding-left: 17%;}



