/*
Theme Name: Solidarity
Theme URI: http://www.solidarity-us.org
Description: Solidarity WordPress theme
Version: 1.0
Author: Solidarity
Author URI: http://www.solidarity-us.org
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
This theme, like WordPress, is licensed under the GPL.
*/

/* general */

* {
  box-sizing: border-box;
  }

/* align */

.align-bottom
  {
  vertical-align: bottom;
  }

.align-center
  {
  text-align: center;
  }

.align-left
  {
  text-align: left;
  }

.align-right
  {
  text-align: right;
  }

.align-top
  {
  vertical-align: top;
  }

/* block */

.block-center
  {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

/* box */

.box
  {
  background: #f0f0f0;
  border: 1px solid black;
  padding: 0 6px 0 6px;
  }

/* caption */

.caption
  {
  font-size: smaller;
  font-style: italic;
  margin: 2px 6px 6px 6px;
  }

/* float */

.clear
  {
  clear: both;
  }

.float-left
  {
  display: inline;
  float: left;
  margin-right: 6px;
  }

.float-right
  {
  display: inline;
  float: right;
  margin-left: 6px;
  }

/* font */

.bold
  {
  font-weight: bold;
  }

.italic
  {
  font-style: italic;
  }

.smaller
  {
  font-size: smaller;
  }

/* hide/show */

.hide
  {
  display: none;
  }

.show
  {
  display: block; 
  }

/* panel */

.panel
  {
  background: #FFF0E1;
  background: -moz-linear-gradient(top,  #FFF0E1,  #FFF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF0E1), to(#FFF));
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 18px;
  padding: 12px;
  }

/* screen reader text */

.screen-reader-text
  {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  }

/* width */

.width-half
  {
  width: 50%;
  }

.width-quarter
  {
  width: 25%;
  }

.width-third
  {
  width: 33%;
  }

.width-whole
  {
  width: 100%;
  }

.width-half > img,
.width-quarter > img,
.width-third > img,
.width-whole > img
  {
  width: 100%;
  }

/* anchor */

a,
a:visited
  {
  color: black;
  text-decoration: none;
  }

/* body */

body
  {
  background: white url("/images/bg-wall.png") repeat-x left top;
  font-family: "Trebuchet MS", Helvetica, Arial, Lucida, sans-serif;
  font-size: 12px;
  margin: auto 0 auto 0;
  }

/* div */

/* columns */

div.col-two > div
  {
  display: inline;
  float: left;
  margin-right: 2%;
  width: 49%;
  }

div.col-two > div:last-child
  {
  margin-right: 0;
  }

div.col-three > div
  {
  display: inline;
  float: left;
  margin-right: 2%;
  width: 32%;
  }

div.col-three > div:last-child
  {
  margin-right: 0;
  }

/* container */

div#container
  {
  margin: 18px 6px 6px 6px;
  }

@media screen and (min-width: 972px) {

div#container
  {
  margin: 18px auto 6px auto;
  width: 960px;
  }

}

/* footer */

div#footer
  {
  margin: 0 auto 0 auto;
  width: 100%;
  }

div#footer > div
  {
  display: inline;
  float: left;
  margin-left: 12px;
  }

div#footer > div:first-child
  {
  margin-left: 0;
  }

/* header */

div#header
  {
  margin: 0 auto 0 auto;
  position: relative;
  width: 100%;
  z-index: 1;
  }

div#header a,
div#header a:visited
  {
  color: #ffeedd;
  }

div#header div.logo img
  {
  border: 0;
  width: 100%;
  }

div#header-menu
  {
  background-color: #480030;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  height: 24px;
  position: relative;
  }

@media print {

div#header-menu
  {
  display: none;
  }
}

div#header-menu div
  {
  display: inline;
  float: left;
  height: 24px;
  }

div#header-menu div
  {
  background-color: #480030;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  }

div#header-menu div#header-home,
div#header-menu div#header-loginout
  {
  padding: 4px 12px 4px 12px;
  }

div#header-menu div#header-home:hover,
div#header-menu div#header-home.touch,
div#header-menu div#header-loginout:hover,
div#header-menu div#header-loginout.touch
  {
  background-color: #906;
  }

div#header-menu div#header-nav 
  {
  position: relative;
  }

div#header-menu div#header-nav div.label
  {
  color: #ffeedd;
  padding: 4px 12px 4px 12px;
  }

div#header-menu div#header-nav:hover div.label,
div#header-menu div#header-nav.touch div.label
  {
  background-color: #906;
  }

@media screen and (min-width: 720px) {

div#header-menu div#header-nav div.label
  {
  display: none;
  }
}

div#header-menu form.search-form
  {
  position: absolute;
  right: 12px;
  top: 4px;
  }

div#header-menu input.search-field
  {
  border: 0;
  height: 16px;
  }

div#header-menu input.search-submit
  {
  display: none;
  }

div#header-menu li
  {
  background-color: #480030;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  height: 24px;
  margin: 0;
  padding: 4px 12px 4px 12px;
  white-space: nowrap;
  }

div#header-menu li
  {
  position: relative;
  }

div#header-menu ul
  {
  background-color: #480030;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
  }

div#header-menu ul
  {
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  }

div#header-menu div#header-nav:hover ul.menu,
div#header-menu div#header-nav.touch ul.menu
  {
  display: block;
  }

div#header-menu ul li:hover,
div#header-menu ul li.touch
  {
  background-color: #906;
  }

div#header-menu ul li:hover > ul,
div#header-menu ul li.touch > ul
  {
  display: block;
  }

div#header-menu ul ul
  {
  left: 100%;
  top: 0;
  }

@media screen and (min-width: 720px) {

div#header-menu ul
  {
  display: block;
  left: auto;
  position: static;
  top: auto;
  }

div#header-menu ul li
  {
  display: inline;
  float: left;
  }

div#header-menu ul ul
  {
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  }

div#header-menu ul ul li
  {
  display: block;
  float: none;
  }

div#header-menu ul ul ul
  {
  left: 100%;
  top: 0;
  }
}

/* main */

div#main
  {
  font-size: 14px;
  overflow: hidden;
  width: 100%;
  }

@media screen and (min-width: 720px) {

body.sidebar-left div#main,
body.sidebar-right div#main
  {
  display: inline;
  float: left;
  width: 67%;
  }

body.sidebar-both div#main
  {
  display: inline;
  float: left;
  width: 40%;
  }
}

div#main a,
div#main a:visited
  {
  color: #906;
  text-decoration: underline;
  }

div#main div.articles_list
  {
  margin-top: 6px;
  }

div#main div.articles_list div.article
  {
  margin-top: 12px;
  }

div#main div.articles_list div.authors
  {
  font-size: 14px;
  font-weight: bold;
  }

div#main div.articles_list div.date
  {
  font-size: 14px;
  font-weight: bold;
  }

div#main div.articles_list div.title
  {
  font-size: 18px;
  font-weight: bold;
  }

@media print {

div#main div#comments div#respond
  {
  display: none;
  }

div#main div#comments p.akismet_comment_form_privacy_notice
  {
  display: none;
  }
}

div#main div.content
  {
  margin: 0;
  padding: 0;
  }

div#main div.issue div.article
  {
  margin-top: 16px;
  }

div#main div.issue div.section
  {
  font-size: 21px;
  font-weight: bold;
  }

div#main div.issue div.title
  {
  font-size: 18px;
  font-weight: bold;
  margin-top: 12px;
  }

div#main div.lists td
  {
  padding: 4px 8px 4px 8px;
  }

div#main div.lists th
  {
  border: 0;
  }

div#main div.publication_articles div.authors
  {
  font-size: 14px;
  font-weight: normal;
  margin-left: 32px;
  margin-top: 2px;
  }

div#main div.publication_articles div.issue
  {
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
  }

div#main div.publication_articles div.title
  {
  font-size: 16px;
  font-weight: bold;
  margin-left: 16px;
  margin-top: 4px;
  }

div#main div.publication_authors div.authors
  {
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
  }

div#main div.publication_authors div.date
  {
  font-size: 16px;
  font-weight: bold;
  }

div#main div.publication_authors div.issue
  {
  font-size: 16px;
  font-weight: bold;
  margin-left: 16px;
  margin-top: 2px;
  }

div#main div.publication_authors div.title
  {
  font-size: 16px;
  font-weight: bold;
  margin-left: 32px;
  margin-top: 2px;
  }

div#main div.share
  {
  text-align: right;
  }

@media print {

div#main div.share
  {
  display: none;
  }
}

div#main div.share a,
div#main div.share a:visited
  {
  text-decoration: none;
  }

div#main div.share svg
  {
  fill: gray;
  height: 32px;
  }

div#main h1.title
  {
  margin: 0;
  }

div#main h1.title a,
div#main h1.title a:visited
  {
  color: black;
  text-decoration: none;
  }

div#main h2.authors
  {
  margin: 4px 0 0 0;
  }

div#main h3.date
  {
  margin: 2px 0 0 0;
  }

div#main table.publication_issues
  {
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  }

div#main table.publication_issues td
  {
  text-align: right;
  }

div#main table.publication_issues th
  {
  padding-left: 1em;
  }

div#main table.publication_issues th:first-child
  {
  padding-left: 0;
  }

/* sidebars */

div#sidebar-left,
div#sidebar-right
  {
  display: none;
  }

@media screen and (min-width: 720px) {

body.sidebar-left div#sidebar-left
  {
  display: inline;
  float: left;
  padding-right: 2%;
  overflow: hidden;
  width: 33%;
  }

body.sidebar-both div#sidebar-left
  {
  display: inline;
  float: left;
  padding-right: 2%;
  overflow: hidden;
  width: 30%;
  }
}

div#sidebar-left a,
div#sidebar-left a:visited,
div#sidebar-right a,
div#sidebar-right a:visited
  {
  color: #990066;
  }

div#sidebar-left div.article,
div#sidebar-right div.article
  {
  margin-top: 12px;
  }

div#sidebar-left div.comment,
div#sidebar-right div.comment
  {
  margin-top: 6px;
  }

div#sidebar-left ul,
div#sidebar-right ul
  {
  list-style-type: disc;
  margin: 0;
  padding-left: 12px;
  }

div#sidebar-left ul.widget-area,
div#sidebar-right ul.widget-area
  {
  list-style: none;
  margin: 0;
  padding: 0;
  }

@media screen {

div#sidebar-right
  {
  display: block;
  }
}

@media screen and (min-width: 720px) {

body.sidebar-right div#sidebar-right
  {
  display: inline;
  float: left;
  padding-left: 2%;
  overflow: hidden;
  width: 33%;
  }

body.sidebar-both div#sidebar-right
  {
  display: inline;
  float: left;
  padding-left: 2%;
  overflow: hidden;
  width: 30%;
  }
}

/* image */

img
  {
  border: 1px solid black;
  }

img.no-border
  {
  border: 0;
  }

img.thumbnail
  {
  max-height: 144px;
  max-width: 192px;
  }

/* table */

table.border
  {
  border-collapse: collapse;
  }

table.border td,
table.border th
  {
  border: 1px solid gray;
  }
  
table.center
  {
  margin-left: auto;
  margin-right: auto;
  }

table.col-center td,
table.col-center th
  {
  text-align: center;
  }

table.col-left td,
table.col-left th
  {
  text-align: left;
  }

table.col-left-center td,
table.col-left-center th
  {
  text-align: center;
  }

table.col-left-center td:first-child,
table.col-left-center th:first-child
  {
  text-align: left;
  }

table.col-left-right td,
table.col-left-right th
  {
  text-align: right;
  }

table.col-left-right td:first-child,
table.col-left-right th:first-child
  {
  text-align: left;
  }

table.col-right td,
table.col-right th
  {
  text-align: right;
  }

table.layout-fixed
  {
  table-layout: fixed;
  }

table.row-bottom tr
  {
  vertical-align: bottom;
  }

table.row-top tr
  {
  vertical-align: top;
  }

/* ul */

ul.no_style
  {
  list-style: none;
  }

/* wordpress additions */

.alignleft
  {
  display: inline;
  float: left;
  margin-right: 6px;
  }

.alignright
  {
  display: inline;
  float: right;
  margin-left: 6px;
  }

.aligncenter
  {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

.wp-caption-text
  {
  font-size: smaller;
  }
