/******************
Theme Name: Widya
Theme URI: http://widyani.com
Description: Widya News theme by <a href="http://widyani.com/">Widya Themes</a>. 
Author: Mohamad Widodo
Author URI: http://widyani.com
Version: 0.01
******************/

/****** General *******/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}a {text-decoration:none;}

body {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    background: #fff url(images/bodybg.gif) repeat-x scroll left top;
}

a,
a:visited,
a:hover {
    color: #3B5998;
    text-decoration: none;
}

ul li {list-style: none;} 

blockquote {
    background: url(images/quote.png) no-repeat left top;
    padding-left: 19px;
    color: gray;
}





/****** Main Layout ********/
#wrapper {
    width: 964px;
    margin: 0 auto;
}

#header,
#container,
#footer {
    width: 100%;
    float: left;
}



/******* Header Layout ********/
#menu {
    background:transparent url(images/menubar.png) no-repeat scroll left bottom;
    float: left;
    width: 964px;
    font-size: 11px;
    line-height: 1.2em;
}

#menu li {
    float: left;
    padding: 7px 0px 8px 0px;
}

#menu li a {
    color: #FFF;
    text-decoration: none;
    padding: 7px;
}

#mainnav {
    padding-left: 10px;
}

#mainnav li a {
    font-weight: bold; 
}

#mainnav li a:hover {
    background-color: #5C75AA;  
}


#othersnav {
    float: right;
    margin-right: 10px;
}

#othersnav {
    font-weight: normal;
}

#othersnav li a:hover {
    background-color: #5C75AA;  
}

#otherschild {
    float: right;
    width: auto;
}

/* Drop Down Feed Menu */
#otherschild ul {
    position: absolute;
    border: 1px solid #3B5998;
    background: #fff;
    margin-top: 5px;
    display: none;
}

div#menu    div#othersnav ul#otherschild li:hover ul {
    display: block;
}

#feedchild li.feedli {
    float: none;
    padding: 0px;
    margin: 0px;
}

#feedchild li a {
    color: #3B5998;
    padding: 5px 20px;
    display: block;
}

#feedchild li a:hover {
    color: #fff;
}

/* Form */
#search {
    float: right;
    margin-top: 4px;
    margin-right: 12px;
    margin-left: 5px;
}

#search-text {
    float: left;
    margin-right: 2px;
    border: none;
}

#search-submit {
    float: left;
}

#othersnav input[type=text], 
#othersnav textarea {
    color: #777777;
    font-size: 11px;
    padding: 3px;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif; 
}

#othersnav input[type=submit], 
#othersnav input.submit {
    background-color:#5F78AB;
    border:1px solid #888888;
    border-color:#26446E #152F5F #0C2253;
    color:#FFFFFF;
    text-shadow:0 1px 0 #3E5A88;
    font-size:11px;
    font-weight:bold;
    padding: 3px 6px 4px;
    text-align:center;
}

/********* Container Layout **********/
#content {
    float: left;
    width: 560px;
    line-height: 1.2em;
}

#title {
    margin: 20px 0px 0px 20px;
    float: left;
    width: 540px;
}

#title h1 a {
    font-size: 16px;
    font-weight: bold;
    display: inline;
}

#desc {
    font-size: 13px;
    font-weight: normal;
    display: inline;
    margin-top: 5px;
    float: left;
    width: 100%;
}


/* Categories Navigation */
#cat-nav { 
    clear: left;
    margin: 20px 0px 20px 0px;
    padding: 10px 10px 0px;
    position: relative;
    overflow: visible;
    float: left;
    width: 520px;
    border-bottom: 1px solid #D8DFEA;
}

#cat-nav  li {
    text-transform: capitalize;
    float: left;
    background: #D8DFEA;
    margin-left: 3px;
}

#cat-nav  li a {
    font-size:13px;
    font-weight:bold;
    padding:4px 11px;
    display: block;
}

#cat-nav  li a:hover {
    color: #fff;
    text-decoration: none;
    background: #627AAD;
}

#cat-nav  .current-cat {
    margin-top:-2px;
    margin-bottom:-2px;
    background:#fff;
}

