/* Please be carefull altering this file */
/* It has been configured to create template layouts */
/* Hints placed below for changing background and border colour */

/* Alter this file at your own risk */
/* Doing so could break template layout functionality  */

.newsDate {
    /* format date text for news items */
    font-size: 95%;
    color: #9c5959;
	float:right;
    /* end */
}
#left .newsOne .newsDate img{height:10px; width:10px; border-radius:0px;
border:0px;
box-shadow:none; padding:0px; margin:4px 0px;}

.newsLeft {
    padding: 0px 1% 0px 1%;
    margin: 0px 5px 2px 0px;
    width: 25%;
    display: block;
    float: left;
    clear: left;
    /* Background and border for right news items */
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
    /* end */
}



.newsRight {
background:#e6dec9; float:left;  margin:0px 0px 20px 0px; padding:0px 0px 10px 0px;  line-height:20px; width:270px;
border-bottom:1px dotted #9c5959;
    /* end */
}

#right .newsRight img{width:100px; height:100px; float:left; margin:0px 20px 0px 0px;
border-radius:10px;
border:3px solid #9c5959;
box-shadow:0px 0px 3px #000;}

.newsRight a{
color:#9c5959;
font-weight:bold;

}

.newsRight h1{font-size:25px; clear:both}
.newsRight .subheading{font-size:14px;}

.newsWrap {
    margin: 0px;
}

.newsSubWrap {
    width: 100%;
    clear: left;
}

.newsOne {
border-radius:10px; background:#e6dec9; float:left; padding:20px; margin:0px 0px 10px 0px; line-height:20px;
    /* end */
}

#left .newsOne img{width:100px; height:100px; float:left; margin:0px 20px 0px 0px;
border-radius:10px;
border:3px solid #9c5959;
box-shadow:0px 0px 3px #000;}

.newsOne a{
color:#9c5959;
font-weight:bold;
}

.newsTwo {
    padding: 0px 1% 0px 1%;
    margin: 1px;
    width: 47%;
    display: block;
    float: left;

    /* Background and border for split2 news items */
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
    /* end */
}

.newsThree {
    padding: 0px 1% 0px 1%;
    margin: 1px;
    width: 30.5%;
    display: block;
    float: left;

    /* Background and border for split3 news items */
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
    /* end */
}