/*
Theme Name: Anney
Theme URI: http://www.developerholic.com/
Description: Anney
Version: 1.1.0
Author: Developerholic
Author URI: http://www.developerholic.com
License: ttp://www.opensource.org/licenses/gpl-license.php
*/


* {
    margin: 0;
    padding: 0;
}


body {
    background: #8fd5f1 url(images/bodybg.jpg) repeat-x;
    color: #999999;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
}

img {
    border: none;
}


a {
    color: #136da7;
    text-decoration: none;
}


/* Header */

#header {
    margin-top: 0px;
    background: #00233c;
    height: 100px;
    padding-top: 0px;
    font-family: 'Trebuchet MS';
}


#header h2 {
    padding-left: 30px;
    padding-top: 15px;
}

#header h2 a {
    color: #136da7;
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.2px;
    overflow: hidden;
    text-transform: uppercase;
}


#header h3 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin: 5px 0px 5px 30px;
}

/* Menu */


#menuwrapper {
    background: #333 url(images/menubgb.jpg);
    height: 34px;
    margin: 0px;
    padding: 0px;
}

#menu {
    overflow: hidden;

    margin: 0px;
    padding: 0px;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-left: 10px;
}


#menu li {
    padding-top: 8px;
}


#menu ul li {
    float: left;
    margin-right: 10px;
    list-style: none;
}


#menu ul li a {
    display: inline;
    height: 26px;
    background: #00233c url(images/menubgb.jpg);
    text-decoration: none;
    padding: 8px;
}


#menu ul li a:hover {
    display: inline;
    height: 26px;
    background: #00233c;
    text-decoration: none;
    padding: 8px;
}


#menu ul li a span {
    display: inline;
    margin-left: 0px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
}


#menu li a:hover {
    text-decoration: none;
}

#menu li.current_page a {
    color: #000;
    background: #00233c;
}

#menu ul li.current_page a span {
    background: #00233c;
}

/* Cat */

#catwrapper {
    height: 30px;
    margin: 0px;
    border-top: 1px solid #108ebd;
    background: #136da7;
    padding: 0px;
}

#category {
    overflow: hidden;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

#category ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-left: 5px;
}

#category li {
    padding-top: 8px;


}

#category ul li {
    float: left;
    list-style: none;
}



#category ul li a {
    display: inline;
    height: 18px;
    color: #ffffff;
    text-decoration: none;
    padding: 8px;

}

#category ul li a:hover {
    color: #52b8e0;
}



/* Container */

#container {
    padding: 0px;
    width: 1000px;
    background: #c4eaf9;
    margin: 0px auto;
}


#content {
    width: 660px;
    padding: 20px 5px 5px 20px;
    margin-bottom: 15px;
    text-align: justify;
    float: left;
    line-height: 14pt;
    overflow: hidden;
}

#content h3 {
    padding: 5px;
    color: #136da7;
    margin-bottom: 10px;
}

.prev {
    background: #00233c;
    padding: 5px;

}

#content .nav a {
    text-decoration: none;
    color: #136da7;
}


#content .nav {
    margin: 10px;
}


#content .ins {
    padding: 30px;
    background: #dcf5ff; 
    border: 1px solid #a5dcf2;
    margin-bottom: 25px;
}


#content b{
    color: #777;
}


#content a {
    color: #136da7;
    line-height: 14pt;
    text-decoration: none;
}


#content p {
    margin: 0px;
    line-height: 20px;
    padding: 0px 0px 10px 0px;
    margin-top: 5px;
}


#content p img{
    border: none;
    margin-right: 15px;
    margin-bottom: 10px;
}


#content h1 {
    color: #00233c;
    font-size: 22px;
    border-bottom: 1px dotted #dadada;
    font-weight: normal;
    padding: 0px 10px 0px 10px;
    line-height: 150%;
    margin: 0px;
}


#content h1 a  {
    color: #b6e654;
    text-decoration: underline;
}


#content h1 a:hover {
    color: #d70606;
    text-decoration: none;
}


