
/*
Plugin Name: NAVT Word Press Plugin
Plugin URI: http://www.gbellucci.us
File: NAVT.css.php
Author: Greg A. Bellucci
Author URI: http://www.gbellucci.us
*/

/**
 * NAVT Word Press Plugin
 * Copyright (c) 2007 Greg A. Bellucci/Atalaya Studio
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy of this software
 * and associated documentation files (the "Software"), to deal in the Software without restriction,
 * including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
 * and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
 * subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all copies or substantial
 * portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
 * LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 *
 * @package NAVT Word Press Plugin
 * @author Greg A. Bellucci <greg[AT]gbellucci[DOT]us
 * @copyright Copyright &copy; 2006-2007 Greg A. Bellucci
 * @license http://www.opensource.org/licenses/mit-license.php The MIT License
 */

.wrap {
    min-width:800px;
}

* html {
    overflow:visible;
}

li, dd {
    margin:0;
}

p, li, dl, dd, dt {
    line-height:normal;
}

a {
outline: none;
}

textarea, input, select {
 margin: 3px;
}

#errMsg {
    color:#ff0000;
    padding-bottom:10px;
}

.errbox {
    border: .2em solid #ff0000;
}

.NAVT-block {
    background:#fff;
    border:1px solid #aaa;
    margin: 1em 255px 1em 1em;
    padding: 1em;
}

.catopts {
    text-align: left;
}

.fx,
.mg {
    float:left;
    position: relative;
    left: 0;
    top: 0;
    margin: .2em;
    width:180px;
}

#unassigned_fdiv {
    /* height: 300px;
    overflow:scroll;
    clear: both;
    width:180px; */
}

.fx,
.mg {
    border: 1px solid #ccc999;
    border-top: none;
}

.gh {
    cursor:move;
}

#pluginsidebar {
    float:right;
    padding:5px;
    width:225px;
}

.fx h3,
.mg h3 {
    line-height: 32px;
	font-size:1.1em;
	font-variant:small-caps;
	letter-spacing: .1em;
	margin:0;
	text-align:center;
}

.fx h3,
.mg h3 {
    color:#fff;
}

img.mh {
	cursor:move;
    height:16px;
    margin:0.3em;
    width:20px;
}

.mi {
    border: 1px solid #666;
}

.mi h4 {
    display:inline;
	font-family: Verdana, 'Trebuchet MS', Sans-Serif;
	font-size:1em;
	/* letter-spacing: .1em; */
	/* font-variant:small-caps; */
	font-weight: normal;
	text-align:left;
	margin-left:5px;
}

.mi h4 a:visited,
.mi h4 a {
    color:#333;
    padding-bottom: .3em;
    border:none;
}

.mi h4 a:hover {
    color: #000;
    text-decoration: underline;
}

.mi img {
    margin: .3em 0 0 .3em;
}

.box-open {
    border: 1px solid #600000;
}

.fdiv {
	list-style-type:none;
	padding: .1em;
	margin: 0px;
	width: 178px;
	min-height:1em; /* creates space at top */
}

.fdiv li{
	font-size:.85em;
	margin:  .1em;
    padding-bottom: .3em;
}

/* Dummy place-holder entry in the menu group
 */
.fdiv li.ph {
    width:98%;
	font-size: 1.5em;
	height:1em;
	margin: 0px;
	padding: 0px;
}

.dcond,
.mdele,
.imenu,
.mmenu {
    /* border-top:1px solid #666; */
    font-size:0.95em;
    left:0px;
    margin-top:0.8em;
    position:relative;
    top:0;
    width:100%;
    /* don't margin bottom */
}

.dcond fieldset,
.mdele fieldset,
.mmenu fieldset {
    padding:.2em;
    padding-top: .5em;
    /* margin-bottom:.5em; */
    border-bottom: 1px solid #666;
}

.mdele {
    background-color: #fefefe;
    color: #000;
    font-weight: bold;
    text-align: left;
}

.dcond p,
.mdele p,
.imenu p,
.mmenu p {
    line-height: normal;
    /* float:right; */
    position: relative;
    top: 0;
    left: 0;
    padding-top:.4em;
    padding-right: .3em;
    padding-left: .3em;
    margin:0;
}

fieldset legend {
    font-size: .95em;
    font-weight: 500;
    color: #000;
}

