/**
 * Set some defaults for a bit of consistency
 */
 
body {font-size: 62.5%;color: #3c3c3c;}
body, button, input, select, textarea {font-family: 'Arial','Helvetica','sans-serif';}

a,a:hover,a:visited,a:active, a:link { /* Make links look like regular text, unless specified */
	color: inherit;
	text-decoration: none;	
}

em {font-style: italic;};


table { 
	font-size: 1.2em;
	margin: 0 20px 0 20px;}

table th { background:#999; font-weight: bold; padding: 5px 0 5px 10px;}
td { padding: 5px 0 0 10px;}
/**
 * Header
 */
header#top-bar {
	
}
	#top-bar .button-link {
		font-weight: bold;
		color: white;
	}


#latest-tweet .follow-link {font-weight: bold;line-height: 24px;}
#latest-tweet p {line-height: 30px; font-style: italic;}
#latest-tweet p a {color: #aa113f; font-weight: bold;}


/**
 * Footer
 */
footer h3 {font-weight: bold; margin:0 10px 10px 10px;}
footer p { line-height: 1.6em; margin: 10px 10px 0 10px;}
footer a { color: #000;}

/**
 * Index
 */
.latest-block h1 {font-size: 1.8em;}
.latest-block li time {
	font-family: 'Georgia','serif';
	font-size: 1.4em;
	font-style: italic;
}
.latest-block li p {
	font-weight: bold;
	font-size: 1.3em;
}
.latest-block .more-link {
	font-size: 1.1em;
	font-style: italic;
	text-decoration: underline;
	color: #ac1a2f;
}
.latest-block .comment-count {
	font-size: 1.2em;
	font-family: 'Georgia';
	font-weight: bold;
	font-style: italic;
}

#content-block a { color:#AC1A2F; text-decoration: underline;}
#content-block a:hover { color: #3C3C3C; text-decoration: underline;}

#members-blocks section,#local-ied .consultants-directory,  #branch-news {color: #fff;}
#members-blocks h1, #local-ied h1, #side-nav h1, #branch-news h1, #member-nav h1 {font-size: 1.7em;}
#members-blocks p, #local-ied p {font-size: 1.3em;}
#local-ied .branch-directory p {font-size: 1.1em; font-weight: normal;}
#local-ied h2 {font-size: 1.2em;}
#local-ied p {font-weight: bold;}

#side-nav li, #member-nav li { margin-bottom: 8px;}
#side-nav li a, #member-nav li a {color: #000; font-size: 1.2em;}
#side-nav li a.current, #member-nav li a.current {font-weight:bold;color:#ac1a2f;}
#side-nav li a:hover, #member-nav li a:hover { color: #aa113f; text-decoration: underline;}


.event-date, .event-branch {  color:#AC1A2F;}