/*
* File Name: Custom css 
* Author Name: arrowthemes
* Author URL: http://themeforest.net/user/arrowthemes
* Version: 1.0 */

/******************************************************
Table of Content
*******************************************************

	# Your-custom-css


/* # Your-custom-css
-----------------------------------------*/

p.fade {
	color: #808080;
	font-size: 12px;
}

.logo-fade{
	background: url("../images/krugle-logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 80px;
    position: absolute;
    right: 18px;
    top: 2px;
    width: 150px;
}

    /*pre
    ----------------------------------------------------------------------------------------------------*/
    .firefox pre, 
    .showhide li section
        {line-height: 21.9px;}

    pre {
        background: url(../images/body/note.png) repeat-y scroll 0 0 transparent;
        margin: 10px 13px 10px 15px;
        padding: 21px 45px;
        border: 1px solid #C1C7CD;
        color: #D50;
        line-height: 22.9px;
        position: relative;
        text-shadow: none;
        width: 500px;
    }

    li pre{width: 470px;}
    code{color: #D50;}
    pre:after {
        background: none repeat scroll 0 0 #FEFEFE;
        border-color: #C1C7CD;
        border-style: solid;
        border-width: 0 1px 1px;
        bottom: -4px;
        content: "";
        height: 2px;
        left: 3px;
        position: absolute;
        width: 98.8%;
        -webkit-box-shadow: 0 0 2px #c0c0c0;
        -moz-box-shadow: 0 0 2px #c0c0c0;
        -ms-box-shadow: 0 0 2px #c0c0c0;
        -o-box-shadow: 0 0 2px #c0c0c0;
        box-shadow: 0 0 2px #c0c0c0;
    }

pre.text{color: #404040;}
ol {list-style: lower-alpha outside none;}
p.member {padding-left: 20px; border-left: 4px solid #CECECE;}
#query-qualifier dt {
margin-top:0.6em;
float: left;
padding-left:3em;
overflow: hidden;
clear: left;
text-align: left;
text-overflow: ellipsis;
white-space: nowrap;
font-style:italic;
font-weight: 800;
}
#query-qualifier code {
display:block;
color:#7EBF40;
}
#query-qualifier dd {float:left;margin-top:0.6em;}