* {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
}

p {
	margin: 1em auto;	
}

body {
	background: url("images/background.png") repeat-x fixed 0 0;
	background-position: 0px 0px;
	color: #555656;
	font-size: 1.25em;
	text-align: center;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

a {
	color: #505C80;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.relative {
	height: 1px;
	width: 1px;
	position: relative;
}

.reset {
	clear: both;
}

#preLoader {
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	z-index: 999;
	background: #fff url("images/background.png") repeat-x;
}

.loading {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	background: #fff url("images/loading.gif") no-repeat center center;
}

#tagline {
	position: absolute;
	left: 73px;
	top: 35px;
	font-size: 0.8em;
}

.left {
	float: left;
}

.bold {
	font-weight: bold;
}

.justify {
	text-align: justify;
}

.avatar {
	height: 50px;
	width: 50px;
}

#root {
	display: block;
	margin: 0 auto;
	padding-top: 5px;
	position: relative;
	text-align: left;
	width: 800px;
}

#menu {
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
	width: 500px;
}

ul#mainMenu,ul#connectMenu,ul#sponsorMenu {
	margin-bottom: 5px;
	list-style-type: none;
}

ul#connectMenu {
	margin-bottom: 0;
}

ul#mainMenu li,ul#connectMenu li,#sponsorMenu li {
	display: inline;
	margin-right: 5px;
	white-space: nowrap;
}

ul#sponsorMenu {
	font-size: 0.8em;
	font-weight: bold;	
}

#stagingArea {
	display: none;
}

#charsNeededLabel,.error {
	color: #B33717;
}

.error,.success {
	margin-bottom: 3px;
}

.success {
	border-bottom: 1px solid #0b0;
	color: #0b0;
}

div.center {
	display: block;
	margin: 0 auto;
}

#storyInputArea {
	margin: 0px 0px 30px 277px;
	width: 522px;
}

#getStarted {
	background: url("images/get-started-background.png") no-repeat;
	color: #33460E;
	height: 160px;
	margin: 0 auto 15px;
	padding: 5px;
	text-align: center;
	width: 392px;
}

#getStarted h1 {
	font-size: 1.75em;
	margin-bottom: 2px;
}

#socialConnectorList {
	margin-bottom: 10px;
	height: 35px;
	width: 361px;
}

#socialConnectorList .socialConnectButton {
	float: left;
	margin: 4px;
}

#getStarted #createAccount {
	color: #555656;
}

#storyMenu {
	text-align: center;
}

.instructions {
	font-style: italic;
}

.indent {
	padding-left: 25px;
	margin-bottom: 20px
}

#signedInName {
	color: #555656;
	font-size: 0.7em;
}

#nothingHere {
	font-size: 2em;
	padding: 100px;
	text-align: center;
}

#prize {
	height: 250px;
	width: 271px;
	margin-bottom: 1em;
}

#prizeSmall {
	position: absolute;
	right: 22px;
	top: 75px;
}

#footer {
	clear: both;
	margin: 50px auto 20px;
}

.footnote {
	font-size: 0.75em;
	text-align: center;
}

#rules {
	font-size: 0.6em;
	margin: 2px 0px;
}

#getStarted #rules {
	margin: 2px 15px;
}

#lastContest {
	font-size: 0.7em;
}

#lastContestLabel {
	float: left;
	padding: 38px 10px 0px 0px;
}

#rules {
	top: 200px;
}

#lastContest .more {
	margin-top: 3px;
}

.user {
	color: #505C80;
}

#storyText {
	padding: 10px;
}

#userHeader {
	text-align: center;
}

#sponsor {
	position: absolute;
	right: 20px;
	top: 80px;
}

#sponsorSmall {
	float: left;
	margin: 0px 10px 10px 0px;
}

#sponsoredBy {
	position: absolute;
	left: 10px;
	top: 100px;
	font-size: 0.6em;
}

#storyForm #facebookPermissions {
	font-size: 0.8em;
	float: right;
	margin-top: 3px;
}

#storyForm #facebookPermissions img {
	vertical-align: text-bottom;
	margin-right: 2px;
}

#profileBox h2, #profileBox h3 {
	font-size: 0.9em;
}

.socialLink {
	float: left;
	margin: 10px;
}

.socialLink td {
	padding: 2px;
}

#legal {
	font-size: 1em;
	padding-top: 1em;
}

#legal h1 {
	font-size: 1.3em; 
}

#legal h2 {
	font-size: 1.2em;
}

#legal p {
	margin: 1em auto;
}

#legal ul {
	margin: 1em auto;
}

#legal li {
	margin: 0 0 0 1em;
}

#lastUpdated {
	font-style: italic;
}

#error {
	background-color: #fff;
	border: 3px solid #505C80; 
	margin-top: 1em;
	padding: 1em;
}

#error #remedyAction {
	margin-top: 1em;
	text-align: center;
}

#footerLinks {
	margin-bottom: 0.5em;
}

#explanation {
	font-size: 0.8em;
	margin-bottom: 12px;
}

#sponsorLink {
	text-align: center;
}

#sponsorCalendar {
	margin: 10px auto;
}

#sponsorCalendar td {
	padding: 4px;
}

tr.sold {
	color: #aaa;
}

td.sold {
	font-weight: bold;
	font-style: italic;
}

.week {
	font-weight: bold;
}

#contestExtended {
	background-color: #fff;
	border: 3px solid #505C80;
	margin: 0.5em;
	padding: 1em;
	text-align: center;
}

#contestExtended var {
	font-weight: bold;
	font-style: normal;
}