/**
 * Subscribe Donate Gift 
 */
#page-wrapper {
  position: relative;
}

.panel-magdisplay table, 
.panel-magdisplay tbody,
.panel-magdisplay th,
.panel-magdisplay tr span,
.panel-magdisplay td span{
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 0px;
}
.panel-magdisplay .inline .inline-none span {
  display: none;
}
.panel-magdisplay a:hover {
  opacity: 0.8;
}
/* Float sidebars to stop them from moving below the main content */
.sidebar-first #content,
.sidebar-second #content {
  float: left;
}


/* Permaculture by email */

.pane-block-4 {
  margin: -12px 0px -12px 0px;
}
.pane-block-4 a:hover {
  opacity: 0.8;
}

/* Direct Debit subscribe */
.page-content-subscribe-direct-debit-gocardless .form-submit,
.page-subscribe-uk-dd .form-submit {
	margin-bottom: 10px;
	}
.page-content-subscribe-direct-debit-gocardless  li,
.page-subscribe-uk-dd li {
	position: relative;
	left: 20px;
	}	
.page-content-subscribe-direct-debit-gocardless .submitted,
.page-subscribe-uk-dd .submitted {
	display: none;
	}
.page-content-subscribe-direct-debit-gocardless h3,
.page-subscribe-uk-dd h3 {
	color: #00483A;
	padding-bottom: 15px;
	}
.page-content-subscribe-direct-debit-gocardless .sell,
.page-subscribe-uk-dd .sell {
	font-weight: bold;
	font-size: 18px;
	}

.page-content-subscribe-direct-debit-gocardless #superfish-2 {
/*
	position: relative;
	right: 20px;
*/
}

/* On the Web Social Networking icons */
.pane-on-the-web-web {
  margin-top: -15px;
}
.pane-on-the-web-web a:hover {
  opacity: 0.8;
}

/* Improve layout of Cart block */
.block-uc-cart {
	width: 160px;
	background-color: #eee;
	padding: 5px;
  position: relative;
  top: 10px;
}
@media screen and (min-width: 550px) {
  .block-uc-cart {
    margin-bottom: -70px;
	  left: 240px;
    top: -25px;
  }
}
@media screen and (min-width: 768px) {
  .block-uc-cart {
	  left: 350px;
    top: 0px;
  }
}
@media screen and (min-width: 992px) {
  .block-uc-cart {
	  left: 500px;
  }
}
#banner-holder .block-uc-cart li {
  background-color: #eee;
}
.cart-block-view-cart li {
  margin-right: 8px;
}
.block-uc-cart a {
	font-weight: normal;
	}
.cart-block-item-qty {
	display: none;
	}
/*
.cart-block-summary-links .cart-block-view-cart { 
 	float: left;
}

.cart-block-summary-links .cart-block-checkout,
.cart-block-summary-links .cart-block-view-cart { 
	position: relative;
	right: 50px;
} 
*/
/* Some minor adjustments to the layout of the Cart and checkout */
#cart-form-buttons #edit-update{
	display:none;
}
.order-review-table {
	margin-bottom: 10px;
}

/* Hide error messages from image_assist pop up box following php 5.4 upgrade */
.img_assist .messages .error {
	display: none;
}	

#footer {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #B3B4B6;
}

#footer-message div, 
#footer #block-block-3 {
  clear: both;
  padding-top: 40px;
}

#footer #block-block-3 div {
  font-family: Arial, Helvetica, sans-serif;
  border-top: 1px solid #B3B4B6;
  font-size: 10px;
  line-height: 13px;
  text-align: middle;

}

/* Living with the Land */
.pane-block-6 {
  /*border-bottom: 1px solid grey;*/
}
.pane-block-6 td {
  padding-top: 5px;
}

/* Service links and Social networking view */

.view-social-networking h3 {
  display: none;
}
.social-network-buttons table {
  position: relative;
  width: 100px;
  float: right;
  top; 50px;
}

/* Writers view */
.view-writers .views-field-phpcode {
  margin: 12px 0 0 12px;
  font-size: 14px;
  font-weight: bold;
}

/* Popup On Load */
#colorbox {
 outline: none;
}
#cboxLoadedContent {
  overflow: auto;
  position: relative;
  background-color: white;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0.95);
  /*opacity: .95;*/
  padding: 5px;
  border: 7px solid rgba(0, 0, 0, .1);
  border-radius: 5px;
}
#cboxLoadedContent a:hover{
  opacity: 0.8;
}
#cboxLoadedContent img{
  width: 100%;
  height: auto;
  float: left;
}
#cboxLoadedContent img:hover{
  opacity: 0.9;
}
#cboxLoadedContent h3{
  font-size: 16px;
}
#cboxLoadedContent{
  font-size: 13px;
}
#cboxLoadedContent .gsbuynowbutton{
  padding-top: 8px;
}


/*Small screen */
@media screen and (min-width: 480px) {

  /* Popup On Load */
  #cboxLoadedContent {
    padding: 10px;
  }
  #cboxLoadedContent h3{
    font-size: 18px;
  }
  #cboxLoadedContent img{
    width: 50%;
    height: auto;
    float: right;
  }

}

/*Small screen / tablet */
@media screen and (min-width: 768px) {

  /* Popup On Load */
  #cboxLoadedContent h3{
    font-size: 24px;
  }
  #cboxLoadedContent{
    font-size: 1em;
  }

  #banner-holder {
    margin: 0px;
    width: 100%;
  }
  #logo {
    margin: 62px 0px 15px 0px;
  }

}

/* Medium screen / desktop */
@media screen and (min-width: 992px) {

}

/* Large screen / wide desktop */
@media screen and (min-width: 1200px) {

}