.imenu p.info,
.mmenu p.info {
    float:none;
    font-size: 1em;
    text-align: center;
    padding-bottom: .3em;
}

.dcond p.msg,
.imenu p.msg,
.mmenu p.msg {
    float:none;
    text-align:center;
    border-top:1px solid #aaa;
    font-size:1.1em;
    margin-top:0.5em;
}

.mmenu p.msg {
    font-size: 1em;
}

.dcond a,
.mdele a,
.imenu a,
.mmenu a {
    background:transparent;
    display:block;
    overflow:hidden;
    position:relative;
    left: 0;
    top: 0;
    border:0;
    /* don't pad on the bottom */
}

 .imenu input[type=text],
 .mmenu input[type=text] {
    margin-top: .8em;
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;
    font-size: 1em;
    color: #000;
    background: #fff;
 }

 .dcond  img,
 .mdele img,
 .mmenu img,
 .imenu img {
    padding: 5px;
    padding-right: 15px;
 }

 .imenu legend p {
    padding-top: 1em;
    font-weight: 500;
 }

 .okcan {
    position: relative;
    top: .1em;
    left: .1em;
    height: 25px;
    /* don't pad/margin */
 }

 .okcan p {
    float:right;
    padding-right: 3px;
    top: 0;
    left: 0;
    position: relative;
 }

 div.options_wrapper {
    position:relative;
    top: 0;
    left: 0;
    min-height:1%;
 }

 a.dcond_ok, a.dcond_can,
 a.mdele_ok,a.mdele_can,
 a.mbtn_ok,a.mbtn_can,
 a.ibtn_ok,a.ibtn_can,a.ibtn_de,
 a.debtn,
 a.okbtn,
 a.cnbtn {
    background: url(../images/ikon_cancel.gif) no-repeat top left;
    height:16px;
    padding-right: 5px;
 }

 a.dcond_ok,
 a.mdele_ok,
 a.mbtn_ok,
 a.ibtn_ok,
 a.okbtn {
    background: url(../images/ikon_accept.gif) no-repeat top left;
 }

 a.ibtn_de,
 a.debtn {
    background: url(../images/ikon_delete.gif) no-repeat top left;
 }

 a.dcond_ok:hover,  a.dcond_can:hover,
 a.mdele_ok:hover, a.mdele_can:hover,
 a.mbtn_ok:hover, a.mbtn_can:hover,
 a.ibtn_ok:hover, a.ibtn_can:hover, a.ibtn_de:hover,
 a.debtn:hover, a.okbtn:hover, a.cnbtn:hover {
    background-position: 0 -16px;
 }

/* Icons
 */
img.picon  {background: transparent url(../images/ikon_page.gif) 0 0 no-repeat;}
img.cicon   {background: transparent url(../images/ikon_category.gif) 0 0 no-repeat;}
img.eicon {background: transparent url(../images/ikon_link.gif) 0 0 no-repeat;}
img.hicon  {background: transparent url(../images/ikon_web-page.gif) 0 0 no-repeat;}
img.aicon {background: transparent url(../images/ikon_user-login.gif) 0 0 no-repeat;}
img.dicon {background: transparent url(../images/ikon_tab.gif) 0 0 no-repeat;}
img.draft  {background: transparent url(../images/ikon_draft.gif) 0 0 no-repeat;}
img.private    {background-position: 0 -18px;}

/* Menu group color schemes
 */
