/* $Id: pages.css,v 1.18.2.3 2010/06/26 17:18:58 johnalbin Exp $ */

/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */
body {
  margin: 0;
  padding: 0;
  font-family: Trebuchet MS,arial,sans-serif;
}

@font-face {
	font-family: 'SkiaRegular';
	src: url('../fonts/skia-webfont.eot');
	src: local('☺'), url('../fonts/skia-webfont.woff') format('woff'), url('../fonts/skia-webfont.ttf') format('truetype'), url('../fonts/skia-webfont.svg#webfont9bWwBZyq') format('svg');
	font-weight: normal;
	font-style: normal;
}

#page-wrapper {
}

#page {
}

.two-sidebars .pane-title {
text-transform: lowercase;
text-align: left;
border-bottom: 1px solid #00483A;
margin-bottom: 0.9em;
/*font-family: Trebuchet MS,Arial,Sans-serif;*/
}

.pane-title h1 {
  font-family: "SkiaRegular",helvetica,arial,sans-serif;
}

a {
color: #333;
text-decoration: none;
font-weight: bold;
}

a:hover {
text-decoration: underline;	
}
.profile .picture {
float: none !important;
}

/*
 * The skip navigation link will be completely hidden until a user tabs to the
 * link. See http://www.webaim.org/techniques/skipnav/
 */
#skip-link a,
#skip-link a:visited {
  position: absolute;
  display: block;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 2px 0 3px 0;
}

/*
 * Header
 */
#header {
}

#header .section {
}

#logo /* Wrapping link for logo */ {
  float: left; /* LTR */
  margin: 0px 0px 15px 0px;
  padding: 0;
  clear: both;
}

#logo img {
  vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
}

h1#site-name {
position: absolute;
top: -999em;
left: -999em;
width: 0;
height: 0;
font-size: 0;
line-height: 0;
text-indent: -999em;
overflow: hidden;	
}

div#site-name /* The name of the website */ {
  margin: 0;
  font-size: 2em;
  line-height: 1.3em;
}

#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

.region-header /* Wrapper for any blocks placed in the header region */ {
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
}

#main {
}

/*
 * Content
 */
#content {
}

#content .section {
}

#mission /* The mission statement of the site (displayed on homepage) */ {
}

.region-content-top /* Wrapper for any blocks placed in the "content top" region */ {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 0; /* Undo system.css */
}

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */ {
  margin: 0;
}

tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.help /* Help text on a page */ {
  margin: 1em 0;
}

.more-help-link /* Link to more help */ {
  font-size: 0.85em;
  text-align: right;
}

#content-area /* Wrapper for the actual page content */ {
}

ul.links /* List of links */ {
  margin: 1em 0;
  padding: 0;
}

ul.links.inline {
  margin: 0;
  display: inline;
}

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

.pager /* A list of page numbers when more than 1 page of content is available */ {
  clear: both;
  margin: 1em 0;
  text-align: center;
}

.pager a,
.pager strong.pager-current /* Each page number in the pager list */ {
  padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ {
  margin: 1em 0;
}

.socialiconholder {
text-align: right;	
}

.socialicon {
margin-left: 5px;
margin-top: 28px;
}

.more-link /* Aggregator, blog, and forum more link */ {
text-align: right; /* LTR */
/*margin-top: -20px;*/
margin-bottom: 20px*/
margin-bottom: 20px;;
clear: both;
}
.more-link a {
color: #666666;
font-style: italic;
text-decoration: none;
}
.more-link a:hover {
text-decoration: underline;
}
.region-content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {
}

.region-sidebar-first .section {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {
}

.region-sidebar-second .section {
}

/*
 * Footer
 */
/*
#footer {
background-color: #00483A;
color: #ffffff;
padding: 5px 10px 15px 10px;
margin-bottom: 10px;
}
*/
#footer .section {
  text-align: center;
  margin-right: 10px;
}

#footer .section .block {
  /*margin: 0 !important;*/	
}

#footer .footerlinks {
  font-size: 0.8em;
  font-weight: bold;
}

