/*
Theme Name: Commodityfact theme
Theme URI: http://www2.isda.org/
Author: Jack Reichert
Author URI: http://www2.isda.org/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.1-wpcom
License: All Rights Reserved
License URI: license.txt
Tags:

*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
#wrapper > header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #222222;
	font-family: sans-serif;
	font-size: 1em;
	line-height: 1.4;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 1.12em 1.5em 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
aside input[type="submit"] { font-size: 0.8em; padding: 0.75em; }
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

body.admin-bar #wrapper> header { top: 28px; }
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

#secondary { float: right; width: 350px; }
.widget-title { font-size: 1.5em; }
#secondary aside { background-color: rgb(255,255,255); background-color: rgba(255,255,255,0.45); padding: 1em; 
	-webkit-border-radius: 10px; border-radius: 10px;
		margin: 0 0 1em 0; }

/* =Media
----------------------------------------------- */

.site-#wrapper > header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-#wrapper > header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-#wrapper > header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

#respond { margin-top: 3em; }

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Search widget */
#searchsubmit {
	display: none;
}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
















/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-#wrapper > header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  #secondary { display:none;}
}


/** Start default styles */

ul {
	margin:6px 0px 16px;
	padding:0px 0px 0px 25px;
}
ol {
	margin:6px 0px 16px;
	padding:0px 0px 0px 25px;
}
ul li {
	margin:3px 0px;
	padding:0px;
}
p {
	margin:6px 0px 16px;
	padding:0px;
}
a,
a:link,
a:visited {
	color:#f59517;
	text-decoration: none;
	font-weight: bold;
}
a:hover,
a:active {
	color:#F53626;
	text-decoration: underline;
}
a:focus {
	outline:none;
}
h1 {
	color:#2691a6;
	margin:0px 0px 20px;
	text-align: left;
	font: normal normal normal 34px/40px 'Rockwell', 'museo-slab', Arial, sans-serif;
}
h2 {
	font-size: 26px;
	line-height:30px;
	margin:16px 0px 6px;
}
h3 {
	font-size: 24px;
	line-height:28px;
	margin:16px 0px 6px;
}
h4 {
	font-size: 18px;
	line-height:20px;
	margin:16px 0px 6px;
}
h5 {
	font-size: 14px;
	line-height:18px;
	margin:16px 0px 6px;
}
input[type=text],
input[type=password],
textarea {
	
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	outline:none;
}
button {
	cursor:pointer;
	padding:0px;
}
button::-moz-focus-inner {
	padding:0;
	border:none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.error {
	color:#E12A18;
	font-style: italic;
}
.small {
	font-size: 80%;
}
table.padded_table {
	
}
table.padded_table td,
table.padded_table th {
	padding:3px 4px;
}
.sIFR-alternate {
	display:none;
}
.ta_left {
	text-align: left;
}
.ta_right {
	text-align: right;
}
.ta_center {
	text-align: center;
}
.va_top,
table.va_top tr {
	vertical-align: top;
}
.va_middle,
table.va_middle tr {
	vertical-align: middle;
}
.va_bottom,
table.va_bottom tr {
	vertical-align: bottom;
}


/** Begin structure and homepage */

html {
	background-color: #b28137;
	font: normal normal normal 16px/22px 'lato', Arial, sans-serif;
}
html,
body {
	min-height:100%;
}
#main,
#wrapper > header,
#wrapper > footer {
	min-width:960px;
}
.home h1 {
	text-align: center;
	color:#fff;
}
strong {
	/* color:#744704; */
}
#wrapper {
	min-height:100%;
	position: relative;
	padding:0px 0px 71px;
}
#main {
	margin:40px 0px 0px;
	padding:0px 0px 0px;
	background: #fff url('images/structure/bg_gradient.gif') repeat-x scroll 50% 0px;
}
.home #main { margin-top: 96px; }
#main > .content_wrapper {
	min-height:435px;
	padding:100px 0px 100px;
	background: transparent url('images/structure/windmills.gif') no-repeat scroll 0px 100%;
}
#main > .content_wrapper > article {
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.8); padding: 2em; 
	-webkit-border-radius: 10px; border-radius: 10px;
}
article footer { font-size: 0.75em; border-top: 1px solid #cdcdcd; padding-top: 1em; color: #999; }
#wrapper > header {
	top:0px;
	left:0px;
	right:0px;
	bottom:auto;
	position: fixed;
	z-index:3000;
	background-color: #000;
	border-bottom:6px solid #fff;
}
#wrapper > header .content_wrapper {
	height:90px;
}
#wrapper > header ul {
	margin:0px;
	padding:0px;
	position: absolute;
	right:0px;
	bottom:0px;
}
#wrapper > header ul li {
	list-style-type: none;
	float:left;
	margin:0px;
	padding:0px;
	position: relative;
}
#wrapper > header ul li a,
#wrapper > header ul li a:link,
#wrapper > header ul li a:visited {
	position: relative;
	display:block;
	color:#555555;
	font: normal normal normal 14px/20px 'Rockwell', 'museo-slab', Arial, sans-serif;
	text-decoration: none;
	background-color: #efefef;
	border-top: 4px solid #000;
	margin:0px 0px 0px 15px;
	padding:8px 10px;
}
#wrapper > header ul li.selected a,
#wrapper > header ul li.selected a:link,
#wrapper > header ul li.selected a:visited,
#wrapper > header ul li:hover a,
#wrapper > header ul li:hover a:link,
#wrapper > header ul li:hover a:visited,
#wrapper > header ul li a:hover,
#wrapper > header ul li a:active, {
	text-decoration: none;
	padding-top:12px;
	border-width: 0px;
	border-color:#000;
	color:#2691a6;
	background: transparent url('images/structure/nav/experts.png') no-repeat scroll 50% 100%;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
}
.lt-ie9 #wrapper > header ul li.selected a,
.lt-ie9 #wrapper > header ul li.selected a:link,
.lt-ie9 #wrapper > header ul li.selected a:visited,
.lt-ie9 #wrapper > header ul li:hover a,
.lt-ie9 #wrapper > header ul li:hover a:link,
.lt-ie9 #wrapper > header ul li:hover a:visited,
.lt-ie9 #wrapper > header ul li a:hover,
.lt-ie9 #wrapper > header ul li a:active {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/structure/nav/experts.png', sizingMethod='scale');
}
#wrapper > header ul li ul {
	overflow:hidden;
	height:0px;
	top:100%;
	bottom:auto;
	left:15px;
	right:auto;
	width:190px;
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
#wrapper > header ul li:hover ul {
	height:auto;
}
#wrapper > header ul li ul li {
	position: relative;
	margin:0px;
	padding:0px;
	float:none;
	background-color: #e2f2f2;
	background-image: -moz-linear-gradient(#e2f2f2 0%, #d4e1e1 100%);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e2f2f2), to(#d4e1e1));
	background-image: -webkit-linear-gradient(#e2f2f2 0%, #d4e1e1 100%);
	background-image: -khtml-gradient(linear, 0% 0%, 0% 100%, from(#e2f2f2), to(#d4e1e1));
	background-image: -o-linear-gradient(#e2f2f2 0%, #d4e1e1 100%);
	background-image: -ms-linear-gradient(#e2f2f2 0%, #d4e1e1 100%);
	background-image: linear-gradient(#e2f2f2 0%, #d4e1e1 100%);
	-pie-background: linear-gradient(#e2f2f2, #d4e1e1);
	behavior: url('js/PIE.htc');
}
#wrapper > header ul li ul li a,
#wrapper > header ul li ul li a:link,
#wrapper > header ul li ul li a:visited,
#wrapper > header ul li.selected ul li a,
#wrapper > header ul li.selected ul li a:link,
#wrapper > header ul li.selected ul li a:visited {
	filter:none !important;
	display:block;
	color:#000;
	font-family: 'Gotham', 'Museo', sans-serif;
	font-size: 14px;
	line-height:16px;
	font-weight: bold;
	border-width: 0px;
	padding:12px 15px 12px 35px;
	margin:0px;
	background: transparent none no-repeat scroll 10px 40%;
}
#wrapper > header ul li ul li a:hover,
#wrapper > header ul li ul li a:active,
#wrapper > header ul li.selected ul li a:hover,
#wrapper > header ul li.selected ul li a:active {
	color:#2691a6;
}
#wrapper > header ul li ul li a:after {
	content:'';
	background: transparent url('images/icons/red_arrow_down.png') no-repeat scroll 0px 0px;
	height:13px;
	width:13px;
	position: absolute;
	margin:0px 0px 0px 0px;
	top:35%;
	right:10px;
}

#wrapper > header ul li ul #nav_issue_1 a {
	background-image: url('images/icons/issues_dropdown/gas.png');
}
#wrapper > header ul li ul #nav_issue_2 a {
	background-image: url('images/icons/issues_dropdown/wheat.png');
}
#wrapper > header ul li ul #nav_issue_3 a {
	background-image: url('images/icons/issues_dropdown/food.png');
}
#wrapper > header ul li ul #nav_issue_4 a {
	background-image: url('images/icons/issues_dropdown/oil.png');
}

