/*
Theme Name: Landscape Urbanism
Theme URI:
Author: BlinkTag, Inc.
Author URI: https://blinktag.com
Description: Child theme for Twentyeleven
Template: twentyeleven
Version: 1.0

*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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;
}
:focus {/* remember to define focus styles! */
  outline: 0;
}
body {
  background: #fff;
  line-height: 1;
}
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 img {
  border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* =Structure
----------------------------------------------- */

body {
  padding: 0;
}
#container {
  min-height: 700px;
}
#branding hgroup {
  margin-top: 50px;
  width:400px;
  float:left;
}
#access .menu-primary-menu-container {
  margin: 0 auto;
  width: 1000px;
  height: 78px;
  background-color: #000000;
}
#primary {
  float: left;
  margin: 0 -300px 0 0;
}
#content {
  margin: 0 auto;
  width: 620px;
  font-family: Georgia, Times, serif;
  font-size:14px;
  line-height:20px;
}
#content.widecontent {
  width: 795px;
  float: left;
}
.single-feature #content{
  margin: 0 0 15px 25px;
  width:520px;
  border:none;
}
#secondary {
  float: right;
  width: 160px;
  position: relative;
  padding-right: 15px;
}

/* =Fonts
-------------------------------------------------------------- */

@font-face {
  font-family: Ostrich;
  src: url(fonts/ostrich-black.ttf);
}

/* =Header
----------------------------------------------- */

#branding {
  position: relative;
  z-index: 2;
}
#branding img {
  height: auto;
  margin-bottom: -7px;
  width: 100%;
}

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

#access {
  background: #000;
  clear: both;
  display: block;
  float: left;
  margin: 0 auto 6px;
  width: 100%;
  text-transform: uppercase;
}
.menu-primary-menu-container ul {
  font-size: 16px;
  list-style: none;
  padding-left: 0;
  padding-top: 50px;
}
.menu-primary-menu-container li {
  float: left;
  position: relative;
  line-height: 20px;
}
.menu-primary-menu-container a {
  font-family: "effra",sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  display: block;
  padding: 0 20px;
  text-decoration: none;
}
.menu-primary-menu-container ul ul {
  display: none;
  float: left;
  margin: 0;
  position: absolute;
}
.menu-primary-menu-container ul.sub-menu {
  font-family: 'Effra', 'sans-serif';
  padding: 15px 5px;
  text-transform: none;
  padding-top: 15px !important;
  background: rgba(0,0,0,0.85);
  width: 150px;
}
.menu-primary-menu-container ul.sub-menu li {
  padding: 10px 0;
}
.menu-primary-menu-container ul ul ul {
  left: 100%;
  top: 0;
}
.menu-primary-menu-container ul ul a {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.menu-primary-menu-container ul li:hover > ul {
  display: block;
}
.menu-primary-menu-container ul li.current-menu-item a,
.menu-primary-menu-container ul li.current-menu-parent a,
.menu-primary-menu-container ul li.current-menu-item a:hover,
.menu-primary-menu-container ul li.current-menu-parent li a:hover,
body.single-strategy .menu-item-322 a,
body.single-strategy .menu-item-322 a:hover,
body.single-post .menu-item-502 a,
body.single-post .menu-item-502 a:hover {
  color: #f7641a;
}
.menu-primary-menu-container ul.sub-menu li a {
  color: white;
}
.menu-primary-menu-container ul.sub-menu li a:hover {
  color: #f7641a;
}
/* font face for title / home */
.menu-primary-menu-container ul li#menu-item-96 a {
  font-family: Ostrich, "Arial Narrow", Tahoma, sans-serif;
  font-size: 41px;
  line-height: 10px;
  width: 300px;
}
.menu-primary-menu-container ul li.current-menu-parent li a {
    background: #000;
    color: #fff;
}

/* Search Form */

.search-input {
  background: #e2e2e1;
  border: none;
  height: 23px;
  flex-grow: 1;
}

.search-submit {
  background: #939598;
  font-family: "museo-sans",sans-serif;
  border: none;
  cursor: pointer;
  height: 25px;
  font-size: 13px !important;
  color: #fff;
  line-height: 23px;
  margin-left: 5px;
}

#branding #s {
  float:right;
  -webkit-transition-duration: 400ms;
  -webkit-transition-property: width, background;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 400ms;
  -moz-transition-property: width, background;
  -moz-transition-timing-function: ease;
  width: 100px;
  background: transparent;
}
#branding #s:focus {
  background-color: #D0F0F0;
  width: 196px;
}