#content h2 {
    font-family: helvetica, arial, sans-serif;
    font-size: 26px;
    color: #333333;
    margin: 0px;
    line-height: 120%;
    padding-bottom: 5px;
    font-weight: normal;
    border-bottom: 1px dashed #108ebd;
}

#content h2 a  {
    color: #136da7;
    text-decoration: none;

}

#content h2 a:hover {
    color: #333;
}


#content ol {
    list-style-type: decimal;
    line-height: 18px;
    margin: 0px;
    padding: 0px 0px 10px 30px;
}


#content ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}


#content li {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}


#content ul li {
    list-style: disc inside;
    margin: 0px 0px 0px 10px;
    padding: 5px 0px 0px 0px;
}


#content ul li a {
    color: #136da7;
    text-decoration: none;
}


#content ul li a:hover {
    color: #333333;
    text-decoration: underline;
}

blockquote{
    background-color: #fffbcc;
    margin: 0px;
    margin-left: 15px;
    margin-bottom: 12px;
    padding: 7px;
    width: 590px;
    color: #666666;
    border: 1px solid #e6db55;
}

.postspace {

    height: 20px;
    margin: 0px;
    padding: 0px;
}

/* Sidebar */


#right {
    width: 285px;
    float: right;
    margin-bottom: 20px;
    font-size: 13px;
    margin-top: 20px;
    padding-right: 20px;
}


#right .nontab h2 {
    color: #136da7;
    font-size: 12px;
    list-style: none;
    padding: 6px;
    padding-left: 25px;
    margin: 0px 0px 0px 0px;
    background: #a5dcf2;
    text-transform: uppercase;
}

#right .nontab ul {
    list-style: none;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    background: #dcf5ff;
    border: 1px solid #a5dcf2;
}

#right .nontab li {
    list-style: none;
    margin: 0px;
    padding: 0px; 
}

#right .nontab ul li {
    list-style: none;
    margin: 0px;
    line-height: 0pt; 
    padding: 5px 5px 5px 20px;
}

#right .nontab ul li a {
    display: block;
    color: #136da7;
    text-decoration: none;
    line-height: 12pt;
}


#right .nontab ul li a:hover {
    color: #333333;
}



#right .ads img {
    padding: 5px;
}

#right .nontab img {
    padding: 0px;
}



#right .searchform form {
    width: 275px; height: 30px;
    padding: 7px;
    background: url(images/search.gif) no-repeat center;
}

#right .searchform form input {
    border: 0;
    float: left;
    width: 185px;
    margin: 7px 0 0 0px;
    background-color: transparent;
}

#right .searchform form button {
    border: 0;
    float: right;
    text-indent: -9999px;
    width: 70px; height: 30px;
    background-color: transparent;
}

/* Comments */

.entry {
    margin-bottom: 12px;
    border-bottom: 1px solid #E3E3E3;
}



#author {
    border:1px solid #a5dcf2;
    font-size:1em;
    margin:0;
    padding:4px;
}

#email {
    border:1px solid #a5dcf2;
    font-size:1em;
    margin:0;
    padding:4px;
}


#url {
    border:1px solid #a5dcf2;
    font-size:1em;
    margin:0;
    padding:4px;
}


#comment  {
    width: 350px;
    border:1px solid #a5dcf2;
    margin:0;
    padding:4px;
}

h3 .comments {
    font-size: 12px;
}

img.avatar {
    float:right;
    margin-right:5px;
    margin-left: 5px;
}

/* Footer */

#footer {
    background: #00233c;
    overflow: hidden;
    font-size: 12px;
    margin: 0px auto 0px;
    padding:  9px 0px 7px 0px;
    text-align: center;
    line-height: 17px;
    clear: both;
}



#footer p {
    padding: 0px;
    margin: 0px;

}



#footer a, #footer a:visited {
    color: #a5dcf2;
    text-decoration: none;
    border: none;
    
}


#footer a:hover {
    text-decoration: none;
    border: none;
}


#wp-calendar {
    margin-left: 22px;
    margin-bottom: 10px;
    width: 250px;
}





