/**
 * Tatoeba Project, free collaborative creation of multilingual corpuses project
 * Copyright (C) 2009  Parisi Robin <parisi.robin@gmail.com>
 * Copyright (C) 2010  HO Ngoc Phuong Trang <tranglich@gmail.com>
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see <http: //www.gnu.org/licenses/>.
 */


/*
 * Random sentence
 */
@import url(../elements/sentences_group.css);


/*
 * Latest contributions
 */
@import url(../elements/logs_main.css);
@import url(../elements/logs_colors.css);


/*
 * Latest comments
 */
@import url(../elements/comment.css?1);


/*
 * Join the community
 */
@import url(../elements/register_button.css);


/*
 * Sentences statistics
 */
@import url(../elements/sentences_stats.css);
 

/* 
 * Random sentence 
 */
#randomLangChoice {
    width: 110px;
}


/*
 * Latest messages on Wall
 */
.lastWallMessages {
    margin: 15px 0px;
}

.lastWallMessages a {
    color: #89C140;
}

.lastWallMessages a:hover {
    color: #EAA315;
}

.lastWallMessages .header {
    padding: 5px;
}

.lastWallMessages .body {
    padding: 5px 5px 0px 5px;
    text-indent: 20px;
    border-top: 1px solid #D1D1D1;
    color: #656565;
    text-align: justify;
}

.lastWallMessages .link {
    text-align: right;
}
