/**
 * @file
 * Layout formatting in attempt to avoid previous inline styles
 *
 * @version
 * ver 1 rev 2
 *
 * @author
 * gkarak@forecasting.gr
 */

.no-margin {
  margin: 0;
}

/* bad layout; this doesn't work well */
#mainwrapper.nobg {
  background: none;
}

#content2 img {
  border: none;
}

#content2 .header {
  float: left;
  width: 700px;
  
  /* psd 2014 gradient: http://www.colorzilla.com/gradient-editor/#929292+0,edf2f8+100;Custom */
  /* old suggestion: http://www.colorzilla.com/gradient-editor/#542961+0,a7aeb4+50;Custom */
  /* http://www.colorzilla.com/gradient-editor/#56595b+0,a7aeb4+100;Custom */
  background: rgb(86,89,91); /* Old browsers */
  background: -moz-linear-gradient(left, rgb(86,89,91) 0%, rgb(167,174,180) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(86,89,91)), color-stop(100%,rgb(167,174,180))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgb(86,89,91) 0%,rgb(167,174,180) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgb(86,89,91) 0%,rgb(167,174,180) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgb(86,89,91) 0%,rgb(167,174,180) 100%); /* IE10+ */
  background: linear-gradient(to right, rgb(86,89,91) 0%,rgb(167,174,180) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56595b', endColorstr='#a7aeb4',GradientType=1 ); /* IE6-9 */
}

#content2 .header img {
  text-align: left;
  height: 100px;
  padding: 0 10px;
  float: left;
}

#content2 .header h1 {
  margin-top: 50px;
  color: #E97001;
  text-shadow: 1px 1px 1px #000;
}

#content2 .header h1 span {
  font-size: 18px;
}

#content2 .nav {
  float: right;
  margin: 10px 10px 0 0;
  width: 80px;
}

#content2 .nav a {
  text-decoration: none;
}

#content2 .nav a img {
  vertical-align: bottom;
}

#content2 .nav span {
  color: #888;
}

/*******/
.rss h3 {
  margin: 0 0 20px 0;
}

.rss .block {
  height: 270px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.wiley {
  margin-bottom: 4%;
  padding-bottom: 4%;
  border-bottom: 1px solid #DDD;
}

.webmd h3 img,
.wiley h3 span 
{
  vertical-align: bottom;
  margin-right: 10px;
  border: 1px solid #DDD; 
}

.wiley h3 span {
  padding: 3px;
  background: #fff;
  display: inline-block;"
}

.wiley h4 {
  font-size: 11px;
  font-weight: bold;
  margin: 0;
}

.wiley p {
  margin-bottom: 25px;
}

.members input[type=radio] {
  border: 1px solid #ccc;
  font-size: 11px;
  background-color: #fff;
  color: #666666;
}

.pancreas2 #calform label {
  width: 160px;
}