/*
* @author: William Khoe
*/

#twitter
{
	padding:30px 175px 30px 88px;
	border-top:3px solid #EFEFEF;
	background:url(/img/ui/twitter.png) no-repeat 20px 35px;
}
#twitter .content
{
	margin:0 0 15px 0;
	font-size:16px; color:#444;
}
#twitter .content a
{
	font-size:12px; font-weight:bold;
}

/* Regular Desktop */
@media only screen and (min-width:1024px) {

}

/* Tablet Portrait */
@media only screen and (min-width:768px) and (max-width:1023px) {

#twitter
{
	padding:30px 88px;
}

}

/* Mobile Portrait & Landscape */
@media only screen and (max-width:767px) {

#twitter
{
	background-position:50% 20px;
	padding:72px 0 30px 0;
}
#twitter .content
{
	font-size:14px;
}

}

/* Mobile Portrait */
@media only screen and (max-width:320px) {

}