/* CSS Document */

/**************
General
**************/

body {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
}

a {
	color: #7E0D0D;
}

a.white {
	color: #FFFFFF;
}

a.terms {
	color: #666666;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

img {
	display: block;
	border: 0px;
}

img.inline {
	display: inline;
}

headtext {
	font-size: 13px;
}

label {
	font-weight: bold;
}

label.red {
	color: #7E0D0D;
}

td {
	vertical-align: middle;
}	

#email_this {
	height: 30px;
	text-align: right;
}

#page {
	width: 941px;
	text-align: left;
	vertical-align:top;
	background-color: #000000;
}

#header {
	vertical-align:top;
	width: 941px;
	height: 233px;
	background-image: url(../images/seventeen_header.jpg);
}

#tell_your_story {
	height: 35px;
	padding: 10px 0px 10px 70px;
}

#content {
	width: 941px;
	height: 600px;
	background-color: #141414;
	overflow: auto;
	vertical-align:top;
}

#divider {
	border-top-style: solid;
	border-top-color: #333333;
	border-top-width: 1px;
	margin: 5px 35px 20px 45px;
}

#page_nav {
	font-weight: bold;
	padding: 0px 0px 20px 70px;
}

#footer {
width:941px;
	text-align: center;
	color: #666666;
	font-size: 9px;
	padding: 13px 0px 10px 0px;
}

/******************
List Stories Pages
******************/

#sort {
	text-align: right;
	padding: 0px 90px 10px 0px;
}

#subheader {
	padding: 0px 0px 5px 70px;
}

#post {
	padding: 0px 90px 0px 70px;
}

#location {
	padding: 5px 0px 5px 0px;
}

#story {
	padding-bottom: 5px;
}

#rating {
	width: 70px;
	padding-top: 10px;
}

#rate_this_label {
	padding-top: 10px;
	width: 95px;
}

#rate_this_menu {
	width: 100px;
	padding-top: 5px;
}

#envelope {
	width: 125px;
	text-align: right;
	padding-top: 12px;
}

#email_this {
	width: 100px;
	text-align: right;
	font-weight: bold;
	padding-top: 10px;
}

/**************
Add Story Page
**************/

#add_story_form {
	padding: 0px 0px 0px 70px;
}

#add_story_column {
	padding: 0px 28px 3px 0px;
}

#text_field {
	width: 130px;
	height: 18px;
	color: #000000;
	background-color: #AAA9A9;
	border-color: #999999;
	border: 2px;
}

#text_field_error {
	width: 130px;
	height: 18px;
	color: #000000;
	background-color: #7E0D0D;
	border-color: #999999;
	border: 2px;
}

#story_label {
	padding: 25px 0px 0px 0px;
}

#story_text_area {
	width: 490px;
	height: 180px;
	overflow: auto;
	color: #000000;
	background-color: #AAA9A9;
	margin: 3px 0px 0px 0px;
}

#story_text_area_error {
	width: 490px;
	height: 180px;
	overflow: auto;
	color: #000000;
	background-color: #7E0D0D;
	margin: 3px 0px 0px 0px;
}

#disclaimer {
	color: #666666;
	font-size: 9px;
	padding: 5px 80px 30px 0px;
}

#add_story_cancel {
	padding: 0px 20px 10px 60px;
}

#add_story_submit {
	padding-bottom: 10px;
}

/***************************
Add Story Confirmation Page
***************************/

#confirmation {
	text-align: center;
	font-weight: bold;
	padding-top: 135px;
}

/*******************
Email A Friend Page
*******************/

#message_text_area {
	width: 490px;
	height: 180px;
	overflow: auto;
	color: #000000;
	background-color: #AAA9A9;
	margin: 3px 0px 25px 0px;
}

#send_email_cancel {
	padding: 0px 20px 0px 60px;
}
.wtcForm .headtxt {
	font-size: 14px;
}

