﻿/* Sections */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/* Generics */
h1 {
	font-size: 49px;
	font-weight: normal;
	color: #F7941E;
	padding: 5px 0 20px 0;
}

h2{
	font-size: 30px;
	font-weight: normal;
	color: #F7941E;
	padding: 5px 0 5px 0;
}

h3 {
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	color: #F7941E;
	padding: 10px 0;
}

strong {
	font-weight: bold;
}

.content {
	font-size: .7em;
}

/* Columns */
.left-column {
	font-size: 12px;
	line-height: 17px;
	letter-spacing: -.5px;
	color: #58585a;
}

.right-column {
	font-size: 12px;
	line-height: 17px;
	color: #767676;
}

/* Primary and Secondary Content Global */
#primary-content a,
#secondary-content a {
	color: #f7941e;
	text-decoration: none;
}

#primary-content a:hover,
#secondary-content a:hover {
	text-decoration: underline;
}

#primary-content p,
#secondary-content p {
	font-size: 12px;
	padding: 5px 10px 10px 0;
	line-height: 20px;
}

/* Primary Content (Left Column) */
#primary-content .left-column h2 {
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #f7941e;
	margin: 15px 0 5px 0;
}

#primary-content .left-column h2 strong {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #AAA;
}

/* Primary Content (Right Column) */
#primary-content .right-column {
	font-size: 12px;
}

.right-column h2 {
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #f65608;
	margin: 15px 0 5px 0;
}

.right-column h3 {
	font-size: 1.1em;
	color: #fcb040;
	letter-spacing: -.5px;
	margin: 15px 0 5px 0;
	text-transform: uppercase;
}

#primary-content .right-column h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	background: url(/assets/images/layout/orange_rectangle.png) no-repeat;
	line-height: 58px;
	height: 58px;
	padding: 0 20px 0 10px;
	margin: 0 0 5px 0;
	letter-spacing: 0;
}

#primary-content .right-column h3.top {
	margin: -9px 0 5px 0;
}

#primary-content .right-column a.more {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	background: url(/assets/images/layout/grey_rectangle.png) no-repeat;
	line-height: 58px;
	height: 58px;
	padding: 0 20px 0 10px;
	margin: 0 0 5px 0;
	letter-spacing: 0;
	text-decoration: none;
}

/* Secondary Content (Left Column) */
#secondary-content .left-column h2 {
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #f7941e;
	margin: 15px 0 5px 0;
}

#secondary-content .left-column p.callout:first-line {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 30px;
}

#secondary-content .left-column strong {
	color: #f7941e;
}

/* Secondary Content (Right Column) */
#secondary-content .right-column h3 {
	margin-top: 5px !important;
}

/* Generics */
ul.thumbs {
	margin: 25px 37px 0 37px;
}

ul.thumbs li {
	display: block;
	float: left;
	margin: 5px;
	width: 65px;
	height: 65px;
	border: 5px solid #CCC;
	background: #333 url(/assets/images/layout/story/related-project-icon-placeholder.gif) 0 0 no-repeat;
}

ul.bullets {
	list-style-type: disc;
	list-style-position: outside;
	color: #F7941E;
	margin: 20px 15px 20px 42px;
}

ul.bullets li {
	margin-top: 5px;
	line-height: 18px;
}

ul.bullets li p {
	font-size: 11px;
	color: #444;
}

.photo {
	border: 5px solid #848484;
	margin: 10px 20px 10px 0;
	float: left;
}

a.external {
	padding: 0 12px 0 0;
	background: center right no-repeat url(images/link_external.gif);
}

.fineprint {
	font-size: 80%;
	font-weight: bold;
}