/* This file will hold styles that are loaded using the same media query as the wide grid. */

h1.title {
  margin: 30px 0 40px;
  font-size: 300%;
}
/* Block slideshow */
.block-slideshow .views-field-field-image {
  width: 730px;
  display: block;
  float: left;
}
.block-slideshow .views-field-body {
  width:400px;
  padding-top:35px;
  margin-top: 10px;
  font-size: 150%;
  font-weight: nomal;
  font-style: italic;
  margin-left: 20px;
}
.block-slideshow .views-field-body .field-content {  
  padding-bottom:35px;
}
.block-slideshow .views-field-body p {
  line-height: 2;
}

/* Block login */
.block-login input.form-text {
  width: 255px;
}

/* Block search */
.block-search input.form-text {
  width: 185px;
}

.view-list-articles .views-row img {
  width: 270px;
}
.block-views-blog-block .views-field-title a,
.view-list-articles .views-field-title a {
  font-size: 200%;
}
article.node-article .field-name-field-image img {
  width: 345px;
}

/* Postscript block */
.block-custom-postscript img {
  width: 270px;
  margin-right: 0px;  
}

/* Contact form */
.contact-form .form-item label {
  float: left;
  width: 200px;
  font-size: 110%;
  font-weight: bold;
}
.contact-form .form-item.form-type-checkbox label {
  float: none;
  font-size: 100%;
  font-weight: normal;
}
.contact-form .form-item .form-textarea-wrapper {
  float: left;
  width: 70%;
}
.contact-form .form-item.form-type-checkbox,
.contact-form .form-actions {
  margin-left: 250px;
  width: auto;
  clear: left;
  float: left;
}
.contact-form .form-actions {
  margin-left: 260px;
}