#wrapper > header a.right {
	color:#d9f4f1;
	text-decoration: none;
	margin:10px 0px 0px;
	font-size: 12px;
}
#wrapper > footer,
#wrapper > footer a,
#wrapper > footer a:link,
#wrapper > footer a:visited {
	color:#fff;
	text-decoration: none;
}
footer a:hover,
footer a:active {
	text-decoration: underline;
}
#wrapper > footer {
	font-family: 'Gotham', 'Museo', sans-serif;
	font-size: 12px;
	line-height:16px;
	position: absolute;
	height: 61px;
	padding:20px 0px 0px;
	background: transparent url('images/structure/footer.png') repeat-x scroll 50% 100%;
	top:auto;
	right:0px;
	bottom:0px;
	left:0px;
}
#wrapper > footer li {
    float: left; 
    list-style: none;
    margin-right: 0.5em; 
    padding-left: 0.5em; 
}
#wrapper > footer li+li { border-left: 1px solid #ffffff; }


.content_wrapper {
	width:960px;
	margin:0px auto;
	position: relative;
}

/* Single blogpost */
.single #wrapper, .blog #wrapper{ background: transparent url('images/homepage/blog/bg.gif') repeat scroll 50% 0px; }
.single #main, .blog #main { 
	overflow: hidden; 
    width: 1010px;
    margin-left: auto;
    margin-right: auto;
	background: transparent url('images/homepage/blog/bg.gif') repeat scroll 50% 0px;
 }
