/* Section Styles */
@import "sections.css";
/* Nav styles */
@import "nav.css";

.no_decoration {
    text-decoration: none;
}

.no_bullet {
    list-style-type: none;   
}

/* Box Styles */
.outline {
    border: 1px solid #333;
}

.light_outline {
    border: 1px solid #DDD;    
}

.white_on_black {
    background-color: #000000;
    color: #FFFFFF;
}

.white_on_grey {
    background-color: #333;
    color: #FFFFFF;
}

.black_on_grey {
    background-color: #DDD;
    color: black;
}

/* Byline */
.byline {
    color: black;
    font-weight: bold;
}

.byline a {
    color: black;
    font-weight: bold;
}

.byline a:hover {
    color: gray;
    font-weight: bold;
}

/* Headline links */
.head_link:link {
    text-decoration: none;
    color:black;
}

.head_link:visited {
    text-decoration: none;
    color: #444444;
}

.head_link:active {
    text-decoration: none;
    color:black;
}

.head_link:hover{
    text-decoration: underline;
}

.bodytext {
    font-family: "Times New Roman", Times, serif;
    font-size:1.2em;
}

.dropcap {
    float: left;
    font-size: 3.4em;
    line-height: 0.85em;
    margin-right: 0.1em;
    margin-bottom:-0.25em;

}

.meta {
	margin-top: 2px;
	color: #464444;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align: right;
}

/* Subhead styling */

.subhead {
    color: #222222;
    font-style: italic;
    font-weight: 500;
}
.motto {
    margin-top: 0;
    padding-top: 0;
    color: #666666;
    font-size: 1.2em;    
    padding-left: 1em;
    font-style: italic;
}

.photo_and_caption {    
    float: right;
    margin-right: .5em;
    padding-right: .5em;
}

.caption_block {
    padding: 0 .6em .3em .6em;
    color: #666666;
    line-height: 1.2em;
 }
 
.photo_byline {
    padding: .5em 1em .5em .5em; 
    text-align: right;
    font-style: italic;
    color: #333333;
 }
 
 .poll_bar {
    background-color: #352950;
    color: white;
    margin-bottom: 1em;
 }
 
 .footer_links_list {
    margin-top: 5em;
     list-style-type: none;
     display: inline;
     text-align: center;
 }
 
 .footer_links_list li {
    display: inline;
    padding: 1em;
 }