#footer .footerlinks a {
  color: #ffffff;
  text-decoration: none;
}

#footer .footerlinks a:hover {
text-decoration: underline;
}
#footer .footerlegal {
color: #94BEB6;
font-size: 8.5px;
line-height: 9px;
margin: 0 !important;
padding-bottom: 5px;
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information" and for any blocks placed in the footer region */ {
  font-family: Arial, Helvetica, sans-serif;
  border-top: 1px solid #B3B4B6;
  margin: 20px 0;
  font-size: 10px;
  line-height: 13px;
  text-align: middle;
}

.region-footer {
}

/*
 * Ads
 */
/*
#gam-holder-Bottom_sky {
margin-top: 20px;
}
*/

/*
 * Closure
 */
.region-page-closure /* Wrapper for any blocks placed in the closure region */ {
}

/*
 * Drupal boxes
 *
 * Wrapper for Comment form, Comment viewing options, Menu admin, and
 * Search results.
 */
.box /* Wrapper for box */ {
}

.box h2 /* Box title */ {
}

.box .content /* Box's content wrapper */ {
}

/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

span.inline .caption {
    font-size: 0.7em;
    font-weight: bold;
}

/* Issue Node Page CSS */
.view-pm-issue-node-view .views-field-title {
  width: 100%;
	border-bottom: 1px solid #b3b4b6;
	margin-bottom: 15px;
	font-family: 'SkiaRegular',helvetica,arial,sans-serif;
	font-size: 26px;
	color: #00483A;
	text-align: left;
	float: left;
	text-transform: lowercase;
	text-indent: 216px;
}
/*.view-pm-issue-node-view .views-field-image-attach-images {*/
.view-pm-issue-node-view .views-field-field-image-attach {
float: left;
padding-right: 20px;
margin-right: 20px;
border-right: 1px solid #00483A;
}

.view-pm-issue-node-view .views-field-image-attach-images img {
-moz-box-shadow: 2px 2px 2px #666,-1px -1px 0px 0px #D9D9D9;
-webkit-box-shadow: 2px 2px 2px #666,-1px -1px 0px 0px #D9D9D9;
box-shadow: 2px 2px 2px #666,-1px -1px 0px 0px #D9D9D9;
}

.view-pm-issue-node-view .buyissue {
float: left;
clear: left;
margin: 15px 20px 0px 50px;
}

.view-pm-issue-node-view .issuecontentstable {
margin-top: 0;	
}
.view-pm-issue-node-view .issuecontentstable .issuecontentsheadline {
font-size: 1em;
font-weight: bold;
font-family: Trebuchet MS,verdana,sans-serif;
text-transform: uppercase;
}
.view-pm-issue-node-view .issuecontentstable .issuecontentssell {
font-size: 0.8em;
}
.view-pm-issue-node-view .backissuespacer {
line-height: 6px;	
}
.view-pm-issue-node-view .views-row {
margin-bottom: 1em;
}
.view-pm-issue-node-view .views-row .readnowcall {
color: #F04C41;
font-size: 10px;
line-height: 18px;
margin-left: 10px;
vertical-align: text-top;
}
.gsbuynowbutton {
background: #222 url('../images/buttonoverlay.png') repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #222;
border-bottom: 1px solid #222;
position: relative;
cursor: pointer;
}

.gsbuynowbutton:hover {
text-decoration: none;	
}

.subscribebutton{
font-size: 18px;
padding: 10px 17px;
}

/**
 * Image-only video 'player' CSS
 *
 */
 
.video-holder {
position: relative;
background-color: black;
margin-bottom: 15px;
}

.video-still {
width: 300px;
-moz-opacity: 0.8;
-webkit-opacity: 0.8;
-ms-opacity: 0.8;
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
}

.play-button {
position: absolute;
top: 70px;
left: 120px;
-moz-opacity: 0.85;
-webkit-opacity: 0.85;
-ms-opacity: 0.85;
opacity: 0.85;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
filter: alpha(opacity=85);
}

