/*
Theme Name: Yoko Lobbycontrol
Theme URI: http://www.aboutsource.net
Author: about:source
Author URI: http://www.aboutsource.net
Template: yoko
Version: 0.3.1
*/

/* Google Fonts Import
--------------------------------------------- */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans'), local('DroidSans'), url(FontDroid/droidsans-webfont.woff) format('woff');

}

@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(FontDroid/droidsans-bold-webfont.woff) format('woff');
}

@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Serif'), local('DroidSerif'), url(FontDroid/droidserif-webfont.woff) format('woff');
}
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 700;
  src: local('Droid Serif Bold'), local('DroidSerif-Bold'), url(FontDroid/droidserif-bold-webfont.woff) format('woff');
}
@font-face {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: 400;
  src: local('Droid Serif Italic'), local('DroidSerif-Italic'), url(FontDroid/droidserif-italic-webfont.woff) format('woff');
}
@font-face {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: 700;
  src: local('Droid Serif Bold Italic'), local('DroidSerif-BoldItalic'), url(FontDroid/droidserif-bolditalic-webfont.woff) format('woff');
}

/*@font-face {
  font-family: 'Nothing You Could Do';
  font-style: normal;
  font-weight: 400;
  src: url('FontNothing/NothingYouCouldDo.eot');
  src: url('FontNothing/NothingYouCouldDo.eot?#iefix') format('embedded-opentype'),
      url('FontNothing/NothingYouCouldDo.woff') format('woff');
    src: url('AftaSerifThin-Regular-webfont.eot');
    src: url('AftaSerifThin-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('AftaSerifThin-Regular-webfont.woff') format('woff'),
         url('AftaSerifThin-Regular-webfont.ttf') format('truetype'),
         url('AftaSerifThin-Regular-webfont.svg#AftaserifRegular') format('svg');
}*/
@font-face {
  font-family: 'Nothing You Could Do';
  src: url('FontNothing/NothingYouCouldDo.eot');
  src: local('☺'), url('FontNothing/NothingYouCouldDo.woff') format('woff'), url('FontNothing/NothingYouCouldDo.ttf') format('truetype'), url('FontNothing/NothingYouCouldDo.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}



/* Reset
--------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, strong, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#content address {
  padding: 0 0 20px 0;
}
#content abbr, acronym {
  border-bottom: .1em dotted;
}
#content pre, code, tt {
  font-size: 1.1em;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* General Structure and Styles
--------------------------------------------- */
body {
  background-color:#ececec;
  font-family:'Droid Sans', arial, sans-serif;
  color: #444;
    font-size: 15px;
}
#page {
  max-width: 1102px;
  margin: 12px auto;
  padding:0 30px 0  30px;
  background-color:#fff;
  z-index: 0;
}
#wrap {
  margin:4px 0 0;
  padding:40px 0;
  overflow: visible;
}
#main {
  /*width: 74.59%;*/
  width: 60%;
  float: left;
  overflow: visible;
}
#content {
  /*width: 75.669%;*/
  width: 100%;
  float: left;
}
#secondary {
  /*width: 17.275%;*/
  width: 32.5%;
  /*margin-left:7.054%;*/
  float: right;
  overflow: hidden;
}
#tertiary{
  width: 23.775%;
  float: right;
  overflow: hidden;
}
#colophon {
  width: 70%;
  float: left;
  padding:30px 0 0;
  overflow: hidden;
  font-size: 0.8em;
}
.aligncenter, div.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
/* Headlines
--------------------------------------------- */
#content h1 {
  margin:26px 0 12px;
  font: bold 1.4em/1.4 'Droid Sans', arial, sans-serif;
}
#content h2 {
  margin:26px 0 0;
  font: bold 1.1em/1.4 'Droid Sans', arial, sans-serif;
}
#content h3 {
  margin: 26px 0 12px;
  font: bold 1.1em/ 1.4 'Droid Sans', arial, sans-serif;
}

#content article .single-entry-content *:first-child {
    margin-top:0;
}

#content article .single-entry-content h2,
#content article .single-entry-content h3 {
    margin-top: 4px;
}


#content h4 {
  margin: 22px 0 12px;
  font: bold 1.1em/1.4 'Droid Sans', arial, sans-serif;
}
#content h5 {
  margin: 22px 0 10px;
  font: bold 1em/1.3 'Droid Sans', arial, sans-serif;
}
#content h6 {
  margin: 20px 0 10px;
  font: bold .9em/1.3 'Droid Sans', arial, sans-serif;
}
/* Links
--------------------------------------------- */
a {
  color: #009BC2;
  text-decoration: none;
}
a:hover {
  color: #ff781f!important;
  text-decoration: underline;
}
/* Lists
--------------------------------------------- */
#content .post ul, #content .page ul, .commentlist ul  {
  padding:0 0 7px 30px;
  line-height: 1.6;
    margin-bottom:0px;
}
#content .post ul li, #content .page ul li, .commentlist ul li {
  padding:0 0 8px;
  list-style: square;
}
#content .post ol, #content .page ol, .commentlist ol  {
  padding:7px 0 7px 30px !important;
  line-height: 1.3;
}
#content .post ol li, #content .page ol li, .commentlist ol li {
  padding:0 0 12px;
  list-style: decimal;
}
#content .post ol ol li, #content .page ol ol li,  .commentlist ol ol li {
  list-style: upper-alpha;
}
#content .post ol ol ol li, #content .page ol ol ol li, .commentlist ol ol ol li {
  list-style: lower-roman;
}
#content dl {
  margin:0 ;
  padding: 0;
}
#content dt {
  font-weight: bold;
  margin: 0;
  padding: 10px 5px 5px;
}
#content dd {
  margin: 0;
  padding: 0 0 10px 15px;
}
/* Header
--------------------------------------------- */
#site-title {
  float: left;
  margin: 0 10px 20px -30px;
}
#site-title h1 {
  margin: 0 10px 0 0;
  font-size: 2.1em;
  line-height:1.2;
  font-weight: bold;
  text-transform:uppercase;
  display: block;
  float: left;
}
#site-title h1 a:hover {
  text-decoration:none;
}
#site-title h2 {
  font:italic .9em 'Droid Serif',  Times, serif;
  color: #777;
  margin: 17px 0 0 0;
}
header#branding img.headerimage {
  width: 100%;
  height: auto;
  margin-top: 12px;
}
header#branding img.attachment-headerimage.wp-post-image {
  width: 100%;
  height: auto;
}
hgroup#site-title img {
  max-width: 100%;
    /*height: 100%;*/
}

hgroup #mobile-claim {
    display: none;
    background-color: #ff7100;
    color: #fff;
    padding: 10px;
    position: absolute;
    top:10px;
    white-space: pre;
    left: 105px;
}

/* Navigations
--------------------------------------------- */
/* --- Main Nav --- */
#branding {
    position: relative;
    top: 30px;
    right: -30px;
}

nav#mobile-main-nav {
  display: none;
}

#branding #mainnav {
  margin: 0 0 50px 0;
  position: relative;
  top: 18px;
  font-size: 1.1em;
  float: right;
}
#branding #mainnav ul li {
  float: left;
  list-style: none;
  background-color:#ebebeb;
  height: 4em;
  /*line-height: 63px;*/
  /*text-align: center;*/
}

#branding #mainnav ul.menu > li {
  position: relative;

}

#branding #mainnav ul li a {
  margin: 0;
  color: #333 !important;
  /*width: 100%;*/
  height: 100%;
  display: inline-block;
  line-height: 4em;
}
#branding #mainnav ul li a span.nav-lnk {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  text-align: left;
  margin: 10px 35px;
}

#branding #mainnav ul li:first-child {
  margin: 0px;
}
#branding #mainnav ul li a:hover,
#branding #mainnav ul li.current-menu-ancestor > a,
#branding #mainnav ul li.current-menu-item > a {
  background:#AAA;
  color: #999;
  text-decoration: none;
}
#branding #mainnav ul ul {
  display: none;
  float: left;
  position: absolute;
  min-width: 100%;
  top: 4em;
  left: 0;
  z-index: 99999;
}
#branding #mainnav ul ul li {
    line-height: 1.2em;
    height: 40px;
    float: none;
    position: relative;
    width: 100%;
}


