@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 18px;
}

#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#wrapper-cinderella {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #ECF7FC;
}
#blackwrapper {
	background-color: #000000;
	margin-bottom: 40px;
}

#splash-top {
	background-image: url(images/splash-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 514px;
}
#splash-buttons {
	background-image: url(images/splash-btn-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#footer {
	background-image: url(images/splash-footerdiv.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 48px;
	margin-top: 5px;
	font-size: 11px;
	margin-bottom: 30px;
	background-color: #000000;
}
#footer-content {
	background-image: url(images/sponsors.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 40px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#secret-main {
	background-image: url(secretgarden/images/secret-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 633px;
}
#secret-footer {
	background-image: url(secretgarden/images/splash-footerdiv.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 48px;
	margin-top: 5px;
	font-size: 11px;
	margin-bottom: 30px;
	background-color: #000000;
}
#secret-imageboard {
	background-image: url(secretgarden/images/secret-imageboard.jpg);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 633px;
}
#secret-imageboard-content {
	padding-top: 130px;
	padding-right: 55px;
	padding-left: 325px;
	color: #FFFFFF;
}
#cinderella-main {
	background-image: url(cinderella/images/cinderella-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 633px;
}
#cinderella-footer {
	margin-top: 5px;
	font-size: 11px;
	background-color: #ECF7FC;
}
#cinderella-footer-content {
	background-image: url(cinderella/images/cinderella-footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 71px;
	margin-right: auto;
	margin-left: auto;
}
#cinderella-main-php {
	background-image: url(cinderella/images/cinderella-bg-php.jpg);
	background-repeat: no-repeat;
	background-position: top;
	min-height:633px;
	_height:auto; /* ie6 */
	padding-top:130px;
}
#cinderella-form-content{
	background:url(/cinderella/images/cinderella-bg-extended-pink.jpg) transparent no-repeat left bottom;
	padding:0 25px 130px 50px;
	width:495px;
}
#cinderella-form-content h1{
	line-height:1.5;
	padding:0;
	margin:0;
}
#cinderella-form-content p{
	margin-top:0;
}
#cinderella-main-php input#first_name,
#cinderella-main-php input#last_name,
#cinderella-main-php input#email,
#cinderella-main-php textarea#field_1,
#cinderella-main-php textarea#comment{
	width:345px;
	background:white;
	border:1px solid white;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#cinderella-main-php .submit input{
	background:white;
	color:#344A95;
	font-family:Verdana, Arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	border:2px solid #C6007D;
	margin-left:132px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#cinderella-footer-content-php {
	background-image: url(cinderella/images/cinderella-footer-php.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 71px;
	margin-right: auto;
	margin-left: auto;
}

#cinderella-main-php a.more-less{
	background:transparent;
	color:#3c4d95;
	border:none;
	cursor:pointer;
}
#cinderella-main-php a.more-less:hover{
	color:white;
}
#cinderella-main-php div.form-row,
#secret-imageboard-content div.form-row{
	padding-bottom:4px;
}
#cinderella-main-php div#reviewboard table td,
#secret-imageboard-content div#imageboard table td{
	padding-right:7px;
}

a {
	color: #B20000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.bigtxt {
	font-size: 21px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	padding-top: 4px;
}
a.cinderella {
	color: #961345;
	text-decoration: none;
}
a.cinderella:hover {
	color: #3F4C90;
	text-decoration: none;
}
