@charset "utf-8";
/*
 * Style Name: Tagaabo Stylesheet
 * Style Path: /css/style.css
 * Description: design stylesheet
 *
 */
#monthly-calendar {
  word-break: break-all;
}

body {
    background: #fff url(/images/header_bg.png) repeat-x top;
}

div#doc {
    margin: 0 30px 0 30px;
    width: 940px;
}

div#main {
    float: left;
    width: 785px;
}

div#sub {
    float: right;
    width: 155px;
}

div#tags {
    overflow: hidden;
    max-height: 350px;
}

div#form-area,
div#footer {
    clear: both;
}

::-moz-selection {
    color: #333;
    background: #edf3fe;
}

::selection {
    color: #333;
    background: #edf3fe;
}

h1, h2, h3, h4, h5, strong, em {
    font-weight: bold;
}

h1 {
    font-size: 32px;
}

a:link {
    color: #36c;
    text-decoration: underline;
}

a:visited {
    color: #2c5ec4;
}

a:hover {
}

#main h2 {
    margin-bottom: 0.5em;
    padding: 2px 0 2px 24px;
    font-weight: bold;
    font-size: 105%;
    line-height: 1;

    font-size: 105%;
}

h3, h4 {
    margin-bottom: 0.5em;
    padding: 1px 0 2px 0;
    font-weight: bold;
    font-size: 105%;
}

p {
    margin-bottom: 0.7em;
    line-height: 1.6;
}

q {
    margin: 0;
    padding: 0 0 0 20px;
    display: inline;
    font-size: 93%;
    color: #999;
}

li img {
    vertical-align: middle;
}

#main div.section {

}

#sub div.section {
    margin-left: 7px;
    margin-bottom: 12px;
}

#sub div.section div.section {
    margin: 0;
}

form table th {
    vertical-align: top;
}

form dl dt {
    margin-bottom: 2px;
}

input.ruler,
a.ruler {
  font-family:arial,helvetica,clean,sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  text-indent: 0.2em;
}

input.ruler {
  margin-top: 4px;
}

input {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

input.text,
input.password,
input.email,
textarea {
    border: 1px solid #999;
    vertical-align: top;
}

input.submit,
input.button {
    padding: 0 2px;
    _padding: 0;  /* for Win IE6 */
}

input.button {
    margin-bottom: 3px;
}

form div.option {
    margin-bottom: 5px;
}

form div.submit {
    margin-bottom: 15px;
}

input.text,
input.password,
input.email,
input.file,
textarea,
select {
    margin-bottom: 4px;
}

/* ----------------------------------------
 * common
 * ---------------------------------------- */
.note {
    font-size: 95%;
}

.error {
    color: #f00;
}

.success {
    color: blue;
}

.disabled {
    color: #999;
}

.example {
    margin-bottom: 10px;
    font-size: 93%;
    color: #999;
}

.tags a {
    color: #008000!important;
    text-decoration: none;
}

.tags a:active,
.tags a:hover {
    color: #fff!important;
    background: #008000;
    text-decoration: none;
}

.tags span.add a,
.tags span.add a:active,
.tags span.add a:hover {
    background: #fff!important;
}

/* ----------------------------------------
 * floating- clear
 * ---------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    display: inline-block;  /* not valid */
}

/* Hides from IE-mac Hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;    /* overwrite */
}

/* ----------------------------------------
 * header
 * ---------------------------------------- */
#header {
    padding: 20px 0;
}

h1 {
    float: left;
}

h1 a,
h1 span a {
    text-decoration: none;
}

h1 a:link {
    text-decoration: none;
}

h1 a:hover {
    text-decoration: underline;
}

h1 span {
    margin-left: 15px;
    text-decoration: none;
}

h1 a.logo {
    color: #008000;
}

ul#account-menu {
    float: right;
    font-size: 11px;
    width: 260px;
    text-align: right;
}

ul#account-menu li {
    margin-left: 10px;
    display: inline;
}

/* ----------------------------------------
 * Main
 * ---------------------------------------- */
div#itembox {
    margin: 0 0 5px 0;
    border-top: 1px solid #c5d7ef;
    border-right: 1px solid #c5d7ef;
    border-left: 1px solid #c5d7ef;
    border-bottom: 1px solid #c5d7ef;
    width: 783px;
    /* height: 350px; moved to timeline.css to make it look nicer in calendar view */
    /* overflow: auto; same as above */
    position: relative;
}

div#TB_ajaxContent ul li.item,
div#itembox ul li.item {
    position: relative;
}

div#TB_ajaxContent ul li.item div.inner,
div#itembox ul li.item div.inner {
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
}