#branding .only-search #searchform {
  top: 5px;
  z-index: 1;
}
#branding .only-search #s {
  border-color: #000;
  color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
  width: 85%;
}
#branding .only-search #s:focus {
  background-color: #D0F0F0;
}
#branding .with-image #searchform {
  top: auto;
  bottom: -27px;
}
#branding .only-search + #access div {
  padding-right: 160px;
}

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

#main {
  clear: both;
  padding: 1.625em 0 0;
  min-height: 700px;
  overflow:hidden;
  width:1000px;
  margin: 0 auto;
}
.page-title, .entry-title {
  clear: both;
  color: #f7641a;
}
.page-title a, .entry-title a {
  color: #f7641a;
  text-decoration: none;
}
#content {
    background: transparent;
    padding: 0 15px 45px 15px;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
  margin: 0 0 15px 0;
}
.entry-content {
    margin-top: 10px;
    color: #313030;
    clear:both;
}

/* Hide sharedaddy plugin on articles pages */
.single-article .entry-content .sharing{
  display:none;
}

#content ul, ol {
    margin-bottom: 15px;
    padding-left: 30px;
}
#content-2 ul, ol {
    margin-bottom: 15px;
    padding-left: 30px;
    }
#content ul,
#content-2 ul {
	list-style: disc;
}
#content ol,
#content-2 ol {
	list-style-type: decimal;
}
#content ol ol,
#content-2 ol ol {
	list-style: upper-alpha;
}
#content ol ol ol,
#content-2 ol ol ol {
	list-style: lower-roman;
}
#content ol ol ol ol,
#content-2 ol ol ol ol {
	list-style: lower-alpha;
}
#content ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 5px;
}
#content-2 ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 5px;
}
.entry-meta {
    font-size: 14px;
}
#nav-previous {
    text-align: left;
}
#nav-next {
    text-align: right;
}
#nav-previous a:hover,
#nav-next a:hover {
    background: #E6E7E8;
    font-weight: bold;
    text-decoration: none;
}
#content input {
  font-size: 11px;
}
#content input[type=submit],
#content button {
  font-size: 28px;
}
#content input[type=submit]:hover,
#content button:hover {
  color: #fff;
  background: #15b3b4;
}
.entry-content input,
.entry-content button {
  margin: 0 0 5px 0;
  width: 400px;
}
.entry-content input[type=submit],
.entry-content button {
  width: auto;
  background: #15b3b4;
  border: none;
  cursor: pointer;
  height: 40px;
}
.entry-content input.file,
.entry-content input.button {
  margin-right: 24px;
}

.entry-content input:hover, .entry-content textarea:hover, .entry-content select:hover {
  background: #D0F0F0;
}

.entry-content input.submit:hover {
  color: #fff;
  background: #15b3b4;
}

.entry-content label {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
}
article {
    margin: 10px 0;
}

/* =Homepage styles
----------------------------------------------- */

.homepage-primary {
  padding: 0 20px 35px;
}

body.home #main {
  padding-top: 0;
  min-height: 0;
}

body.home #access {
  margin-bottom: 0;
}

body.home .featured {
  height: 275px;
  min-width: 1000px;
  background-size: cover;
}

.homepage-issue-title-container-wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 275px;
  display: block;
}

.homepage-issue-title-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000px;
  background-color: #231F20;
  padding-top: 10px;
  margin: 0 auto;
}

.homepage-issue-number {
  font-family: Ostrich, "Arial Narrow", Tahoma, sans-serif;
  font-size: 130px;
  line-height: 0;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  bottom: -10px;
  margin: 0 20px 0 15px;
}

.homepage-issue-title {
  font-family: Ostrich, "Arial Narrow", Tahoma, sans-serif;
  font-size: 60px;
  line-height: 1;
  margin: 0;
  color: #FFFFFF;
}

body.home #access ul li#menu-item-96 a {
  color: white;
}

.homepage-section {
  position: relative;
  margin-top: 35px;
  overflow: hidden;
  clear: both;
  width: 865px;
  font-family: 'Effra', 'sans-serif';
}

.homepage-section h1,
.homepage-section h2,
.homepage-section h3,
.homepage-section h4,
.homepage-section h5,
.homepage-section h6 {
  font-family: 'Effra', 'sans-serif';
}

.homepage-section h2 {
  font-size: 18px;
}

.homepage-section a.cover:nth-child(3n) {
  	margin-right: 0;
}

