/*
Theme Name: SpotMilk
Theme URI: http://www..net/index.php/archives/2005/05/30/new-admin-theme-for-wp-151/
Description: SpotMilk is the admin theme for WordPress 1.5.1, which is inspired by Spotlight in Mac OS X Tiger and Milk theme by Max Rudberg (http://www.maxthemes.com/), and it is heavily based on the default admin theme in WP 1.5.1.
Version: 1.0.1 (06/18/2005)
Author: Sunghwa Park
Author URI: http://www..net/

SpotMilk theme has been tested not only on standards-compliant browsers, such as Safari, Firefox, and Opera, but on a non-standards-compliant browser, such as IE, and has no major problem.
You are free to use this theme and even to mess up with it if you desire.
However, please do not remove the credits if you decide to give a try on it.
Special thanks to Camino (http://iqqi.info/wp/) and Not That Ugly Designs (http://not-that-ugly.co.uk/) for motivating me to create the theme.
Please, email me at  [at] gmail [dot] com if you would like to make any corrections or suggestions on the theme.
*/

* html #poststuff {
	height: 100%; /* kill peekaboo bug in IE */
}

a {
	color: #2a65f1;
	text-decoration: none;
}

a.delete:hover {
	background: #c00;
	color: #fff;
}

#planetnews ul {
	margin: 0;
	padding-left: 15px;
}

#planetnews li {
	list-style: url(http://www..net/wp-images/bullet.png);
}

#planetnews li a {
	font-weight: bold;
}

#planetnews li a:hover {
	background: #46a1fb;
	color: #fff;
	border-bottom: none;
}

a.delete:hover {
	background: #c00;
	color: #fff;
}

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: #46a1fb;
	color: #fff;
}

a:visited {
	color: #46a1fb;
}

a:hover {
	border-bottom: 1px dotted #46a1fb;
	color: #46a1fb;
}

body {
	background: #f5f5f5;
	color: #000;
	margin: 0;
	padding: 0;
}

body, td {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	/* This is for users of WP Korean version */
	/* font-family: AppleGothic, Dotum, 돋움, UnDotum, sans-serif; */
	font-size: 12px;
}

fieldset {
	border: 1px solid #ddd;
	padding: 3px;
}

fieldset label.selectit {
	background: #fff;
	display: block;
	font-size: 11px;
	padding: 0 2px;
}

fieldset label.selectit:hover {
	background: #f5f5f5;
}

fieldset legend {
	padding: .1em .3em;
}

fieldset span.cat-nest {
	display: block;
	margin-left: 10px;
}

fieldset.options {
	padding: 1em;
}

fieldset.options legend {
	font-size: 16px;
}

form, label input {
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
	/* This is for users of WP Korean version */
	/* Enable this only if you use your blog title in Korean */
	/* font-family: AppleMyungjo, Batang, 바탕, "Baekmuk Batang", serif; */
	font-weight: bold;
}

h2 {
	border-bottom: 2px solid #46a1fb;
	color: #333;
	font-family: "Helvetica Neue", "Microsoft Sans Serif", Arial, sans-serif;
	/* This is for users of WP Korean version */
	/* font-family: Gulim, 굴림, "Baekmuk Gulim", sans-serif; */
	font-size: 22px;
	font-weight: normal;
	margin: 5px 10px;
}

h3 {
	color: #333;
	font-family: "Helvetica Neue", "Microsoft Sans Serif", Arial, sans-serif;
	/* This is for users of WP Korean version */
	/* font-family: Gulim, 굴림, "Baekmuk Gulim", sans-serif; */
	font-size: 18px;
	font-weight: normal;
}

h3 a:hover {
	border-bottom: none;
}

h4 {
	color: #333;
	font-family: "Helvetica Neue", "Microsoft Sans Serif", Arial, sans-serif;
	/* This is for users of WP Korean version */
	/* font-family: Gulim, 굴림, "Baekmuk Gulim", sans-serif; */
	font-size: 14px;
}

h4 a:hover {
	background: #46a1fb;
	color: #fff;
	border-bottom: none;
}

img, #footer a {
	border: 0;
	padding: 0;
}

input, textarea {
	padding: 2px;
	border: 1px #b7b7b7 solid;
	background: #fff;
	color: #242424;
	font-size: 1em;
}