#cat-nav  .current-cat a {
    border:1px solid #d8dfea;
    border-bottom: 1px solid #FFF;
    font-size:13px;
    font-weight:bold;
    display:block;
    padding:5px 10px 4px;
    white-space:nowrap
}

#cat-nav  .current-cat a:hover {
    background: #fff;
    color: #000;
}

#cat-nav  #plus {
    background: url(images/plus.gif) no-repeat top left;
    z-index:999999;
}

#cat-nav  #plus:hover, #categories #plus.hover {
    background: #627AAD url(images/plus.gif) no-repeat left -25px;    
}

#hiddencats {
    width: 100px;
    z-index: 10000;
    left:-3px;
    position:relative;
    top:-28px;
}

#hiddencats li {
    padding: 0px;
/*    padding: 8px 5px 4px 8px; */
    background: #eee;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    float: none;
    margin-left: 0px; 
}

#hiddencats li.browsecat {
    background: #fff;
    border: 1px solid #000;
    border-left: 1px solid #fff;
    border-bottom: none;
    padding: 8px;
    width: 150px;
    color: #666;
}

#hiddencats li a{
    font-weight: normal;
    font-size: 11px;
    padding: 7px 12px;
}

#hiddencats li a:hover {
    background: #899BC1;
}

#hiddencats .current-cat {
    background: #eee;
}

#hiddencats .current-cat a {
    background: #eee;
    color: #3B5998;
}

#hiddencats .current-cat a:hover {
    background: #899BC1;
    color: #fff;
}

#hiddencats ul {
    border-bottom: 1px solid #000;
}

#hiddenleft {
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    border-right: none;
    position: absolute;
    background: #fff;
    padding: 2px;
}

#hiddenplus {
    background: #627AAD url(images/plus.gif) no-repeat left -25px;
    height: 25px;
    width: 25px;
    cursor: pointer;
}

#hiddenright {
    position: absolute;
    margin-left: 30px;
}

/* Content */
#post-container {
    float: left;
    width: 540px;
}

.post {    
    float: left;
    width: 100%;
    border-top:1px solid #D8DFEA;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 8px;
}

.post-gravatar {
    float: left;
    margin-right: 10px;
}

.post-text {
    float: right;
    width: 480px;
}

.post-text label input {
    border:1px solid #BDC7D8;
    margin-bottom: 3px;
    color: #777777;
    font-size: 11px;
    padding: 3px;
    text-align: left;
    background: #fff;
}

.post .title {
    margin-bottom: 0px;
    font-size: 13px;
}

.post p {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 15px;
}

.post-text ul li {
    margin-left: 15px;
    list-style-type: disc;
}

.post ol {
    margin-left: 20px;
    list-style: decimal;
}

.post ul, 
.post ol, 
.post li {
    margin-bottom: 5px;
}

.post ul ul, 
.post ol ol {
    margin-top: 10px;
}

.post .meta, 
.post .post-meta {
    color: #777;
    margin-top: 5px;
    margin-bottom: 5px;
}

.post-meta {
    border-top: 1px solid #DDDDDD;
    padding-top: 3px;
}

.navigation {
    background:#ECEFF5 none repeat scroll 0 0;
    border-top:1px solid #D8DFEA;
    margin-top:8px;
    padding:3px 7px 4px 0;
    float: left;
    width: 100%;
}

.next {
    margin-left:52px;
    float: left;
}

.prev {
    margin-right:52px;
    float: right;
}

/********* Comment Style *********/
#comments {
    margin: 20px 0px;
}

.index-comment{
    background: #ECEFF5;
    width: 480px;
    float: left;
    clear: both;
    margin-top: 5px;
    padding: 7px;
}

.morecomments {
    background: #ECEFF5 url(images/comment.gif) no-repeat scroll 7px 7px;
}

.morecomments a {
    margin-left: 18px;
}

.ic-avatar {
    float: left;
}

.ic-text {
    width: 430px;
    float: right;
}

.ic-meta {
    margin-bottom: 3px;
}

.ic-author {
    font-weight: bold;
    display: inline;
    margin-right: 5px;
}