.video-title {
position: absolute;
bottom: 0px;
background-color: #ffffff;
margin: 5px 0px 0px;
font-family: Trebuchet MS,helvetica,arial,sans-serif;
font-size: 14px;
text-align: center;
padding: 5px 0pt 10px 0px;
font-weight: normal;
width: 300px;
text-indent: 5px;
-moz-opacity: 0.8;
-webkit-opacity: 0.8;
-ms-opacity: 0.8;
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
}

/* Podcasts */

.soundcloud-thumbnail {
	height: 175px;
}
.soundcloud-thumbnail a:hover {
  opacity: 0.1;
}

.soundcloud-button {
	position: relative;
	width: 60px;
	height: 60px;
	-moz-opacity: 0.85;
	-webkit-opacity: 0.85;
	-ms-opacity: 0.85;
	opacity: 0.85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
}

/* Podcasts Front Page */

.soundcloud {
	background: url('../images/soundcloud.grey.jpg') scroll 0px 0px #ffffff;
	/*background-color: #E9E3DC;*/
  background-repeat: no-repeat;
  background-position: 10px 0;
	width: 300px;
	height: 175px;
}
.soundcloud .soundcloud-button {
	bottom: 60px;
	left: 25px;
}
.soundcloud-title {
	width: 300px;
	position: relative;
	bottom: 12px;
	margin-bottom: -10px;
	background-color: #bbb;
	font-family: Trebuchet MS,helvetica,arial,sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	font-weight: normal;
	text-indent: 5px;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	-ms-opacity: 0.8;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
.pane-news-panel-pane-1 {
  clear: left;
}


/* Podcasts landing page */
.view-Podcast .views-field-field-dispauthname,
.view-Podcast .views-field-created {
	float: left;
	position: relative;
	top: 1px;
  margin-bottom: 7px;
}
.view-Podcast .views-field-php {
	clear: both;
  width: 175px;
	margin-top: -10px;
  max-height: 200px;
}
.view-Podcast .landing-page-teaser {
	color: #000;
	position: relative;
	left: 200px;
	bottom: 175px;
	width: 380px;
}
.view-Podcast .field-content {
	height: 0px;
}
.page-podcasts .view-Podcast .soundcloud-button {
	bottom: 75px;
	left: 100px;
}
.soundcloud-button:hover {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}


/* Videos Landing Page */ 

.page-videos .views-row,
.page-living-with-the-land .views-row {
	/*height: 250px;*/
}
.page-videos .views-field-field-dispauthname,
.page-living-with-the-land .views-field-field-dispauthname {
	float: left;
	position: relative;
	top: 1px;
  margin-bottom: 7px;
}
.page-videos .views-field-php,
.page-living-with-the-land .views-field-php {
	clear: both;
  float: left;
	top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}
.page-videos .views-field-body,
.page-living-with-the-land .views-field-body {
  clear: both;
  width: 300px;
}
.page-videos .soundcloud-button,
.page-living-with-the-land .soundcloud-button {
	position: relative;
	right: 165px;
	top: 75px;
}


/* Videos Front Page */ 

.button-pm-green {
	position: relative;
	bottom: 160px;
	left: 125px;
	width: 60px;
	height: 60px;
	margin-bottom: -60px;
	-moz-opacity: 0.85;
	-webkit-opacity: 0.85;
	-ms-opacity: 0.85;
	opacity: 0.85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
}
.button-pm-green:hover {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.facebook-icon {
	position: absolute;
	width: 48px;
	height: 48px;
	left: 0px;
	background: url('/sites/all/themes/permaculture/images/social_media_strip.48px.gif') no-repeat 
	scroll 0px 0px #00ffff;
	top: -2px;
}
.twitter-icon {
	position: absolute;
	width: 48px;
	height: 48px;
	left: 48px;
	background: url('/sites/all/themes/permaculture/images/social_media_strip.48px.gif') no-repeat
	scroll -52px 0px #ffffff;
	top: -2px;
}
.pinterest-icon {
	position: absolute;
	width: 48px;
	height: 48px;
	left: 96px;
	background: url('/sites/all/themes/permaculture/images/social_media_strip.48px.gif') no-repeat
	scroll -107px 0px #ffffff;
	top: -2px;
}
.youtube-icon {
	position: absolute;
	width: 48px;
	height: 48px;
	left: 144px;
	background: url('/sites/all/themes/permaculture/images/social_media_strip.48px.gif') no-repeat
	scroll -160px 0px #ffffff;
	top: -2px;
}
.view-Articles .view-header {
	height: 60px;
}
.view-Articles .view-header .whats-new a {
  position:relative;
  top: 40px;
}

/**
 * Plus-one icon
 */

/* 
#___plusone_0 {
  float: left !important;
  margin: 0px 5px 0px 0px !important;
}
*/

/**
 * 	Newsletter landing page css
 */
/*.two-sidebars #content {*/
.page-newsletter #content,.page-newsletter-unsubscribe #content,.page-latest-issue #content {
float: left;
width: 600px;
margin-left: 180px;
}

/*.page-newsletter .region-sidebar-first,.page-latest-issue .region-sidebar-first { */
.region-sidebar-first {
float: left;
}
/*.page-newsletter .region-sidebar-second,.page-latest-issue .region-sidebar-second { */
.region-sidebar-second {
float: right;
}
#newsletter-mockup {
float: left;
margin-right: 10px;
}
#newsletter-signup-copy-and-form {
float: right;
width: 300px;
margin-top: 23px;
}
#newsletter-signup-copy-and-form label {
display: inline;
}
#newsletter-signup-copy-and-form #edit-fields-mail-wrapper {
float: left;
}
#newsletter-signup-copy-and-form #edit-submit {
background: url("../images/buttonoverlay.png") repeat-x scroll 0 0 #222222;
border: 0;
border-bottom: 1px solid #222222;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
box-shadow: 0 1px 3px #999999;
color: #FFFFFF;
cursor: pointer;
display: inline-block;
font-family: Trebuchet MS,Arial,Sans-Serif;
font-weight: bold;
line-height: 1;
padding: 4px 10px 5px;
position: relative;
text-decoration: none;
text-shadow: 0 -1px 1px #222222;
margin: 12px 0px 0px 10px;
float: left;
}
#newsletter-signup-copy-and-form #already-subscribed {
clear:both;
font-size: 11px;
}
#newsletter-signup-copy-and-form #unsubscribe-text {
clear:both;
margin-bottom: 25px;
font-size: 11px;
}
#newsletter-signup-copy-and-form h2 {
border-bottom: 1px solid #00483A;
margin: 40px 0 20px;
padding: 0;
text-transform: lowercase;
}
.page-newsletter .view-content {
width: 300px;
float: right;
}