#branding #mainnav ul ul ul {
  left: 100%;
  top: 0;
}
#branding #mainnav ul ul a {
  width: 100%;
  line-height: 40px;
  height: auto;
  text-transform: none;
}

#branding #mainnav ul li:hover > ul {
  display: block;
}

#branding #mainnav li strong {
    font-weight: bold;
    font-size: 120%;
}

#branding #mainnav li.primary,
#branding #mainnav li.primary ul li
{
    background-color:#ff7100;
}

#branding #mainnav ul li.multiline-3  a span.nav-lnk,
#branding #mainnav ul ul a span.nav-lnk
{
  font-size: 80%;
}

#branding #mainnav ul.menu > li.primary a {
    color: white !important;
}

#branding #mainnav ul.menu li.primary.multiline-3 {
    line-height: inherit;
}
#branding #mainnav ul.menu li.primary.multiline-3 a {
    font-weight: normal;
}

#branding #mainnav ul li a:hover {
    background-color:#ff7100;
    color: white !important;
}

#branding #mainnav ul li.primary a:hover,
#branding #mainnav ul li.primary.current-menu-ancestor > a,
#branding #mainnav ul li.primary.current-menu-item > a,
#branding #mainnav ul li.primary li.current-menu-item > a{
    background-color:#ff781f;
}



#branding #mainnav ul.menu li.primary:first-child {
    font-weight: bold;
}

/* --- Sub Nav --- */
nav#subnav {
  margin:0;
  padding:0;
  overflow: hidden;
}
nav#subnav ul.menu {
  margin: 5px 0 0 0;
  padding:16px 0 30px;
  border-top: 1px solid #ddd;
  overflow: hidden;
}
nav#subnav ul.menu li.menu-item {
  width: 14.2468%;
  margin:0px;
  float: left;
  list-style: none;
}
nav#subnav ul.menu li.menu-item a {
  font-size: .8em;
  text-transform: uppercase;
  font-weight: bold;
}
nav#subnav ul.menu li.menu-item ul.sub-menu {
  margin: 0;
  padding: 6px 0 0;
  overflow: hidden;
}
nav#subnav ul.menu li.menu-item ul.sub-menu li.menu-item {
  width: 100%;
  letter-spacing: 0;
}
nav#subnav ul.menu li.menu-item ul.sub-menu li.menu-item a {
  font-size: .8em;
  font-weight: normal;
  line-height:2;
  text-transform: none;
}
/* Posts
--------------------------------------------- */
#content .post, #content .page{
  margin: 0 0 20px;
  padding: 15px 15px 10px;
  overflow: hidden;
  clear: both;
  font-size: .95em;
  line-height: 1.6;
  background-color: #f3f3f3;
}
#page #content .page-entry-header .entry-title,
#content .entry-header .entry-title {
  margin: 0 0 12px;
  font: bold 1.3em/1.4 'Droid Sans', arial, sans-serif;
}
#content .entry-header .entry-title a:hover {
  color: #ff781f;
  text-decoration: none;
}

#content .post p {
  padding: 0 0 15px;
}

#content #portal-description p {
    padding: 20px 0 0;
}

#content #portal-description p:first-child {
    padding:0 ;
}

#content #portal-description *:first-child {
    margin-top:0;
}

#content .post .entry-details p {
  padding: 0 0 3px;
}

#content .entry-details {
  width: 22.507%;
  padding: 2px 18px 0 0;
  padding-right: 3.493%;
  float: left;
  color:#888888;
    min-height:95px;
}
#content .entry-details p span.entry-date, #content .entry-details p a {
  width: 100%;
  font-family: 'Droid Sans', arial, sans-serif;
  font-style: normal;
}
#content .entry-content {
  width: 74%;
  margin: 0;
  float: right;
}
#content .post img.wp-post-image {
  width: 140px;
  height: auto;
  margin: 5px 0 8px;
  padding: 0;
}
#content .entry-meta p {
  padding: 15px 0 0;
  font: italic .8em/1.5 'Droid Serif', Times, serif;
}
#content .entry-meta a {
  padding: 15px 0 0;
  font-family: 'Droid Sans', arial, sans-serif;
  font-style: normal;
}
.page-link {
  background-color: #f0f0f0;
  border-top: 1px solid #ddd;
  padding: 5px 20px;
  overflow: hidden;
  font-size: .9em;
}
.page-link a {
  font-weight: bold;
  margin: 0 1px;
}
.page-link a:hover {
  text-decoration: none;
}
/* --- Sticky Post --- */

#content p#title-articles {
  background-color: #ff7100;
  color: white;
  padding: 3px 10px;
  margin: 0 0 20px 0;
}

.page .page-entry-header-featured,
#content .teaser {
  max-height: 260px;
  min-height: 100px;
  background-color: #777;
  overflow: hidden;
  position: relative;
  padding: 0 0 40px;
}

.homepage-slider .entry-header > a {
    display: block;
    height: 300px;
    overflow: hidden;
}

#content .teaser:hover {
  opacity: .9;
  -moz-opacity: .9;
  -webkit-opacity: .9;
  -o-opacity: .9;
}
#content .teaser:hover .read_more_dummy {
  text-decoration: underline;
}

#page #content .page-entry-header-featured .entry-title,
#content .teaser .entry-title {
  position: absolute;
  display: inline-block;
  bottom: 0px;
  width: 641px;
  background-color: black;
  opacity: .7;
  padding: 5px 10px;
  color: white !important;
  font-weight: normal;
  margin: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.sticky-subtitle {
  display: block;
}

#content .teaser .entry-title {
    /*width: 96.9%;*/
}

#content .teaser .entry-title .read_more_dummy {
  font-size: 13px;
  font-style: normal;
  color: #FF6600;
  float: right;
}

#content .post.teaser img {
  width: 100%;
  margin: 0;
}

/* --- Page Header --- */

#page #content .page-entry-header {
  padding: 0;
  margin: 0 0 20px;
}



/* --- Post Typography --- */
#content strong {
  font-weight: bold;
}
#content em, #content p em {
  font-style: italic;
}

#content p small {
  font-size: .8em;
}
#content .post blockquote, #content .page blockquote {
  margin: 0 20px 10px 0;
  overflow: hidden;
    font-style: italic;
    font-family: 'Droid Serif', Times, serif;
}
#content .single-entry-content blockquote {
  margin: 10px 10px 0;
    padding:0;
  background: none;
}
#content blockquote cite {
  margin: 10px 0 0 0;
  padding: 0 25px 15px 0;
  float: right;
  font: normal .8em 'Droid Sans', arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
}
#content pre {
  background-color: #f0f0f0;
  font-family: monospace;
  font-size: 1.2em;
  line-height: 1.3;
  margin: 0 0 20px 0;
  padding: 10px;
}
#content p.nocomments {
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
/* --- Post Images and Video --- */
#content img {
  max-width:100%;
  height: auto;
  margin: 0;
  padding: 0;
}
#content img.aligncenter {
  margin: 20px auto;
}
#content img.alignleft ,#content .wp-caption.alignleft {
  margin: 10px 20px 0 0;
}
#content img.alignright,#content .wp-caption.alignright {
  margin: 10px 0 0 20px;
}
#content img.alignnone {
  margin: 20px 0;
}
#content .wp-caption.alignnone {
  margin: 0 0 20px 0;
}
#content .wp-caption.aligncenter{
  margin-bottom: 10px;
}
#content .post .wp-caption {
  max-width: 100%;
  text-align: center;
}
#content .single-entry-content .wp-caption {
  max-width: 100%;
  text-align: center;
}

