@IMPORT url("common/compact.css");
@IMPORT url("models/library.css");

/**
 * Header
 */

#header
{
	background-color: #ea3;
}

#header .slide
{
	padding-top: 40px;
	margin-top: -40px;
	
	background-image: url("../images/layout/header/documentation/gradient.png");
	background-position: center top;
	background-repeat: no-repeat;
}

#header .slide h1
{
	display: block;
	width: 207px;
	height: 51px;
	margin: 0;
	padding: 0;
	
	background-image: url("../images/layout/header/documentation/title.png");
	background-repeat: no-repeat;
}

#header .slide h1 span
{
	display: none;
}

/**
 * Library
 */

.book h2 a
{
	color: #d90;
	text-decoration: none;
}

.book h2 a:hover
{
	color: #b80;
	text-decoration: none;
}

/**
 * Documentation page
 */

#content textarea
{
    width: 100%;
}

#content h2
{
    color: #d90;
}

#content ul
{
    margin-left: 50px;
    margin-bottom: 20px;
}

#content dl
{
    font-family: georgia, times, serif;
}

/** 
 * Actions menu
 */
#actions_menu
{
    float: right;
    width: 190px;
    border: #ddd 1px solid;
	background-color: #f8f8f8;  
	padding: 10px;
	margin: 0 0 25px 25px;
}

#actions_menu input
{
    background: none;
    border:medium none;
}

#action_menu input:hover
{
    text-decoration: underline;
}

/**
 * Search form
 */

#searchform
{
    float: right;
    margin-bottom: 10px;
    margin-top: 10px;
}

#breadcrumbs
{
    float: left;
}

/**
 * footer
 */

#footer #footactions_menu input
{
    background: none;
    border:medium none;
}

#footer #footactions_menu form
{
    display: inline;
}

/**
 * Typo
 */

a
{
    text-decoration: underline;
    color: #c80;
}

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

/**
 * Doku base fieldsets
 */

fieldset {
  width: 300px;
  float: left;
  text-align: center;
  border: 1px solid;
  padding: 0.5em;
}

.hidden
{
    display: none;
}

.secedit
{
    float: right;
}

#toc
{
    float: right;
	background-color: #f8f8f8;  
	padding: 10px;
	margin: 0 0 15px 15px;    
}

