/*  BASIC FORM STYLES */

body	{
	background: #FFF url(ol_admin_images/bg_body.gif) repeat-y;
	color: #333;
	margin: 0;
	padding: 23px 0 50px 185px;
	font-size:small;
	line-height:1.3;
	text-align:left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana !important;
}

tr, td, input, textarea, select {
	font-size:100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
}

#wphead {
	text-align:left;
	font-size:96%;
	height:23px;
	color:#FFF;
	font-weight:bold;
	line-height:1;
	text-shadow: 0px 1px 1px black;
	margin:0;
	width:100%;
	background:#666 url(ol_admin_images/bg_header.jpg) repeat-x;
	border-bottom:1px solid #999;
	padding:0;
	position:fixed;
	z-index:98;
	top:0;
	left:0;
}

#wphead h1 { font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana !important; }

#user_info a[title="Log out of this account"] {
	position:fixed;
	top:3px;
	right:110px;
	display:block;
	text-indent:-9000px;
	width:67px;
	height:17px;
	background:transparent url(ol_admin_images/button_logout.gif) no-repeat;
	z-index:100;
}

div.wrap {
	margin:0 0 15px -15px;
	padding:0 15px 0;
	background:#FFF;
	font-size:96%;
	border:none;
	clear:both;
	position:relative;
	z-index:1;
}

#poststuff {
	padding:15px 210px 10px 0;
	margin:-15px 0 0;
	float:left;
	width:auto;
}

#moremeta {
	width:190px;
	margin:0 0 0 15px;
	right:15px;
	padding-bottom:60px;
}

#post + div { padding-right:210px; }

.wrap h3.dbx-handle, .wrap h3.dbx-handle a { 
	color:#666; 
}

#moremeta .dbx-handle, #advancedstuff .dbx-handle {
	height:17px;
	line-height:17px;
	padding: 0 1em 0 20px;
	margin:0;
	font-size: 10px;
	background: url(ol_admin_images/wp-config.png) repeat-x;
	border-left:1px solid #999;
	border-right:1px solid #999;
}

.dbx-content {
	border:1px solid #999;
	border-top:none;
	background:none;
	margin:0;
}

#moremeta .dbx-content {
	background: none;
	padding-bottom: 15px;
	padding-right: 2px;
	margin:0;
}

#advancedstuff .dbx-content {
	background: none;
	padding: 15px;
	margin:0;
}

a.dbx-toggle, a.dbx-toggle:visited {
	background: url(ol_admin_images/toggle.gif ) no-repeat top left;
	overflow:hidden;
	left: 0px;
	height:17px !important;
	width:20px !important;
}

#moremeta a.dbx-toggle-open, #moremeta a.dbx-toggle-open:visited {
	background-position: 0 -17px;
	height:17px;
	width:20px;
}

#advancedstuff a.dbx-toggle, #advancedstuff a.dbx-toggle-open:visited {
	background-position: 0 0;
	height:17px;
	width:20px;
}

#advancedstuff a.dbx-toggle-open, #advancedstuff a.dbx-toggle-open:visited {
	background-position: 0 -17px;
	height:17px;
	width:20px;
}

#postcustomstuff table, table#meta-list { width:100%; }

table.mceEditor { clear:left; }

.submit {
	margin-bottom:10px;
	overflow:auto;
}

div[style="clear: both"] { height:0; }

.submit:after {
	content:'.';
	height:0;
	clear:both;
	visibility:hidden;
}

#footer {
	position:fixed;
	bottom:0;
	left:0;
	background:#E0E0E0 url(ol_admin_images/logo.gif) no-repeat;
	border-top:1px solid #999;
	height:30px;
	padding:10px 3%;
	width:94%;
	text-align:right;	
	line-height:30px;
	z-index:99;
	font-size:10px;
	color:#666;
}

/*  HEADER STYLES  */

#wphead h1 {
	font-size: 100%;
	font-weight: bold;
	text-align:left;
	color:#FFF;
	margin:0 7px;
	padding:0;
	line-height:23px;
	position:relative;
	z-index:2;
}

#wphead h1 span {
	position:fixed;
	right:0;
	width:100px;
	height:0px;
	overflow:hidden;
	padding-top:23px;
	z-index:97;
}

#wphead h1 span a {
	position:fixed;
	top:3px;
	right:5px;
	display:block;
	text-indent:-9000px;
	width:100px;
	height:17px;
	background:transparent url(ol_admin_images/button_view_the_site.gif) no-repeat;
	z-index:101;
}

/*  PRIMARY NAVIGATION STYLES */

#adminmenu {
	position:fixed;
	left:0;
	top:24px;
	width:160px;
	margin:0;
	padding:0 10px 0 0;
	background:none;
	border:none;
	list-style-type:none;
}