#content .page p.wp-caption-text,
#content .post p.wp-caption-text {
  font: normal .8em/1.4 'Droid Sans', arial, sans-serif;
  margin: 0;
  padding: 7px 0 10px 0;
  color: #999;
}
#content object,
#content embed,
#content iframe {
  max-width: 100%;
  margin: 3px 0 10px;
  display: block;
}
/* --- Post Columns Shortcodes --- */
.two-columns-one{
  width:48%;
}
.three-columns-one{
  width:30.66%;
}
.three-columns-two{
  width:65.33%;
}
.four-columns-one {
  width: 22%;
}
.four-columns-two {
  width:48%;
}
.four-columns-three {
  width:74%;
}
.two-columns-one,.three-columns-one,.three-columns-two, .four-columns-one, .four-columns-two, .four-columns-three {
  float:left;
  margin-right:4%;
  position:relative;
}
.last{
  clear:right;
  margin-right:0 !important;
}
.divider {
  clear:both;
  display:block;
  margin-bottom:20px;
  width:100%;
}
#content span.highlight {
  padding: 2px;
  background-color: #FFFBCC;
}
.yellow-box {
  margin: 10px 0;
  background: #FFFBCC;
  border: 1px solid #E6DB55;
  padding: 20px;
  overflow:hidden;
}
.red-box {
  margin: 10px 0;
  background: #FFD9C8;
  border: 1px solid #F37C72;
  padding: 20px;
  overflow:hidden;
}
.green-box {
  margin: 10px 0;
  background: #D5FFCA;
  border: 1px solid #BDDC7F;
  padding: 20px;
  overflow:hidden;
}

/* --- Post Tables --- */
#content table {
  margin:10px 0px 30px 0px;
}
#content table thead {
  border-top:1px solid #ddd;
}
#content table tr {
  border-bottom:1px solid #ddd;
}
#content table tr th {
  padding: 10px 20px 10px 20px;
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
}
#content table tr td {
  padding: 10px 20px 10px 20px;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
}

/* Single Posts
--------------------------------------------- */
#content .post .single-entry-header {
  margin: 0;
    color:#888888;
}
#content .single-entry-header h1.entry-title {
  margin: 0 0 5px;
  font: bold 1.3em/1.4 'Droid Sans', arial, sans-serif;
  color: #009BC2;
}

#content .single-entry-header .subtitle {
  margin: 0 0 5px;
  font: normal 1.3em/1.4 'Droid Sans', arial, sans-serif;
  color: #444;
  top: -3px;
  display: block;
  position: relative;
}

#content .single-entry-header h1 .subtitle {
    font-size: 1em;
    margin-top:5px;
}

#content .single-entry-header p {
  padding: 0 0 5px;
}
#content .single-entry-header p span.entry-date, #content .single-entry-header p span.entry-author {

}
#content .single-entry-details {
  width: 22.507%;
  padding: 0 18px 0 0;
  float: left;
}
#content .single-entry-content {
  width: 100%;
  margin: 15px 0 0;
  padding: 0;
  float: left;
}
#content .post .single-entry-meta p {
  padding: 15px 0 0;
  color:#888888;
}
#content .post .single-entry-meta p a {
  font-family:'Droid Sans', arial, sans-serif;
  font-style: normal;
}
#content .author-info {
  margin: 10px 0 0;
  padding: 15px 20px 15px;
  background: #F0F0F0;
  overflow: hidden;
  border-top: 0 none;
}
#content .author-info h3 {
  margin: 0 0 4px;
  font: bold .9em/1.5 'Droid Sans', arial, sans-serif;
}
#content .author-info .avatar {
  max-width: 100%;
  width: 70px;
  margin: 0 15px 0 0;
  float: left;
}
#content .author-description {
  overflow: hidden;
}
#content .author-description p {
  padding: 0;
  font-size: .9em;
  line-height: 1.5;
}
#content .author-description a:hover {
  text-decoration: underline;
}
/* --- Post Nav Below --- */
#content #image-nav {
  margin: 30px 0 3px 0;
  overflow: hidden;
}
#comment-nav-below {
  margin:40px 0;
  overflow: hidden;
}
#content #nav-below .nav-previous a, #content #image-nav span.previous-image a, #comment-nav-below .nav-previous a {
  width: 40%;
  display: block;
  float: left;
  font-size: .9em;
  font-weight: bold;
}
#content #nav-below .nav-next a, #content #image-nav span.next-image a, #comment-nav-below .nav-next a {
  display: block;
  float: right;
  font-size: .9em;
  font-weight: bold;
}
#content #nav-below .nav-previous a:hover, #content #nav-below .nav-next a:hover, #content #image-nav span.previous-image a:hover, #content #image-nav span.next-image a:hover {
  text-decoration: none;
}

/* --- Comments --- */
#comments {
  font-size: .9em;
  padding: 0 0 30px 0;
}
#comments h3#comments-title {
  padding:30px 0 10px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .2em;
}
#comments p.write-comment-link {
  padding:0 0 20px;
}
#comments .comment-body p {
  padding:0 0 10px;
}
#comments p.moderation {
  font-family:'Droid Serif',  Times, serif;
  font-style:italic;
}
#content #comments ol {
  padding:0;
}
#content #comments ol li ul.children {
  padding:0;
}
#content #comments ol li.depth-1 {
  padding:0;
  border-bottom:1px solid #ddd;
  overflow:hidden;
}
#content #comments ol li.depth-2, #content #comments ol li.depth-3, #content #comments ol li.depth-4, #content #comments ol li.depth-5 {
  margin:0 0 0 35px;
  padding:0;
  border-top:1px solid #ddd;
  border-bottom:none;
  overflow:hidden;
}
.comment-meta {
  padding:0 0 12px;
  font-size: .8em;
}
.comment-meta cite.fn {
  font-size: 1.3em;
  font-weight: bold;
  font-style: normal;
}
#comments .comment-body {
  padding:20px 0px;
  overflow:hidden;
  line-height: 1.5;
}
.reply {
  margin:0;
  float:left;
}
a.comment-reply-link {
  font-size:.9em;
}
#comments ol li.post.pingback {
  margin:0;
  padding: 0;
  list-style:none;
  font-weight: bold;
  background-color: transparent;
}
#comments ol li.post.pingback p{
  padding:0;
}
#comments ol li.post.pingback a {
  font-weight: normal;
}
#comments ol li img.avatar {
  max-width: 100%;
  width: 65px;
  height: 65px;
  margin:22px 15px 0 0;
  float:left;
}
#comments .bypostauthor {
}


#comments .pingbacks {
    font-size:.9em;
}

/* --- Comment Reply --- */
#content #comments #respond {
  margin:30px 0 0;
  padding:20px;
  background-color: #F0F0F0;
}
a#cancel-comment-reply-link {
  padding:3px 0 0;
  float:right;
  font-size: .8em;
  font-weight: normal;
}
#content #comments #respond h3#reply-title {
  margin:0 0 3px 0;
  font-size: 1.2em;
}
form#commentform p.comment-notes, p.logged-in-as {
  padding:0 0 15px 0;
  font-size: .8em;
}
form#commentform span.required {
  color: #E75428;
}
form#commentform p.comment-form-author, form#commentform p.comment-form-email, form#commentform p.comment-form-url, form#commentform p.comment-form-comment {
  padding:15px 0 0;
}
input#submit, input.wpcf7-submit {
  margin: 10px 0 0;
  padding: 8px 10px 7px;
  display: inline-block;
  vertical-align: baseline;
  outline: none;
  background-color: #777;
  border: none;
  font-size: .75em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}
input#submit:hover, input.wpcf7-submit:hover {
  background-color: #009BC2;
  color: #fff;
}
form#commentform input#author, form#commentform input#email, form#commentform input#url {
  width: 60%;
  margin: 5px 0 0;
  padding: 9px 5px 9px;
  display: block;
  background-color:#fff;
  border: 1px solid #ddd;
  font-size:1em;
}
form#commentform textarea#comment {
  width:95%;
  margin: 5px 0 0;
  padding: 9px 5px;
  background-color:#fff;
  border: 1px solid #ddd;
  font: 1em 'Droid Sans', arial, sans-serif;
}
form#commentform p.subscribe-to-doi-comments {
  padding: 20px 0 0;
  font-size: .8em;
  color: #666;
  letter-spacing: 1px;
}


