
/*--------------------------------------------------------------------------------

Print CSS for www.buildingtalk.com

Version: 1.0
Author: Marcus Taylor

--------------------------------------------------------------------------------*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #000;
	width: auto;
	margin: 0;
	padding: 0;
}

#header {
	background: #fff;
	width: 100%;
	float: left;
}

#logo {
	float: left;
	width: 323px;
	padding: 20px 0 10px 0;
}

#meta {
	float: right;
	display: none;
}

#navigation {
	clear: both;
	width: 100%;
	border-bottom: solid 1px #000;
	margin: 0 0 10px 0;
}

#content {
	width: 100%;
	margin: 0 0 1px 0;
	padding: 20px 0;
}

#main_col_double, #main_col_double2 {
	width: 100%;
}

#mid_col {
	float: left;
	width: 65%;
	padding: 0 20px 0 0;
	border-right: solid 1px #000;
}

#right_col {
	float: left;
	width: 28%;
	padding: 0 0 0 20px;
	margin: 0;
}

#article_editor {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	width: 100%;
	padding: 5px 0;
	margin: 10px 0;
}

.article_image {
	float: left;
	margin: 10px 0;
	background: #e2f1cf;
	width: 100%;
}

.article_image img {
	float: left;
	margin: 0 10px 0 0;
}

.text_bg_dark {
	border-bottom: solid 1px #999;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#main_col_double:after, #company_info:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#footer {
	width: 100%;
	padding: 20px 0 0 0;
	border-top: 1px solid #ccc;
	clear: both;
}

#bottom_shadow img {
	margin: 5px 0;
}

/* Company page
--------------------------------------------------------------------------------*/

#company_info {
	border: 1px solid #000;
	padding: 20px;
	margin: 0 0 20px 0;
}

#company_info img.logo {
	float: right;
}

#company_utils_bar {
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
	background: none;
	font-size: 1.2em;
	line-height: 1.4em;
	border-top: dotted 1px #ccc;
}

.utility {
	margin: 0;
	padding: 0;
}

.utility img {
	display: none;
}

.news_release {
	border-top: dotted 1px #ccc;
	padding: 10px 0;
}

.news_release img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

/* Hidden divs
--------------------------------------------------------------------------------*/

#left_col, #left_col2, .bannerad, #breadcrumb, #buttons, #article_utils_bar, #article_search_box, #right_col fieldset, .arrow, #footer ul, .call_to_action_box, p#other_sites, #prctalk, #Skyscraper {
	display: none;
}


/* Typography
--------------------------------------------------------------------------------*/

p {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

a {
	color: #4d9a10;
	font-weight: bold;
	text-decoration: none;
}

em {
	font-style: italic;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size: 3em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size: 2.4em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size: 1.8em;
	line-height: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size: 1.8em;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size: 1.8em;
	margin: 0;
	padding: 0;
}

h6 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

strong {
	font-weight: bold;
}

/* Layout specific
--------------------------------------------------------------------------------*/

#logo h1 a {
	text-decoration: none;
}

#logo p {
	color: #000;
	font-weight: bold;
	margin: 5px 0 0 0;
}

#navigation ul {
	display: none;
}

p.large {
	font-size: 1.4em;
}

.article_image p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size: 1.4em;
	padding: 10px 0 0 0;
}

p.view_full {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size: 1.4em;
}
/*p.view_full a:link:after, p.view_full a:visited:after, .utility a:link:after, .utility a:visited:after, .news_release h3 a:link:after, news_release h3 a:visited:after {
	content: " (" attr(href) ") ";
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #000;
}*/

#story, #article_editor, p.large, .article p, #company_info p {
	margin: 0 0 0.7em 0;
}

.header h4, .header h5 {
	color: #000;
	font-size: 1.6em;
	margin: 0 0 0.8em 0;
}

.text_bg_dark p {
	color: #000;
	line-height: 1.4em;
}

.text_box_dark ul#stories {
	padding: 0 !important;
	margin: 0 !important;
}

.text_box_dark ul#stories li {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: dotted 1px #999;
}

}
