/* 
	html > body is for modern browsers and firefox
	* html is for IE 6 and below
*/

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #cbe1ef;
}

p {
	margin-bottom:10px;
}

@font-face {
	font-family: "Girls are Weird";
	src: url("GIRLSAR0.eot");
}

/** custom format**/
#wrapper {
	margin: 0 auto;
	width: 1072px;
}

#header {
	color: #333;
	width: 972px;
	padding: 5px;
	height: 20px;
	clear: both;
	margin: 2px auto 0 auto;
	background: #cbe1ef;
}

#leftColumn {
	color: #333;
	padding: 10px;
	height: 350px;
	width: 100px;
	float: left;
	clear: both;
}

/** center section **/
* html #content {
	position: relative;
	margin-left: -20px;
	border: 5px solid #FF66CC;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 440px;
	width: 690px;
	display: inline;
	color: #FF66CC;
}

html>body #content {
	border: 5px solid #FF66CC;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 440px;
	width: 690px;
	display: inline;
	color: #FF66CC;
}

#homeContent,#storyContent,#funContent,#authorsContent,#buyContent,#linksContent,#contactContent
	{
	float: left;
	color: #333;
	background: #fff url("../images/background_800.gif") no-repeat;
	padding: 10px;
	height: 420px;
	width: 670px;
	display: inline;
}

#homeContent {
	background: #fff;
}
/** end center**/

#rightcolumn {
	color: #333;
	margin: 0;
	height: 350px;
	width: 100px;
	float: left;
}

#footer {
	width: 900px;
	clear: both;
	color: #333;
	margin-top: 30px;
	background: #cbe1ef url("../images/footerBkg.gif") repeat-x;
	padding: 10px;
}


/** layout within content boxes **/
.leftContent {
	float: left;
	width: 340px;
	height: 440px;
}

.leftContent .centered {
	margin-left: 15%;
	width: 50%;
}


.rightContent {
	float: left;
	height: 440px;
}
/** end layout within content boxes **/

/** page formatting, texts **/
.authorText {
	font-size: 12px;
	border: 1px solid #ecea2d;
	margin-bottom: 10px;
	padding: 5px;
}

* html .buyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px; 
	font-weight: bold;
	position:absolute;
	top:300px;
	left: 400px;
}

html>body .buyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px; 
	font-weight: bold;
	margin-top: 110px;
}


* html .bigFunText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
}

html>body .bigFunText {
	font-family: "Girls are Weird", Arial, Helvetica, sans-serif;
	font-size: 40px;
	text-align: center;
}

.storyText {
	margin-left:100px;
	margin-right:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.shortenedDisplay {
	margin-left: 175px;
	margin-top: 30px;
	
	}

/** images **/
.centeredImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 420px;
}
.pepperList {
	list-style-image: url("../images/pepper.png"); 
	font-family: "Girls are Weird", Times, "Times New Roman", Verdana,
		sans-serif;
	font-size: 24px; 
	font-weight: bold;
}

.pepperList li a {
	text-decoration:none;
	font-family: "Girls are Weird", Times, "Times New Roman", Verdana,
		sans-serif;
}

.centeredContent {
	margin-left: 200px;
}

#loading {
 	width: 200px;
 	height: 100px;
 	background: #cbe1ef;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
	font-family: "Girls are Weird", Times, "Times New Roman", Verdana,
		sans-serif;
	font-size:20px;
	border: 2px solid #fff;
}