body {
    font-size: 11px;
}

span.checkbox {
    background-image: url(/img/checkboxes.png);
    display: block;
    float: left;
    clear: left;
    width: 19px;
    height: 19px;
    background-position: 0 -2px;
}
span.checkbox.checked {
    background-position: 0 -52px;
}

.planner {
    width: 100%;
    position: relative;
}

.span4,
.span6,
.span12 {
    float: left;
    padding: 2%;
}
.span4 {
    width: 30%;
}
.span6 {
    width: 43%;
}
.span12 {
    width: 93%;
}

.planner .span4,
.planner .span6,
.planner .span12 {
    margin: 1%;
    border: 1px solid silver;
    background-color: white;
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 5px 5px 5px #888;


    -webkit-border-radius: 30px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius: 30px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-radius: 30px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;

    behavior:url(/styles/pie.php);
}

.left-half {
    width: 50%;
    float: left;
}

.right-half {
    width: 50%;
    float: right;
}

.left-half .span6,
.right-half .span6 {
    width: 90%;
}

.planner h2 {
    font-size: 20px;
    text-align: center;
    border-bottom: 2px solid green;
}

.planner h3 {
    display: inline;
    font-size: 17px;
}

.planner .data {
    color: #0000e7;
}

.header .edit {
    float: right;
    font-weight: bold;
}

.top-projects .name {
    width: 80%;
}

.top-projects .action {
    width: 90%;
}

.focus .area {
    width: 32%;
    float: left;
}

.breakthrough .check,
.financial-integrity .check,
.personal-pro-dev .check {
    float: left;
    width: 25px;
}
.breakthrough textarea,
.financial-integrity textarea {
    float: left;
}

.creative-dev .check {
    float: left;
}

.cleanup-completions .action {
    width: 90%;
}


/** weekly plan! */

.planner .mission-intention input {
    width: 70%
}

.planner .call-to-action {
    text-align: center;
    font-style: italic;
    font-size: 18px;
    clear: both;
}

.planner .float-check .check {
    float: left;
    clear: left;
}

.planner .week-review {
    background-color: #ddfffc;
}

.planner .week-review .text {
    width: 80%;
}

.planner .week-review .brainstorm input {
    width: 40px;
    display: inline;
}

.planner .success-call .completed {
    float: left;
}

.planner .success-call .scheduled {
    float: right;
}

@media print {
    .save, .edit, .noprint {
        display: none;
    }
}
