/*
Theme Name: Bito
Description: Clean and clear, no-image, standards compliant. Compatible with WordPress 2.8.
Version: 1.1
Author: Tommy Wang
Author URI: http://blogs.gaixie.org/tommy
Tags: fixed-width, two-columns, right-sidebar, theme-options
*/

body {
    font-size: 75%; /* Resets 1em to 10px */
    font-family:Arial,Helvetica,sans-serif;
    text-align: center;
    line-height:1.4em;
    background:#F7F7F7 none repeat scroll 0 0;
    color:#414141;
}

h1 {
    font-size: 1.7em;
    margin: 0;
}

h2 {
    font-size: 1.4em;
    margin: 0;
}

h3 {
    font-size: 1.2em;
    margin: 0;
}

h4 {
    font-size: 1em;
    margin: 0;
}

h5 {
    font-size: 0.9em;
    margin: 0;
}

/* blog title */
h1, h1 a, h1 a:hover, h1 a:visited{
    text-decoration: none;
    color: #333;
}

h2 a, h2 a:visited, h2 a:visited,
h3 a, h3 a:visited, h3 a:visited,
h4 a, h4 a:visited, h4 a:visited,
h5 a, h5 a:visited, h5 a:visited {
    color: #2850AA;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
    color: #A30000;
}

h3.comments {
    padding: 0;
}

a {
    color: #2850AA;
    text-decoration: none;
}

a:visited {
    color: #114477;
    text-decoration: none;
}

a:hover {
    color: #A30000;
}
/* --------begin container ----------*/
#container {
    text-align: left;
    -moz-border-radius-bottomleft:11px;
    -moz-border-radius-bottomright:11px;
    -moz-border-radius-topleft:11px;
    -moz-border-radius-topright:11px;
    background:#FFFFFF none repeat scroll 0 0;
    border:1px solid #DFDFDF;
    color:#333333;
    margin:2em auto 0;
    padding:1em 2em;
    width: 820px;
    overflow:hidden;
}

/* begin header */
#header {
    background-color: white;
    margin: 0 0 0 1px;
    padding:0 0 0 18px;
    height: 90px;
}

#searchform {
    float:right;
    height:2.4em;/**/
    width:200px;
    padding:0;
    margin:0;
}

#s {
    font-size:1em;
    padding:1px;
    width:130px;
    vertical-align:middle;
}

#searchsubmit {
    width:auto;
    padding:1px;
    font-size:0.9em;
    vertical-align:middle;
}

#headerimg     {
    margin: 0;
    height: 70px;
    width: 60%;
}

#headerimg h1 {
    padding-top: 40px;
}

#headerimg .description {
    font-size: 1em;
    font-style:italic;
    color:#333;
}


/* end header */

/* begin navigation menu*/

#navigation{
    margin-left: 4px;
    padding: 0;
    width: 710px;
    background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
    padding-left: 5px;
}

#navigation ul{
    font-size:1.1em;
    font-weight:bold;
    margin:0;
    padding:0;
    list-style:none;
}

#navigation li{
    display:inline;
    margin:0 2px 0 0;
    padding:0;
}


#navigation a{
    float:left;
    color: #333;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    background: #CCCCCC none repeat scroll 0 0;
    margin:0 2px 0 0;
    padding:0 0 1px 2px;
    text-decoration:none;
}

#navigation a span{
    float:none;
    display:block;
    -moz-border-radius-topright:4px;
    background:  no-repeat right top;
    padding:3px 8px 2px 7px;
}

#navigation a:hover{
    -moz-border-radius-topleft:4px;
    color:#FFF;
    background-color: #808080;
}

#navigation a:hover span{
    -moz-border-radius-topleft:4px;
    background-color: #808080;
}

#navigation #current a, #navigation #current span{ /*currently selected tab*/
    -moz-border-radius-topleft:4px;
    color: #FFF;
    background-color: #808080;
}

#navigationline{
    clear: both;
    padding: 0;
    width:820px;
    height: 8px;
    line-height: 8px;
    background: #808080;
    border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* end navigation menu */

