* html #poststuff {
	height: 100%; /* kill peekaboo bug in IE */
}

/* This is the Holly Hack \*/
* html .wrap { height: 1% }
/* For Win IE's eyes only */

body {
	border: none;
}

a {
	border-bottom: 1px solid #69c;
	color: #00019b;
	text-decoration: none;
}

a.delete:hover {
	background: #c00;
	color: #fff;
}

#planetnews ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#planetnews li {
	width: 17%;
	margin: 1%;
	float: left;
}

#planetnews li a {
	display: block;
	padding: .5em;
	background: #ddd;
	height: 6em;
	overflow: hidden;
}

a.edit, a.delete, a.edit:hover, a.delete:hover {
	border-bottom: none;
	display: block;
	padding: 5px 0;
	text-align: center;
}

a.edit:hover {
	background: #ccc;
	color: #036;
}

a:visited {
	color: #006;
}

a:hover {
/*	border-bottom: 1px solid #3a75ae;*/
	color: #069;
}

body	{
	background: #f9fcfe;
	color: #000;
	margin: 0;
	padding: 0;
}

body, td {
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
}

/***********************************
** FORM
***********************************/
#option fieldset {
	border: 1px solid #ccc;
	float: left;
	padding: .5em 2em;
	margin-right: 10px;
	font-size: 14px;
	margin-bottom: 30px;
}

#option fieldset input  {
	font-size: 18px;
	padding: 1px;
}

#option fieldset textarea {
	width: 100%;
	padding: 2px;
}

#option legend {
	font-size: 18px;
}

#title {
	font-size: 1.5em;
}

fieldset {
	border: none;
	padding: 3px;
}

fieldset label.selectit {
	display: block;
	font-size: 11px;
	padding: 0 2px;
}

fieldset label.selectit:hover {
	background: #e9e9e9;
}

fieldset legend {
	padding: .1em .3em;
}

fieldset span.cat-nest {
	display: block;
	margin-left: 10px;
}

fieldset.options {
	padding: 1em;
}

fieldset span.note{
	background: lightgreen;
	padding: 2px;
}

fieldset input.save {
	font-size: 14px !important;
	vertical-align: bottom;
	height: 26px;
}


fieldset.options legend {
	font-size: 16px;
}

form, label input {
	margin: 0;
	padding: 0;
}

#red {
	font: 14px "Tahoma", Verdana;	
	color: red;
}

h2 {
	border-bottom: .5em solid #f0f8ff;
	color: #333;
	font: normal 30px/5px serif;
	margin: 5px 10px;
}

img, #footer a {
	border: 0;
}

input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}

label {
	cursor: pointer;
}

li, dd {
	margin-bottom: 6px;
}

p, li, dl, dd, dt {
	line-height: 130%;
}

textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font:  14px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding-left: 5px;
}


.alignleft {
	float: left
}

.alignright {
	float: right;
}

.alternate {
	background: #f1f1f1;
}

.anchors {
	margin: 10px 20px 10px 20px;
}


.checkbox {
	background: #fff;
	border: none;
	margin: 0;
	padding: 0;
}

.code {
	font-family: "Courier New", Courier, monospace;
}

.clear {
	clear: both;
	height: 2px;
}

.hidden {
	display: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.post-categories {
	display: inline;
	margin: 0;
	padding: 0;
}

.submit input, .submit input:focus, .button {
	font-size: 12px;
	background: url( /design/img/admin/fade-butt.png );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 5px;
	width: 260px;
	margin-top: 10px;
}

.submit input:active, .button:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

.submit, .editform th, #postcustomsubmit {
	text-align: right;
}

.optiontable {
	width: 100%;
}

.optiontable td, .optiontable th {
	padding: .5em;
}

.optiontable th {
	width: 33%;
	text-align: right;
}

.unapproved {
	color: #888;
}

.unapproved a:link {
	color: #b9bcff;
}

.unapproved a:visited {
	color: #696dff;
}

.unapproved a:hover {
	color: #009ef0;
}


#adminmenu {
	background: #6699cc;
	border-top: 3px solid #448abd;
	margin: 0;
	padding: .2em .2em .2em 2em;
}

#adminmenu .current, #submenu .current {
	font-weight: bold;
}

#adminmenu a {
	color: #222222;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 3px 5px;
	text-decoration: none;
}

#adminmenu a:hover, .current {
	background: #ddeaf4;
	color: #333;
}

#adminmenu .help {
	background: #ffcc00;
	color: #333;
}


#adminmenu li, #submenu li {
	display: inline;
	line-height: 200%;
	list-style: none;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
}

.wrap {
	background: #fff;
	border: 1px solid #ccc;
	clear: both;
	margin: 25px 5%;
	padding: .5em 1em;
}

.wrap h2 {
	margin: .8em 0 .5em;
	clear: both;
}

#footer {
	clear: both;
	text-align: center;
}

/***************************************
** ADMIN FUNC
***************************************/

a.edit, a.delete, a.edit:hover, a.delete:hover, a.block, a.print, a.add{
	display: block;
	border: solid 1px #cfdef7;
	text-align: left;
}

