/*Typography
-------------------*/

body {font: 1em/1em Verdana, Helvetica, Arial, Geneva, sans-serif;}

/*
Common - Padrões
-------------------*/

a {color: #FE1B01;}
a:hover {text-decoration: underline;}

p {
    font-size: 0.8em;
    line-height: 17px;
}

/*
Rounded Corner
---------------*/
button,
.msg, .user, .bigMsg p,	
footer ul {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#main {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/*
Layout
---------------*/

body {
    background: #502a6e;
    color: #333;
    font-family: "Trebuchet MS", Arial, sans-serif;
}


header {
    background: url(../../img/layout/bg-header.png) no-repeat top center;
    margin: 0 auto;
    height: 115px;
    width: 775px;
}

header h1 a {
    background: url(../../img/layout/logo.gif) no-repeat;
    display: block;
    height: 120px;
    text-indent: -9000px;
    width: 280px;
}

section#main {
    background: #FFF;
    color: #222;
    margin: 0 auto 15px;
    padding: 15px;
    position:relative;
    width: 745px;
}

footer {
    color: #fff;
    font-size: 0.7em;
    padding: 0 0 10px;
    margin: 0 auto;
    width: 775px;
}

footer a {
    color: #99CC00;
}

footer #powered {
    text-align: right;
}

footer ul {
    background: #EEE;
    font-size: 0.8em;
    height: 22px;
    padding: 8px 7px 0;
}

/*
Logo
-------------------*/	
header h1 {
    float: left;
    margin: 5px 0 0 0px;
}

/*
Twitter-bird
-------------------*/	
#twitter-bird {
    background: url(../../img/layout/twitter-bird.gif) no-repeat;
    color: #fff;
    float: right;
    font-size: 0.9em;
    font-weight: 800;
    height: 63px;
    margin: 45px 0 0 0px;
    padding: 23px 0 0 57px;
    width: 144px;
}

#twitter-bird a{
    color: #fff;
    display: block;
}

#twitter-bird a:hover{
    color: #FFCC00;
    text-decoration: none;
}

/*
Headers - Hs
-------------------*/	
h1, h2, h3, h4, h5, h6{
    font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
}

h1 {
    font-size: 1.3em;
}

/*
Página inicial
-------------------*/	

.cont {
    color: #ccc;
    position:absolute;
    right: 5px;
    top: -10px;
    font-size: 20pt;
    font-family: Georgia , Serif;
}

/*
Calendar
-------------------*/	
/* calendar styles */
#calendar_div {
    display: none;
    border: 1px solid #777;
    z-index: 10;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;

}
#calendar_div a {
    cursor: pointer;
    cursor: hand;
}
button.calendar_trigger {
    width: 25px;
}
img.calendar_trigger {
    width: 16px;
    height: 14px;
    margin: 2px;
    vertical-align: middle;
    display: inline;

}
#calendar_control, #calendar_links, #calendar_header, #calendar {
    clear: both;
    float: left;
    width: 185px;
    color: #fff;
}
#calendar_control {
    background: #400;
}
#calendar_links {
    background: #000;
}
#calendar_control a, #calendar_links a {
    font-weight: bold;
    font-size: 75%;
    letter-spacing: 1px;
    padding: 2px 5px;
    color: #eee;
}
#calendar_control a:hover {
    background: #fdd;
    color: #333;
}
#calendar_links a:hover {
    background: #ddd;
    color: #333;
}
#calendar_clear, #calendar_prev {
    float: left;
}
#calendar_current {
    float: left;
    width: 35%;
    text-align: center;
}
#calendar_close, #calendar_next {
    float: right;
}
#calendar_header {
    background: #333;
    text-align: center;
}
#calendar_header select {
    background: #333;
    color: #fff;
    border: 0px;
    font-weight: bold;
}
#calendar {
    background: #ccc;
    text-align: center;
    font-size: 105%;
}
#calendar a {
    color: #333;
}
#calendar a:hover {
    color: #000;
    background: none;
}
#calendar .calendar_titleRow {
    background: #777;
    font-size: 12px !important;
}
#calendar .calendar_daysRow {
    background: #eee;
    color: #666;
}
#calendar .calendar_daysCell {
    color: #000;
    border: 1px solid #ddd;
}
#calendar .calendar_weekEndCell {
    background: #ddd;
}
#calendar .calendar_daysCellOver {
    background: #fff;
    border: 1px solid #777;
}
#calendar .calendar_unselectable {
    color: #888;
}
#calendar_today {
    background: #fcc !important;
}
#calendar_currentDay {
    background: #999 !important;
}
#calendar_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -1; /*must have*/
    left: -1px; /*must have*/
    width: 187px; /*must have to match width and borders*/
    height: 210px; /*must have to match maximum height*/ 
}


/*
Mensagens - Top
-------------------*/	
#timeline h3 {
    font-family:  "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    margin: 0;
    padding: 0;
}

#ultimos {
    float: left;
}

#proximos {
    margin: 0 0 0 380px;
}

.msg {
    font-size: 0.7em;
    margin: 10px 0 0;
}

.msg {
    background: #eee;
    height: 70px;
    padding: 5px;
    position:relative;
    width: 358px;
}

.msg img{
    border: 1px solid #ccc;
    float: left;
    margin: 0 5px 5px 0;
    width: 48px;
}

.msg em {
    color: #9c0;
}

.msg b {
    font-weight: 800;
}

.msg p {
    font-size: 1em;
    margin: 0;
}

.msg small{
    bottom: 3px;
    color: #777;
    font-family:  Georgia, "Lucida Grande", "Trebuchet MS", Verdana,, Arial, Helvetica, sans-serif;
    font-size: 0.95em;
    font-style: italic;
    line-height: normal;
    margin: 15px 0 0;
    left: 60px;
    position: absolute;
}

.msg a {
    color: #9c0;
    font-weight: 800;
}

.msg small a {
    color: #777;
    font-size: 0.9em;
}