.homepage-section-grey {
  border-top: 1px solid #4B4D4D;
  background: #eeeeee;
  padding: 10px 0;
  margin: 55px 0;
}

.homepage-section-title {
  display: block;
  color: #4B4D4D;
  text-transform: uppercase;
  font-weight: 100;
  border-bottom: 1px solid #4B4D4D;
  font-size: 33px;
}

.homepage-section-title a {
  color: #4B4D4D;
}

.homepage-section-see-all {
  position: absolute;
  top: 13px;
  right: 15px;
  color: #4B4D4D;
  font-weight: bold;
  text-transform: uppercase;
}

.homepage-intro-text {
  width: 650px;
}

.homepage-social-icon {
  margin-right: 8px;
  margin-top: 10px;
}

.homepage-post {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bdbdbd;
  width: 650px;
}

.homepage-post:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.homepage-post-image {
  width: 200px;
  height: 200px;
}

.homepage-post .homepage-post-image {
	margin-right: 15px;
}

.homepage-post .post-text {
  font-size: 14px;
  font-family: Georgia, Times, serif;
}

h2.post-title {
  font-size:22px;
  line-height:24px;
  font-weight: normal;
}

.homepage-section .half {
  width: 50%;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;	
}

.homepage-section .quarter {
  width: 25%;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;	
}

.donate-box {
  color: #FFFFFF;
  background: #000000;
  border-radius: 5px;
  padding: 10px;
  display: block;
}

.donate-box:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.donate-box h2,
.donate-box h3 {
  color: #FFFFFF;
}

.homepage-utility h2 {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.homepage-article-container {
  display: flex;
  flex-wrap: wrap;
}

.homepage-article {
  width: 200px;
  margin: 20px 20px 0 0;
}

.homepage-article:nth-child(4n),
.homepage-section .strategy:nth-child(4n) {
	margin-right: 0;
}

.homepage-article:hover {
  text-decoration: none;
}

.homepage-article-title {
  margin-top: 8px;
  font-family: 'Effra', 'sans-serif';
  color: rgb(95, 96, 93);
  font-weight: bold;
  font-size: 18px;
}

.homepage-article-author {
  font-family: 'Effra', 'sans-serif';
  font-weight: 300;
  font-style:italic;
  color: rgb(95, 96, 93);
  margin-top: 5px;
}

.bx-wrapper{
  overflow:hidden;
  border-bottom: 1px dotted #191919;
  margin-bottom: 10px;
}

.bx-pager{
  width:100px;
  float:right;
  padding-bottom:4px;
}

.bx-pager a{
  border:1px solid #333;
  width:12px;
  height:12px;
  text-indent:-9999px;
  max-height:12px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  display:inline-block;
  margin-left:10px;
}

.bx-pager a.pager-active{
  background-color:#d1d2d4;
}

.bx-window li img {
    margin: 0 auto;
    display: block;
}

/* Articles Page */

body.post-type-archive-journal #page, body.single-article #page, body.single-journal #page {
background: none;
}
article.article {
    border-bottom: 1px dotted #494647;
}
article.article img {
    margin-top: 5px;
}
body.post-type-archive-journal #content.widecontent {
  width: 1000px;
}
a.cover {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
}
.allIssues {
  margin: 10px 0 20px 0;
  color: rgb(75, 77, 77);
  font-family: 'Effra', "Arial", Tahoma, sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  width: 100%;
}

/* Single Article */

body.single.single-article ul li#menu-item-155.menu-item-155 > a {
  color: rgb(247, 100, 26);
}
body.single.single-article #main {
  padding-top: 0;
}
body.single.single-article #access {
  margin-bottom: 0;
}
#featured {
  max-height: 275px;
  overflow: hidden;
}
#featured.article img {
  width: 100%;
  display: block;
}

#published {
  border-top: 1px dotted gray;
  border-bottom: 1px dotted gray;
  padding: 10px 0;
  font-style: italic;
  margin: 25px 0;
  color: gray;
}
#issue-more h2 {
  color: gray;
  font-style: italic;
  font-size: 22px;
  font-weight: normal;
}

#issue-more ul {
  list-style-type: none;
}

#issue-more ul li a {
  font-size: 16px;
  line-height: 32px;
}

/* Strategies Page */