.ic-content, .comment p {
    display: inline;
}

.ic-date {
    color: #777;
    margin-top: 2px;
}

#respond {
    float: left;
    width: 100%;
    margin: 15px 0px 5px 0px;
}

.comment-form input[type=text], 
#comment_form input[type=text], 
.comment-form textarea, 
#comment_form textarea {
    border:1px solid #BDC7D8;
    margin-bottom: 3px;
}

.comment-form textarea, 
#comment_form textarea {
    width: 352px;
}

.comment-form textarea.commenttextright, 
#comment_form textarea.commenttextright {
    height:30px;
    margin-left:5px;
    width:310px;
}

#comment_form input.submit {
    background-color:#5F78AB;
    border:1px solid #888888;
    border-color:#26446E #152F5F #0C2253;
    color:#FFFFFF;
    text-shadow:0 1px 0 #3E5A88;
    font-size:11px;
    font-weight:bold;
    padding: 3px 6px 4px;
    text-align:center;
}

.form_submit_right {
    text-align: right;
}

textarea.respondtext {
    border:1px solid #BDC7D8;
    height:14px;
    width:352px;
}

#comment_form input[type="text"], 
#comment_form textarea {
    color:#777777;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    font-size:11px;
    padding:3px;
}


/* Sidebar */
#sidebar {
    float: right;
    width: 400px;
}

#top-sidebar {
    float: left;
    width: 400px;
    margin-top: 10px;
    border-bottom:1px solid #E5E5E5;
    padding-bottom: 5px;
}

#top-sidebar ul li {
    float: left;
    height: 125px;
    width: 125px;
    margin: 3px 0px 20px 3px;
    text-decoration: none;
    border: none;
}

#ts-desc {
    float: left;
    width: 100%;
    margin: 10px 5px 5px 5px;
    font-size: 11px;
    color: #3B5998;
}

#left-sidebar,
#right-sidebar {
    margin-top: 30px;
}

#left-sidebar {
    float: left;
    width: 200px;
}

#left-sidebar .widget {
    border-top:1px solid #94A3C4;
    border-left:1px solid #D8DFEA;
    border-right:1px solid #D8DFEA; 
    border-bottom:1px solid #D8DFEA; 
    background-color: #FFFFFF;
    margin-bottom: 10px;
    margin-right: 10px;
}

#right-sidebar .widget li,
#left-sidebar .widget li {
    margin-top: 5px;
}

#left-sidebar .widgettitle {
    background:#ECEFF5 none repeat scroll 0 0;
    border-top:0 none;
    display:block;
    font-size:11px;
    margin-bottom:5px;
    padding:5px 8px;
}

#left-sidebar li ul {
    padding: 5px 10px 10px 10px;
}

#left-sidebar .widgettitle  a {
    text-decoration: none;
    color: #000;
}


#right-sidebar {
    float: right;
    width: 195px;
    border-left: 1px solid #CCC;
}

#right-sidebar .title,
#right-sidebar .widget {
    padding:10px 0 10px 10px;
    /* background-color: #FFFFFF; */
    border-bottom:1px solid #E5E5E5;
    border-left:4px solid #E5E5E5;
}

#right-sidebar .widgettitle {
    display:block;
    font-size:11px;
    margin-bottom:10px;
    font-size:12px;
    font-weight:bold;
    color: #3B5998;
}

.special_link {
    margin: 0px;
    padding: 5px 10px;   
    color: #3B5998;
    background:#ECEFF5 none repeat scroll 0 0;  
}

#footer {
    border-top:1px solid #DDDDDD;
    clear:both;
    float:left;
    margin-bottom:20px;
    margin-top:10px;
    padding-top:5px;
    line-height: 1.2em;
    width:100%;
}

#footer .left-footer {
    float: left;
    width: 30%;
    text-align: left;
    color: #777777;
}

#footer .right-footer {
    float: right;
    width: 45%;
}


/**** Adsense Style ******/
.adsense_homepage_banner {
    float: right;
    width: 468px;
}

#adsense_singlepost_top_square {
    float:right;
    height:250px;
    padding:5px 0 10px 10px;
    width:250px;
}