.single #main .content_wrapper, .blog #main .content_wrapper {
	width: 630px; float: left;
	background: transparent url('images/homepage/blog/bg.gif') repeat scroll 50% 0px;
}
.single #secondary, .blog #secondary { padding-top: 101px; }

/* Home */
#feature {
	position: relative;
	font-size: 13px;
	line-height:16px;
	min-width:960px;
	background: transparent url('images/homepage/grass_bg.jpg') repeat-x scroll 50% 0px;
}
#feature .inner {
	
}
#feature .content_wrapper {
	height: 594px;
	padding:50px 240px 0px 230px;
	background: transparent url('images/homepage/feature_whiteboard.png?v=1.2') no-repeat scroll 40px 0px;
	width: 910px;
}
#bboard { 
	width:440px; float: left; margin: 0 2em 0 2.2em; 
}
#feature h1 {
	color:#4570c7;
	font: normal normal bold 22px/24px 'Rockwell', 'museo-slab', Arial, sans-serif;
	position: relative;
	text-align: left;
}
#feature strong {
	color:#486219;
}
#feature .content_wrapper #issues {
	height: 160px;
	width: 960px;
	clear: both;
	margin: 27em 0 0 -37px;
}
#feature .content_wrapper #issues a {
	zoom:1;
	position: relative;
	color:#2691a6;
	font: normal normal normal 16px/18px 'Rockwell', 'museo-slab', Arial, sans-serif;
	text-decoration: none;
	height:100%;
	width:200px;
	padding:10px;
	float:left;
	margin:0px 25px 0px 0px;
}
#feature .content_wrapper #issues a.col_4 {
	margin-right:0px;
}
#feature .content_wrapper #issues a img {
	position: absolute;
	bottom:0px;
	left:0px;
}

