/* STYLESHEET FOR LEVEL 3 PAGES */


/* RESET establishes defaults and zeroes out padding, margins, etc. */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{margin: 0; padding: 0;}

/* Normalizes font size and weight for headers */
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: normal;}

/* Removes list-style from lists */
ol, ul {list-style: none;}

/* Normalizes font-style and font-weight to normal
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal; font-weight: normal;} */

/* Removes spacing from tables */
table {border-collapse: collapse; border-spacing: 0;}

/* Removes border from fieldset and img */
fieldset, img {border: 0;}

/* Left-aligns text in caption and th */
caption, th {text-align: left;}

/* Removes quotation marks from q */
q:before, q:after {content:'';}

/* Removes line break from forms (makes forms inline) */
form  {display: inline;}


/* DEFAULT FONT, COLORS, PAGE SIZE */
html {
	text-align: center;
}
body {
	width: 970px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: white;
	color: black;
}


/* LINKS unless overriden elsewhere */
a                 {color: #009FC9; border: 0;}
a:link, a:visited {text-decoration: none;}
a:hover, a:active {text-decoration: underline;}


/* TOPMOST SECTION */
#welcome {
	width: 948px;
	height: 90px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #BBB;
	position: relative;
	text-align: left;
}
.welcome-ad {
	width: 728px;
	height: 90px;
	background: #DDB;
}
.join-matter {
	position: absolute;
	top:   10px;
	right: 10px;
	width: 220px;
	height: 90px;
	background: #51901E;
	color: white;
}
.join-matter a {
	color: white;
}
.join-matter-now {
	text-align: center;
	margin: 8px;
	font-size: 180%;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: bold;
}
.join-matter ul {
	margin-left: 15px;
}
.join-matter li {
	float: left;
	width: 100px;
	margin-bottom: 12px;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
}
.join-matter li a {
	display: block;
	padding-left: 18px;
}
.newsletter {
	background: transparent url(images/site/icon-matternetwork.gif) left center no-repeat;
}
.twitter {
	background: transparent url(images/site/icon-twitter.gif) left center no-repeat;
}
.linkedin {
	background: transparent url(images/site/icon-linkedin.gif) left center no-repeat;
}
.facebook {
	background: transparent url(images/site/icon-facebook.gif) left center no-repeat;
}


/* CONTAINER FOR REST OF PAGE */
#main {
	min-height:1400px;
	height: auto !important;
	height: 1400px;
    width: 948px;
	margin: 10px auto;
	padding: 10px;
	border: 1px #BBB solid;
	background-color: white;
	text-align: left;
}

/* HEADER */
#branding {
    width: 948px;
	height: 72px;
	position: relative;
	background: #261818 url(images/site/bg-header.gif) repeat-x;
}
#branding h1               {width: 255px; height: 72px;}
#branding .tagline         {position: absolute; bottom: 14px; left: 275px; 
                            font-size: 120%; color: white; font-weight: bold; letter-spacing: 1px; word-spacing: 1px;}
#branding .searchbox       {position: absolute; bottom: 15px; right: 15px;}
#branding .searchbox label {color: white; text-transform: uppercase; padding-right: 3px;}
#branding .searchbox input {width: 100px; font-size: 90%; line-height: 9px;}
#branding .searchbox input.submit {width: 10px; height: 14px; position: relative; top: 4px; padding-left: 5px;}

/* NAV BAR */
#navbar {
	padding: 12px 0 24px 0;
	margin-bottom: 12px;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #555; 
	background: white url(images/site/bg-gradient.gif) bottom repeat-x;
}
#navbar a {
	margin-left: 25px;
	color: #555; 
}
#navbar .highlight {color: #71B035;}
#navbar-matter     {float: right; display: inline; margin: 0 15px 0 0;}

/* USED IN MULTIPLE SECTIONS */
h3 {
	margin: 1.2em 0;
	font-size: 120%;
}
h3.important {
	font-weight: bold;
	margin-top: 30px;
}
h4 {
	margin: 1.2em 0;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
}
p,li  {
	margin-bottom: 1.1em;
	line-height: 1.45;
}
.bullet  {
	list-style-type: disc;
	list-style-position: inside;
}
li.important {
	font-size: 120%;
	list-style-type: disc;
	list-style-position: inside;
}
.subdued  {
	color: black;
}

/* SIDEBAR (Right Column) */
#sidebar {
	float: right;
	width: 205px;
}

.side-ads {
	text-align: center;
	padding: 10px 5px;
	background-color: #BAC1B9;
	color: white;
	font-size: 90%;
	font-weight: bold;
}

/* CONTENT AREA (Main Column) including most bottom matter */
#content {
	padding-right: 14px;
	border-right: 1px solid #BBB;
	margin-right: 219px;
}