input:focus, input:hover, textarea:focus, label:focus {
	border-color: #666;
	background-color: #edf3fe;
	color: #252525;
}

label {
	cursor: pointer;
}

li, dd {
	margin-bottom: 6px;
}

p, li, dl, dd, dt {
	line-height: 130%;
}

textarea, input, select {
	margin: 1px;
	padding: 2px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	/* This is for users of WP Korean version */
	/* font-family: AppleGothic, Dotum, 돋움, UnDotum, sans-serif; */
	font-size: 1em;
	border: 1px #b7b7b7 solid;
	background-color: #fff;
	color: #242424;
}

.active {
	background: #79c6f2 !important;
}

.active a:hover {
	color: #fff;
	border: none;
}

.alternate {
	background: #edf3fe;
}

.anchors {
	margin: 10px 20px 10px 20px;
}

.checkbox {
	background: #fff;
	border: none;
	margin: 0;
	padding: 0;
}

.code {
	font-family: "Courier New", Courier, monospace;
}

.commentlist li {
	border-bottom: 1px solid #369;
	padding: .3em 1em;
}

.ed_button {
	padding: 1px;
}

.hidden {
	display: none;
}

.post-categories {
	display: inline;
	margin: 0;
	padding: 0;
}

.post-categories li, #ed_toolbar {
	display: inline;
}

.quicktags, .search {
	background: #f5f5f5;
	color: #000;
	font: 12px "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

.submit, #quicktags, .editform th, #postcustomsubmit {
	text-align: right;
}

.unapproved {
	color: #888;
}

.unapproved a:link {
	color: #b9bcff;
}

.unapproved a:visited {
	color: #696dff;
}

.unapproved a:hover {
	color: #009ef0;
}

.updated {
	background: #f0f8ff;
	border: 1px solid #46a1fb;
	margin: 1em 5% 10px;
	padding: 0 1em 0 1em;
}

.wrap {
	background: #fff;
	border: 1px solid #ccc;
	clear: both;
	margin: 15px 5%;
	padding: .5em 1em;
}

.wrap h2 {
	margin: 6px 0;
}

#adminmenu {
	background: url(http://www..net/wp-images/menu.png) repeat-x;
	border-bottom: 1px solid #ccc;
	height: 23px;
	margin: 0;
	padding: .2em;
	font-family: "Helvetica Neue", "Microsoft Sans Serif", Arial, sans-serif;
	/* This is for users of WP Korean version */
	/* font-family: Gulim, 굴림, "Baekmuk Gulim", sans-serif; */
	font-weight: bold;
}

#adminmenu a {
	color: #333;
	font-size: 16px;
	margin: 0;
	padding: 3px 5px;
	text-decoration: none;
}

#adminmenu a:hover, #adminmenu .current {
	background: #79c6f2;
	border: none;
	color: #fff;
}

#adminmenu li, #adminmenu2 li {
	display: inline;
	line-height: 200%;
	list-style: none;
	text-align: center;
}

#adminmenu2 {
	background: #79c6f2;
	border-top: 3px solid #79c6f2;
	height: 20px;
	margin: 0;
	padding: 0 2em;
	font-family: "Helvetica Neue", "Microsoft Sans Serif", Arial, sans-serif;
	/* This is for users of WP Korean version */
	/* font-family: Gulim, 굴림, "Baekmuk Gulim", sans-serif; */
	font-weight: bold;
}

#adminmenu2 a {
	border: none;
	color: #fff;
	font-size: 12px;
	padding: 3px 5px 4px;
}

#adminmenu2 a:hover, #adminmenu2 .current {
	background: #f5f5f5;
	color: #333;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}

#adminmenu2 li {
	line-height: 170%;
}

#categorydiv {
	line-height: 130%;
	margin-right: 15px;
	position: absolute;
	right: 5%;
	width: 9.5em;
}

#categorydiv div {
	height: 27em;
	overflow: auto;
}

#categorydiv input, #poststatusdiv input, #commentstatusdiv input, #pingstatusdiv input {
	border: none;
}

#content, #excerpt {
	margin-left: 1%;
	width: 97%;
}

#deletepost:hover {
	background: #ce0000;
	color: #fff;
}

#ed_del {
	text-decoration: line-through;
}

#ed_em {
	font-style: italic;
}