/* Improve layout of newsletter landing pages */
.page-woodland #content,.page-woodland-unsubscribe #content,.page-latest-issue #content {
float: left;
width: 600px;
margin-left: 180px;
}
.page-woodland .view-content {
width: 300px;
float: right;
}
.page-newsletter #edit-fields-mail-wrapper {width: 300px;}
.page-woodland .view-content {width: 300px; float: right;}
.page-newsletter .view-content {width: 300px; float: right;}
.page-woodland #edit-fields-mail-wrapper {width: 300px;}
.page-woodland #newsletter-mockup {height: 500px;}


#newsletter-signup-copy-and-form #already-subscribed {
clear:both;
font-size: 14px;
}

/* Clearfixing */
/* float clearing for IE6 */
* html .view-Articles .views-row, * html .view-Reader-Solutions .views-row{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .view-Articles .views-row, *+html .view-Reader-Solutions .views-row{
  min-height: 1%;
}

/* float clearing for everyone else */
.view-Articles .views-row:after, .view-Reader-Solutions .views-row:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}


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

  .page-videos .views-field-body,
  .page-living-with-the-land .views-field-body {
    position: relative;
    left: 290px;
    bottom: 210px;
    margin-bottom: -120px;
  }
  .view-Podcast .views-field-php {
    max-height: 175px;
  }
}