.post-type-archive-strategy header.page-header,
body.single.single-strategy header.entry-header {
  margin-left: 190px;
}
.post-type-archive-strategy #page, .single-strategy #page{
  background:none;
}
.post-type-archive-strategy #sidebar-left {
  width: 175px;
  padding-top: 40px;
}
body.single.single-strategy #sidebar-left {
  padding-top: 10px;
}
body.post-type-archive-strategy #content {
  width: 780px;
}
.strategy, .blankstrategy {
  width: 200px;
  height: 200px;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}

.strategy.list{
  width: 100%;
  float: none;
  height: inherit;
}

.strategy img {
  width: 200px;
  height: 200px;
  margin: 0;
}

.strategy .strategy-title{
  position:absolute;
  display:none;
  width: 200px;
  height: 200px;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.85);
}
.strategy .strategy-title a {
    font-size: 16px;
    margin: 0 auto;
    display: block;
    width: 150px;
    height: 150px;
    text-align: center;
    text-decoration: none;
    padding: 30px;
    color: black;
}
.blankstrategy {
    background: #E6E7E9;
}

.single-strategy .entry-title{
  padding-bottom:8px;
}

.single-strategy .subtitle{

  font-size:14px;
  font-style:italic;
}

.single-strategy #images{
  margin-top:10px;
}

.single-strategy .attachment-thumbnail{
  margin:2px;

}


ul#large {
    height: 380px;
    overflow:hidden;
    list-style-type:none;
    padding:0;
    margin:0 0 20px 0;
}

#large li{
  overflow:hidden;
  width:620px;
  height:380px;
  position: relative;
}

#large li .wp-post-image{
  margin-bottom:0;
}

#images .bx-next{
  position: absolute;
  top: 40%;
  right: 10px;
  z-index: 999;
  width: 30px;
  height: 30px;
  text-indent: -999999px;
  background: url(js/bx_styles/gray_next.png) no-repeat 0 -30px;
}

#images .bx-prev{
  position: absolute;
  top: 40%;
  left: 10px;
  z-index: 999;
  width: 30px;
  height: 30px;
  text-indent: -999999px;
  background: url(js/bx_styles/gray_prev.png) no-repeat 0 -30px;
}

#images .bx-next:hover, #images .bx-prev:hover{
  background-position: 0 0;
}

#images .attachment-thumbnail{
  width:50px;
  height:50px;
  margin:6px;
}


/* =Sidebars
----------------------------------------------- */
#secondary h1 {
  margin: 10px 0;
  color: #4B4D4D;
  font-family: 'Effra', "Arial", Tahoma, sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
#sidebar-left h1 {
  color: #7f7f7f;
  font-family: 'Effra', "Arial", Tahoma, sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
#sidebar-left ul {
  margin-bottom: 20px;
}

a.sidebar, p.sidebar li a{
    color: #4B4D4D;
    text-decoration: none;
}

p.sidebar,
#sidebar-left ul li,
#sidebar-box,
#secondary
 {
    font-size: 14px;
    font-family: Georgia, Times, serif;
}
p.sidebar {
    margin-bottom: 25px;
    line-height: 15px;
}
a.sidebar:hover {
    text-decoration: none;
}

#secondary ul.sidebar a:hover {
    color: #16B2B3;
    text-decoration: none;
}

#sidebar-left {
    padding-top: 20px;
    width: 175px;
    min-height: 600px;
    float: left;
    position: relative;
    margin-bottom: 15px;
}
#sidebar-box {
    background: #E6E7E9;
    border: 1px solid #838486;
    padding: 10px;
    margin-bottom: 20px;
}
#sidebar-box ul li {
    border-bottom: 1px solid #646163;
    padding: 5px 0;
}
#sidebar-box ul li:first-child {
    padding: 0 0 5px 0;
}
#sidebar-box ul li:last-child {
    border: none;
    padding: 5px 0 0 0;
}
.sidebox-author {
    font-style: italic;
    color: #534947;
    margin-top: 7px;
}
.wpp-list li {
  padding: 10px 0;
}

/* Featured post */
section.featured-post {
  float: left;
  margin: -1.625em -8.9% 1.625em;
  padding: 1.625em 8.9% 0;
  position: relative;
  width: 100%;
}
section.featured-post .hentry {
  border: none;
  color: #666;
  margin: 0;
}
section.featured-post .entry-meta {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
  border-right: 20px solid #bbb;
  float: right;
  height: auto;
  margin: -10px -8.9% 1.625em 0;
  max-width: 59%;
  position: relative;
  right: -35px;
}
section.featured-post .attachment-small-feature:hover {
  border-color: #888;
}
article.feature-image.small {
  float: left;
  margin: 0 0 1.625em;
  width: 45%;
}
article.feature-image.small .entry-summary {
  color: #555;
  font-size: 13px;
}
article.feature-image.small .entry-summary p a {
  background: #222;
  color: #eee;
  display: block;
  left: -23.8%;
  padding: 4px 26px 4px 85px;
  position: relative;
  top: 20px;
  text-decoration: none;
  width: 180px;
}
article.feature-image.small .entry-summary p a:hover {
  background: #1b8be0;
  color: #bfddf3;
}