/* Older Items h2 */
div#itembox ul li.item div.inner h2 {
    text-align: center;
}

/* Older Items link */
div#itembox ul li.item div.inner h2 a {
    text-decoration: none;
}

div#TB_ajaxContent ul li.item li.item,
div#itembox ul li.item ul li.item {
    margin-left: 15px;
}

div#TB_ajaxContent ul li div.itemid,
div#itembox ul li div.itemid {
    margin-right: 5px;
    float: left;
    width: 75px;
    color: #fff;
    background: #36c url(/images/idbg.gif) no-repeat right;
    font-size: 113%;
}

div#itembox ul li.item ul li.item div.itemid {
    width: 66px;
    color: #fff;
    background: #648bd8 url(/images/idbg2.gif) no-repeat right;
    font-size: 100%;
}

div#itembox ul li.item ul li.item div.itemid ul li.item div.itemid {
    width: 66px;
    color: #fff;
    background: #648bd8 url(/images/idbg2.gif) no-repeat right;
}

div#TB_ajaxContent ul li.item ul.itemlist,
div#itembox ul li.item ul.itemlist {
    margin-bottom: 5px;
}

div#TB_ajaxContent ul li div.itemid span.itemid,
div#itembox ul li div.itemid span.itemid {
    display: block;
    padding: 4px 7px 2px 7px;
    text-decoration: none;
    font-weight: bold;
    font-size: 110%;
    color: #fff;
}

div#TB_ajaxContent ul li div.text{
    float: left;
    width: 500px;
}
div#itembox ul li.item div.text {
    float: left;
    width: 594px;
    width: 680px;
}

div#itembox ul li.item ul li.item div.text {
    width: 588px;
    width: 674px;
}

div#itembox ul li.item ul li.item ul li.item div.text {
    width: 573px;
    width: 659px;
}

div#TB_ajaxContent ul li div.text-body,
div#TB_ajaxContent ul li div.image,
div#TB_ajaxContent ul li pre,
div#itembox ul li div.text-body,
div#itembox ul li div.image,
div#itembox ul li pre {
    margin: 0 7px 4px 7px;
}

div#TB_ajaxContent ul li div.image,
div#itembox ul li div.image {
    text-align: center;
}

div#TB_ajaxContent ul li pre,
div#itembox ul li pre {
    margin-left: 20px;
    padding: 4px 4px 6px 7px;
    border-left: 1px solid #60ccf0;
    width: auto;
    _width: 98%; /* for Win IE6 */
    line-height: 1.3;
    _font-size: 93%;
    overflow: visible; /* for Mac IE5.5 */
    /*\*/
    overflow: auto;
    /* */
    background-color: #fefefe;
}

div#TB_ajaxContent ul li div.image img,
div#itembox ul li div.image img {
    border: 1px solid #ccc;
    padding: 4px;
    text-align: center;
}

div#TB_ajaxContent ul li div.tags,
div#itembox ul li div.tags {
    padding: 4px 0 7px 0;
    float: left;
    width: 420px;
    line-height: 1.3;
    font-size: 85%;
}

div#itembox ul li.item ul li.item ul li.item div.tags {
    width: 400px;
}

div#TB_ajaxContent ul li div.tags div,
div#itembox ul li div.tags div {
    margin: 0 7px;
}

div#TB_ajaxContent ul.item-footer,
div#itembox ul.item-footer {
    padding: 4px 0 7px 0;
    float: right;
    width: 160px;
}

div#TB_ajaxContent ul.item-footer li,
div#itembox ul.item-footer li {
    border: none;
    float: right;
    color: #ccc;
    background: #fff none;
    font-size: 90%;
}

div#TB_ajaxContent ul.item-footer li.datetime,
div#TB_ajaxContent ul.item-footer li.edit,
div#itembox ul.item-footer li.datetime,
div#itembox ul.item-footer li.edit {
    margin-right: 10px;
}

div#TB_ajaxContent ul.item-footer li.comment,
div#itembox ul.item-footer li.comment {
    margin-right: 8px;
}

/* comment form and edit form */
form.comment-form,
form.edit-form {
    margin: 0 0 7px 7px;
    padding: 7px 8px 0 10px;
    background: #ebfad7;
    background: #f1f9fc;
}

form.comment-form input.tags,
form.edit-form input.tags {
    padding: 1px 2px 1px 20px;
    width: 350px;
    display: block;
    background: #fff url(/images/tag.png) no-repeat 2px 2px;
}

div#TB_ajaxContent form.edit-form textarea {
    width: 465px;
    display: block;
}

div#itembox form.edit-form textarea {
    width: 615px;
    display: block;
}

form.comment-form textarea {
    width: 372px;
    height: 5em;
    display: block;
}