#topViewPoint { 
	width: 280px; height: 320px; background: transparent url('images/homepage/blog/bg.gif') repeat scroll 50% 0px;
	float: right; border: 1px solid #cdcdcd;
	margin-top: -38px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 10px #555;
	-webkit-box-shadow: 3px 3px 10px #555;
	box-shadow: 3px 3px 10px #555;
}
#topViewPoint .ta_center img { margin: 1em auto 0.5em; }
#topViewPoint h4 { margin: 0 auto; }
#topViewPoint .blog_content .date { width: auto; padding: 0 25px; font-weight: bold; margin-bottom: 0.5em; font-size: 11px; }
#topViewPoint .blog_content .right { width: auto; padding: 0 25px; }
#topViewPoint .hentry { margin-bottom: 1em; }
#topViewPoint p { margin-bottom: 0; }
#topViewPoint h5 { margin-right: 25px; }

/** Homepage issues */

.issue {
	border-top: 3px solid #fff;
	color:#fff;
	float:none !important;
	position: relative;
}
.issue .issue_inner {
	position: relative;
	overflow:hidden;
	min-width:960px;
	padding:30px 0px 50px;
}
.issue h1 {
	
}
.issue .content_wrapper {
	min-height:420px;
	
}
.issue a.label {
	font: normal normal normal 18px/18px 'Rockwell', 'museo-slab', Arial, sans-serif;
	color:#fff;
	text-decoration: none;
	position: absolute;
	top:-36px;
	left:50%;
	margin:0px 0px 0px -480px;
	border: 3px solid #fff;
	border-width: 3px 3px 0px;
	padding:8px 20px 0px;
	height:25px;
}
.issue.right a.label {
	right:50%;
	left:auto;
	margin:0px -480px 0px 0px;
}
.issue .issue_image {
	position: absolute;
	bottom:0px;
	left:50%;
	margin:0px 0px 0px -540px;
}
.issue.right .issue_image {
	right: 50%;
	margin: 0px -540px 0px 0px;
	left: auto;
}
.issue .issue_content,
.issue h1 {
	position: relative;
	z-index:20;
}
.issue .issue_content {
	padding:0px 0px 0px 385px;
}
.issue.right .issue_content {
	padding:0px 385px 0px 0px;
}
.issue strong {
	font-size: 21px;
	line-height:22px;
}
.issue a.learn_more,
.issue a.learn_more:link,
.issue a.learn_more:visited,
.issue a.back_top,
.issue a.back_top:link,
.issue a.back_top:visited {
	display:block;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color:#fff;
	background: transparent url('images/icons/learn_more_arrow.png') no-repeat scroll 0px 50%;
	height:25px;
	padding:8px 0px 0px 35px;
		float: left; 
}
.issue a.back_top,
.issue a.back_top:link,
.issue a.back_top:visited{
	background: transparent url('images/icons/top_arrow.png') no-repeat scroll 0px 50%;
	clear: right;
	float: right;
}
.issue a.learn_more:hover,
.issue a.learn_more:active {
	
}