/* Large featured post */
section.feature-image.large {
  border: none;
  max-height: 500px;
  padding: 0 0 0.8125em;
  width: 100%;
}
section.feature-image.large .showcase-heading {
  display: none;
}
section.feature-image.large .hentry {
  border-bottom: none;
  left: 9%;
  margin: 1.625em 9% 0 0;
  position: absolute;
  top: 0;
}
article.feature-image.large .entry-title a {
  background: #222;
  background: rgba(0,0,0,0.8);
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
  background: #eee;
  background: rgba(255,255,255,0.8);
  color: #222;
}
article.feature-image.large .entry-summary {
  display: none;
}
section.feature-image.large img {
  display: block;
  height: auto;
  max-width: 117.9%;
  padding: 0 0 6px;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 15px;
}

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

/* captions */
.wp-caption {
  color: #888888;
  line-height: normal;
  font-size: 12px;
  font-style: normal;
  text-align: right;
}

/**** Journal Archive (formerly Issues Archive) ****/

/* Title Bar Across top */

#scenario-title {
  display: inline-block;
  border-bottom: 1px dotted gray;
  width: 1000px;
  float: left;
  margin-right: 200px;
}
#scenario-title a {
  color: white;
  text-decoration: none;
}
#scenario-title .left,
#scenario-title .right {
  font-family: "museo-sans",sans-serif;;
  font-size: 28px;
  font-weight: 700;
  float: left;
  height: 40px;
  display: inline-block;
  color: #5f605d;
  text-transform: uppercase;
  line-height: 40px;
}
#scenario-title .left {
  margin-right: 10px;
  width: 170px;
}
#scenario-title .right {
  width: 820px;
}
#scenario-meta ul li,
#scenario-meta ul li a {
  color: rgb(95, 96, 93);
  font-size: 14px;
  line-height: 24px;
  float: left;
  margin-right: 20px;
}
#scenario-meta {
  font-family: Georgia, Times, serif;
  padding-top: 10px;
  width: 620px;
  margin: 0 auto;
  display: inline-block;
  margin-left: 180px;
}
#scenario-meta li#editor {
  font-family: "museo-sans",sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
  font-size: 16px;
  line-height: 23px;
}
#scenario-meta li#date {
  font-family: 'museo-sans', 'sans-serif';
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

body.archive.post-type-archive-journal h1.entry-title a,
body.archive.post-type-archive-journal #sidebar-left a {
  color: #f7641a;
  font-size: 23px;
  font-family: 'Effra', 'sans-serif';
  font-weight: 500;
}
body.archive.post-type-archive-journal h1 {
  margin-bottom: 5px;
  line-height: 22px;
}
article.issue {
  display: inline-block;
  border-bottom: 1px dotted #ADADAD;
}
article.issue h1.entry-title a {
    color: #F7641A;
    margin-bottom: 0;
    font-family: 'Effra', sans-serif;
    font-size: 26px;
}
article.issue-title {
    border-bottom: 1px dotted #ADADAD;
}
article.issue-title h1 {
    color: black;
}

/* Single Journal, formerly Single Issue */
body.single-journal #featured {
  max-height: 275px;
  overflow: hidden;
  margin-bottom: -95px;
  float: left;
  width: 100%;
}
body.single.single-journal #main {
  padding-top: 0;
}
body.single.single-journal #access {
  margin-bottom: 0;
}
body.single.single-journal .entry-content {
  margin-left: 22%;
  width: 765px;
}
body.single.single-journal #scenario-title {
  margin-left: 20%;
  padding-left: 2%;
  padding-top: 2%;
  width: 765px;
  background: white;
  border-bottom: none;
}
body.single.single-journal #scenario-title ul {
  list-style: none;
  padding-left: 0;
}
body.single.single-journal #scenario-title #scenario-meta {
  margin-left: 0;
}
body.single.single-journal article {
  margin: 10px 0 0 0;
}
body.single.single-journal h1#site-title a,
body.single.single-article h1#site-title a,
body.archive.post-type-archive-journal h1#site-title a {
  color: #7f7f7f;
}

