* {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	font-size: 10pt;
}

body {
	background-color: #f6f6f6;
}

a {
	font-size: 1em;
	text-decoration: none;
	color: #333;
}

div#header {
	position: fixed;
	background-color: #fff;
	border-bottom: 1px solid #eff6ff;
	height: 40px;
	width: 100%;
	z-index: 1;
}

div#anotherline {
	position: fixed;
	top:40px;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ecf0f8;
	margin-bottom: 1em;
	z-index: 1;
}

div#three_columns {
	margin-top: 52px;
	background-color: none;
	float: left;
	padding: 8px 20px 0;
}

div#left, div.another_list{
	width: 400px;
	float: left;
	background-color: none;
}

div#middle {
	width: 400px;
	float: left;
	background-color: none;
}

div#right {
	float: left;
	background-color: none;
}

/* COLUMNS */

.content_div {
	padding: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
}

.blue_one {
	background-color: #d7e9ff;
}

.white_one {
	border: 10px solid #d7e9ff;
	background-color: #fff;
}

.pure_one {
	background-color: #fff;
	width: 360px;
}

.last_one {
/*	margin-bottom: 0em;	
*/}

.right_one {
	width: 360px;
}

.new_one {
	background-color: #fff;
}

/* HEADERS */ 

h1#wurst {
	position: fixed;
	top: 9px;
	left: 20px;
	border-bottom: 0px solid #666;
	font-size: 1em;
	text-transform: uppercase;
	padding: 0.2em 0;
	color: #333;
}

h1#wurst a {
	color: #333;
	text-decoration: none;
}

h1#wurst span#com {
	color: #009fff;
}

h2 {
	font-size: 2.5em;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 0.3em;
	text-decoration: none;
}

h3, dt {
	font-size: 2em;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 0.3em;
	text-decoration: none;
}

dt {
	font-weight: bold;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: inline;
}

span.dt_pron {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 1.5em;
	margin-left: 0.5em;
}

h4 {
	margin-bottom: 0.5em;
}

p, dd {
	line-height: 1.4em;
	text-align: left;
}

dd {
	margin-bottom: 0.5em;
}

dd.kind {
	margin-top: 0.5em;
	font-style: italic;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

.by {
	margin-top:0.25em;
}

.by a {
	margin-left: 0.2em;
	color: #009fff;
}

/* header */.light_one {
	color: #333;
}

/* header: action links */

#action_links_box {
	z-index: 2;
	position: fixed;
	right: 20px;
	top: 12px;
}

#action_links {
	top: 10px;
	right: 10px;
}

#action_links a.action_link {
	background-color: #fff;
	color: #009fff;
	border-bottom: 0px solid #009fff;
	padding: 0.2em 0;
	margin: 0 0.3em;
}

.action_link {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 2px solid #009fff;
	margin: 0.2em;
}

/* SHOW */

.show_div {
	background-color: #fff;
	width: 360px;
}

#suggested_items {
	padding: 2em;
	margin-top: 20px;
}

.an_item {
	color: #222;
	font-size: 1.8em;
	padding: 0.4em;
	border-bottom: 1px solid #ccc;
	padding-left:0;
	margin-bottom: 0.1em;
	width:350px;
}

#edit_list {
	float: right;
	background-color: #fff;
	border: none;
	color: #333;
}

.private_icon {
	margin-top: 1.3em;
	float: right;
}

/* special: forkish */

.small_list h3 {
	padding: 0.2em 0;
	font-size: 1.2em;
}

.small_fork h3 {
	margin-top: 0.8em;
	font-size: 1.2em;
}

p#fork_this_list_link {
	margin-top: 0.8em;
	text-align: right;
}

p#fork_this_list_link a {
	color: #009fff;
	font-size: 2em;
	text-decoration: none;
}

/* NEW/EDIT */

input.text_field {
	font-size: 1.8em;
	padding: 0.2em;
	border: none;
	border-bottom: 1px solid #999;
	margin-bottom: 0.1em;
	width:98%;
}

label {
	color: #999;
	font-size: 0.9em;
}

/* new: sumit area */ 

div#submit_area {
	padding: 0.2em;
	width: 356px;
	padding-top: 1em;
	margin-top: 1em;
}

div#submit_area span#checker {
	padding: 0.3em 0.4em;
	background-color: #fbffda;
}

div#submit_area span a {
	text-decoration: none;
	color: #000;
}

div#submit_area span a:hover {
	text-decoration: none;
	color: #000;
	background-color: transparent;
}

/* special: recommendations */

#recommendations {
	margin-bottom: 1em;
}

ul#real_recommendations {
	padding-left:0;
}

.take_this {
	list-style: none;
	font-size: 1.5em;
	padding: 0.2em;
	border: none;
	border-bottom: 1px solid #fff;
	width:98%;
	color: #333;
}

.take_this span {
	display: none;
	text-transform: uppercase;
	font-size: 0.5em;
	text-align: right;
}

.take_this:hover span {
	display: inline;
}

.take_this:hover {
	color: #000;
	background-color: #eff6ff;
	cursor: hand;
	cursor: pointer;
}

.take_this:active {
	position: relative;
	top: 1px;
	left: 1px;
}

/* INDEX */ 

.index_div {
	padding-top: 0;
	margin-bottom: 0;
	background-color: #fff;
	width: 360px;
}

