@charset "utf-8";

/* Responsive styles
-------------------------------------------------------------- */

/*
Apple iPhone 5, 5S & 5C 
Apple iPod Touch (5th generation)
*/
@media (min-width: 1136px) and (max-width: 1279px) {}


/*
Apple iPhone 4 & 4S
Apple iPod Touch (4th generation)
*/
@media (min-width: 960px) and (max-width: 1135px) {
	h1 { font-size:38px; }
	h2 { font-size:36px; }
	h3 { font-size:28px; }
    h4 { font-size:18px; }
	h5 { font-size:14px; }
	h6 { font-size:16px; }

	/* Post parts */
	.post_rating .reviews_star {
		font-size:1em;
	}
}


/*
Sony Xperia
LG Optimus
Blackberry Storm 3, Torch 9850 & Torch 9860
Nokia Lumia 610, 710 & 800
HTC Desire, Desire Z, Desire S & One V
Samsung Galaxy
*/
@media (min-width: 800px) and (max-width: 959px) {
    body { font-size: 13px; }
    h1 { font-size:36px; }
    h2 { font-size:34px; }
    h3 { font-size:26px; }
    h4 { font-size:18px; }
    h5 { font-size:14px; }
    h6 { font-size:16px; }

	/* Post parts */
	.post_rating .reviews_star {
		font-size:1em;
	}
}


/*
Portrait orientation

Sony Xperia
LG Optimus
Blackberry Storm 3, Torch 9850 & Torch 9860
Nokia Lumia 610, 710 & 800
HTC Desire, Desire Z, Desire S & One V
Samsung Galaxy
*/
@media (min-width: 480px) and (max-width: 799px) {
    body { font-size: 13px; }
    h1 { font-size:26px; line-height: 36px; }
    h2 { font-size:24px; line-height: 34px; }
    h3 { font-size:22px; line-height: 30px; }
    h4 { font-size:16px; }
    h5 { font-size:14px; }
    h6 { font-size:16px; }
}


/*
Very common low res
*/
@media (max-width: 479px) {
    body { font-size: 12px; }
    h1 { font-size:24px; line-height: 32px; }
    h2 { font-size:22px; line-height: 32px; }
    h3 { font-size:20px; line-height: 28px; }
    h4 { font-size:16px; }
    h5 { font-size:14px; }
    h6 { font-size:16px; }
}