body.single.single-journal h1#site-title a:hover,
body.single.single-article h1#site-title a:hover,
body.archive.post-type-archive-journal h1#site-title a:hover {
  color: #f7641a;
}

body.single.single-article #content article:first-child {
  padding-top: 10px;
}
h2.questionTitle {
    font-size: 18px;
    font-family: Tahoma;
    font-weight: normal;
}
h2.questionTitle a {
    color: #000;
}
body.archive.post-type-archive-journal #sidebar-left ul li a,
body.single-article #sidebar-left ul li a {
  color: #F7641A;
}

/* Pages within Journal structure (using journal pages template */

body.page.page-template.page-template-journal-page-php #content a,
body.page.page-template.page-template-journal-page-php #content h1,
body.page.page-template.page-template-journal-page-php #content h2 {
  color: #f7641a;
}

body.page.page-template.page-template-journal-page-php #page {
  background: none;
}

body.page.page-template.page-template-journal-page-php #scenario-meta h1 {
  line-height: 0;
  margin-top: 30px;
  color: #F7641A;
  font-size: 22px;
}

#primary.journal {
  margin-top: 20px;
}

/* Blog Main and Blog Posts */
body.blog img {
  width: 620px;
  height: auto;
}
h3.assistive-text {
	display: none;
}
.nav-previous, .nav-next {
	margin-bottom: 12px;
}
.nav-previous {
	clear: both;
	float: left;
}
.nav-next {
	float: right;
}

.blog #page,
.single-post #page {
    background: #fff;
}
article.post {
    border-bottom: 1px dotted #ADADAD;
}

/* Blank background for About, Participate and Resources */

body.page-id-17 #page,
body.page-id-32 #page,
body.page-id-272 #page {
    background: #fff;
}

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

#comments-title {
  color: #000;
    margin: 10px 0;
    padding-top: 2px;
    padding-bottom: 10px;
    margin-bottom: -1px;
    border: 1px dashed #828282;
    border-width: 1px 0;
    height: 18px;
}
#comments-title ul {
    background: #E6E7E8;
    height: 16px;
    padding: 5px;
}
#comments-title ul li {
    float: left;
    list-style: none;
}
#comments-title ul li.author-label,
#comments-title ul li.editor-label {
    margin-right: 10px;
    padding-left: 10px;
}
#comments-title ul li.author-label {
    border-left: 6px solid #15AEAF;
}
#comments-title ul li.editor-label {
    border-left: 6px solid #6D6E71;
}
#comments-title ul li:first-child {
    border: none;
    margin-right: 15px;
}
.nopassword,
.nocomments {
  color: #aaa;
  font-size: 24px;
  font-weight: 100;
  margin: 26px 0;
  text-align: center;
}
.commentlist {
  list-style: none;
  margin: 0;
  padding-left: 15px;
  font-family: Tahoma;
  font-size: 16px;
}
.commentnum {
    font-size: 16px;
    text-transform: uppercase;
    font-family: Tahoma, "Helvetica Neue", Helvetica;
}
.commentlist > li.comment {
    border: 1px dashed #828282;
    border-width: 1px 0;
    margin-bottom: -1px;
    padding: 15px 10px 1px;
}
.commentlist li.comment p,
.commentlist li .comment-meta,
.commentlist li.comment-content {
    font-size: 14px;
    font-weight: normal;
}
.commentlist .pingback {
  margin: 0 auto 1.625em;
  padding: 0 1.625em;
  width: 68.9%;
}
.commentlist .children {
  list-style: none;
  margin: 0;
}
.commentlist li ul li {
    list-style: none;
}
.commentlist .children li.comment {

}
.commentlist .children li.comment .fn {
  display: block;
}
.comment-meta .fn {
  font-style: normal;
}
.comment-meta {
  background: transparent;
}
.commentlist .children li.comment .comment-meta {
  line-height: 1.625em;
}
.commentlist .children li.comment .comment-content {

}
.comment-meta a {
  font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #ccc;
  -moz-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
  left: -102px;
  padding: 0;
  position: absolute;
  top: 0;
}
.commentlist > li:before {
  left: -21px;
  position: absolute;
}
.commentlist > li.pingback:before {
  content: '';
}
.commentlist .children .avatar {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  left: 2.2em;
  padding: 0;
  top: 2.2em;
}
a.comment-reply-link {
  font-size: 12px;
  font-weight: bold;
}
a.comment-edit-link {
    font-size: 12px;
}
article.comment {
    font-family: Georgia;
    font-size: 12px;
}