.fx  {
   background-color: #b9b9b9;}
   .fx  h3 {
     background: transparent url(../images/btn.jpg) repeat-x 0 0px !important; }
   .fx  .box-open,
   .fx  .menu li:hover,
   .fx  .mmenu {
     background: transparent url(../images/ibk.jpg) 0 0px repeat-x !important; }
   .fx  .mi {
     background: transparent url(../images/ibk.jpg) 0 0px repeat-x !important; 
      
}


.cs1  {
   background-color: #eebbab;}
   .cs1  h3 {
     background: transparent url(../images/btn.jpg) repeat-x 0 -32px !important; }
   .cs1  .box-open,
   .cs1  .menu li:hover,
   .cs1  .mmenu {
     background: transparent url(../images/ibk.jpg) 0 -300px repeat-x !important; }
   .cs1  .mi {
     background: transparent url(../images/ibk.jpg) 0 -300px repeat-x !important; 
      
}


.cs2  {
   background-color: #FCD594;}
   .cs2  h3 {
     background: transparent url(../images/btn.jpg) repeat-x 0 -64px !important; }
   .cs2  .box-open,
   .cs2  .menu li:hover,
   .cs2  .mmenu {
     background: transparent url(../images/ibk.jpg) 0 -600px repeat-x !important; }
   .cs2  .mi {
     background: transparent url(../images/ibk.jpg) 0 -600px repeat-x !important; 
      
}


.cs3  {
   background-color: #95C6FF;}
   .cs3  h3 {
     background: transparent url(../images/btn.jpg) repeat-x 0 -96px !important; }
   .cs3  .box-open,
   .cs3  .menu li:hover,
   .cs3  .mmenu {
     background: transparent url(../images/ibk.jpg) 0 -900px repeat-x !important; }
   .cs3  .mi {
     background: transparent url(../images/ibk.jpg) 0 -900px repeat-x !important; 
      
}


.cs4  {
   background-color: #9FFFA3;}
   .cs4  h3 {
     background: transparent url(../images/btn.jpg) repeat-x 0 -128px !important; }
   .cs4  .box-open,
   .cs4  .menu li:hover,
   .cs4  .mmenu {
     background: transparent url(../images/ibk.jpg) 0 -1200px repeat-x !important; }
   .cs4  .mi {
     background: transparent url(../images/ibk.jpg) 0 -1200px repeat-x !important; 
      
}


.cs5  {
   background-color: #e1c3e1;}
   .cs5  h3 {
     background: transparent url(../images/btn.jpg) repeat-x 0 -160px !important; }
   .cs5  .box-open,
   .cs5  .menu li:hover,
   .cs5  .mmenu {
     background: transparent url(../images/ibk.jpg) 0 -1500px repeat-x !important; }
   .cs5  .mi {
     background: transparent url(../images/ibk.jpg) 0 -1500px repeat-x !important; 
      
}



ul.zone li.draft {
    background: #EFECE0 !important;
}

/* Change bars */
.change,
.moved {
    border-left: .14em solid #cc3300;
}

label {
    float:left;
    padding-top:3px;
    padding-bottom:3px;
    text-align:left;
}

textarea, input[type=text], select {
	color: #000;
	font:  .95em;
	margin: 1px;
	padding: 3px;
}

.selbox {
	font: .95em "Lucida Sans Unicode", Arial, sans-serif;
	padding: 0px;
}

.menu {
  font-size: .85em;
  cursor: pointer;
  padding:0.1em 3em 0.1em 0.5em;
  width:auto;
}

.menu ul {
    border-left: 1px solid #333;
    color: black;
    display: none;
    left: 15px;
    top:0;
    list-style-type: none;
    margin: 0.1em 0pt 0pt;
    padding: 2px;
    position:relative;
}

.menu ul li {
    display: block;
    padding: 0.2em;
    padding-left: 3px;
}

.menu li:hover,
.menu:hover ul {
    display: block;
    margin: 0;
}

._helpcss {
    font-size: 1em;
}

._helpcss h3,
._helpcss h4 {
    font: normal 1.8em Georgia;
	margin: 30px 0 0;
	color: #333;
}

._helpcss h4 {
    font: normal 1.3em Georgia;
    margin: 15px 0 0;
    color: #993333;
}

._helpcss p {
    text-align: justify;
    color: #666;
}

._helpcss ul {
    color: #666;
}

 ._helpcss ul li {
    padding: 2px;
}

._helpcss div#css_example1 {
    background-color:#efefef;
    width: 98%;
    top: 0;
    left: 0;
    position: relative;
    padding: 10px;
}

._helpcss a.tgl {
    font: normal 10px Verdana;
}

.onleft,
.onright {
	position: relative;
	width: 300px;
	float: right;
	padding: 5px 5px 5px 15px;
	border-style: none;
	overflow: hidden;
	margin: 5px;
	top: 0;
	left: 0;
}

.onleft {
	float: left;
	padding: 5px 15px 5px 5px;
}

.boxed {
    border: solid 1px #666;
}

code {
    font-family: "Courier New";
    font-size: .85em;
}

/* fixes issue with effects */
.iteminfo {
    bottom:0px !important;
}