@charset "utf-8";
@import "global.css";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *   CATEGORY MOBILE (and cascade to tablet and desktop)     *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#mainContent h1 {
	margin-bottom:50px;
	font-size:36px;
}
#mainContent .famousProfile div.profileDetails h2,
#mainContent .famousProfile div.profileDetails p {
	margin:10px 0;
}
#mainContent .famousProfile div.profileDetails h2 {
	padding-top:5px;
}
#mainContent .famousProfile div.profileImg {
	height:60px;
	width:60px;
	float:left;
	background:url(https://famouskin.com/images/thumbnails/famouskin-main-css-sprite.jpg) no-repeat;
}
#mainContent .famousProfile div.profileDetails {
	height:60px;
	margin-left:65px;
}
#mainContent .famousProfile p.descent {
	margin-left:20px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *   CATEGORY TABLET (and cascade to desktop)                *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media only screen and (min-width:499px) {
	#sidebarLeft {
		display:block;
		float:left;
	}
	body #wrapper #mainContent {
		margin-left:10px;
/*		margin-left:125px; */
		min-height:710px;
	}
}
@media only screen and (min-width:699px) {

}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *   CATEGORY DESKTOP                                        *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media only screen and (min-width:799px) {
	body #wrapper #mainContent {
		margin-left:10px; 
/*		margin-left:165px; */
		min-height:690px;
	}
}
@media only screen and (min-width:919px) {

}
@media only screen and (min-width:999px) {

}