.sylWall {
  width:675px;
  padding:5px 10px;
}

.sylWall .spacer {
  clear:both;
}

.sylWall .right {
  float:right;
}

.sylWall .left {
  float:left;
}


.sylWall .form {
  width:560px;
  margin:0 auto;
}

.sylWall .send-button {
  padding-top:10px;
  float:right;
}

/* Messages */

.sylWall .message {
  width: 100%;
  border :1px solid black;
}


.sylWall .message .meta {
  float:left;
  padding-left : 10px;
  padding-right : 10px;
  padding-top : 5px;
  padding-bottom : 5px;
}


.sylWall .message .body {
  width: 400px;
}

.sylWall .message .metar {
  float:right;
  padding-left : 10px;
  padding-right : 10px;
  padding-top : 5px;
  padding-bottom : 5px;
}


/* Paginator */

.sylWall div.pagination

{
  text-align: center;
}


.sylWall div.pagination .current

{
  background-color: #ccc;
}


.sylWall div.pagination .pagination-list

{
  margin-bottom: 0 !important;
}



.sylWall div.pagination ul.pagination-list li

{
    display: inline;
    list-style-type: none;
    border: 1px solid #000 !important;
    padding: 5px;
    margin: 2px;
}


.sylWall div.pagination ul.pagination-list li a

{
    color: #000;
    text-decoration: none;
}




/* text */

.sylWall .under
{
  text-decoration: underline;
}

.sylWall .bold {
  font-weight: bold;
}

/* articles RSS */
div.feed-article {
  background-color: #c7f2b1;
  color: black;
  padding: 6px;
}

div.feed-article h1 {
  color: black;
  font-size: 1em;
  padding-bottom: 1px;
  font-style: normal;
  font-weight: bold;
}

div.feed-article a {
  color: black;
}