/* PREVIOUS & NEXT LINKS SECTIONS */
.prev-next {
	height: 36px;
	line-height: 36px;
	font-family: "Times New Roman", Times, Georgia, serif;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;

}
.prev-next a {
	color: black;
}
.prev {
	float: left;
	width: 350px;
	margin-left: 4px;

}
.prev a {
	display: block;
	background: white url(images/site/arrow-left-greenbox.gif) left center no-repeat;
	padding-left: 30px;
}
.next {
	float: right;
	text-align: right;
	width: 350px;
	margin-right: 4px;
}
.next a {
	display: block;
	background: white url(images/site/arrow-right-greenbox.gif) right center no-repeat;
	padding-right: 30px;
}


/* ARTICLE SECTION */

/* top of article */
h2 {
	margin: 1.8em 0 .4em 0;
	text-transform: uppercase;
}
.section-title {
	font-size: 250%;
	font-weight: bold;
	color: #C1DAA0;
}
.section-title a {
	color: #C1DAA0;
}
.entry-date {
	font-size: 110%;
}
.entry-author {
	font-size: 110%;
	color: #6DB02D; 
	text-transform: uppercase;
}
.entry-author a {
	color: #6DB02D;
}
.pipe {
	padding: 0 8px;
	color: #C6C6C6;
	font-size: 20px;
}
.entry-title {
	margin: .4em 0 .4em 0;
	font-size: 250%;
	font-family: "Times New Roman", Times, Georgia, serif;
}
.entry-title-alt {
	margin: .4em 0 .4em 0;
	font-size: 200%;
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: none;
}

/* body of article */
.entry-body {
	font-size: 120%;
	line-height: 1.45;
	margin-bottom: 30px;
}
.entry-body p {
	line-height: 1.45;
}
.entry-body li {
	line-height: 1;
}	
img.float-right {
	float: right;
	margin: 0 0 8px 10px;
}

/* end of article */
.entry-footer {
	font-size: 110%;
	margin: 25px 0 20px 0;
	color: #444;
	font-family: "Times New Roman", Times, Georgia, serif;
}
.entry-footer a {
	color: #6DB02D;
	text-transform: uppercase;
}
.entry-footer select {
	font-size: 100%;
}
.entry-footer-short {
	font-size: 110%;
	margin: 0 0 20px 0;
	color: #444;
	font-family: "Times New Roman", Times, Georgia, serif;
}
.entry-footer-short a {
	color: #6DB02D;
	text-transform: uppercase;
}
.category {
	text-transform: uppercase;
}


/* "RELATED" SECTIONS */
#related {
	margin: 30px 0 45px 0;
}
#related-left {
	width: 340px;
	float: left;
}
#related-right {
	margin-left: 370px;
}
#related h4 {
	margin-top: 0;
}
#related li {
	font-size: 110%;
	margin-bottom: .2em;
}
#related-right .date {
	width: 55px;
	float: left;
}

/* SHARE SECTION */
#share {
	padding: 30px 0 40px 10px;
	background: white url(images/site/bg-gradient.gif) top repeat-x;
	font-size: 110%;
	font-weight: bold;
}
#share div {
	float: left;
	margin-right: 30px;
	vertical-align: middle;
}
#share img {
	vertical-align: middle;
}

/* COMMENTS & COMMENT FORM */
input.submit, input.checkbox, input.radio {width: auto;}
#comments-section {
	background: white url(images/site/bg-gradient.gif) top repeat-x;
	padding-top: 20px;
	font-size: 110%;
}
#comments-post {
	width: 340px;
}
#comments-read {
	float: right;
	width: 345px;
}
#comments-post label {
	display: block;
	font-weight: bold;
}
#comments-post textinput, #comments-post textarea {
	display: block;
	width: 300px;
	margin-bottom: 10px;
	line-height: 11px;
}
#comments-post input.submit {
	width: auto;
}
#comments-read p {
	line-height: 1.15;
}
.comment-meta {
	margin: -.8em 0 2.5em 0;
	font-family: "Times New Roman", Times, Georgia, serif;
}
.comment-author {
	text-transform: uppercase;
}

/* TABLES */

td {
	padding-top: 10px;
}

/* JOIN MATTER */

.join {
	padding-top: 20px;
}

/* FOOTER */

#footer {
	clear: both;
}
#footer-b {
	margin: 8px 0 25px 0;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
}
#footer-b a {
	margin: 0 10px;
	color: #999;
	text-transform: uppercase;
}

/* COLORS
Greens: bright 6DB02D  light C1DAA0       join-matter 51901E
Greys:  lines  BBB     pipe char C6C6C6
*/
