@CHARSET "UTF-8";

#list {
    clear: both;    
}

.news {
    overflow: hidden;
    margin: 0px 0px 10px 0px;
    position: relative;
    background: transparent url(../images/overlay-gradient-1.png) repeat-x left bottom;
    clear: both;
    padding: 10px;
}

.news:last-child {
    margin: 0px;
}

.news:nth-child(even) {
    background-color: #111111;
}

.news .news-text {
    margin-left: 50px;
}

.news .news-image {
    float: left;
    padding: 2px;
    margin: 0px 10px 10px 0px;
}

.news div.date {
    width: 42px;
    height: 10px;
    padding: 20px 0 12px 0;
    text-align: center;
    color: #000000;
    font-weight: bold;
    float: left;
}

.date.date-month-1 { background: url(../images/cal-icons/01.gif) no-repeat 0 0; }
.date.date-month-2 { background: url(../images/cal-icons/02.gif) no-repeat 0 0; }
.date.date-month-3 { background: url(../images/cal-icons/03.gif) no-repeat 0 0; }
.date.date-month-4 { background: url(../images/cal-icons/04.gif) no-repeat 0 0; }
.date.date-month-5 { background: url(../images/cal-icons/05.gif) no-repeat 0 0; }
.date.date-month-6 { background: url(../images/cal-icons/06.gif) no-repeat 0 0; }
.date.date-month-7 { background: url(../images/cal-icons/07.gif) no-repeat 0 0; }
.date.date-month-8 { background: url(../images/cal-icons/08.gif) no-repeat 0 0; }
.date.date-month-9 { background: url(../images/cal-icons/09.gif) no-repeat 0 0; }
.date.date-month-10 { background: url(../images/cal-icons/10.gif) no-repeat 0 0; }
.date.date-month-11 { background: url(../images/cal-icons/11.gif) no-repeat 0 0; }
.date.date-month-12 { background: url(../images/cal-icons/12.gif) no-repeat 0 0; }

.news .toolbox {
    background-color: #000000;
    overflow: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
}

.news.hover .toolbox {
    display: block;
}

.news .toolbox li {
    float: left;
    padding: 5px 0px;
    cursor: pointer;
    color: #dddddd;
}

.news .toolbox li:hover {
    color: #ffffff;
}

.news .toolbox li a {
    text-decoration: none;
    color: inherit;
}

.news .toolbox li a:hover {
    text-decoration: none;
    color: inherit;
}

.news .toolbox li span, .news .toolbox li a {
    border-right: 1px solid #dddddd;
    padding: 0px 5px;
    display: block;
}

.news .toolbox li:last-child span, .news .toolbox li:last-child a {
    border-right-color: transparent;
}

#edit-form dt {
    width: 150px;
}

#edit-form dd {
    margin-left: 150px;
}

#edit-form input {
    width: 364px;
}

#edit-form textarea {
    background: inherit;    
}

#edit-form #save {
    width: 160px;    
}

#edit-form ul.errors {
    width: 350px;
}

#edit-form .markItUp {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#edit-form .markItUp .markItUpButton1 a {
    background-image: url(../images/markitup-markdown/h1.png); 
}
#edit-form .markItUp .markItUpButton2 a {
    background-image: url(../images/markitup-markdown/h2.png); 
}
#edit-form .markItUp .markItUpButton3 a {
    background-image: url(../images/markitup-markdown/h3.png); 
}

#edit-form .markItUp .markItUpButton4 a {
    background-image: url(../images/markitup-markdown/bold.png);
}
#edit-form .markItUp .markItUpButton5 a {
    background-image: url(../images/markitup-markdown/italic.png);
}

#edit-form .markItUp .markItUpButton6 a {
    background-image: url(../images/markitup-markdown/list-bullet.png);
}
#edit-form .markItUp .markItUpButton7 a {
    background-image: url(../images/markitup-markdown/list-numeric.png);
}

#edit-form .markItUp .markItUpButton8 a {
    background-image: url(../images/markitup-markdown/link.png);
}

#edit-form .markItUp .markItUpButton9 a    {
    background-image: url(../images/markitup-markdown/quotes.png);
}

#edit-form .markItUp .preview a {
    background-image: url(../images/markitup-markdown/preview.png);
}

#edit-form .markItUp .markItUpEditor {
    background-image: url(../scripts/markitup/skins/markitup/images/bg-editor.png);
    background-repeat: no-repeat;
    background-position: top left;
}

