/* CSS Document */

/* New Widget CSS */
.side-widget {
background-color: #E6EEEE;
border:1px solid #98C7D3;
margin:0px;
margin-bottom:10px;
}

.widget-header {
background-color: #98C7D3;
border-bottom:1px solid #98C7D3;
padding:5px;
color:white;
font-weight:bold;
lineheight:35px;
font-size:16px;
}

.widget-content {
padding:5px;
}

/* News Feed CSS */
#newsfeed {
background-color: #E6EEEE;
border:1px solid #98C7D3;
margin:10px;
padding:0px;
width:718px;
}

#newsheader {
background-color: #98C7D3;
border-bottom:1px solid #98C7D3;
padding:5px;
color:white;
font-weight:bold;
lineheight:35px;
font-size:16px;
}

.newspost {
background-color: #CEE5EB;
border:1px solid #5C8893;
margin:10px;
padding:10px;
}

.newsposttitle {
font-weight:bold;
font-size:24px;
color: #5C8893;
}

.newspostright {
float:right;
text-align:right;
color: #575757;
font-size:12px;
}

.pagination {
margin:5px;
}

.pagination-number {
background-color: #CEE5EB;
display:inline-table;
border:1px solid #98C7D3;
text-align:center;
padding:2px;
margin:5px;
width:14px;
}

.pagination-number:hover {
border:1px solid #6EA9B8;
background-color: #98C7D3;
}

/* Gallery Widget */
#gallery-button {
top:0px;
position:relative;
}

#gallery-button:hover {
top:-54px;
}