/* =Responsiveness: Small Computer 
================================================== */ 
@media only screen and (min-width : 876px) and (max-width : 1000px) { 

} 

@media only screen and (max-width : 950px) {
	#credits .inner {width:90%;}
	#linkbar-footer, #linkbar-footer2, #credits .copyright2 {float: none;}
	#credits .copyright {float: none; padding-top: 5px;}
}

/* =Responsiveness: Large Tablet 
================================================== */ 
@media only screen and (min-width : 768px) and (max-width : 875px) {

} 

@media only screen and (max-width : 790px) { 
	#header {float:none;margin:0 auto;}
	#linkbar {float:none;margin:20px auto 0;text-align:center;}

}

/* =Responsiveness:Small Tablet 
================================================== */ 
@media only screen and (min-width : 651px) and (max-width : 767px) { 

} 


/* =Responsiveness: Smaller 
================================================== */ 
@media only screen and (min-width : 551px) and (max-width : 650px) { 

} 


/* =Responsiveness: Mobile (Large) 
================================================== */ 
@media only screen and (min-width : 421px) and (max-width : 550px) { 

} 


/* =Responsiveness: Mobile 
================================================== */ 
@media only screen and (max-width : 420px) { 

} 