/*================================================================================
Plugin Name: 	Post Order
Description: 	Drag and drop your [custom] Posts into perfect order.
Version: 		0.0.1
Author: 		CommAREus
Author URI: 	http://commareus.com
================================================================================*/
/*
 * Released under the GPL license
 * http://www.opensource.org/licenses/gpl-license.php
 *
 * This is an add-on for WordPress
 * http://wordpress.org/
 *
 * **********************************************************************
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * **********************************************************************
 */
.wrap #icon-post-order-of-oz {
  background: url(post-order.png); }

#post-order-of-oz-listing {
  overflow: hidden;
  border: 1px solid #e0e0e0;
  margin: 40px 0;
  margin-bottom: 0;
  padding: 20px;
  position: relative; }
  #post-order-of-oz-listing ul {
    padding-left: 20px;
    position: relative;
    padding-bottom: 20px; }
    #post-order-of-oz-listing ul > li:first-child {
      padding-top: 14px; }
    #post-order-of-oz-listing ul > li:last-child {
      padding-bottom: 0; }
  #post-order-of-oz-listing li {
    position: relative;
    min-height: 30px;
    border-left: 1px dotted #aaa; }
    #post-order-of-oz-listing li .tree-toggle {
      display: none; }
  #post-order-of-oz-listing .post-count {
    color: #999; }
  #post-order-of-oz-listing .tree-toggle {
    display: inline;
    position: absolute;
    left: -5px;
    cursor: pointer; }
    #post-order-of-oz-listing .tree-toggle .close {
      display: inline; }
    #post-order-of-oz-listing .tree-toggle .open {
      display: none; }
    #post-order-of-oz-listing .tree-toggle.opened .close {
      display: none; }
    #post-order-of-oz-listing .tree-toggle.opened .open {
      display: inline; }
  #post-order-of-oz-listing .item-title {
    background: url(post-icon.png) no-repeat;
    padding-left: 36px;
    height: 20px;
    display: block; }
  #post-order-of-oz-listing .post-item-handle {
    cursor: move; }
  #post-order-of-oz-listing .post-order-of-oz-listing-placeholder {
    position: relative;
    background: #efefef;
    border: 1px dashed #bfbfbf;
    height: 18px !important;
    display: block;
    width: 400px;
    padding: 0 !important;
    min-height: 0 !important;
    margin: 10px 0 !important; }
