body {
	padding: 50px 0px 0px 50px;
	background-color: #fff;
	color: #333;
}

body, p, ol, ul, td {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:hover { color: #fff; background-color:#000; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

/* share dashboard stuff */

ul.dashboard_giveaways li {
	padding: 7px;
	margin: -5px;
	width: 500px;
	height: 17px;
	clear: both;
}
ul.dashboard_giveaways li:hover {
	background-color: #ccc;
}
ul.dashboard_giveaways li a {
	padding: 5px;
	margin: -5px;
}

ul.dashboard_giveaways li div.link {
	width: 335px;
	float: left;
}
ul.dashboard_giveaways li div.view_stats {
	width: 75px;
	float: right;
}
ul.dashboard_giveaways li div.manage {
	width: 55px;
	text-align: right;
	float: right;
}

/* additional stuff */

input, textarea {
	padding: 5px;
}

input.submit {
	height: 35px;
	font-size: 18px;
}

hr.clear {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	border-width:0;
	margin:0;
	padding:0;
	overflow: hidden;
}

/* header stuff */
/*
#header a {
	margin: -5px;
	padding: 5px;
	color: #333;
	text-decoration: none;
}
#header a:hover {
	color: #fff;
	background-color: #333;
}
*/
/* post form stuff */
/*
#post_form #form_left {
	margin: 0px;
	padding: 0px;
	width: 560px;
	float: left;
}

#post_form #form_right {
	margin: 145px 0px 0px 0px;
	padding: 0px;
	width: 400px;
	float: left;
}

#post_form input.title {
	width: 500px;
	font-size: 24px;
}
#post_form input.subtitle {
	width: 500px;
	font-size: 14px;
}

#post_form textarea.intro_description {
	width: 500px;
	height: 150px;
}

#post_form textarea.body {
	width: 500px;
	height: 350px;
}

#post_form select#post_status {
	margin: 5px 0px 0px -5px;
	font-size: 24px;
	min-height: 32px;
}
#post_form div.pub_date_holder {
	margin: 0px 0px 0px -5px;
	min-height: 29px;
}
#post_form div.pub_date_holder select {
	font-size: 16px;
}

#post_form select#post_author {
	margin: 10px 0px 0px -5px;
	font-size: 16px;
	min-height: 22px;
}

#post_form select#post_allow_comments {
	margin: 5px 0px 0px -5px;
	font-size: 16px;
	min-height: 22px;
}

#post_form #form_right input.submit {
	margin: 4px 0px 0px -5px;
	color: green;
}
#post_form #form_right a.back_link {
	padding: 8px 5px 5px 5px;
	margin: 0px 0px 0px -5px;
	color: red;
	text-decoration: none;
	background-color: pink;
}
#post_form #form_right a.delete_link {
	padding: 8px 5px 5px 5px;
	margin: 0px 0px 0px -5px;
	color: #999;
	text-decoration: none;
	background-color: #e2e2e2;
}
#post_form #form_right a.back_link:hover, #post_form #form_right a.delete_link:hover, #tag_holder p.tag a:hover, #tag_list_holder ul#tag_list li a:hover {
	color: white;
	background-color: red;
}*/

/* tag stuff */
/*
#tag_holder {
	position: absolute;
	left: 620px;
	width: 400px;
}

#tag_holder p.tag {
	margin: 0px 15px 5px 0px;
	float: left;
}
#tag_holder p.tag a {
	padding: 3px 0px 0px 0px;
	color: #999;
	text-decoration: none;
	background-color: #e2e2e2;
}

#existing_tags_holder {
	position: absolute;
	left: 160px;
	width: 455px;
	min-height: 150px;
	z-index: 1000;
}
#existing_tags_holder #existing_tags {
	padding: 5px 15px 15px 20px;
	width: 395px;
	min-height: 125px;
	background-color: #ddd;
	float: left;
}
#existing_tags_holder #triangle {
	margin: 35px 0px 0px 0px;
	float: right;
}
#existing_tags_holder #existing_tags ul#tag_list {
	padding: 0px;
	margin: 0px;
}
#existing_tags_holder #existing_tags ul#tag_list li {
	display: block;
	float: left;
}
#existing_tags_holder #existing_tags ul#tag_list li a {
	margin-left: -3px;
	margin-right: 8px;
	padding: 3px;
}

#existing_tags_holder #existing_tags p.close_link a {
	margin-top: -5px;
	padding: 3px 0px 0px 0px;
	color: #666;
	text-decoration: none;
	background-color: #d3d3d3;
	float: right;
}
#existing_tags_holder #existing_tags p.close_link a:hover {
	background-color: black;
	color: white;
}

#tag_list_holder, #blacklist_holder {
	width: 600px;
	min-height: 500px;
	float: left;
}
#tag_replace_holder, #blacklist_add_holder {
	margin: 0px 0px 0px 35px;
	width: 280px;
	float: left;
}

#tag_list_holder ul#tag_list, #blacklist_holder ul#blacklist {
	padding: 0px;
	margin: 0px;
}
#tag_list_holder ul#tag_list li, #blacklist_holder ul#blacklist li {
	padding: 5px 7px 5px 5px;
	margin: 0px 10px 10px -2px;
	display: block;
	font-size: 18px;
	float: left;
}
#tag_list_holder ul#tag_list li a, #blacklist_holder ul#blacklist li a {
	padding: 3px 0px 0px 0px;
	color: #999;
	text-decoration: none;
	background-color: #e2e2e2;
}

#tag_replace_holder select#post_author {
	margin: 10px 0px 0px -5px;
	font-size: 16px;
	min-height: 22px;
}*/

/* comments stuff */
/*
#comments_left {
	width: 600px;
	min-height: 500px;
	float: left;
}
#comments_right {
	margin: 0px 0px 0px 35px;
	width: 280px;
	float: left;
}

div#awaiting_mod div.moderate {
	margin: 0px -15px 25px -15px;
	padding: 15px;
}
div#awaiting_mod div.moderate:hover {
	background-color: #f0f0f0;
}
div#awaiting_mod div.moderate div.controls {
	padding: 0px 0px 0px 25px;
	width: 90px;
	float: right;
}
div#awaiting_mod div.moderate div.comment {
	width: 485px;
	float: left;
}

div.controls p.approve_comment, div.controls p.spam_comment {
	margin: 0px 15px 5px 0px;
}
div.controls p.approve_comment a, div.controls p.spam_comment a  {
	display: block;
	padding: 10px;
	width: 70px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
div.controls p.approve_comment a { background-color: #bdffa0; }
div.controls p.spam_comment a {	background-color: #f6c3c3; }
div.controls p.approve_comment a:hover { background-color: #64ad1c; }
div.controls p.spam_comment a:hover {	background-color: red; }
div.controls p.smalltext { font-size: 11px; font-weight: bold; }
div.controls p.smalltext a { margin:-3px; padding:3px; text-decoration: none; letter-spacing: -0.05em; }

#comments_right h3 span.comments_refresh {
	margin-top: -20px;
	display: block;
	font-size: 11px;
	float: right;
}
#comments_right h3 span.comments_refresh a {
	color: #666;
	padding: 4px;
	text-decoration: none;
}
#comments_right h3 span.comments_refresh a:hover {
	color: #fff;
}

#comments_right div.comment {
	margin: -18px -10px -18px -10px;
	padding: 1px 10px 1px 10px;
	z-index: 5;
}
#comments_right div.comment:hover {
	background-color: #f0f0f0;
	z-index: 10;
}
#comments_right div.comment p.header em {
	font-size: 11px;
	font-style: normal;
}
#comments_right div.comment p.header em a {
	color: #333;
	text-decoration: none;
}
#comments_right div.comment p.header em a:hover {
	color: #fff;
	text-decoration: none;
}

#comments_right #posts ul#posts_list {
	margin: 0px;
	padding: 0px;
	width: 280px;
	list-style-type: none;
}
#comments_right #posts ul#posts_list li {
	width: 280px;

}
#comments_right #posts ul#posts_list li a {
	margin-left: -3px;
	padding: 3px;
	width: 280px;
	display: block;
}*/

/* dashboard stuff */
/*
#dashboard #menu_holder {
	width: 300px;
	float: left;
}

#dashboard #menu {
	position: fixed;
	width: 300px;
}

#dashboard #menu ul#new_stuff_links div {
	width: 20px;
}
#dashboard #menu ul#new_stuff_links li.text a:hover  {background-color: #f14f00;}
#dashboard #menu ul#new_stuff_links li.quote a:hover {background-color: #ec14a2;}
#dashboard #menu ul#new_stuff_links li.link a:hover  {background-color: #ecc614;}
#dashboard #menu ul#new_stuff_links li.photo a:hover {background-color: #1180e8;}
#dashboard #menu ul#new_stuff_links li.video a:hover {background-color: #7acb11;}


#dashboard #posts {
	width: 500px;
	float: left;
}

#dashboard #posts div.post {
	margin-bottom: 35px;
	min-height: 41px;
}

#dashboard #posts div.post h2 {
	margin-bottom: 5px;
}
#dashboard #posts div.post h3 {
	padding-top: 0px;
	margin: 0px 0px 5px 0px;
}

#dashboard #posts div.post h2 span.draft a {
	color: #8f8f8f;
	text-decoration: none;
}
#dashboard #posts div.post h2 span.draft a:hover {
	color: #fff;
}
#dashboard #posts div.post h3 span.draft {
	color: #a7a7a7;
}

#dashboard #posts div.post div.post_link {
	margin: 0px -50px 0px 0px;
	font-family: georgia, "Time New Roman", times, serif;
	font-style: italic;
	font-size: 11px;

	float: right;
}
#dashboard #posts div.post div.post_link a {
	padding: 2px 5px 2px 5px;
	color: #666;
	background-color: #f1f1f1;
	text-decoration: none;
}
#dashboard #posts div.post div.post_link a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

#dashboard #posts div.post div.post_type {
	float: left;
	margin: -25px 0px 0px -45px;
	width: 30px;
	height: 30px;
	background-color: #f1f1f1;
}
#dashboard #posts div.post div.post_type span.text, #dashboard #posts div.post div.post_type span.quote, #dashboard #posts div.post div.post_type span.link, #dashboard #posts div.post div.post_type span.photo, #dashboard #posts div.post div.post_type span.video {
	padding: 4px 0px 0px 4px;
	font-family: georgia, "Time New Roman", times, serif;
	font-size: 24px;
	font-style: italic;
	text-shadow: #bbbbbb 0 1px 1px;
}
span.text  {color: #f14f00;}
span.quote {color: #ec14a2;}
span.link  {color: #ecc614;}
span.photo {color: #1180e8;}
span.video {color: #7acb11;}

*/