#adminmenu li {
	margin:0;
	padding:0;
	text-align:left;
  float:left;
}

#adminmenu li a {
	display:block;
	line-height:28px;
	width:120px;
	font-size:106%;
	border:none;
	color:#333;
	padding:0 10px 0 30px;
	text-decoration:none;
}

#adminmenu li a:hover, #adminmenu li.last a:hover {
	background-color:#DDD !important;
	border:none;
}

#adminmenu li a.current { color:#FFF; border:none; font-weight:normal; }

#adminmenu li a { background:transparent url(ol_admin_images/menu_dashboard_off.png) no-repeat !important; }
#adminmenu li a.current { background:transparent url(ol_admin_images/menu_dashboard_on.png) no-repeat !important; }

#adminmenu li + li a { background:transparent url(ol_admin_images/menu_write_off.png) no-repeat !important; }
#adminmenu li + li a.current { background:transparent url(ol_admin_images/menu_write_on.png) no-repeat !important; }

#adminmenu li + li + li a { background:transparent url(ol_admin_images/menu_manage_off.png) no-repeat !important; }
#adminmenu li + li + li a.current { background:transparent url(ol_admin_images/menu_manage_on.png) no-repeat !important; }

#adminmenu li + li + li + li a { background:transparent url(ol_admin_images/menu_links_off.png) no-repeat !important; }
#adminmenu li + li + li + li a.current { background:transparent url(ol_admin_images/menu_links_on.png) no-repeat !important; }

#adminmenu li + li + li + li + li a { background:transparent url(ol_admin_images/menu_presentation_off.png) no-repeat !important; }
#adminmenu li + li + li + li + li a.current { background:transparent url(ol_admin_images/menu_presentation_on.png) no-repeat !important; }

#adminmenu li + li + li + li + li + li a { background:transparent url(ol_admin_images/menu_plugins_off.png) no-repeat !important; }
#adminmenu li + li + li + li + li + li a.current { background:transparent url(ol_admin_images/menu_plugins_on.png) no-repeat !important; }

#adminmenu li + li + li + li + li + li + li a { background:transparent url(ol_admin_images/menu_users_off.png) no-repeat !important; }
#adminmenu li + li + li + li + li + li + li a.current { background:transparent url(ol_admin_images/menu_users_on.png) no-repeat !important; }

#adminmenu li + li + li + li + li + li + li + li a { background:transparent url(ol_admin_images/menu_options_off.png) no-repeat !important; }
#adminmenu li + li + li + li + li + li + li + li a.current { background:transparent url(ol_admin_images/menu_options_on.png) no-repeat !important; }

#adminmenu li + li + li + li + li + li + li + li + li a { background:transparent url(ol_admin_images/menu_upload_off.png) no-repeat !important; }
#adminmenu li + li + li + li + li + li + li + li + li a.current { background:transparent url(ol_admin_images/menu_upload_on.png) no-repeat !important; }


#adminmenu li.last a { background:transparent url(ol_admin_images/menu_logout_off.png) no-repeat !important; }

/*  SECONDARY NAVIGATION STYLES  */

#submenu {
	margin:0 0 15px -15px;
	background:#E0E0E0;
	border-bottom:1px solid #999;
	padding:0;
	height:auto;
	list-style-type:none;
	z-index:1;
	float:none;
}

#submenu li {
	margin:0;
	padding:0;
	line-height:29px;
	float:none;
}

#submenu li a {
	display:inline;
	line-height:29px;
	color:#666;
	padding:0 10px;
	font-size:96%;
	text-decoration:none;
	white-space:nowrap;
	float:none;
}

#menu li a:hover {
	color:#333;
	background:none;
}

#submenu li a:hover {
	background:none;
}

#submenu li a.current {
	color:#005BD5;
	background:none;
	font-weight:normal;
	border:none;
}

/*  LINK STYLES  */

a {
	color: #333;
	text-decoration: underline;
	border:none;
}

a:hover {
	border:none;
}

a.edit, a.delete {
	display:block;
	float:left;
	font-size:10px;
	color:#333;
	vertical-align:middle;
	background:transparent url(ol_admin_images/bg_button_left.png) no-repeat;
	text-decoration:none;
	padding:0 15px 0 15px;
	line-height:17px;
	white-space:nowrap;
	height:17px;
}

a.edit:hover, a.delete:hover {
	border-bottom: none;
	display: inherit;
	padding:0 15px 0 15px;
	text-align: inherit;
}

a.edit:hover, a.delete:hover {
	background:transparent url(ol_admin_images/bg_button_left.png) no-repeat;
	color: inherit;
}