/* begin content */
#content {
    float:left;
    margin:30px 0 0;
    width:560px;
    padding: 0 30px 0 0;
    border-right:2px solid #CCCCCC;
}

.singlecol #content {
    padding: 0 45px 20px 45px;
    margin: 30px 0 0;
    float:none;
    width:auto;
    border-right:none;
}

/* page title */
h2.pagetitle, h3.pagetitle {
    padding:0 0 3px;
    border-bottom:1px solid #CCCCCC;
}

h2.pagetitle a,h2.pagetitle a:visited,
h3.pagetitle a,h3.pagetitle a:visited {
    color: #000;
}

h2.pagetitle a:hover, h3.pagetitle a:hover {
    color: #A30000;
}

#content .titleinfo {
    margin-bottom:20px;
}

/* paragraphs, table, lists, etc */
#content table th a,
#content table td a {
    color:#2850AA;
    text-decoration:underline;
}

#content table th a:visited,
#content table td a:visited {
    color:#114477;
}

#content table th a:hover,
#content table td a:hover {
    color:#A30000;
}

#content table th {
    background:#CCCCCC none repeat scroll 0 0;
}

#content table th {
    border:1px solid #DDDDDD;
    padding:0.2em 0.4em;
    text-align:center;
}

#content table td {
    border:1px solid #DDDDDD;
    padding:0.2em 0.4em;
}

/* subcontent list */
#content ul, #content ol {
    margin:0 0 0 1.4em;
    padding:0 0 18px;
}

#content ul li, #content ol li {
    margin: 0 0 6px 10px;
}

pre,code {background-color:#F8F8F8;}

code {
-x-system-font:none;
    font-family:'Courier New',Courier,Fixed;
    font-size:0.9em;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}

blockquote {
    border-left:3px solid #DDDDDD;
    margin:5px 30px 0 10px;
    padding-left:5px;
}

kbr {color:#009193;}

.next a {float:right;}
.previous a {float:left;}

a img {
    border:medium none;
}

p img {
    max-width:100%;
    padding:0;
}

p.info {
    text-align:center;
    padding:0 0 20px 0;
    font-size:0.9em;
    color:#777777;
}

/* end content */

/* begin entry */
.entry {
    margin:0 0 20px 0;
}

.entry.single {clear:both;}

.entry.single {margin:0 0 20px 0;}

.entry .info em {
    padding-right:6px;
    font-style:normal;
}

.entry a {
    color: #2850AA;
    text-decoration: underline;
}

.entry a:visited {
    color: #114477;
}

.entry a:hover {
    color: #A30000;
}

/* end entry */

/*Begin commnet thread*/
.thread-alt {
    background-color: #f8f8f8;
}
.thread-even {
    background-color: white;
}

.depth-1 {
    border: 1px solid #ddd;
}

.even, .alt {
    border-left: 1px solid #ddd;
}

small,
.titleinfo {
    font-size: 0.9em;
    line-height: 1.5em;
}

.commentlist {
    padding: 0;
    text-align: justify;
}

.children { padding: 0; }

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentlist li, 
#commentform input, 
#commentform textarea {
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
    font-size: 1em;
    margin-right: -5px;
    margin-left: 10px;
}

.commentlist li {
    font-weight: bold;
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
    list-style: none;
}

.commentlist li .avatar { 
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
}

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
    margin: 10px 5px 10px 0;
}

#commentform p {
    font-family:Arial,Helvetica,sans-serif;
    margin: 5px 0;
}

.commentmetadata {
    font-weight: normal;
    margin: 0;
    display: block;
}

.commentnav {
    display:block;
    margin-bottom:35px;
    margin-top:10px;
    text-align:center;
}

small,
.titleinfo, 
#sidebar ul ul li, 
#sidebar ul ol li, 
.nocomments, 
.postmetadata, 
blockquote, 
strike {
    color: #777;
}


.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.alt {
    margin: 0;
    padding: 10px;
}

/*End commnet thread*/