#ed_strong {
	font-weight: bold;
}

#excerpt {
	height: 1.8em;
	width: 98%;
}

#footer {
	font-family: Georgia, Times, "Times New Roman", serif;
	/* This is for users of WP Korean version */
	/* font-family: AppleMyungjo, Batang, 바탕, "Baekmuk Batang", serif; */
	text-align: center;
}

#footer a:hover {
	border-bottom: none;
}

#login {
	background: #fff;
	border: 2px solid #a2a2a2;
	margin: 5em auto;
	padding: 1.5em;
	width: 27.5em;
}

#login .submit {
	text-align: left;
}

#login #login_error {
	background: #c00;
	border: 1px solid #a40000;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: .5em;
	text-align: center;
}

#login #loginform {
	margin: 0 35px;
}

#login h1 {
	background: url(../wp-images/pennygraphics.png) no-repeat;
	margin: 0 70px;
	font-size: 30px;
}

#login h1 a {
	display: block;
	text-indent: -1000px;
}

#login h1 a:hover {
	border-bottom: none;
}

#login input {
	padding: 3px;
}

#login ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#login ul li {
	display: inline;
	padding-left: .9em;
	padding-right: .9em;
}

#metainfo, #postdiv, #postexcerpt {
	clear: both;
}

#postcustom {
	border: 1px solid #aaa;
	padding: .5em;
	width: 97%;
}

#postcustom .updatemeta, #postcustom .deletemeta {
	margin: auto;
	width: 5em;
}

#postcustom table {
	border: 1px solid #ccc;
	margin: .5em;
	width: 98%;
}

#postcustom table input, #postcustom table textarea {
	width: 95%;
}

#poststuff {
	margin-right: 11em;
}

#profile {
	margin: 10px;
}

#profile .left {
	border-right: 1px dashed #ccc;
	float: left;
	margin-right: 5px;
	padding-right: 5px;
}

#profile label {
	float: left;
	padding-right: 3px;
	text-align: right;
	width: 85px;
}

#profile p {
	margin: 0 0 4px 0;
}

#quicktags {
	margin-right: 1%;
}

#save {
	width: 14em;
}

#simple #titlediv {
	height: 4em;
}

#template div {
	margin-right: 190px;
}

#template textarea {
	font: small "Courier New", Courier, monospace;
	width: 99%;
}

#templateside {
	float: right;
	width: 170px;
}

#templateside h3, #postcustom p {
	margin: 0;
}

#templateside ol, #templateside ul {
	list-style: none;
	margin: .5em;
	padding: 0;
}

#titlediv, #commentstatusdiv, #postpassworddiv, #namediv, #uridiv, #emaildiv, #pageparent {
	float: left;
	height: 6em;
	margin-right: 5px;
}

#wphead {
	background: url(http://www..net/wp-images/header.png) repeat-x;
	padding: 1px 5px 11px;
}

#wphead a {
	color: #46a1fb;
}

#wphead a:hover {
	border-bottom: none;
	text-shadow: 0 0 4px #fff;
}

#wphead h1 {
	color: #46a1fb;
	font-size: 2.5em;
	font-style: italic;
	text-shadow: 0 0 6px #fff;
	letter-spacing: -.05em;
	margin: 0;
	padding-top: 3px;
	padding-left: 10px;
}

#wphead h1 span {
	font-size: .5em;
	text-shadow: none;
	letter-spacing: 0;
	visibility: hidden;
}

#wphead h1 span a {
	text-indent: -9999px;
	visibility: visible;
}

#zeitgeist {
	background: #edf3fe;
	border: 1px solid #46a1fb;
	float: right;
	font-size: 90%;
	margin-bottom: .5em;
	margin-left: 1em;
	margin-top: .5em;
	padding: 1em;
	width: 27%;
}

#zeitgeist h2, fieldset legend a {
	border-bottom: none;
}

#zeitgeist h3 {
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	margin: 1em 0 0;
}

#zeitgeist h3 cite {
	font-size: 12px;
	font-style: normal;
}

#zeitgeist li, #zeitgeist p {
	margin: .2em 0;
	list-style: url(http://www..net/wp-images/bullet-sm.png);
}

#zeitgeist ul {
	margin: 0 0 .3em .6em;
	padding: 0 0 0 .6em;
}



