/* Admin things
--------------------------- */
a:focus {
-moz-outline: none ! important;
}
#admintoggle {
position:absolute;
top:0px;
right:0px;
}
#admintoggle h4 a {
height:18px;
width:18px;
display:block;
}
#admintoggle .toggle_admin {
background:url(../images/adminup.png);
position:absolute;
top:10px;
right:34px;
}
#admintoggle span {
display:none;
}
.admin_logout {
background:url(../images/adminstar.png);
position:absolute;
top:10px;
right:10px;
}
a.delete_link {
color:#ff821c !important;
font-style:normal !important;
background:none !important;
}
a.edit_link {
color:#ff821c !important;
background:none !important;
font-style:normal !important;
}
div.page span.controls {
float:right;
}
div#controls {
background-color:#eee;
border-bottom:.1em solid #ccc;
padding:.2em 0 .3em;
width:100%;
}
div#controls ul {
margin:0 auto;
padding:.4em 0;
width:600px;
}
div#controls ul li {
background:none;
display:inline;
font-weight:bold;
margin:0;
padding:0;
}
div#controls ul li a:link, div#controls ul li a:visited {
color:#000;
border:none;
padding:.1em .6em .1em 0;
}
div#controls ul li a:hover {
color:#444;
}
div#controls ul li.close a:link, div#controls ul li.close a:visited {
color:#e35533;
}
div#controls ul li.close a:hover {
color:#ff6039;
}

/* Inline Edit
--------------------------- */
.inline_edit {
color:#ddd;
padding:10px;
background:#111;
position:relative;
}
.inline_edit label {
color:#ddd !important;
}
.inline_edit input[type="text"], .inline_edit textarea {
background-color:#222;
border:none;
color:#eee;
padding:5px;
width:570px;
}
.inline_edit .more_options_link:link {
color:#5B7C99;
display:block;
font-weight:bold;
padding:0 0 .3em 0;
}
.inline_edit .more_options {
background-color:#1a1a1a;
padding:1em;
}
.inline_edit .more_options p {
float:left;
width:50%;
height:5.5em;
margin:0;
}
.inline_edit .more_options p input[type="text"] {
width:90%;
margin-bottom:0;
}
.inline_edit .more_options p .sub {
font-size:12px;
color:#777;
}
.inline_edit .buttons {
padding:.5em;
background:#1a1a1a;
color:#ddd;
}
.inline_edit h2 {
color:#83A650;
}
.post_edit {
margin-bottom:2em;
}