/* Post author and editor highlighting */
.commentlist > li.bypostauthor,
.commentlist > li.editor {
    background: #E6E7E8;
    border: none;
    margin: 10px 0px;
}

/* Author highlighting */
.commentlist > li.bypostauthor {
    border-left: 6px solid #16B3B4;
}

/* Editor highlighting */
.commentlist > li.editor {
    border-left: 6px solid #6D6E71;
}
.commentlist > li.bypostauthor .comment-meta {
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {

}
.commentlist .children {
    margin-left: 15px;
}
.commentlist .children li.comment {
    background: #fff;
    padding: 15px 10px 1px;
}
/* Author threaded comments */
.commentlist .children > li.bypostauthor {
    border-left: 6px solid #16B3B4;
    background: #E6E7E8;
    padding: 15px 10px 1px;
    margin: 10px 0;
}

/* Editor/Admin threaded comments */
.commentlist .children > li.editor {
    border-left: 6px solid #6D6E71;
    background: #E6E7E8;
    padding: 15px 10px 1px;
    margin: 10px 0;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
  margin-left: 102px;
  width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
  width: auto;
}

/* Comment Form */
#commentform {
    margin-bottom: 50px;
}
#respond {
    margin-top: 20px;
    margin-bottom: 40px;
}
#respond input[type="text"],
#respond textarea {

}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
  position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
    text-transform: uppercase;
}
.rtl #respond .comment-form-author label,
.rtl #respond .comment-form-email label,
.rtl #respond .comment-form-url label,
.rtl #respond .comment-form-comment label {

}
#respond input[type="text"]:focus,
#respond textarea:focus {
  text-indent: 0;
  z-index: 1;
}
#respond textarea {
  width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
  color: #bd3500;
  font-size: 14px;
  font-weight: bold;
}
#respond .comment-notes,
#respond .logged-in-as {
  font-size: 13px;
}
#respond p {
  margin: 10px 0;
}
#respond .form-submit {
  float: left;
  margin: -20px 0 10px;
}
#respond input#submit {
  background: #222;
  border: none;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  color: #eee;
  cursor: pointer;
  font-size: 15px;
  margin: 20px 0;
  padding: 5px;
  float: left;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
  background: #16B2B3;
  color: #fff;
}
#respond #cancel-comment-reply-link {
  color: #666;
  margin-left: 10px;
  text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
  text-decoration: underline;
}
.commentlist #respond {
  margin: 1.625em 0 0;
  width: auto;
}
#reply-title {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
#cancel-comment-reply-link {
  color: #888;
  display: block;
  font-size: 10px;
  font-weight: normal;
  line-height: 2.2em;
  letter-spacing: 0.05em;
  position: absolute;
  right: 1.625em;
  text-decoration: none;
  text-transform: uppercase;
  top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
  color: #ff4b33;
}
#respond label {
  line-height: 2.2em;
}
#respond input[type=text] {
  display: block;
  height: 24px;
  width: 75%;
}
#respond p {
  font-size: 12px;
}
p.comment-form-comment {
  margin: 0;
}
.form-allowed-tags {
  display: none;
}

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

body, input, textarea, button {
  color: #373737;
  font-weight: 300;
  line-height: 20px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
  clear: both;
}

/* Text elements */

a {
    color: #f7641a;
    text-decoration: none;
}

a:hover {
    color: gray;
    text-decoration: underline;
}

p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
blockquote {
  font-family: "museo-sans";
  font-size: 22px;
  font-style: normal;
  line-height: 32px;
  color: #0C0C0C;
  font-weight: 800;
  padding: 30px 0 30px 275px;
  text-align: right;
  font-weight: normal;
}

/* =Footer
----------------------------------------------- */
img#wpstats {
    display: none !important;
}

#supplementary {
  border-top: 1px solid #ddd;
  padding: 1.625em 7.6%;
  overflow: hidden;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
  float: left;
  margin-right: 3.7%;
  width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
  margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
  float: left;
  margin-right: 3.7%;
  width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
  margin-right: 0;
}

.footer {
  background: #000000;
  color: white;
  padding: 15px;
  overflow:hidden;
  margin: 0 auto;
  min-height: 160px;
  font-family: "effra",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.5px;
}

