/*
Theme Name: bmenews-childtheme
Description: Wordpress child theme for BME/News
Author: Jonathon Marshall
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");

#branding {
  z-index: 1;
}
#branding hgroup {
  margin: 0 5%;
}
#branding img {
  height: 300px;
}
#access div {
  margin: 0 5%;
}
#menu-navbar .menu-item a {
  padding:0px 8px 0px 8px;
  font-weight:bold;
}
#primary {
  margin: 0 -30% 0 0;
}
#access ul ul {
  z-index:1;
}
#lightbox-overlay {
  z-index:999999;
}
#content {
  margin: 0 25% 0 5%;
  width: 60%;
}
#secondary {
  margin-right: 5%;
  width: 25%;
}
#content .entry-content img {
  border:none;
}
#author-info {
  margin-top:5%
}
#respond {
  margin:0 0 40px 0;
  width:91%;
}
#mobile-access {
  background: #222; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#252525, #0a0a0a);
  background: -o-linear-gradient(#252525, #0a0a0a);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
  background: -webkit-linear-gradient(#252525, #0a0a0a);
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
  clear: both;
  display: block;
  float: left;
  margin: 0 auto 6px;
  width: 100%;
}
#mobile-access ul {
  padding-top: 10px;
  list-style-type: none; 
}
#mobile-access ul li { 
  padding: 10px;
  margin-right: 30px;
  border-bottom:1px solid #CCCCCC; 
}
#mobile-access ul li a {
  color: white;
  font-weight: bold;
}


@media (min-width: 320px) and (max-width: 480px) {
  #xaccess { display: none; }
  #mobile-access { visibility: visible; }
}

@media (min-width: 480px) {
  #mobile-access { display: none; }
  #access { visibility: visible; }
}


.comment {
  width:95%;
}
.commentlist {
  margin:0 0 0 17%;
  width:78%;
}
img.size-full, img.size-large, .widget img {
  max-width:100%;
  width:auto;
  height:auto;
}
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
  border:none;
  padding:0;
}

b { font-weight:bold; }
i { font-style:italic; }
strong.big { font-size:16px; }
