﻿.newsarticle,
.event
{
    clear:both;
}

.newsarticle .header,
.event .header
{
    color:#f58521;
    font-size:1.4em;
    font-weight:bold;
}

.newsarticle .body,
.event .body
{
    padding:6px;
    margin:6px;
}

.newsarticle .image img,
.event .buytickets
{
    float:right;
    border:solid 1px #f58521 !important;    
}

.event .buytickets
{
	padding:6px;
	background-color:#000000;
}

.newsarticle .details,
.event .details
{
    padding: 2px 6px;
    color:#1f9aff;
    display:none;
}

.newsdate,
.newsheader
{
    color:#2c75a9;
    font-weight:bold;
    margin-bottom:6px;
}

.newsbody
{
    padding:3px;
    font-size:0.8em;
}

.newsarticlesummary
{
    clear:both;
    background-image:url(images/c2_hr.gif);
    background-repeat:no-repeat;
    background-position:center bottom;
    margin-top:10px;
    padding-bottom:20px;
}

.newsarticlesummary .header a
{
    font-size:1.4em;
    font-weight:normal;
    color:#f58521;
    margin:2px;
}

.newsarticlesummary .body
{
    margin:6px;
}

.newsarticlesummary .image,
.newsarticlesummary .image img
{
	display:none;
}

.newsarticlesummary .image img
{
    float:right;
    margin:0px 4px;
}

.newsarticlesummary .details
{
	display:none;
	margin:2px;
    color:#1f9aff;
    text-align:right;
	font-size:1em;
}

