#mainstory
{
        border-top: 1px solid #D6D0C1;
        border-bottom: 1px solid #D6D0C1;
        background-color:#333333;
        max-width:1000;

}

#mainstory-wrapper
{
        font-family: 'Open Sans', sans-serif;
        width:auto;
        max-width:950;
        margin:0 auto;
        padding:20px 0px 20px 0px;
}

#mainstory-wrapper article
{	
        margin-right:5px;
        font-size:14px;
}

#mainstory-wrapper article h3
{
        color:#3585ad;
        font-family: 'Open Sans', sans-serif;
        font-weight:bold;
        font-size:22px;
	text-transform:uppercase;
        border-bottom: 1px solid #3585ad;
        margin-bottom:5px;
        margin-left:0px;
}

#mainstory-wrapper article h5
{
        color:#ffffff;
        font-family:'Open Sans', sans-serif;
        font-weight:bold;
        font-size:18px;
	text-transform:uppercase;
	text-align:center;
        margin-bottom:20px;
}

#mainstory-wrapper article p
{
        color:#ffffff;
        line-height:25px;
        font-family:'Open Sans', sans-serif;
}

#mainstory-wrapper article p.news-date
{
  	display: block;
        color:#ff0000;
        line-height:30px;
        font-family:'Open Sans', sans-serif;
	text-align:left;
}

#mainstory-wrapper article p.header1
{
        text-transform: uppercase;
        border-bottom: 1px solid #D6D0C1;
}

#mainstory-wrapper article p.body1
{
	color:#000000;
	text-indent:20px;
        line-height:20px;
        font-size:0.9em;
	padding:0 0 15px 0;
}

#mainstory-wrapper article p.body2
{
	color:#ffffff;
        line-height:20px;
        font-size:0.9em;
	padding:0 0 15px 0;
}

.player
{
	background-color: rgba(50, 50, 50, 0.7);
        border-radius:5px;
        padding:0px 0px 0px 0px;
	margin-bottom:20px;
	text-align:center;
}

.player audio
{
        padding:5px 5px 5px 5px;
	margin-bottom:0px;
	background-color:;
	width:80%;
	text-align:center;
}

.mainarticle
{
        padding:0px 10px 10px 10px;
        border-radius:5px;
	margin-bottom:20px;
}

.mainimg
{
	background-color: rgba(250, 250, 250, 0.7);
        padding:10px 10px 10px 10px;
        border-radius:5px;
	margin-bottom:20px;
}

img
{
  	vertical-align: middle;
}

.img-responsive-mainstory
{
  	display:block;
  	max-width:100%;
  	height:auto;
  	margin:0 auto;
        border-bottom: 1px solid #D6D0C1;
}

a:link {
	color:#3585ad;
}

a:visited {
	color:#3585ad;
	text-decoration: underline;
}

a:hover {
	color: #3e3e3e;
	text-decoration: underline;
}

a:active {
	color: blue;
} 