html .placeholder {
    color: #aaa !important;
}


/* Post Formats
--------------------------------------------- */
#content .entry-link, #content .entry-gallery, #content .entry-video {
  width: 100%;
  margin: 0;
  float: left;
}
/* --- Link Post Format --- */
#content .entry-link a {
  font-size: 1.1em;
  color: #009BC2;
  font-weight: bold;
}
#content .entry-link .entry-meta a {
  font-size: 1em;
  font-weight: normal;
}
/* --- Image Post Format --- */
#content .entry-header h2.entry-title-image {
  margin-top: 0;
  font-size: 1.1em;
}
/* --- Video, Image and Gallery Post Format --- */
#content .entry-post-format .entry-header h2.entry-title {
  margin: 0 0 5px;
}
#content .entry-post-format .entry-header p {
  font: italic .8em/1.5 'Droid Serif', Times, serif;
}
#content .entry-post-format .entry-header p a {
  font-family: 'Droid Sans', arial, sans-serif;
  font-style: normal;
}
#content .entry-post-format .entry-content-gallery {
  width: 54%;
  float: left;
}
#content .entry-post-format .gallery-thumb {
  width: 42.258%;
  float: left;
  margin: 5px 15px 0 0;
}
#content .post img.attachment-medium {
  max-width: 100%;
  height: auto;
  padding: 0;
}

/* WordPress Image Gallery
--------------------------------------------- */
#content .gallery {
  margin: auto;
  padding:0;
  clear: both;
}
#content .gallery-item {
  width:19%;
  float: left;
  margin-top: 10px;
  margin-right: 3px;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
}
#content .gallery-icon {
  width: 100%;
}
#content .gallery-caption {
  margin-left: 0;
  padding: 0;
  font-size: .8em;
  line-height: 1.25;
  color: #999;
  display: block;
}

/* Pages
--------------------------------------------- */
#content .page {
  overflow: hidden;
  clear: both;
  font-size: .95em;
  line-height: 1.6;
}
#content .page-entry-header {
  margin: 0;
}
#content .page-entry-header h1.entry-title {
  margin: 0;
  font: bold 1.5em/1.5 'Droid Sans', arial, sans-serif;
  color: #009BC2;
}
#content .page p {
  padding: 0 0 20px 0;
}
/* --- Fullwidth Page --- */
#content.full-width {
  width:100% !important;
}
#content.full-width .page {
  margin: 0;
  padding: 0 0 20px;
  border-bottom: none;
}
/* --- Archive, 404, Search Results --- */
#content .page-header h1.page-title {
  padding: 0 0 15px 0;
  font-size: .8em;
  color: #777;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
}
/* --- Contact Page --- */
#content .wpcf7 {
  overflow: hidden;
  margin: 0;
  padding:20px;
  background: #F0F0F0;
}
#content .wpcf7 h3#form-title {
  margin:0 0 3px 0;
  font-size: 1.2em;
}
#content .wpcf7 p.form-info {
  padding:0 0 15px 0;
  font-size: .8em;
}
#content .wpcf7 p span.required {
  color: #E75428;
}
#content .wpcf7 input.wpcf7-text {
  width: 60%;
  margin: 5px 0 15px;
  padding: 9px 5px;
  background-color:#fff;
  border: 1px solid #ddd;
  font-size:1em;
}
#content .wpcf7 textarea {
  width:95%;
  margin: 5px 0 0;
  padding: 9px 5px;
  font: 1em 'Droid Sans', arial, sans-serif;
  background-color:#fff;
  border: 1px solid #ddd;
}
#content .wpcf7-form p {
  padding:0;
}

/* Sidebars
--------------------------------------------- */
li.widget,
aside.widget {
  margin: 0 0 20px 0;
  padding:  0 0 30px 0;
}
aside.widget ul li {
  padding: 0 0 7px 0;
  line-height: 1.4em;
}
aside.widget ul li:last-child {
  padding: 0;
}

aside.widget_archive select {
    margin-top:10px;
    width:100%;
    padding: 6px 5px;
}

.widget h3.widget-title, .widget_get_recent_comments h1.widget-title, .widget-area .widget .widgettitle {
  padding: 0 0 15px 0;
  color: #777;
  font-weight: bold;
  letter-spacing: .1em;
    font-size:1.15em;
}
.textwidget {
  line-height: 1.6;
}
/* --- Standard Widgets --- */
.widget_categories ul li ul.children, .widget_nav_menu ul li ul.sub-menu, .widget_pages ul li ul.children {
  margin: 5px 0 0 0;
}
.widget_categories ul li ul.children li, .widget_nav_menu ul li ul.sub-menu li, .widget_pages ul li ul.children li {
  margin: 0 0 0 20px;
}
.widget_recent_entries ul, .widget_recent_comments ul, .popular-posts ul {
    margin-top: 10px;
    background-color: #f3f3f3;
    padding: 5px 10px 10px 10px;
}
.widget_recent_entries ul a, .widget_recent_comments ul a, .popular-posts ul a {
    color: #333 !important;
}

.widget_recent_entries ul li, .widget_recent_comments ul li, .popular-posts ul li {
    list-style-position: inside;
    padding: 0;
    margin-top: 5px;
}
.widget_calendar #wp-calendar caption {
  font-family:'Droid Serif', Times, serif;
  font-style: italic;
  text-align: left;
  padding: 0 0 5px 0;
}
.widget_calendar table#wp-calendar th, .widget_calendar table#wp-calendar td {
  padding: 0 6px 6px 0;
}
.widget_calendar table#wp-calendar tbody tr td#today {
  font-weight: bold;
}
/* --- Search Widget --- */
.widget_search {
  overflow: hidden;
}
.searchform {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  overflow: hidden;
}
#secondary .searchform .search-input {
  width: 75%;
  margin: 0;
  padding: 0 5px;
  height: 28px;
}

#secondary .searchsubmit {
  float: right;
  width: 20%;
  padding: 0;
  height: 30px;
}

#tertiary .searchform .search-input {
  width: 62%;
  margin: 0 2px 5px 0;
}
.searchform .search-input {
  width: 40%;
  margin: 0 2px 5px 0;
  padding: 6px 5px;
  background-color:#F0F0F0;
  border: 1px solid #ddd;
}
.searchform .search-input:hover, #searchform .search-input:focus, #searchform .search-input:active {
  background-color:#fff;
}
.searchsubmit {
  margin: 0;
  padding: 8px 10px 7px;
  display: inline-block;
  vertical-align: baseline;
  outline: none;
  background-color: #777;
  border: none;
  font-size: 11px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}
