@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
@media only screen and (max-width: 768px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
.gridContainer-1{
	width: 88.2%;
	max-width: 665px!important;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	max-width:665px!important;
	clear: both;
	float: none;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	max-width:665px!important;
	clear: both;
	float: none;
	margin-left: 0;
	width: 100%;
	margin-top:30px;
	display: block;
}
.column-img1{
	max-width:400px;
}
.writer-column-img1{
	max-width:250px;
}
.featured-girls{
	margin-left:10px!important;
	margin-right:0;
	
}
h1{
    background-color:#E30C88;
    text-align:center;
    width: 100%;
	color:white;
	font-size:35px!important;
}
h2{
	text-align:center;
	font-size:30px!important;
}
h3{
	font-size:25px!important;
}
h4{
	font-size:20px!important;
}
h5{
	font-size:18px!important;
}
h6{
	text-align:center;
	font-size:16px!important;
}
}

@media only screen and (max-width: 481px) {
.banner-ads-1{
	margin-right:0;
	margin-bottom:20px;
}
.banner-ads{
	margin-right:0;
}
.featured-girls{
	margin-left:0!important;
	margin-right:0;
	text-align:center;
	margin:0 auto;
	float:none!important;
	
}
h1{
    background-color:#E30C88;
    text-align:center;
    width: 100%;
	font-weight:extrabold;
	color:white;
	font-size:24px!important;
}
h2{
	text-align:center;
	font-size:20px!important;
}
h3{
	font-size:20px!important;
}
h4{
	font-size:18px!important;
}
h5{
	font-size:16px!important;
}
h6{
	text-align:center;
	font-size:14px!important;
}
.gridContainer-1{
	max-width:320px!important;
}
#LayoutDiv1 {
	max-width:300px!important;
	clear: both;
	float: none!important;
	margin-right: 0!important;
	text-align:center!important;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	max-width:300px!important;
	clear: both;
	float: none!important;
	margin-right: 0!important;
	width: 100%;
	text-align:center!important;
	margin-top:30px;
	display: block;
}
.writer-column-img2{
	display:block!important;;
	clear:both!important;;
	float:none!important;
	margin-right:0!important; 
	margin-top:30px!important; 
}
.column-img2{
	display:block!important;;
	clear:both!important;;
	float:none!important;
	margin-right:0!important; 
	margin-top:30px!important; 
}
.LayoutDiv1-img  {
	text-align:center;
	margin:0 auto;
	max-width:225px!important;
}
.LayoutDiv2-img  {
	text-align:center;
	margin:0 auto;
	max-width:225px!important;
}
.column-img1{
	max-width:275px;
	text-align:center;
	margin:0 auto;
	margin-right:0;
}
.writer-column-img1{
	text-align:center;
	margin:0 auto;
	max-width:275px;
}
.gridContainer-2{
	padding:30px 20px!important;
}
.gridContainer-2-ad{
	margin-top:30px!important;
}
}