form.edit-form label {
    margin-right: 10px;
}

form.edit-form a.delete {
    margin-left: 140px;
    font-size: 93%;
}

form.comment-form a.cancel,
form.edit-form a.cancel {
    margin-left: 4px;
    font-size: 93%;
}

form .action-area {
  padding-bottom: 6px;
  vertical-align: middle;
}

/* ----------------------------------------
 * Sub
 * ---------------------------------------- */
#sub h2 {
    margin: 0 0 4px 0;
    padding: 4px 10px 6px 10px;
    min-height: 18px;
}

#sub h2 a {
    color: #000;
    text-decoration: none;
}

#sub div.view {
    margin-top: 4px;
    font-size: 85%;
    text-align: left;
    padding-left: 20px;
}
#sub div.more {
    margin-top: 4px;
    font-size: 85%;
    text-align: right;
}

#sub #views h2 {
    padding: 0 0 2px 28px;
    border-bottom: 3px solid #cee4fa;
    background: url(/images/view.png) no-repeat 5px 0;

}

#sub #tags h2 {
    padding: 0 0 2px 28px;
    border-bottom: 3px solid #c0ef7f;
    background: url(/images/tag.png) no-repeat 5px 0;
}

#sub ul li {
    width: 100%;
}

#sub ul li a {
    _width: 100%;  /* for Win IE6 */
}

#sub div#views ul li a {
    padding: 3px 4px 3px 28px;
    display: block;
    color: #000;
    text-decoration: none;
}

#sub ul li.timeline a {
    background: url(/images/time.png) no-repeat 7px 4px;
}

#sub ul li.thread a {
    background: url(/images/thread.png) no-repeat 7px 4px;
}

#sub ul li.calendar a {
    background: url(/images/calendar.png) no-repeat 7px 4px;
}

#sub ul li.calendar ul li {
    margin-left: 19px;
}

#sub div#views ul li.calendar ul li a {
    padding-left: 13px;
    background: url(/images/pt_ss.gif) no-repeat 0 9px;
    font-weight: normal;
}

#sub div#views ul li.current a,
#sub div#views ul li ul li.current a {
    font-weight: bold;
}

#sub ul.tags li {
    margin: 0 4px 3px 6px;
}

#sub ul.tags li span.tag {
    margin: 0 4px 0 0;
    padding: 0;
    display: inline!important;
}

#sub ul.tags li span,
#sub ul.tags li span a {
    width: auto!important;
    display: inline!important;
}

p.organize {
    margin: 15px 0 0 5px;
}

p.organize a {
    padding: 0 0 4px 12px;
    background: url(/images/pt_or.png) no-repeat 0 5px;
}

/* ----------------------------------------
 * form-area
 * ---------------------------------------- */
div#form-area div.add {
    background: url(/images/btn.png) no-repeat;
}

div#form-area div.add a {
    padding: 7px 17px 14px 35px;
    background: url(/images/plus.png) no-repeat 10px 6px;
    display: block;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #111;
    line-height: 1;
}

div#form-area a.close {
    display: block;
    position: absolute;
    padding: 5px 10px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    font-size: 11px;
    background: url(/images/close.png) no-repeat 3px 8px;
    text-align: right;
}

form#lifelog-form-with-calendar,
form#lifelog-form-with-attachment,
form#lifelog-form {
    margin-bottom: 10px;
    padding: 15px 15px 2px 15px;
    background: #ebfad7;
    position: relative;
}

form#lifelog-form-with-calendar th,
form#lifelog-form-with-attachment th,
form#lifelog-form th {
    padding: 0 20px 0 0;
    width: 30px;
    _width: 30px;
    font-weight: bold;
}

form#lifelog-form-with-calendar input.tags,
form#lifelog-form-with-attachment input.tags,
form#lifelog-form input.tags {
    padding: 1px 2px 1px 20px;
    width: 350px;
    background: #fff url(/images/tag.png) no-repeat 2px 2px;
}

form#lifelog-form-with-calendar span.note,
form#lifelog-form-with-attachment span.note,
form#lifelog-form span.note {
    color: #666;
    font-size: 85%;
}

form#lifelog-form-with-calendar div.current_tag,
form#lifelog-form-with-attachment div.current_tag,
form#lifelog-form div.current_tag{
    width: 615px;
}

form#lifelog-form-with-calendar a.more,
form#lifelog-form-with-attachment a.more,
form#lifelog-form a.more {
    font-size: 85%;
}

form#lifelog-form-with-calendar ul.more-tags,
form#lifelog-form-with-attachment ul.more-tags,
form#lifelog-form ul.more-tags {
    margin-bottom: 6px;
}

