/*
 * HTML elements redefined for general use
 */
*
{
	 margin: 0;
	 padding: 0;
}

body, html
{
	background: #D7D7D7;
	color: #888;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	line-height: 1em;
	width: 100%;
}

input, textarea, select
{
	border: 1px solid #BABABA;
	color: #444444;
	margin-bottom: 0.5em;
	padding: 3px;
}

a
{
	color: #69A3D5;
}

a:hover
{
	text-decoration: underline !important;
}

/*
 * Classes
 */

.comment p
{
	margin-bottom: 1em;
}

.content_box
{
	background-color: #FFF;
	margin: 15px 0;
	padding: 1em;
}

.like a img
{
	position: relative;
	top: .3em;
}

.dislike
{
	margin-left: 1em;
}

.dislike a img
{
	position: relative;
	top: 0.3em;
}

.error
{
	color: red;
	margin-bottom: 1em;
}

.green
{
	background-color: green;
}

.green_border
{
	border: 2px solid green;
}

.like a img, .dislike a img
{
	margin-right: 0.2em;
}

.like a:hover, .dislike a:hover, .six_words a:hover
{
	text-decoration: none !important;
}

.my_own_six_words_on
{
	font-size: 9pt;
}

.no_top_space
{
	margin-top: 0 !important;
}

.no_bottom_space
{
	margin-bottom: 0 !important;
}

.post p
{
	margin-top: 2em;
}

.post_author
{
	font-size: 10pt;
	margin-left: 1.3em;
	position: relative;
	top: -.5em;
}

.post_metadata
{
	height: 20px;
	line-height: 20px;
	font-size: 9pt;
}

.prompt
{
	font-size: 15pt;
	font-weight: bold;
}

.red
{
	background-color: red;
}

.red_border
{
	border: 2px solid red;
}

.right_box_content
{
	font-size: 8.5pt;
	line-height: 1.6em;
}

.right_section_header
{
	margin-bottom: 0 !important;
	margin-top: 1em;
}

.section_header
{
	background-color: #414141;
	color: #FFF;
	font-size: 9.5pt;
	height: 35px;
	line-height: 35px;
	padding: 0 1em;
}

.section_header a
{
	color: #FFF;
}

.six_words
{
	font-family: Georgia, serif;
	font-size: 30pt;
	line-height: 30pt;
	margin-top: .6em;
}

.six_words a, .reiteration
{
	color: #F26522;
	margin-bottom: 1em;
	margin-top: 0.4em;
}

.small
{
	font-size: 7pt;
}

.story p
{
	margin-top: 1em;
}

.submit
{
	background-color: #D3D3D3;
	border: 1px solid #444;
	font-weight: bold;
}

.vertical_padding
{
	padding-bottom: 1em !important;
	padding-top: 1em !important;
}

/*
 * Individual elements
 */

#byline
{
	color: #959595;
	font-size: 8pt;
	margin-left: 0.5em;
}

#categories
{
	padding: 0 1em;
}

#category_text
{
	color: #878686;
}

#comment_box
{
	height: 50px;
	width: 400px;
}

#content
{
	margin: auto;
	width: 960px;
}

#content a
{
	text-decoration: none;
}

#errorExplanation
{
	color: red;
}

#errorExplanation ul
{
	margin: 0 0 1em 2em;
}

#errorExplanation h2
{
	margin-bottom: 0.5em;
}

#feedback_text
{
	height: 100px;
	width: 500px;
}

#footer
{
	clear: both;
	color: #414141;
	font-size: 8pt;
	margin: 1em 0;
	width: 720px;
	word-wrap: break-word;
}

#forgot_password
{
	font-size: 6.5pt;
	position: relative;
	top: -5px;
}

#header
{
	background-color: #FFF;
	height: 80px;
	line-height: 80px;
	padding: 0 1em;
}

#header a
{
	color: #959595;
	font-size: 30pt;
}

#header a:hover
{
	text-decoration: none !important;
}

#logo
{
	font-family: Georgia, serif;
}

#logo a
{
	color: #646464;
}

#left_column
{
	float: left;
	width: 720px;
	word-wrap: break-word;
}

#login_button_and_remember_me
{
	float: right;
	height: 35px;
}

#login_button
{
	margin-bottom: 0;
	padding: 0;
	width: 80px;
}

#login_form_content
{
	text-align: left;
}

#main
{
	width: 100%;
	word-wrap: break-word;
}

#navigation ul, #categories ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#navigation ul li, #categories ul li
{
	display: inline;
	margin: 0 0.75em;
}

#new_post_description_content
{
	font-size: 9pt;
}

#optional_label
{
	font-size: 8pt;
}

#other_categories
{
	font-size: 8.5pt;
}

#post_category_id
{
	margin-top: 0.4em;
	width: 250px;
}

#remember_me_label
{
	bottom: 4px;
	font-size: 6.5pt;
	left: -3px;
	position: relative;
}

#right_column
{
	float: right;
	width: 220px;
}

#signup_byline
{
	font-size: 7.8pt;
}

#signup_form_content, #password_reset_request_form_content, #password_reset_form_content
{
	padding: 0 1em;
}

#signup_form_input
{
	margin-top: 2em;
	width: 450px;
}

#signup_form_content label, #password_reset_form_content label
{
	float: left;
	margin-right: 1em;
	padding-top: 2px;
	text-align: right;
	width: 160px;
}

#signup_link
{
	font-size: 8pt;
}

#signup_prompt
{
	line-height: 0.5em;
}

#six_word_progress div
{
	border: 1px solid #444;
	float: left;
	height: 5px;
	margin-right: 0.1em;
	width: 20px;
}

#six_words_input
{
	font-size: 20pt;
	margin-top: 0.2em;
	width: 500px;
}

#story_input
{
	height: 100px;
	margin-top: -1em;
	width: 500px;
}

#submit_six_words_link a
{
	color: #63AAE7
}

#user_heading
{
	font-size: 14pt;
}