/*
Plugin Name: NAVT Word Press Plugin
Plugin URI: http://www.gbellucci.us
File: navthelp.css
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
 */

* html {
    overflow:visible;
	padding: 0px;
	margin: 0px;
}

body {
	text-align: center;
	font: 70.5% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #000000;
}

.wrap {
    text-align: left;
	width: 790px;
	padding: 5px 15px;
	margin-right: auto;
	margin-left: auto;
	background: #fefefe;
}

.wrap p {
    text-align: justify;
    }

.wrap #header {
    text-align: left;
	height: 100px;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #999999;
}

.wrap #header #title {
	position: absolute;
	left: 6px;
	top: 56px;
	font-size: 2.5em;
}

li, dd {
    margin:0;
}

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

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

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

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

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

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

code {
    font-family: "Courier New";
    font-size: 1.1em;
    text-align: left;
    color: #000;
}

blockquote,
pre {
	font-size: 1.1em;
}

.wrap a.tgl {
	font-size: .80em;
}

.wrap #footer {
	border-top: 1px solid #999999;
	padding: 10px;
	text-align: center;
	background: #FEFEFE;
}

.wrap h3 {
	font-size: 1.8em;
}

.wrap h4 {
	font-size: 1.5em;
	color: #990000;
}
.wrap ul {
    text-align: left;
	padding-left: 20px;
}

#ppage-ikon { background: transparent url('../images/ikon_page.gif') no-repeat top left;}
#page-ikon { background: transparent url('../images/ikon_page.gif') no-repeat top left;}
#cat-ikon  { background: transparent url('../images/ikon_category.gif') no-repeat top left;}
#link-ikon { background: transparent url('../images/ikon_web-page.gif') no-repeat top left; }
#login-ikon { background: transparent url('../images/ikon_user-login.gif') no-repeat top left; }
#elink-ikon { background: transparent url('../images/ikon_link.gif') no-repeat top left; }
#tab-ikon { background: transparent url('../images/ikon_tab.gif') no-repeat top left; }
.priv {background-position: 0 -18px !important;}

.ikon {
    display: inline !important;
    padding: 2px !important;
    }

.example-group {
    text-align: left;
    margin-left: 30px;
}
.example-group h3 {
    font-size: 1.2em;
    padding: 0;
    color: #666;
    }
