/* custom styles for templates pages */
@import url(main_content.css);

div.bottomline {
    clear: both;
    margin-top:15px;
    padding-top: 5px;
    border-top: 1px solid #DDDDDD;
}
div.bottomline .left {
    float: left;
    text-align: left;
    width: 80%;
}
div.bottomline .right {
    float: right;
    text-align: right;
    width: 60px;
}
div.bottomline hr {
    display: none;
}

hr {
    color: #cccccc;
    border-style: solid;
    border-width: thin;
}

a.linkReadMore, a.linkReadMore:visited, a.readmore { 
    font-size:  11px;
    font-weight: bold;
    background: url(../images/eyBlueArrow.gif) no-repeat;
    background-position: center right;
    padding-left: 1px;
    padding-right: 12px;
}
a.linkReadMore:hover {
    color: #336699;
}

.sectionHeading {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	padding-bottom: 16px;
}
.sectionDescription {
    font-weight: normal;
    font-size: 10px; 
    padding-bottom: 15px;
}

.articleHeading {
    font-weight: bold;
    font-size: 20px; 
    color: #000000;
    padding-bottom: 10px;
}
.articleHeadingLevel2  {
    font-weight: bold;
    font-size: 11px; 
    color: #000000;
    padding-bottom: 3px;
    line-height: 16px;
}

a.articleHeading {
    text-decoration: none;
    color: #000000;
}
a.articleHeading:visited, .articleHeading a, .articleHeading a:visited, .articleHeadingLevel2 a, .articleHeadingLevel2 a:visited {
    text-decoration: none;
    color: #000000;
}
a.articleHeading:hover, .articleHeading a:hover, .articleHeadingLevel2 a:hover {
    text-decoration: underline;
}

.leadText, .bodyText {
    font-size: 12px;
}

.plain, .small, .iconexplain, .smallComment {
    font-weight: normal;
}

.subheading {
    line-height: 18px;
    padding-bottom: 10px;
}
.plain {
    line-height: 16px;
}
.iconexplain, .smallComment{
    font-size: 10px;
    font-style: italic;    
}

#eynews {
    clear: both;
    overflow: hidden;
}
#eyarticle #views {
    border-bottom: none;
}