form#lifelog-form-with-calendar ul.more-tags li,
form#lifelog-form-with-attachment ul.more-tags li,
form#lifelog-form ul.more-tags li {
    margin-right: 2px;
    display: inline;
    font-size: 93%;
}

form#lifelog-form-with-calendar span.attach,
form#lifelog-form-with-attachment span.attach,
form#lifelog-form span.attach {
    margin: 8px 0 0 7px;
    font-size: 85%;
}

form#lifelog-form-with-attachment textarea#input-text-with-attachment,
form#lifelog-form-with-attachment form#attachment-file-field,
form#lifelog-form textarea#input-text {
    margin-bottom: 6px;
    width: 615px;
    height: 5.5em;
}

form#lifelog-form-with-calendar textarea#input-text {
    margin-bottom: 6px;
    width: 500px;
    height: 5.5em;
}

form#lifelog-form-with-calendar td.action-area,
form#lifelog-form-with-calendar td.action-area input,
form#lifelog-form-with-attachment td.action-area,
form#lifelog-form-with-attachment td.action-area input,
form#lifelog-form td.action-area,
form#lifelog-form td.action-area input {
    vertical-align: middle;
}

form#lifelog-form-with-attachment td.attach,
form#lifelog-form td.attach{
    vertical-align: top;
}

form#lifelog-form-with-attachment td.file,
form#lifelog-form td.file,
form#lifelog-form td.date {
    padding-bottom: 6px;
}

form#lifelog-form-with-attachment td.submit input.submit,
form#lifelog-form td.submit input.submit {
    margin-right: 10px;
}

form#lifelog-form-with-attachment input.todo,
form#lifelog-form input.todo {
    color: blue;
    font-weight: bold;
}

/* ----------------------------------------
 * footer
 * ---------------------------------------- */
#footer {
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

address {
    padding: 0 10px 0 0;
    text-align: left;
    display: inline;
}

address a {
    text-decoration: none;
}

/* ----------------------------------------
 * Top page
 * ---------------------------------------- */
body#top {
  margin: 0;
  padding: 0;
  background: url(/images/top/bodybg.png) repeat-x top;
}

body#top div#doc {
  margin: 0;
  width: auto;
}

body#top div#header,
body#top div#contents {
  margin: 0 30px;
  width: 840px;
}

body#top div#header {
  padding: 16px 0 22px 0;
}

body#top div#footer {
  padding: 17px 0 10px 260px;
}

body#top div#contents {
  margin-bottom: 25px;
}

body#top #lead .left {
  float: left;
  width: 425px;
}

body#top #lead .right {
  margin-top: 12px;
  float: right;
  width: 415px;
  text-align: right;
}

body#top #lead h2 {
  margin-bottom: 10px;
}

/* signup button */
div.signup {
  margin-bottom: 20px;
  background: url(/images/top/signup_on.png) no-repeat;
}

div.signup a {
  display: block;
  width: 425px;
  height: 56px;
  background: url(/images/top/signup.png) no-repeat;
}

div.signup a:hover {
  background: url(/images/top/signup_on.png) no-repeat;
}

div.signup a strong {
  display: none;
}

/* signin form */
form#signin-form {
  padding: 8px 20px;
  background: #ffffed;
}

form#signin-form dl {
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
  width: 150px;
  overflow: hidden;
}

form#signin-form div.submit {
  float: left;
  position: relative;
  width: 64px;
}

form#signin-form div.submit input.submit {
  position: absolute;
  top: 18px;
  font-weight: bold;
}

form#signin-form input.text {
  width: 147px;
}

form#signin-form div.rememberme label{
  float: left;
}

form#signin-form div.forgotpassword{
  float: right;
}

body#top #extra {
  width: 100%;
  background: url(/images/top/extrabg.png) repeat-x top;
}

body#top #extra .left {
  float: left;
  width: 400px;
}

body#top #extra .right {
  float: right;
  width: 365px;
}

body#top #extra div.inner {
  margin: 0 30px 0 30px;
  padding: 20px 0 0 0;
  width: 840px;
}

body#top #extra div.section {
  margin: 0 0 30px 0;
}

body#top #extra {
  line-height: 1.5;
  font-size: 108%;
  word-break: normal;
}

body#top #extra h2 {
  margin-bottom: 20px;
  font-size: 138.5%;
}

/* For list style */
body#top ul
{
  margin: 0 0 0 1em;
  padding: 0;
}

body#top ol
{
  margin: 0 0 0 2em;
  padding: 0;
}

body#top ul li {
  list-style-type: disc;
}

body#top ol li {
  list-style-type: decimal;
}

input.datepicker {
  width: 100px;
}

