﻿/*********************/
/*     ADMIN
/*********************/

#adminButtons {
}

.itemAdminButtons {
margin-top:10px;
text-align: right;
float: right;
}

.warningMessage {
margin-top:10px;
text-align: right;
}

#NewsModule .warning {
color: Red;
font-size: small;
font-weight: bold;
}

/*********************/
/* LIST OF NEWS ITEMS
/*********************/

.newsListItem {
padding:10px 0 0 0;
border-bottom: #ccc 1px solid;
position: relative;
min-height:60px;
}

.newsListItem p {
padding:0 0 1em 2.0em;
margin: 0 0 0 2em;
}

.newsListItem a:hover {
text-decoration:underline;
}

.newsListItem .title {
font-size: 1.2em;
padding:0;
display:block;
margin:0;
}

.newsListFooter {
float: left;
padding-top:10px;
width: 560px;
position: relative;
text-align: center;
}

/*********************/
/*      DATES
/*********************/

.newsListItem .date, .newsDetail .date {
left: 0px;
position: relative;
float:left;
font-family:Arial, Verdana;
}

.newsListItem .date {
left:5px;
}

/*calendar date styling-month*/
.newsListItem .date .month, .newsDetail .date .month {
padding:0 0 0 .1em;
font-size: .9em;
text-transform: uppercase;
font-weight:bold;
}

/*calendar date styling-day*/
.newsListItem .date .day, .newsDetail .date .day {
display: block;
font-size: 1.9em;
line-height:.9em;
}

/*calendar date styling-year*/
.newsListItem .date .year, .newsDetail .date .year {
padding-left:.2em;
font-size: .9em;
text-transform: uppercase;
line-height:.9em;
}

/*********************/
/*   NEWS DETAIL
/*********************/
.newsDetail {
margin: 0;
padding:10px 0 0 0;
position: relative;
min-height:60px;
}

.newsDetail .title {
font-size: 2em;
padding: 10px 0 16px 15px;
float: left;
}

.newsDetail .body {
padding: 15px 0 0 0px;
clear:both;
}

/****************************/
/* custom colors, site to site
/****************************/

/*month*/
.newsListItem .date .month, .newsDetail .date .month {
color: black;
}

/*day*/
.newsListItem .date .day, .newsDetail .date .day {
color: #cc0000;
}

/*year*/
.newsListItem .date .year, .newsDetail .date .year {
color: #black;
}