.searchsubmit:hover {
  color: #fff;
  background-color: #009BC2;
}
/* --- Social Links Custom Widget --- */
.widget_sociallinks a {
  padding:0 20px;
}
.widget_sociallinks a.rss {
  background:url(images/rss-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.twitter {
  background:url(images/twitter-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.facebook {
  background:url(images/fb-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.flickr {
  background:url(images/flickr-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.vimeo {
  background:url(images/vimeo-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.linkedin {
  background:url(images/linkedin-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.delicious {
  background:url(images/delicious-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.googleplus {
  background:url(images/googleplus-icon.png) 0 0 no-repeat;
}
/* --- Recent Comments Widget --- */
.widget_get_recent_comments li.sidebar-comment {
  margin:10px 0;
  overflow:hidden;
}
.widget_get_recent_comments li.sidebar-comment:first-child {
  margin:3px 0 10px;
}
.widget_get_recent_comments li.sidebar-comment .comment-content {
  padding:0 0 0 6px;
  overflow:hidden;
}
.widget_get_recent_comments li.sidebar-comment p {
  line-height: 1.4;
}
.widget_get_recent_comments .kjgrcGravatar {
  margin:0;
  float:left;
  display:block;
}
.widget_get_recent_comments span.sidebar-comment-autor a {
  padding: 0 0 3px;
}
/* --- Flickr Fotostream Widget --- */
#flickr_badge_wrapper {
  margin:3px 0 0;
}
.flickr_badge_image {
  max-width:80px;
  height:60px;
  margin:0 6px 6px 0;
  float:left;
}
.flickr_badge_image img {
  width:80px;
  height:60px;
}

/* Footer
--------------------------------------------- */
#colophon p {
  line-height: 1.5;
}
a.top {
  margin: 3px 0 0 0;
  font-weight: bold;
  display: block;
}
a.top:hover {
  text-decoration: none;
}

#colophon {
    width: 100%;
    margin-left: -30px;
    border-left: 30px solid #ff7100;
    border-right: 30px solid #ff7100;
    padding: 0;
    margin-top:3em;
}

ul#footer {
    font-size: 120%;
    padding:  1.5em 0;
    background-color: #ff7100;
    color: white;
    position: relative;
    padding-right: 120px;
}

ul#footer li.widget {
    float:left;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 none;
}

ul#footer li.widget_text {
  width: 34%;
  margin-right: 16%;
}
ul#footer li.widget_advanced_menu {
  width: 50%;
}
ul#footer li.widget_advanced_menu ul.sub-menu {
  margin-left: 10px;
}

ul#footer li a {
    color: white !important;
}

ul#footer li.menu-item {
    font-weight:bold;
    margin-top:0.5em;
}

ul#footer ul.menu > li.menu-item {
    float: left;
    margin-top: 0;
    min-width: 40%;
    margin-right: 10%;

}

ul#footer ul.menu li.menu-item.reset {
    margin-top: -20em;
}

ul#footer ul.menu li.menu-item.column-2 {

}

ul#footer ul.sub-menu li {
    font-weight:normal;
}

ul#footer ul.menu > li.menu-item {
    margin-bottom: 1.2em;
}

ul#footer li.lobbycontrol_social_footer {
   position: absolute;
   right: 0;
}

.lobbycontrol_social_footer .item-google {
    font-size: 22px;
}

.widget.lobbycontrol_social li.item-newsletter {
    margin-top: 0;
}


ul#footer h2 { font-weight:bold; }
ul#footer .textwidget p { margin-top: 1.75em; }
ul#footer .textwidget p:first-child { margin-top: 0; }

/*
#colophon p {
  line-height: 1.5;
}
a.top {
  margin: 3px 0 0 0;
  font-weight: bold;
  display: block;
}
a.top:hover {
  text-decoration: none;
}

#colophon {
    width: 100%;
    margin-left: -30px;
    border-left: 30px solid #ff7100;
    border-right: 30px solid #ff7100;
    padding: 0;
}

ul#footer {
    font-size: 120%;
    padding: 1.5em;
    background-color: #ff7100;
    color: white;
    position: relative;
}

ul#footer li.widget {
    width: 15%;
    float:left;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 none;
}

ul#footer li.widget_text { width: 27%; }
ul#footer li.widget_advanced_menu { width: 55%; padding-left: 5%; }

ul#footer li a {
    color: white !important;
}

ul#footer li.menu-item {
    font-weight:bold;
    margin-top:0.5em;
}

ul#footer ul.menu > li.menu-item {
    float: left;
    margin-left: 16%;
    margin-top: 0;
    width: 22%;
    min-width: 150px;

}

ul#footer ul.menu li.menu-item.reset {
    margin-top: -20em;
}

ul#footer ul.menu li.menu-item.column-2 {
    margin-left: 80%;
}

ul#footer ul.sub-menu li {
    font-weight:normal;
}

ul#footer ul.menu > li.menu-item {
    margin-bottom: 2em;
}

ul#footer .lobbycontrol_social_footer {
    position: absolute;
    right: 0;
}


ul#footer h2 { font-weight:bold; }
ul#footer .textwidget p { margin-top: 1.75em; }
ul#footer .textwidget p:first-child { margin-top: 0; }*/


/* 2-click sharing plugin */
.social_share_privacy_wrapper {
    background: none repeat scroll 0 0 #F0F0F0;
    padding: 15px 20px 5px 15px;
    margin: 10px 0 30px 0;
}

#content .social_share_privacy_wrapper iframe {
    margin: 0;
}

.social_share_privacy_wrapper .social_share_privacy {
    float:left;
    clear: none;
    margin: 0;
    width: auto;
}
.social_share_privacy_wrapper .twoclick-intro {
    clear: none;
    float: left;
    margin-bottom: 10px;
}

.social_share_privacy_wrapper .social_share_privacy .settings_info {
    top: -2px;
    width: 55px;
    clear: none;
    width: auto;
}

.social_share_privacy_wrapper .social_share_privacy .help_info {
    margin-top: 0 !important;
}

.social_share_privacy_wrapper .social_share_privacy li {
    margin: 0 0px 10px 40px !important;
    width: auto;
}



/* Clearing Floats
--------------------------------------------- */
.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}
.clearfix:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0
}
/* Media queries for responsive design
--------------------------------------------- */
/* --- iPad Landscape --- */
@media screen and (max-width: 1024px) {
/* --- General --- */
#page {
  margin: 0 auto;
  padding: 0 30px 30px;
  background-color:#fff;
  z-index: 0;
}
#branding #mainnav {
/*	width: 80%;*/
  font-size: 87%;
}

hgroup#site-title img {
    max-width: 120px;
    /*height: 100%;*/
}

#branding #mainnav {
    top:16px;
}

#branding #mainnav ul li a {
}
#wrap {
  margin: 4px 0 0;
  padding: 45px 0 0 0;
  overflow: hidden;
}
#main {
  /*width: 72%;*/
  float: left;
  overflow: hidden;
}
#content {
  /*width:92.2%;*/
  /*float: left;*/
}
#secondary {
  /*width: 142px;
  margin:40px 0 0;
  float: none;*/
  width: 37%;
}
#tertiary {
  width: 28%;
  float: right;
}
#content .entry-content {
  width: 76.5%;
}
#content .entry-details {
  width: 20%;
}
/* --- Header --- */
#site-title h1 {
  margin: 0 10px 3px 0;
  float: none;
}
#site-title h2 {
  margin: 0;
}
/* --- Sub Nav --- */
nav#subnav ul.menu li.menu-item {
  width: 14.2468%;
  margin:0;
  float: left;
  list-style: none;
}
nav#subnav ul.menu li.menu-item a {
  font-size: .72em;
}
nav#subnav ul.menu li.menu-item ul.sub-menu li.menu-item {
  width: 100%;
}
/* --- Sidebars --- */
#secondary {
  /*width: 92.2%;*/
  /*margin-left:0;*/
  /*padding: 30px 0 0;*/
  /*float: left;*/
  /*border-top: 1px solid #ddd;*/
}
#secondary aside:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#secondary aside, #tertiary aside {
  float: none;
  overflow: hidden;
}
.widget .sidebar-theme {
  margin: 0 20px 8px 0;
  float: left;
}

.widget .rss-widget ul li, .widget_archive ul li, .widget_categories ul li, .widget_social_links ul li, .widget_meta ul li, .widget_links ul li {
  margin: 0 20px 0 0;
  float: left;
}
.widget_categories ul li ul.children, .widget_nav_menu ul li ul.sub-menu, .widget_pages ul li ul.children {
  margin: 5px 0 0 0;
}

.social_share_privacy_wrapper {
  padding-bottom: 15px;
}

.social_share_privacy_wrapper .social_share_privacy ul {
  height: auto;
}

.social_share_privacy_wrapper .social_share_privacy {
  float:left;
  /*margin-left: 30px;*/
}

.social_share_privacy_wrapper .social_share_privacy li {
  float: left;

}

}

/* --- iPad Portrait --- */
@media screen and (max-width: 880px) {
#page {
  padding: 0 50px 30px 50px;
  background-color:#fff;
}
#wrap {
  margin-top: 0;
}
#main {
  width: 100%;
  float: none;
  overflow: hidden;
}
#content {
  width: 100%;
  float: none;
}
#secondary {
  width: 100%;
    margin-top: 2em;
}
#tertiary {
  width: 100%;
  float: none;
}
/* --- Header --- */
#site-title {
/*	width: 100%;*/
}
#site-title h1 a {
  margin: 0 auto;
}
/* --- Main Nav --- */
#branding #mainnav {
/*	width: 80%;*/
  /*font-size: 90%;*/
  display: none;
}

