/*
Theme Name: Cuties
*/

div {
	display: block;
	}
a {
	color: #ffcc00; /* YELLOW */
	font-weight: bold;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	}
a:hover, b  {
	color: #ffffff;
	}
#btnPrevNext {
	margin: 200px 0 0 0;
	float: left;
	}
.clear {
	width: auto;
	height: 0;
	clear: both;
	}
#content {
	width: 1020px;
	margin: 0 auto 0 auto;
	}
#columnLeft {
	width: 370px;
	margin: 0 1px 0 0;
	padding: 0 -40px 0 0;
	float: left;
	}
#columnLeft ul {
	text-align: right;
	list-style-type: none;
	}
#columnRight {
	width: 600px;
	float: left;
	}
#columnLeft .module {
	background: #464646; /* DARK GREY */
	margin-bottom: 1px;
	margin-left: 0;
	padding-left: 0;
	padding: 40px;
	padding-right: 40px;
	width: 290px;
	font: normal 12px/150% Helvetica, Arial, sans-serif;
	color: #ffffff;
	}
#columnRight .module {
	background: #464646; /* DARK GREY */
	margin-bottom: 1px;
	padding: 40px 80px 40px 80px;
	font: normal 100%/170% Helvetica, Arial, sans-serif;
	color: #ffffff;
	width: auto;
	}
#columnRight .module h1 {
	font: bold 36px/100% Helvetica, Arial, sans-serif;
	}
.moduleNav {
	background: #464646 url('imx/bkg-nav.jpg') no-repeat;
	margin-bottom: 1px;
	margin-right: -20px;
	padding-right: -40px;
	padding: 20px;
	font: bold 14px/150% Helvetica, Arial, sans-serif;
	color: #ffcc00;
	width: 330px;
	}
*html .moduleNav {
	background: #464646 url('imx/bkg-nav.jpg') no-repeat;
	margin-bottom: 1px;
	margin-right: -20px;
	padding-right: -40px;
	padding: 20px;
	font: bold 14px/150% Helvetica, Arial, sans-serif;
	color: #ffcc00;
	width: 290px;
	}
.moduleNav a.logo {
display:block;
height:100px;
visibility:hidden;
}
.moduleFooter {
	background: #464646; /* DARK GREY */
	padding: 40px;
	font: normal 9px/150% Helvetica, Arial, sans-serif;
	color: #8f8f8f;
	width: 290px;
	}
.modulePhotos {
	margin-bottom: 1px;
	background: #464646; /* DARK GREY */
	width: 600px;
	}
.moreGirls {
	height: 50px;
	padding-top: 30px;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	float: left;
	background: #464646; /* DARK GREY */
	}
.navHome {
	 width: 350px;
	 height: 100px;
	 position: relative;
	 left: -20px;
	 margin-left: -20px;
	 }
#btnPrevNext {
	float: left;
	margin: 0;
	padding: 0;
	position: relative; 
	top: 200px;
	}
body {
	background: #000000 url('http://www.goodforparty.com/imx/bkg-main.jpg') fixed repeat-x;
	margin: 0;
	padding: 0;
	}
input {
	padding: 5px;
	width: 40%;
	}
h1 {
	color: #ffcc00; /* YELLOW */
	}
#sidebar ul {
	list-style-type: none;
	margin-left: 0;
	}
.subscribe {
	background: #ffcc00; /* YELLOW */ 
	border: 1px solid #ffcc00; /* YELLOW */
	font: bold 12px/100% Helvetica, Arial, sans-serif;
	color: #464646;
	}
.subscribe:hover {
	cursor: pointer;
	border: 1px solid #ffffff;
	color: #707070;
	}
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: auto; /*width of featured content slider*/
	height: auto; 
	float: left;
	margin: 0 60px 0 60px;
	}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 450px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}