a.edit{
	background: url("/design/img/admin/ico_edit.gif") center left no-repeat;
	padding: 5px 5px 5px 25px;
}

a.add{
	background: url("/design/img/admin/ico_add.gif") center left no-repeat;
	padding: 5px 5px 5px 30px;
	margin-right: 20px;
	float: left;
	/* clear: both; */
}

a.block{
	background: url("/design/img/admin/ico_block.gif") center left no-repeat;
	padding: 5px 5px 5px 25px;
}

a.delete{
	background: url("/design/img/admin/ico_delete.gif") center left no-repeat;
	padding: 5px 5px 5px 25px;
	color: #d62100;
	border: solid 1px #ffcebd;
}

a.print{
	background: url("/design/img/admin/ico_print.gif") center left no-repeat;
	padding: 5px 5px 5px 25px;
}

a.up{
	background: url("/design/img/admin/ico_up.gif") center left no-repeat;
	padding: 5px 5px 5px 25px;
	border: none;
	display: block;
}

a.down{
	background: url("/design/img/admin/ico_down.gif") center left no-repeat;
	padding: 5px 5px 5px 25px;
	border: none;
	display: block;
}

a.up:hover, a.down:hover{
	color: #036;
}

a.edit:hover {
	background: #f0f0f0 url("/design/img/admin/ico_edit.gif") center left no-repeat;
	color: #036;
	padding: 5px 5px 5px 25px;
	border-color: #448abd;
}

a.add:hover {
	background: #f0f0f0 url("/design/img/admin/ico_add.gif") center left no-repeat;
	color: #036;
	padding: 5px 5px 5px 30px;
	border-color: #448abd;
}

a.block:hover {
	background: #f0f0f0 url("/design/img/admin/ico_block.gif") center left no-repeat;
	color: #036;
	padding: 5px 5px 5px 25px;
	border-color: #448abd;
}

a.print:hover {
	background: #f0f0f0 url("/design/img/admin/ico_print.gif") center left no-repeat;
	color: #036;
	padding: 5px 5px 5px 25px;
	border-color: #448abd;
}

.r1 td {
	background: #f1f1f1;
}

a.delete:hover {
	background: #ffe5dc url("/design/img/admin/ico_delete.gif") center left no-repeat;
	padding: 5px 5px 5px 25px;
	color: #f00;
	border: solid 1px #f00;
}

#adminmenu li div {
	float: left;
}

/***************************************
**	FADE 
****************************************/

#container {
	margin: 10px 0 10px 0;
	background-color: #d7edb0;
	border: dotted 1px #ccc;
}

#container-error {
	margin: 10px 0 10px 0;
	background-color: #ffded9;
	border: dotted 1px #ccc;
}

#container div, #container-error div {
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	font-weight: 500;
	padding: 15px;
}

#pager {
	border-left: solid 5px #000;
}

#pager UL Li {
	display: inline;
}

.wrap table thead td {
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;	background: #cfdef7;	
	padding: 10px;
	border-right: solid 2px #eee;
	border-bottom: solid 2px #eee;
}

.dhtmlgoodies_tree a{
	border: 0;
	text-decoration: none;
}


@media print {
.noshow {display: none}
}

/* =Errors
----------------------------------------------- */
#flash-errors li {
  padding-left: 24px;
  background: url('/design/img/admin/warning.gif') center left no-repeat;
}

#flashnotice, #flasherrors {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  list-style-type: none;
  text-align: center;
  background: #000;
  padding: 10px;
  font-size: 100%;
  color: #fff;
  z-index: 9999; 
}

body > #flasherrors, body > #flashnotice{
  position: fixed !important;
}

#flashnotice {
  background: #172830 url('/design/img/admin/bubbles.gif') top left no-repeat;
  border-top: 3px solid #000;
  color: #fff;
  vertical-align: center;
}

#flasherrors {
  background: #8A1111 url('/design/img/admin/bubbles_error.gif') top left no-repeat;
  border-top: 3px solid #000;  
  color: #fff;
}

.clr {
	clear: both;
}

.small {
	margin-top: 15px;
	padding: 8px;
	border: dotted 1px #e2e2e2;
}

#today {
	position: absolute;
	right:15;
	top: 8;
}

/* =Category ADD FORM */
#category_add {
	border: solid 1px #e2e2e2;
	margin: 20px 0 20px 0;
	padding: 20px;
	width: 50%;
}

a.sort {
	border: 0px !important;
}

/* =Warnings and notes
----------------------------------------------- */
.note-general, .note-warning { background: transparent; border: 1px solid #DDDDDD; color: #000; font-size: 1em; padding: 2px 4px 2px 34px; margin: 10px 0 10px 0}

.note-general { background: url(/design/img/admin/GM12_note_general.gif) no-repeat 8px 4px; background-color: #ffff99 }

.note-warning { background: url(/design/img/admin/GM12_note_warning.gif) no-repeat 8px 4px; }

.note-warning span { color: #FF6347; font-weight: bold; }

.note-general span { font-weight: bold; }