
/* 
	Specific CSS for newsletter page. Please add all code in this file 
	to the bottom of the current screen.css located here:
	http://staging.intava.com/css/style.css 
*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* SIGHTLINE masthead styles */

	.sightline-masthead {
		width: 541px;
		position: relative;
		padding-top: 0px;
	}
	
		.sightline-logo {
			float: left;
			display: block;
		}
	
		.news-month {
			float: right;
			display: block;
			position: absolute;
			bottom: 0;
			right: 0;
			color: #999;
			font-size: 13px;
		}
	
/* Sightline two-col layout styles */
	
	.sightline-two-col {
		width: 760px;
	}
	
		.sightline-left-col {
			width: 541px;
			float: left;
		}
	
		.sightline-right-col {
			width: 206px;
			float: right;
		}
		
		.sightline-right-col a {
			color: #92b103;
			font-weight: bold;
		}
		
/* Hero image styles */

	.sightline-hero {
		margin-top: 7px;
	}
	
	
/* sightline-left-col styles */

	div#copy .sightline-left-col h1 {
		font-size: 22px;
		font-weight: normal;
		line-height: 24px;
	}
	
	div#copy .sightline-left-col h2 {
		font-size: 13px;
		line-height: 16px;
	}
	
	.sightline-left-col p {
		line-height: 18px;
	}
	
	.sightline-footnotes ol {
		list-style-type: none;
		margin: 0 0 50px 0;
		text-indent: 0;
		width: 541px;
		padding: 0;
	}

		.sightline-footnotes li {
			margin-bottom: 5px;
			font-size: 10px;
			color: #999;
		}
		
/* Sidebar styles */

	.sightline-sidebar {
		margin: 0;
		background: #eeefef;
		padding: 10px;
		margin-bottom: 10px;
	}
	
		.sightline-right-col h2 {
			margin: 0;
			padding: 0;
			height: 27px;
			overflow: hidden;
			line-height: 32px;
			padding-left: 32px;
			color: #fff;
			font-family: "Trebuchet MS", verdana, arial, sans-serif;
		}
		
		* html .sightline-right-col h2 {
			line-height: 30px;
			}
			
		*:first-child+html .sightline-right-col h2 {
			line-height: 30px;
			}
		
		.sightline-right-col p {
			margin-top: 0;
			padding-top: 0;
		}
		
		.sightline-right-col #sightline-events {
			background: url(../images/events_header.png) no-repeat;
		}
		
		.sightline-right-col #sightline-news {
			background: url(../images/news_header.png) no-repeat;
		}
	