hgroup #mobile-claim {
    top:16px;
}

/* --- Sub Nav --- */
nav#subnav {
  padding: 0;
  margin: 5px 0 0 0;
}
nav#subnav ul.menu {
  padding:0;
}
nav#subnav ul.menu li.menu-item {
  width: 100%;
  margin:6px 0 0;
  float: none;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
nav#subnav ul.menu li.menu-item:last-child {
  border-bottom: none;
}
nav#subnav ul.menu li.menu-item a {
  float: left;
  margin: 6px 20px 10px 10px;
}
nav#subnav ul.menu li.menu-item ul.sub-menu {
  margin: 0;
  padding: 0;
  float: left;
}
nav#subnav ul.menu li.menu-item ul.sub-menu li.menu-item {
  width: auto;
  margin:0;
  float: left;
  border-bottom:none;
  letter-spacing: 0;
}
nav#subnav ul.menu li.menu-item ul.sub-menu li.menu-item a {
  margin: 0 20px 0 0;
  font-size: .8em;
  font-weight: normal;
  line-height:2;
  text-transform: none;
}

/* --- Post Content --- */
#content .entry-content {
  /*float: left;*/
}
#content .entry-details {
  width: 20%;
}
/* --- Sidebars --- */
#secondary aside:last-child {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
#tertiary aside:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

ul#footer li.widget_text {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

ul#footer li.widget_advanced_menu {
  width: 100%;
}
ul#footer ul.menu > li.menu-item {
    float: left;
    margin-top: 0;
}

hgroup #mobile-claim {
    display: inline-block;
}

}




/* --- Smartphones and small Tablet PCs --- */
@media screen and (max-width : 620px) {
#page {
  padding: 0 20px 20px;
  background-color:#fff;
}
/* --- Header --- */
#site-title {
  float: left;
}
#site-title h1 {
  margin: 0;
  float: none;
}
#site-title h2 {
  margin: 0;
}
/* --- Main Nav --- */
#branding #mainnav {
}
#branding #mainnav ul li a {
  margin:0;
  padding:8px 7px;
  display: block;
  font-size: .7em;
}
#branding #mainnav ul ul {
  display: none;
}
#branding #mainnav ul ul ul {
  display: none;
}
#branding #mainnav ul ul a {
  display: none;
}
/* --- Sub Nav --- */
nav#subnav ul.menu {
  border-bottom: none;
}
nav#subnav ul.menu li.menu-item {
  width: 100%;
  margin:0;
  float: none;
  overflow: hidden;
  background-color: #F0F0F0;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
nav#subnav ul.menu li.menu-item a {
  width: 100%;
  margin: 0;
  padding: 12px 0 11px;
  float: left;
  display: block;
  background-color: #F0F0F0;
}
nav#subnav ul.menu li.menu-item a:hover, nav#subnav ul.menu li.menu-item a:active, nav#subnav ul.menu li.menu-item a:focus {
  background: #D4D4D4;
  text-decoration: none;
}
nav#subnav ul.menu li.menu-item ul.sub-menu li.menu-item {
  display: none;
}
/* --- Post Content --- */
#content .post {
  margin: 0 0 30px;
}
#content .post .entry-header h2.entry-title {
  font-size: 1.2em;
}
#content .entry-content {
  width: 100%;
}
#content .entry-details {
  display: none;
}

/* --- Post Columns Shortcodes --- */
.two-columns-one{
  width:100%;
}
.three-columns-one{
  width:100%;
}
.three-columns-two{
  width:100%;
}
.four-columns-one {
  width: 100%;
}
.four-columns-two {
  width:100%;
}
.four-columns-three {
  width:100%;
}
.three-columns-one,.three-columns-two, .four-columns-one, .four-columns-two, .four-columns-three {
  float:none;
}
/* --- Single Posts ---- */
#content .single-entry-details {
  display: none;
}
#content .single-entry-header .social-btn-top {
  display: none;
}
#content .author-description p {
  font-size: .8em;
  line-height: 1.4;
}
#content .author-info .avatar {
  display: none;
}
/* --- Comments ---- */
form#commentform input#author, form#commentform input#email, form#commentform input#url {
  width: 95%;
}
#content #comments ol li.depth-2, #content #comments ol li.depth-3, #content #comments ol li.depth-4, #content #comments ol li.depth-5 {
  margin:0;
}
#comments img.avatar {
  display: none;
}
a#cancel-comment-reply-link {
  width: 100%;
  margin:5px 0 15px;
  display: block;
}
/* --- Post Nav Below --- */
#content #nav-below .nav-previous a {
  width: 100%;
  display: block;
  float: none;
  margin: 0 0 10px;
}
#content #nav-below .nav-next a {
  width: 100%;
  display: block;
  text-align: right;
}
#content #nav-below .nav-previous a:hover, #content #nav-below .nav-next a:hover {
  text-decoration: none;
}
/* --- Post Formats ---- */
#content .entry-post-format .entry-content-gallery {
  width: 100%;
  float: none;
}
#content .entry-post-format .gallery-thumb {
  width: 100%;
  float: none;
  margin: 5px 15px 15px 0;
}
/* --- Pages ---- */
#content .page .wpcf7 input.textfield {
  width: 95%;
}
/* --- Footer ---- */
#colophon {
  width: 100%;
  float: none;
}

ul#footer ul.menu > li.menu-item {
}

}

@media screen and (max-width : 320px) {

    hgroup#site-title img {
        max-width: 100px;
        /*height: 100%;*/
    }

    .social_share_privacy_wrapper .social_share_privacy {
        float:none;
        margin: 15px 0 0 0;
    }

    .social_share_privacy_wrapper .twoclick-intro {
        float: none;
    }

    #page {
        padding: 0 5px 20px 5px;
        overflow-x:hidden;
    }

    hgroup {
        padding: 0 5px 0 10px;
    }

    hgroup #mobile-claim {
        top:8px;
    }

}


/* paginator */

#nav-below .navigation .wp-seo-paginate {padding:0; margin:0;}
#nav-below .navigation .wp-seo-paginate li {display:inline; list-style:none;}
#nav-below .navigation .wp-seo-paginate a {background:#eee; border:1px solid #ddd; color:#333 !important; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
#nav-below .navigation .wp-seo-paginate a:hover, .wp-seo-paginate a:active {background:#ddd; color:#333 !important;}
#nav-below .navigation .wp-seo-paginate .title {color:#555; margin-right:4px;}
#nav-below .navigation .wp-seo-paginate .gap {color:#999; margin-right:4px;}
#nav-below .navigation .wp-seo-paginate .current {color:#fff; background:#ff7100; border:1px solid #ff781f; margin-right:4px; padding:3px 6px;}
#nav-below .navigation .wp-seo-paginate .page {}
#nav-below .navigation .wp-seo-paginate .prev, .wp-seo-paginate .next {}

/* style overrides for comments pagination */
#nav-below .navigation .wp-seo-paginate-comments {}
#nav-below .navigation .wp-seo-paginate-comments li {}
#nav-below .navigation .wp-seo-paginate-comments a {}
#nav-below .navigation .wp-seo-paginate-comments a:hover, .wp-seo-paginate-comments a:active {}
#nav-below .navigation .wp-seo-paginate-comments .title {}
#nav-below .navigation .wp-seo-paginate-comments .gap {}
#nav-below .navigation .wp-seo-paginate-comments .current {}
#nav-below .navigation .wp-seo-paginate-comments .page {}
#nav-below .navigation .wp-seo-paginate-comments .prev, .wp-seo-paginate-comments .next {}

/* adapt formbuilder layout */
form.formBuilderForm {
    border:solid 1px #AAAAAA;
    padding:25px !important;
    width:65%;
}

.formBuilderForm .formBuilderLabelRequired {
    font-weight:normal !important;
}

.formBuilderForm .formBuilderLabelRequired:after {
    content:"*";
}

