/* Mysidia addons */

#headlines {
    width: 100%;
    text-align: left;
}
#headlines li {
    background: #3c763d;
    border-radius: 25px;
}
h1 {
    color: #dff0d8; text-align: center; margin-left: 10px; margin-right: 10px; border-bottom: 1px solid #dff0d8; text-transform: uppercase;
}
h2 {
    text-align: center; margin-left: 10px; margin-right: 10px; border-bottom: 1px solid #dff0d8; text-transform: uppercase;
}
h2 a {
    margin-left: 10px;
}
.owner {
    font-size: 0.5em;
    color: #dff0d8;
}
.summary {
    color: #dff0d8;
}
#headlines .articleImageThumb {
    border: 0;
}
#articleImageFullsize {
    border: 0px;
    margin-left: 25px;
}
.row > p {
    background: #3c763d;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
}
#headlines .pubDate {
    color: #dff0d8;
}
#headlines.archive .pubDate {
    font-size: 10px;
    margin-left: 40px;
    margin-right: -50px;
    color: #dff0d8;
}
.pubBy {
    font-size: .8em;
    color: #dff0d8;
    text-transform: uppercase;
}

/* admin */

tr:nth-child(odd) {
    background: #dff0d8;
}
tr:nth-child(even) {
  background: #fff;
}
tr:hover {
  background: #ddd;
  cursor: pointer;
}
table, th {
    border: 0px;
}
td, th {
    padding: 0 10px 0 10px;
}
th {
    background: #3c763d;
}
/* jQTE */
.jqte {
    text-align: left;
    border: 2px solid #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    width: 80%;
}

.jqte_editor:focus {
    border: 0px;
}