a.edit:after, a.delete:after {
	display:block;
	content:" " url(ol_admin_images/bg_button_right_normal.png);
	vertical-align:middle;
	margin-top: -17px;
	margin-right:-15px;
  text-align: right;
}

.alternate a.edit:after, .alternate a.delete:after {
	content:url(ol_admin_images/bg_button_right_alternate.png);
}

.active a.edit:after, .active a.delete:after {
	content:url(ol_admin_images/bg_button_right_active.png);
}

a:visited {
	color: #666;
}

a:hover {
	text-decoration:none;
	color:#005BD5;
}

.wrap h2 a { color:#FFF; }

#quicktags a {
	display:none;
}

.wrap h3 a {
	color:#3D80DF;
	text-decoration:none;
}

.active a {
	color:#FFF;
}

.active a.edit, .active a.delete {
	color:#333; 
}

#footer a { color:#666; }

#footer a[href="http://wordpress.org/"] {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:200px;
	height:49px;
}

legend a {
	color:#3D80DF;
	text-decoration:none;
}

.navigation .alignleft {
	float:left;
}

.navigation .alignright {
	float:right;
}

.navigation {
	width:100%;
	overflow:auto;
}

/*  TEXT STYLES  */

.wrap h2 {
	font-size:100%;
	font-family:inherit;
	padding:0 15px;
	margin:0 -15px 15px;
	font-weight:bold;
	color:#FFF;
	border:none;
	background:#005BD5 url(ol_admin_images/bg_menu_on.jpg) repeat-x;
	line-height:28px;
	height:28px;
	clear:both;
}

.wrap p:first-child {
	padding-top:15px;
}

.wrap + .wrap p:first-child {
	padding-top:0 !important;
}

#submenu + .wrap h2:first-child, #submenu + form .wrap h2:first-child, #submenu + br + .wrap h2:first-child, #submenu + script + .wrap h2:first-child, #submenu + div.wrap p:first-child {
	margin-top:-15px; 
}

.wrap + .wrap h2:first-child {
	margin-top:0 !important;
}

.wrap h3 {
	margin:0 0 15px;
	padding:0;
	font-size:120%;
	color:#3D80DF;
}

p {
	padding:0;
	margin:0 0 15px;
}

.updated {
	background: #f0f8ff;
	border: 1px solid #69c;
	margin: 0 15px 15px 0;
	padding: 10px 10px 0;
}

#zeitgeist + h2 { display:none; }	

#footer p { margin:0; padding:0; display:inline; width:100%; }

ol.commentlist li p {
	margin:-1.55em 0 2em 26px;
}

#zeitgeist h3 {
	font-size:110%;
	border:none;
}

/*  FORM STYLES  */

fieldset {
	border: none;
	padding: 0px;
	-moz-border-radius:0;
}

fieldset label.selectit {
	background: none;
	display: block;
	font-size: inherit;
	padding: 0;
}

fieldset label.selectit:hover {
	background: inherit;
}

fieldset legend {
	padding:0;
}

fieldset span.cat-nest {
	display: block;
	margin-left: 0px;
}

fieldset.options {
	padding: 0;
}

fieldset.options legend {
	font-size: 100%;
}

#postdiv textarea, #template textarea {
	width:100% !important;
	height:28em;
	margin-bottom:0;
}

#postdiv, #titlediv {
	margin-bottom:10px;
}

#template {
	margin-right:210px;
}

#postdiv #content { width:100% !important; }

#postdiv legend {
	margin:0 0 -15px;
}

fieldset span.cat-nest {
	display: block;
	margin-left: 5px;
}

legend { 
	font-weight:bold;
	font-size:110%; 
	color:#3D80DF;
}

.editform {
	border:none;
}

#quicktags input {
	padding:2px;
	margin-right:2px;
	float:left;
}

#postexcerpt textarea {
	width:100%;
	height:6em;
}

#quicktags {
	font-size:90%;
	text-align:right;
	color:#FFF;
	clear:left;
	width:100%;
}

#postdiv legend {
	display:block;
	margin-bottom:0;
}

#quicktags + div {
	margin-top:5px; clear:both; float:left; width:100%;
}

#content {
	margin-top:10px;
}

#ed_del {
	text-decoration: line-through;
}

#ed_em {
	font-style: italic;
}

input, textarea, label, select {
	background: #fff;
	color:#333;
	margin:0;
}

select { padding:0; }



.submit, #quicktags, .editform th, #postcustomsubmit {
	text-align: left;
}

#postcustom {
	border:none;
	padding:0;
	width:auto;
}

#postcustom legend {
	display:none;
}

#postcustom .updatemeta, #postcustom .deletemeta {
	margin: auto;
	width: auto;
}

#postcustom .deletemeta {
	margin:5px 0 0 0;
	clear:left;
}

#template div {
	margin:0;
}

