.clear-line { clear: both; }

body {
    font-family: Arial, sans-serif;
    font-size: 0.9em;
}

#flowingdata {
    text-align:center;display:block;background-color:#333;padding:5px;font-size:11px;color:#ccc;
    text-transform:uppercase;
    margin:0 0 10px 0;
}
#flowingdata a { color: #fff; font-weight:bold; text-decoration:none;}
#flowingdata a:hover { text-decoration: underline;}

#main-wrapper {
    width: 980px;
    margin: 0px auto 15px auto;
    overflow: hidden;
}

/* Top Dash 
===================================*/

#top-dash {
    margin-left: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCC;
}

.top-sec {
    float: left;
    width: 210px;
    height: 70px;
    padding: 15px;
}

.top-sec h3 {
    text-transform: uppercase;
    color: #a6a6a6;
    font-size: 11px;
    margin-bottom: 15px;
}

#current-weight {
    border-right: 1px solid #CCC;
}
    #current-weight h1, #weight-remaining h1 {
        font-family: Palatino, Georgia, serif;
        font-size: 55px;
    }
    #current-weight h1 span, #weight-remaining h1 span {
        font-size: 35px;
    }

#progress {
    border-right: 1px solid #CCC;
}
#progress p {
    font-size: 12px;
    line-height: 1.2em;
}


#weight-remaining {
    border-right: 1px solid #CCC;
}

#food-week {

}


#content {
    padding-left: 15px;
}



/* LEFT CONTENT
===================================*/

#left-content {
    padding-right: 22px;
    border-right: 1px solid #CCC;
    width: 700px;
    float: left;
}


#bmi {
    padding-left: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCC;
}

/* Time series
===================================*/

#time-series {
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #CCC;
    margin: 0 auto 30px auto;
    text-align: center;
}


/* Food Section
===================================*/

#food-status {
    float: left;
    width: 200px;
    padding-right: 15px;
}
#food-status h1 { 
    font-size: 24px; 
    text-transform: uppercase; 
    text-align: right;
    padding-bottom: 100px;
    border-bottom: 1px solid #CCC;
    
}
#food-status .sec { 
    padding: 30px 15px;
    border-bottom: 1px solid #CCC; 
}
#food-status .sec p { font-size: 12px; line-height: 1.3em; }
.sec h3 {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
}


#food-log {
    float: left;
    width: 463px;
    font-size: 0.9em;
    padding-left: 20px;
    border-left: 1px solid #CCC;
}
#food-log h3 {
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: normal;
    color: #666;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 3px;
    margin-bottom: 8px;
}
#food-log ul {
    font-family: Palatino, Georgia, serif;
    margin-bottom: 25px;
}
#food-log ul li {
    margin-bottom: 8px;
}
#food-log ul li span { color: #666;}




/* SIDEBAR
===================================*/

#sidebar {
    float: left;
    width: 220px;
    padding-left: 15px;
}

#motivation {
    font-family: Palatino, Georgia, serif;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCC;
}
#motivation h1 {
    font-size: 50px;
    font-weight: normal;
    margin-bottom: 30px;
}
#motivation p { font-size: 11px; }
#motivation p span {
    text-transform: uppercase;
}

