.orange {
    color: #ffc423;
}
.red {
    color: #ee3a42;
}
.blue {
    color: #0079c2;
}
body {
    font-family: Verdana;
    font-size:14px;
    color:#333;
    padding-top:0px;
    margin-top:5px;
}
a {
    color: #333;
    text-decoration:none;
}
#main {
    min-height: 400px;
}
#logo a:hover, #logo a {
    text-decoration:none;
    color:#0079c2;
}
a.function , ul.blist li a.function {
    color: #0079c2;
    font-weight: bold;
    font-size: 12px;
    margin-left: 10px;
}
a:hover, ul.blist li a.function:hover {
    text-decoration:underline;
}
.blist a{
    padding-left: 20px;
    font-size:16px;
}
.blist a:hover {
    text-decoration:underline;
    color:#000;
}
.blist span{
    font-size: 10px;
    color:gray;
    padding-left:4px;
}
.blist li{
    padding-top:6px;
    color: #999999;
}
a.nopadding{
    padding-left:0px;
    font-weight:bold;
}
#header h1{
    font-size: 30px;
}
.ltags , .lli{
    font-family:Monospace;
}
.blistother{
    visibility:hidden;
    display:none;
}
#tools {
    float:right;
    width:50%;
    padding:5px;
}
#bookmark {
    float:right;
    width:50%;
    border: 3px #dff0ff dotted;
    padding: 5px;
}
#bookmark h2 {
    margin: 0px;
}
#bookmark li {
    padding-bottom:6px;
    color: #ffc423;
}
a.bookmarkop{
    font-size:13px;
    color:#000;
    background-color:#dff0ff;
    border:1px solid #ddd;
    padding-left:2px;
    padding-right:2px;
}
a.bookmarkop:hover {
    border:1px solid #aaa;
    text-decoration:none;
}
#tagline {
    color: #999;
    font-size: 10px;
    position: absolute;
    top:0px;;
    left:82px;
}

#logo {
    font-size: 30px;
    font-weight: bold;
    margin-top:0px;
    margin-bottom: 25px;
    padding: 0px;
}
input {
    border: 1px #999999 solid;
}
h2 {
    color: #666;
    font-size: 18px;
    margin-bottom: 2px;
}
ul {
    margin-top: 5px;
}
#fields {
    margin-bottom: 15px;
}
#fields input{
    width: 300px;
    font-size: 14px;
}
#shortcuts {
    color: #999999;
    position: absolute;
    right: 15px;
    top:5px;
    height: 35px;
}
#shortcuts a {
    padding-bottom: 2px;
    margin-left: 4px;
    margin-right: 4px;
    font-size:12px;
    color: #0079c2;
    font-weight: bold;
}
#shortcuts a:hover {
    border-bottom: 2px #ffc423 dotted;
    text-decoration:none;
}
#bookmarkcontent P {
    padding-left: 15px;
    padding-bottom: 5px;
}

a.bookmarklet, a.bookmarklet:hover {
    color:#000;
    text-decoration:none;
    padding:4px;
    padding-left:25px;
    border:1px solid #333;
    background: url(/images/postli.gif)  2px 50%  no-repeat;
}
ul.bookmarklet li{
    margin-top:20px;
}
#footer {
    text-align: center;
    color: #444444;
    font-size:10px;
    margin-top: 30px;
}
#feedbacks li {
    padding-bottom: 10px;
}
textarea.code{
    font-size:14px;
    padding:4px;
    border:1px solid #333;
    width:80%;
    height:90px;
}
ul.code li{
    margin-top: 20px;
}
#home li{
    margin-bottom:5px;
}