#template textarea {
	font: small 'Courier New', Courier, monospace;
	width: 100%;
	margin-bottom:10px;
}

input.code {
	font-family:inherit;
}

input[type=submit], input[type=submit]:active, input[type=button], input[type=button]:active {
	display:block;
	float:left;
	font-size:11px;
	color:#333;
	background:transparent url(ol_admin_images/bg_button.png) repeat-x 0 0;
	text-decoration:none;
	border:1px solid #CCC;
	border-width:0 1px;
	padding:0 10px;
	height:21px;
	margin:5px 10px 5px 0;
	width:auto;
	white-space:nowrap;
}

input[type=submit] + input[type=button] {
	margin-top:-1.05em;
}

#save {
	width:auto;
}

/*  LIST STYLES  */

#planetnews ul, #zeitgeist ul, #templateside ul, #templateside ol, #login ul {
	margin:0 0 15px;
	padding:0;
	list-style-type:none;
}

#planetnews li, #templateside li, #login li {
	margin:0;
	padding:5px 0 3px 27px;
	line-height:1.4em;
	background:url(ol_admin_images/menu_manage_off.png) no-repeat;
	float:none;
}

#zeitgeist li {
	padding:5px 0 3px 27px;
	line-height:1.4em;
	background:url(ol_admin_images/menu_write_off.png) no-repeat 0 0;
}

#incominglinks li {
		background:url(ol_admin_images/menu_links_off.png) no-repeat 0 0;
}

.options ul {
	list-style-type:none;
}

.wrap ol li {
	margin:0 0 5px;
}

.commentlist li {
	border-bottom: none;
	padding: 0;
}

.post-categories li, #ed_toolbar {
	display: inline;
}

/*  TABLE STYLES  */

table {
	margin:0 0 15px;
	border-collapse:collapse;
	width:100%;
	border:1px solid #D9D9D9;
	border-width:1px 0;
}

#postcustom table {
	border:1px solid #D9D9D9;
	border-width:1px 0;
	margin: 0 0 10px;
	width: 100%;
}

#postcustom table input, #postcustom table textarea {
	width: auto;
}

td {
	padding:3px 5px;
	border:1px solid #D9D9D9;
	border-width:0 1px;
}

th {
	height:20px;
	background:#CCC url(ol_admin_images/bg_th.gif);
	line-height:24px;
	color:#333;
	padding:0 5px;
	font-weight:bold;
	text-align:left !important;
	border:1px solid #D9D9D9;
	border-width:0 1px;
}

th[scope=row] { background:none; padding:3px 5px; color:#333; font-weight:bold; }
br[clear=all] { display:none; }

tr.alternate, li.alternate {
	background:#EDF3FE;
}

table.editform {
	border:1px solid #D9D9D9;
	border-width:1px 0;
}

.editform th, .editform td {
	border-bottom:1px solid #D9D9D9;
}

.editform th { background:#EDF3FE; }

tr.active {
	background:#3D80DF;
	color:#FFF;
	border-bottom:1px solid #FFF;
}

tr.active td {background:#3D80DF !important;}

/*  COMMENT STYLES */

ol.commentlist li {
	padding:15px 15px .1em;
}

ol.commentlist li:first-child { margin:0 0 10px; }

ol.commentlist li::marker { float:left; }

ol.commentlist {
	list-style-position:inside;
	margin:0 0 15px;
	padding:0;
}

/*  DASHBOARD STYLES  */

#zeitgeist {
	float:none;
	background:none;
	border:none;
	font-size:100%;
	margin:0;
	padding:0;
	width:auto;
}

#zeitgeist h2, fieldset legend a {
	border:none;
}

#zeitgeist div {
	float:right;
	clear:right;
	padding:0 3%;
	width:20%;
}

#zeitgeist ul li small {
	white-space:nowrap;
}

#currenttheme, #zeitgeist {
	margin:0 0 30px;
}

#planetnews li {
	width:auto;
}

#planetnews li a {
	display:inline;
	padding:0;
	background:none;
	height:auto;
	overflow:inherit;
}

/*  BOOKMARKLET STYLES  */

body#wpbookmarklet {
	padding-left:0;
	background:none;
}

body#wpbookmarklet h2 {
	margin-left:0;
	padding-left:7px;
}

body#wpbookmarklet #adminmenu { display:none; }

body#wpbookmarklet p {
	padding:0 7px;
}

body#wpbookmarklet textarea {
	height:10em;
}

/*  FOOTER STYLES  */

#footer br { display:none; }

#footer:after {
	content:" - Design v2.01 by Steve Smith at http://www.orderedlist.com/";
}

#footer a[href="http://wordpress.org/"] img { display:none; }

#firefoxlink { display:none; }