/* This file will hold styles that are loaded using the same media query as the normal grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the widescreen layout unless they are overridden by the widescreen styles. */
 
.block-custom-login-block .form-item.form-type-password.form-item-pass,
.block-custom-login-block #edit-actions {
  float:left;
  margin-top:0;
}

.block-custom-login-block .form-item.form-type-password.form-item-pass {
   margin-right:10px;   
}

body.not-logged-in .block.site-name .block-inner img {
  margin-top:-3px;
}

body.logged-in .block.site-name .block-inner img {
  margin-top:-25px;
}

/** Yellow background for right sidebar **/

body.right-sidebar .zone-content-wrapper {
  background:url('images/bg-right-sidebar-960.png') repeat-y right #FFF;
}

/** Yellow background for left sidebar **/

body.left-sidebar .zone-content-wrapper {
  background: url('images/bg-left-sidebar-960.png') repeat-y left #FFF;
}

/**
 * Issues page
 */

.view-issues .views-column-1,
.view-issues .views-column-2 {
  margin-right:6px;    
}

.view-issues .views-column {
  width:200px;
  margin-bottom:16px;
  display:inline-block;
}

.view-issues .views-column img {
  width:190px;
  height:auto;
}

/** Read the Catechism in a Year **/

.block.catechism-year #catechism-desc {
  padding:0 18px 0 0;
  width:270px;
  float: left;
	margin:0;
	text-align:left;
}

.block.catechism-year .content {
  background:#eee;    
  padding:20px;
  box-shadow:1px 1px 8px #333;
  margin:14px;
  text-align:left;
}

/**
 * Login Area
 */

.block-custom-login-block input#edit-name,
.block-custom-login-block input#edit-pass {
  width:180px;
}