.index_item h3 {
	padding-top: 0.5em;
	margin-bottom: 0;
}

.index_item {
	border-bottom: 1px solid #ccc;
}
.index_item:hover {
	border-bottom-color: #009fff;
}
.index_item .index_item_lines {
	margin-top: 0.2em;
	border-bottom: 10px solid #fff;
}
.index_item:hover .index_item_lines {
	border-bottom-color: #d7e9ff;
}

.index_item p.description {
	color: #333;
	margin-bottom: 0.2em;
}

.index_item p.tags {
	text-align: left;
	color: #666;
	text-transform: uppercase;
	font-size: 0.8em;
}

.pagination {
	text-align: center;
	width: 350px;
	padding: 2em 0 1em;
}

.pagination span {
	padding: 0.2em 0.4em;
	border: 1px solid #d7e9ff;
}

.pagination a {
	background-color: #d7e9ff;
	padding: 0.2em 0.4em;
	color: #009fff;
	text-decoration: none;
	border: 1px solid #d7e9ff;
}

/* FOOTER */

#footer {
	float: none;
	clear: both;
	padding: 0 20px 20px;
}

#footer p {
	line-height: 1.9em;
	text-align: left;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.9em;
}

#footer p span {
	background-color: #d7e9ff;
	padding: 0.3em 0.4em;
	color: #009fff;
}

/* SHATNERS */

.advisor {
	position: fixed;
	height: 397px;
	width: 359px;
	bottom: -397px;
}
.shatner {
	right: 0;
	background: url(/images/shatner.png);
}

.shatner_fork_this {
	right: 0px;
	background: url(/images/shatner-fork-this.png);
}

.shatner_bird {
	left: 0px;
	background: url(/images/shatner-bird.png);
}
	
.ask_william {
	margin-left: 260px;
	text-align: right;
	position: absolute;
	margin-top: 8px;
	background-color:#fff;
	padding:0.2em 0.3em;
}

.ask_william p {
	text-align: center;
	color: #009fff;
	font-weight: normal;
	cursor: pointer;
	text-transform: uppercase;
}

.ask_william p:hover {
	
}

.ask_show {
	margin-top:13px;
}

#advice {
	position: fixed;
	bottom: 0px;
	right: 0px;
	background-color: #fff;
	padding: 1em;
	font-size:1.3em;
	border:1px solid #ccc;
}

/* LOGIN & SIGNUP */

#login_form {
	padding-top: 180px;
}

#login_form h2 {
	padding-left: 0.8em;
	margin-bottom: 0.5em;
}

#login_div {
	height: 160px;
	background-color: #009fff;
}

#login_div #username,#login_div #password_div {
	float: left;
	width: 200px;
	padding: 2em 2.5em 2em 2em;
}

#login_submit {
	padding-left: 2em;
	padding-top: 1.8em;
	padding-bottom: 1em;
}

#login_div label {
	color: #fff;
	font-size: 2em;
}

#login_div input.login_fields {
	font-size: 2em;
	width: 230px;
	margin-top: 0.5em;
	padding: 0.2em;
}

.login_submit_button {
	font-size: 2em;
	float: none;
}
#footer.signup_footer {
	margin-left: 2.5em;
	padding-left: 0;
}

#enterprise {
	width: 650px;
	height: 354px;
	position: fixed;
	bottom: -1000px;
	right: -1000px;
}

/* FOOTER */

#footer {
	float: none;
	clear: both;
	padding: 0em 20px 20px;
}

#footer p {
	line-height: 1.8em;
	text-align: left;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.9em;
}

#footer p span a {
	color: #009fff;
}

#footer p span a:hover {
	color: #000;
}

#footer p span {
	background-color: #d7e9ff;
	padding: 0.3em 0.4em;
	color: #009fff;
}

/* eastereggs */

#enterprise {
	width: 700px;
	height: 400px;
	background: url(/images/enterprise.png) no-repeat;
}

/* faq */

p.question {
	font-style: italic;
	margin-bottom: 0.2em;
}

p.answer {
	margin-bottom: 1.5em;
	margin-left: 0.5em;
}

/* SEND TO */

#send_to input#receiver, #send_to textarea {
	border-style: solid;
	border-color: #d7e9ff;
	padding: 0.4em;
	font-size: 1.2em;
	width: 340px;
	border-width: 3px;
	margin-bottom: 0.5em;
}

/* should be refactored */

#desc_label {
	padding-top:1em;
}

textarea.description {
	border:1px solid #999;
	font-size: 1.8em;
	padding: 0.2em;
	width:97%;
}

a.description_remover {
	float: right;
	border: none;
}

#show_description {
	margin-bottom: 0.4em;
	background-color: #fff;
	padding: 0.2em 0.3em;
}

#show_meta {
	margin-bottom: 0.5em;
	background-color: #fff;
	padding: 0.2em 0.3em;
}

#send_to_button {
	border-bottom: none;
	background-color: #fff;
	padding: 0.2em 0.3em;
	margin-left:0;
	color: #333;
}

h3.title {
	margin-bottom: 0.3em;
}

#ajax_loader {
	position: fixed;
	bottom:0px;
	right:0px;
	background-color:#FBEFAD;
	padding:5px;
	font-weight:bold;
	border:1px solid #ccc;
}