.footer a {
  color: white;
}

.footer-content {
  width: 1000px;
  margin: 0 auto;
}

.menu-footer-menu-container ul  {
  list-style: none;
}

.menu-footer-menu-container li {
  font-family: "effra",sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.footer h1 {
  color: white;
  font-family: Ostrich, "Arial Narrow", Tahoma, sans-serif;
  font-size: 41px;
  text-align: right;
  margin: 0;
  display: block;
  line-height: 1;
}

.footer-divider {
  padding-bottom: 9px;
  margin-bottom: 9px;
  border-bottom: 1px solid #FFFFFF;
}

.footer .column {
  float: left;
}

.footer .left {
  width: 160px;
  margin-right: 15px;
}

.footer .middle {
  width: 430px;
  margin-right: 15px;
}

.footer .right {
  width: 345px;
  float: right;
}

.footer .right img {
  width: 130px;
  margin-top: 10px;
}

#copyright{
  text-align:right;
  float:right;
  width:250px;
  font-size: 12px;
}

/* Cosmetic Extras */

#extra { /* styling for Design + Cities + Landscape in nav menu */
    float: right;
    text-transform: uppercase;
    color: #939598;
    display: block;
    line-height: 20px;
  top: 24px;
  padding-right: 2px;
  padding-top: 3px;
  font-size: 16px;
}
.widget {
    margin-bottom: 15px;
}
#headersearch {
    color: #58595B;
    margin-right: 5px;
    width: 140px;
    float: right;
    margin-top: 3px;
}
.advisory {
    height: 175px;
}
.advisory p {
    font-size: 11px;
    line-height: 18px;
    font-family: Georgia, Times, serif;
}
.adv-board {
    margin-bottom: 15px;
    font-size: 18px;
}
hr {
    height: 1px;
    border-style: none;
    background-color: #6f6f6f;
    margin: 15px 0;
    padding: 0;
}

.author {
  font-family: 'Effra', 'sans-serif';
  font-weight: 300;
  font-style:italic;
  font-size: 18px;
  color: rgb(95, 96, 93);
  clear:both;
}

.author.single {
  font-size: 22px;
  color: black;
}
/* */

h1,h2,h3,h4,h5 {
    margin-bottom: 15px;
}
h1 {
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #f7641a;
  font-size: 28px;
  display: inline-block;
  line-height: 1;
}

h2 {
    font-family: Georgia;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
}
h3 {
    font-family: Georgia;
    font-size: 18px;
    font-style: italic;
    line-height: 22px;
    color: #999;
}
h4 {
    font-family: Georgia;
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
    color: #313030;
    font-style: italic;
}
h5 {
    font-family: Georgia;
    font-size: 12px;
    line-height: 14px;
}

/* Pagination styling */

.page-link {
  clear:both;
  padding:20px 0;
  position:relative;
  font-size:11px;
  line-height:13px;
  margin-bottom: 12px;
}

.page-link span.pagination {
  display:block;
  float:left;
  margin: 2px 2px 2px 0;
  padding:6px 9px 5px 9px;
  text-decoration:none;
  width:auto;
  background: #37B2B6;
  color: #fff;
}

.page-link .pages {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    background: #C6C8CA;
    color: #000;
}

.page-link a span.pagination:hover {
  background: #37B2B6;
  color: #fff;
}

.page-link a span.pagination {
  display:block;
  float:left;
  margin: 2px 2px 2px 0;
  padding:6px 9px 5px 9px;
  text-decoration:none;
  width:auto;
  color:#000;
  background: #C6C8CA;
}

#welcome {
  background-color: #D0F0F0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 5px 0 2px 0;
  float: left;
  top: -31px;
  position:absolute;
}
#hide {
    background: url(images/hide.png) no-repeat 0 0;
    height: 24px;
    width: 23px;
    float: right;
  cursor: pointer;
  display: none;
}
#hide:hover {
    background: url(images/hide-hover.png) no-repeat 0 0;
}
#show {
    background: url(images/show.png) #D0F0F0 no-repeat 5px 5px;
    height: 19px;
    width: 18px;
    float: right;
  cursor: pointer;
  position: absolute;
  top: 0;
  padding: 5px;
  right: 0;
  display:none;
}
#show:hover {
      background: url(images/show-hover.png) #D0F0F0 no-repeat 5px 5px;
      height: 19px;
      width: 18px;
      float: right;
    cursor: pointer;
    position: absolute;
    top: 0;
    padding: 5px;
}