/* Begin Comment Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align:center;
}

select {
    width: 130px;
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#commentform {
    margin: 5px 10px 0 0;
}

#commentform textarea {
    width: 100%;
    padding: 2px;
}

#respond h3 {
    margin:30px 0 0;
}
#respond:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#commentform #submit {
    margin: 0 0 5px auto;
    float: right;
}
/* End Comment Form Elements */

/* archives */
.archive .postspermonth {
    margin:0;
    list-style:none;
}

h2.archivetitle {
    padding:0 0 20px;
    text-align:center;
}

/* begin subcontent */
#subcontent {
    width:205px;
    padding:15px 0 0 19px;
    font-size:0.9em;
    line-height:1.5em;
    float:right;
    background:white;
}

/* subcontent headings */
#subcontent h2 {
    margin:18px 0 10px 0;
    font-size:1em;
    line-height:1em;
    font-family:Georgia,serif;
    color:#FFF;
    -moz-border-radius-topleft:4px;
    background:#808080 none repeat scroll 0 0;
}

#subcontent h2 em {
    display:block;
    padding:5px 10px;
    font-style:normal;
}

#subcontent ul, #subcontent ol {
    margin:0 0 0 1.4em;
    padding:0 0 18px 0;
}

#subcontent ul ul, #subcontent ol ol {
    padding:0;
}

/* subcontent list */
#subcontent ul li {
    margin:2px 0 0 18px;
    padding-bottom:2px;
    border-bottom:1px solid;
    border-bottom-color:#F0F0F0;
}

#subcontent li a {
    padding:1px 0;
    height:1%; /* IE WIN */
}

#subcontent ul.pages li ul,
#subcontent ul.categories li ul, #subcontent ul li.cat-item ul {margin:0;}

#subcontent ul.pages li li, #subcontent ul li.page_item li.page_item,
#subcontent ul.categories li li, #subcontent ul li.cat-item li.cat-item {
    margin-left:10px;
    padding:0 0 0 0;
    border-bottom:none;
}

#subcontent ul.pages li ul ul,
#subcontent ul.categories li ul ul, #subcontent ul li.cat-item ul ul {margin:0 0 0 16px;}

/* calendar */
#wp-calendar {
    display:inline-table;
    border-collapse:collapse;
    width:185px;
    margin:0px 10px 0 10px;
    text-align:center;
    color:#A0A0A0;
}

#subcontent table caption {
    margin:-5px 10px 5px 10px;
    padding-bottom:5px;
    border-bottom:1px solid;
    letter-spacing:0.1em;
    border-bottom-color:#F3F4F4;
}

#subcontent table thead tr {
    border-bottom:1px solid;
    border-bottom-color:#F3F4F4;
    color:#414141;
}

#subcontent table th {
    border-bottom:1px solid;
    border-bottom-color:#F3F4F4;
}

#subcontent table td {
    width:180px;
    padding:1px;
    font-size:1em;
}

#subcontent table td#today {
    padding:0;
    border:1px solid;
    font-size:1em;
    font-weight:bold;
}

#subcontent table td a {
    display:block;
    border-bottom:1px solid;
    font-weight:bold;
    font-size:1.15em;
    border-bottom-color:#F3F4F4;
    background-color:#F8F8F8;
}

#subcontent table tfoot {
    border-top:1px solid;
    border-top-color:#F3F4F4;
}

#subcontent table tfoot a {
    border:none;
    font-weight:bold;
    background:none;
}

#subcontent table tfoot #prev a {text-align:left;}
#subcontent table tfoot #next a {text-align:right;}
/* end subcontent */

/* footer */
#footer {
    clear:both;
    font-size:0.9em;
    color:#A0A0A0;
    padding:40px 0 0 0;
}

#footer p {
    padding:0;
    margin:0 0 0 0;
    border-top:2px solid #CCCCCC;
    text-align:center;
}

#footer strong {font-weight:normal;}

.singlecol #footer {
    padding:25px 0 0 0;
}

.singlecol #footer p {
    padding:0;
    text-align:center;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption-dd {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