.formBuilderForm .formBuilderField {
    font-size:0.9em;
}

.formBuilderForm div.formBuilderComment {
    font-size:0.7em;
    color:#666666;
}

.formBuilderForm #formBuilderFieldNewsletter .formBuilderLabel {
    width:65%;
}

.formBuilderForm input {
    width:55%;
}

.formBuilderForm .formBuilderError {
    color:#ff7100;
}

.formBuilderForm div.formBuilderSubmit {
    text-align:center;
}

/* press item list */
#content #last-press-reports div.press-item i {
    float:left;
    padding:0 10px 20px 3px;
    color:#AAAAAA;
    margin-left: -27px;
}

#content #last-press-reports div.press-item h2 {
    margin:0;
    font-size:1em;
}

#content #last-press-reports div.press-item .subtitle {
  margin:0;
    font-size: 1em;
    font-weight: normal;
}

#content #last-press-reports div.press-item {
    border-top: dashed 1px #AAAAAA;
    padding: 10px 0 10px 27px;
}

#content #last-press-reports div.press-item:last-child {
    border-bottom: dashed 1px #AAAAAA;
}

#content #last-press-reports strong {
    margin-bottom:15px;
    display: block;
}

#content #last-press-reports #press-more-link {
    text-align:right;
    margin-top:5px;
}

#content .entry-header h1.entry-title a,
#content .entry-header h1.entry-title,
#content .page-entry-header h1.entry-title,
#content .page-entry-header h1.entry-title a,
#content .single-entry-header h1.entry-title a,
#content .single-entry-header h1.entry-title,
#content .entry-header h2.entry-title a,
#content .entry-header h2.entry-title,
#content .page-entry-header h2.entry-title,
#content .page-entry-header h2.entry-title a,
#content .single-entry-header h2.entry-title a,
#content .single-entry-header h2.entry-title
{
    color: #444 !important;
}

/* Override AS Portal plugin styles */

#secondary #portal-sidebar .widget_nav_menu div ul li a:hover {
    background-color: #ff7100;
}


/* frontpage slider Botshaften */

.home #content .flexslider {
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  /*padding: 34px 0px 10px;*/
  /*width: 612px;*/
  margin: 0 auto 0;
  padding-left: 15%;
  padding-right: 10%;
}

.home #content .comment_slider {
  padding-bottom: 27px;
  min-height: 214px;
}

.home #content .comment_slider img.comment-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 661px;
  height: 241px;
}

.home #content .flexslider .flex-viewport {
  margin-bottom: 20px;
}

.home #content .flexslider ul.slides {
  padding-left: 0;
  margin: 0;
  padding: 0;
}

.home #content .flexslider ul li {
  font: 18pt 'Nothing You Could Do', arial, sans-serif;
  color: #000;
  padding-bottom: 0;

}

.home #content .flexslider ul li span {

}

.home #content .flexslider ul li span.comment {
  padding: 0 10px;
  display: block;
  clear: both;
}

.home #content .flexslider ul li span.comment-author {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: normal;
  display: block;
  clear: both;
  text-align: right;
}

.home #content .flexslider ul li span.comment-city {
  margin: 0;
  width: auto !important;
}

/** Call to Action Button **/

.cta-button {
    display:block;
    margin-bottom: 20px;
}

.cta-button a {
    display:inline-block;
    padding: 0.35em 1.2em;
    background-color: #FF7100;
    color: #fff !important;
    font-size: 16px;
    letter-spacing: 0.1px;
    font-family: 'Droid Sans', Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;

    -o-box-shadow: inset 0 3px 10px #e06100, inset 0 -5px 15px #e06100;
    -webkit-box-shadow: inset 0 3px 10px #e06100, inset 0 -5px 15px #e06100;
    -moz-box-shadow: inset 0 3px 10px #e06100, inset 0 -5px 15px #e06100;
    box-shadow: inset 0 3px 10px #e06100, inset 0 -5px 15px #e06100;
    text-shadow: 1px 1px 1px #e06100;
}

.cta-button a:hover {
    text-decoration: none;
    background-color: #ff7100;
    -o-box-shadow: inset 0 -3px 10px #e06100, inset 0 5px 15px #e06100;
    -webkit-box-shadow: inset 0 -3px 10px #e06100, inset 0 5px 15px #e06100;
    -moz-box-shadow: inset 0 -3px 10px #e06100, inset 0 5px 15px #e06100;
    box-shadow: inset 0 -3px 10px #e06100, inset 0 5px 15px #e06100;
    text-shadow: -1px -1px 1px #e06100;

}

.homepage-slider .cta-button a {
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: normal;
  margin-top: 0.75em;
  padding: 5px;
  background-color: #FF781F;
  width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;


}

.homepage-slider .cta-button a:hover {

}

.homepage-slider .cta-button {
    margin-bottom:0;

}


/**  Responsive Menu **/

@media screen and (max-width: 960px) {

    #site-title {
        float:none;
    }

    nav#mainnav {
        display:none
    }

    nav#mobile-main-nav .menu-wrapper {
        display:none;
    }

    nav#mobile-main-nav {
        display: block;
        position: relative;
        top:0px;
        left:0;
        width: 100%;

        background-color:#FF7100;
        display:block;

    }

    /*
    Top black bar that holds the toggle button
    */

    nav#mobile-main-nav .mtoggle {
        width:100%;
        display: block;
        padding: 1em 0;
        text-align: center;
        border-bottom: 2px solid #FF781F;
    }

    nav#mobile-main-nav .navicon {
        display: block;
        margin:0 auto;
        height: 6px;
        width: 34px;
        border-top: 18px double #FFF;
        border-bottom: 6px solid #FFF;
        text-indent: -999em;
    }

    /*
    The dropdown menu
    */

    nav#mobile-main-nav .menu-wrapper {
        background-color:#f3f3f3;
        font-size: 20px;
    }

    nav#mobile-main-nav ul li a:hover,
    nav#mobile-main-nav ul li a:focus,
    nav#mobile-main-nav ul li a:active {
        text-decoration: none !important;
        background-color: #ff7100;
        color:#fff !important;
    }

    nav#mobile-main-nav ul li {
        text-align: center;
        clear:both;
        list-style:none;
        background-color:#f3f3f3;
        font-weight: bold;
        border-bottom: 1px solid #ddd;
    }

    nav#mobile-main-nav ul li:last-child {
        border-bottom: 0 none;
    }

    nav#mobile-main-nav ul li a {
        display:block;
        background-color:#f3f3f3;
        color: #000 !important;
        padding:8px 0 8px 8px;
    }

    nav#mobile-main-nav ul ul {
        font-size:80%;
    }

    nav#mobile-main-nav ul ul li {
        font-weight: normal;
        background-color:#ccc;
        border-bottom:1px solid #ddd;
    }

    nav#mobile-main-nav ul ul li:last-child {
        border-bottom: 0 none;
    }

    nav#mobile-main-nav ul ul a {
        background-color:#ccc;
        padding:16px;
    }

    /** the search form **/
    nav#mobile-main-nav .search-form-wrapper {
        background-color: #ff7100;
        border-top:1px solid #ddd;
        padding: 20px 16px 16px 16px;

    }

    nav#mobile-main-nav .searchform {
        overflow: visible;
        float: none;
    }

    nav#mobile-main-nav .search-input {
        width: 98%;
        display: block;
        font-size:20px;
        margin:0;
        border-right-width: 1px;
    }


}

/* Homepage slider */

.home #content .flexslider.homepage-slider {
    padding-left:0;
    padding-right:0;
    padding-bottom:20px;
}

.home #content .flexslider.homepage-slider .post {
  margin-bottom: 0;
}

.home #content .flexslider.homepage-slider .flex-control-nav.flex-control-paging {
    bottom:10px;
}

.home #content .flexslider.homepage-slider .flex-control-paging li a {
    border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}


.home #content .flexslider.homepage-slider .flex-control-nav.flex-control-paging .flex-active{
    background-color: #FF781F;
}