#issue1.issue,
#issue1 .label {
	background: transparent url('images/homepage/issue1/bg_pattern.gif') repeat scroll 50% 0px;
}
#issue1 .label {
	background-position: 0px 0px;
}
#issue1 a.learn_more,
#issue1 a.learn_more:link,
#issue1 a.learn_more:visited, 
#issue1 strong, 
.issue a.back_top.issue1,
.issue a.back_top.issue1:link,
.issue a.back_top.issue1:visited  {
	color:#744704;
}
#issue1 .issue_image {
	bottom:20px;
}

#issue2.issue,
#issue2 .label {
	background: transparent url('images/homepage/issue2/bg_wood.jpg') repeat scroll 50% -33px;
}
#issue2 .label {
	background-position: 120px 0px;
}
#issue2 a.learn_more,
#issue2 a.learn_more:link,
#issue2 a.learn_more:visited, 
#issue2 strong, 
.issue a.back_top.issue2,
.issue a.back_top.issue2:link,
.issue a.back_top.issue2:visited {
	color:#002265;
}

#issue3.issue {
	background: transparent url('images/homepage/issue3/bg.jpg') repeat scroll 50% 0px;
}
#issue3 .label {
	background-color: #eead41;
}
#issue3 a.learn_more,
#issue3 a.learn_more:link,
#issue3 a.learn_more:visited,
#issue3 strong, 
.issue a.back_top.issue3,
.issue a.back_top.issue3:link,
.issue a.back_top.issue3:visited {
	color:#8b5c11;
}

#issue4.issue,
#issue4 .label {
	background: transparent url('images/homepage/issue4/bg.jpg') repeat scroll 50% 33px;
}
#issue4 .label {
	background-position: 100% 0px;
}
#issue4 a.learn_more,
#issue4 a.learn_more:link,
#issue4 a.learn_more:visited,
#issue4 strong, 
.issue a.back_top.issue4,
.issue a.back_top.issue4:link,
.issue a.back_top.issue4:visited{
	color:#7c2100;
}
#issue4 .issue_image {
	margin:0px -668px 0px 0px;
}


/** Homepage blog */

#from_the_blog {
	color:#2691a6;
	font-size: 14px;
	line-height: 20px;
	border-top: 5px solid #000;
	padding:30px 0px;
	min-width:960px;
	background: transparent url('images/homepage/blog/bg.gif') repeat scroll 50% 0px;
}
.blog_content:after {
	content:'.';
	visibility:hidden;
	display:block;
	clear:both;
	height:0px;
}
.blog_list {
	width:630px;
	margin:0px auto;
}
.blog_list .date {
	font-style: italic;
	font-size: 12px;
	line-height:14px;
	color:#292f2e;
	background: transparent url('images/homepage/blog/date_bg.png') no-repeat scroll 100% 50%;
}
.blog .blog_list { float: left; }
.blog_content .left {
	width:56px;
}
.blog_content .right {
	width:540px;
}
.blog_content h2 {
	margin:0px 0px 6px;
	font-size: 16px;
	line-height:20px;
    font-weight: bold;
}
.blog_content h2 a,
.blog_content h2 a:link,
.blog_content h2 a:visited {
	color:#2691a6;
}
.blog_content h2 a:hover,
.blog_content h2 a:active {
	
}
#main #from_the_blog h1, #secondary h1 {
	color:#000;
}
.blog #main {
	background: transparent url('images/homepage/blog/bg.gif') repeat scroll 50% 0px;
}
.blog #from_the_blog {
	border-top: none;
    width: 1010px;
    margin: 0 auto;
    overflow: hidden;
}

/** Misc Content */

.bordered {
	padding:10px;
	border: 1px solid #C8C8C8;
}

#faq-a li  h3 { padding-top: 1.5em; }

.logos{
	float: right;
	width: 1.5em;
	padding-left: .5em;
}