.home #content .flexslider.homepage-slider .flex-direction-nav a {
    text-align: left;
    text-indent:-9999em;
    background: transparent none no-repeat scroll center center;
    line-height:35px !important;
    font-size:35px !important;

}

.home #content .flexslider.homepage-slider .flex-direction-nav .flex-prev {
    left: 10px;
    background-image: url(/wp-content/themes/yoko-lobbycontrol/images/flexslider/arrow-left.png);
}

.home #content .flexslider.homepage-slider .flex-direction-nav .flex-next {
    right: 10px;
    background-image: url(/wp-content/themes/yoko-lobbycontrol/images/flexslider/arrow-right.png);
}

.home #content .flexslider.homepage-slider .flex-direction-nav .flex-prev,
.home #content .flexslider.homepage-slider .flex-direction-nav .flex-next {
    top:43%;
}

.home #content .flexslider.homepage-slider .flex-direction-nav a:before {
    content: "";
}

.home #content .flexslider.homepage-slider.homepage-slider-static .flex-direction-nav a {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    -o-opacity: 0.7;
    filter:alpha(opacity=70);
}

.home #content .flexslider.homepage-slider .flex-direction-nav .flex-prev:hover,
.home #content .flexslider.homepage-slider .flex-direction-nav .flex-next:hover {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -o-opacity: 1;
    filter:alpha(opacity=100);
}

.home #content .flexslider.homepage-slider .teaser {
    font-family: 'Droid Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.3;
}

.home #content .teaser-regular section {
    padding: 5px 10px 10px 10px;
    background-color: #000; /* IE FALLBACK */
    background-color: rgba(0,0,0, .85);
    position: absolute;
    bottom: 15px;
    right: 20px;
    width: auto;
    color: #fff;
    max-width: 80%;
    max-height: 80%;
}

.home #content .teaser-regular .entry-content {
    width: auto;
    float:none;
}

.home #content .teaser-regular h3 {
    font-size: 114%;
    margin-top: 0;
}

.home #content .flexslider.homepage-slider .flex-direction-nav li a {
  text-indent: 0;
  color: white !important;
  font-family: 'Droid Sans', arial, sans-serif;
  text-align: center !important;
  line-height: 40px;
  text-shadow: none;

}
.home #content .flexslider.homepage-slider .flex-direction-nav li a:hover {
  text-decoration: none;
}

.home #content .flexslider.homepage-slider .flex-direction-nav li a:before {
  font-size: 15px;
  display: inline;
}

.home #content .flexslider.homepage-slider .flex-direction-nav a.flex-prev {
  background-image: none;
  background: #ff7100 !important;
  left: 0;

}

.home #content .flexslider.homepage-slider .flex-direction-nav a.flex-next {
  background-image: none;
  background: #ff7100 !important;
  right: 0;

}

.homepage-slider form input[type="text"],
.homepage-slider form input[type="email"],
.homepage-slider form input[type="submit"]
{
    font-family: 'Droid Sans', Arial, sans-serif;
    font-size: 1.05em;
    border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;

    background-color: #F0F0F0;
    border: 1px solid #DDDDDD;
    width:100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;

    margin-top:0.5em;

}

.homepage-slider form input[type="text"],
.homepage-slider form input[type="email"] {
    padding: 2px 5px;
    margin-top:0.5em;
}

.homepage-slider form br {
    display: none;
}

.homepage-slider form input {
    display: block;
}

.homepage-slider form input[type="submit"] {
    background-color: #FF781F;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    border:0 none;
    padding: 5px;
    width: 100%;
    cursor:pointer;

    margin-top:0.75em;
    -o-box-shadow: inset 0 3px 10px #e06100, inset 0 -5px 15px #e06100;
    -webkit-box-shadow: inset 0 3px 10px #e06100, inset 0 -5px 15px #e06100;
    -moz-box-shadow: inset 0 3px 10px #e06100, inset 0 -5px 15px #e06100;
    box-shadow: inset 0 3px 10px #e06100, inset 0 -5px 15px #e06100;

    text-shadow: 1px 1px 1px #e06100;

}

.homepage-slider form input[type="submit"]:hover,
.homepage-slider form input[type="submit"]:active,
.homepage-slider form input[type="submit"]:focus {
    background-color: #FF7100;
    -o-box-shadow: inset 0 -3px 10px #e06100, inset 0 5px 15px #e06100;
    -webkit-box-shadow: inset 0 -3px 10px #e06100, inset 0 5px 15px #e06100;
    -moz-box-shadow: inset 0 -3px 10px #e06100, inset 0 5px 15px #e06100;
    box-shadow: inset 0 -3px 10px #e06100, inset 0 5px 15px #e06100;
    text-shadow: -1px -1px 1px #e06100;
}



.homepage-slider form input[type="text"]:hover,
.homepage-slider form input[type="text"]:focus,
.homepage-slider form input[type="text"]:active,
.homepage-slider form input[type="email"]:hover,
.homepage-slider form input[type="email"]:focus,
.homepage-slider form input[type="email"]:active
{
    background-color: #FFF;
}

#content .homepage-slider .teaser img {
    width: auto;
    height: 100%;
    min-height:300px;
    max-width: none;
    max-height: none;
}

/* EXPERIMENTAL HOMEPAGE SLIDER RESIZING ! */

@media screen and (min-width: 881px) {
    #content .homepage-slider .teaser img {
        min-width: 661px;
    }
}

/* Single column layout -> wide slider */
@media screen and (max-width: 880px) {
    #content .homepage-slider .teaser img {
        min-width: 780px;
    }
}

@media screen and (max-width: 620px) {
    #content .homepage-slider .teaser img {
        min-width: 580px;
    }
}

@media screen and (max-width: 320px) {
    #content .homepage-slider .teaser img {
        min-width: 280px;
    }
}


form input {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -o-border-radius: 0;
}

/* PETITION ADDONS */

#content .post .dk-speakup-petition-wrap .as-speakup-banner {
    background-color: #FF7100;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 0.25px;
    margin: 0 0 1em 10px;
    padding: 10px;
}

/* Peanuts Plugin */
.peanuts-form fieldset {
  margin-bottom: 20px;
}

.peanuts-form fieldset legend {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.peanuts-form .control-group {
  clear: both;
  margin: 10px 0;
}

.peanuts-form .control-group .control-label {
  float: left;
  width: 200px;
}

.peanuts-form .control-group .controls {
  margin-left: 200px;
}

.peanuts-form .control-group .controls input[type="text"],
.peanuts-form .control-group .controls input[type="email"],
.peanuts-form .control-group .controls select {
  width: 200px;
}

.peanuts-form .control-group .controls .checkbox.inline {
  margin-right: 10px;
}

.peanuts-form .control-group .controls .checkbox.inline input {
  margin-left: 0;
}

.peanuts-form .control-group.error .controls .help-block {
  display: block;
  font-size: 90%;
  line-height: 22px;
  color: #f33;
}

.peanuts-form .submit input[type="submit"] {
  display: block;
  width: 180px;
  text-align: center;
  background-color: #ff7100;
  padding: 8px 0;
  border: 1px solid #ff7100;
  outline: none;
  color: #fff;
  font-size: 106%;
  cursor: pointer;
}

.peanuts-form .submit input[type="submit"]:hover {
  border-color: #ff4900;
}

.peanuts-progress .progress {
  width: 100%;
  height: 10px;
  background-color: #777;
}

.peanuts-progress .progress .bar {
  height: 10px;
  background-color: #ff7100;
}
#content .psmb-widget .verbreiten .buttons .button .text {
  color: white;
}

#content .psmb-widget .verbreiten .buttons .button .img {
  padding: 0px;
  margin: 0px 10px -1px 0px;
}

#content .psmb-widget .verbreiten .variant_2 .img {
  height: 26px;
}

@media screen and (max-width: 680px) {
  #content .psmb-widget .verbreiten .buttons.buttons-count-4 .img,
  #content .psmb-widget .verbreiten .buttons.buttons-count-3 .img {
    margin: 0 0 9px;
  }
}

#content .psmb-widget .vernetzen .buttons :first-child {
    margin-left: 0px;
}
