/* $Id: zen.css,v 1.7 2008/04/20 04:20:27 johnalbin Exp $ */

/*
 * Sitetheme STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal5-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal5-reference.css file
 *   Forum            See line 197 of Zen's drupal5-reference.css file
 *   Menus            See line 667 of Zen's drupal5-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal5-reference.css file
 *   Polls            See line 287 of Zen's drupal5-reference.css file
 *   Search           See line 320 of Zen's drupal5-reference.css file
 *   User Profiles    See line 945 of Zen's drupal5-reference.css file
 */


/** body **/
  body
  {
  }

  #page
  {
  }

	body.node-type-newsletter-display-no-sidebar #page-inner
	{
		border-top: #c9e0f4 solid 1px;
		border-left: #c9e0f4 solid 1px;
		border-right: #c9e0f4 solid 1px;
		margin: 0px 0px 0px 0px;
	}

  #page-inner
  {
  }

#node-71791 .form-submit table tr td {
color:#ffffff !important;}

#node-71791 #edit-submit {
clear: both !important;}

/** top ad position **/
	#top-ad-position-inner
	{	
		margin: 0px -3px 0 -3px;
	}

	#top-ad-position-inner .block
	{
		margin: 0;
		float: left;
		padding: 0 3px 0 3px;
	}

	#block-zedo-4 /* TEMPORARY */
	{
		width:728px;
		height:90px;
		overflow:hidden;
	
	}

	#block-zedo-5/* TEMPORARY */
	{
		width:232px;
		height:90px;
		overflow:hidden;
	}

/** header **/
  #header
  {
  }

  #header-inner /* Give the header a default text size of 11px */
  {
		font-size:0.846em /* 0.846 x 13px = 11px */
  }

	body.node-type-newsletter-display-no-sidebar #header
	{
		margin: 0px -1px;
		padding: 0px 17px 19px 34px;
		overflow: hidden;
	}

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
		margin: 17px 0 0 0;
  }

	body.node-type-newsletter-display-no-sidebar #logo
	{
		padding: 0 0 0 0;
	}

  #logo-image /* The actual logo image */
  {
  }

  #site-name /* The name of the website */
  {
		display:none;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }

	#header-blocks .block
	{
		margin: 0;
	}

/** main (container for everything else) **/
  #main
  {
  }

  #main-inner
  {
  }

/** content **/
  #content
  {
  }

  #content-inner
  {
  }

	#secure
	{
		float: right;
		color: #73818e;
		font-size: 0.846em; /* 0.846 x 13px = 11px */
		line-height: 1.364em; /* 1.364 x 11px = 15px */
		font-style: italic;
	}

	#secure .secure-icon
	{
		position: relative;
		top: 1px;
		margin: 1px 6px 0px 0px;
	}

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

	#content-top .block
	{
		margin-bottom: 0;
	}

	#content-top .block .edit /* Wrapper for any blocks placed in the "content top" region */
  {
		display: none;
  }

	#content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .front #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
		clear: both;
  }

	.content-resize
	{
		margin-top: 15px;
	}
	.content-resize p
	{
		font-size: 15px;
	}	
  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 10px; /* Undo system.css */ 
		color: #1a1a1a;
		font-size: 0.846em; /* 0.846 x 13px = 11px */
		line-height: 1em;
		display: none;
  }

	.breadcrumb a
	{
		color: #587694;
	}

  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 */
  {
		color: #000;
    margin: 0;
  }

	h1.title /* The title of the page */
  {
		color: #1a1a1a;
    margin-bottom: 0.109em; /* 0.109 x 46px = 5px */
  }

	.front h1.title
	{
		display: none;
	}

	/*#content h1.title
	{
		min-height: 46px;
		width: 100%;
	}*/

  div.messages /* Important messages (status, warning, and error) for the user */
  {
		color: #cc0000;
    background: #ffecec;
    border: 1px solid #cc0000;
    padding: 15px;
		margin: 15px 0 20px 0;
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.warning,
  tr.warning,
  body.section-admin tr.warning
  {
    /* color: #220; */ /* Drupal core uses #220 */
    background: #ffecec;
    border: 1px solid #cc0000;
    padding: 15px;
  }

  div.error /* High priority messages. See also the .error declaration below. */
  {
    /* border: 1px solid #d77; */ /* Drupal core uses: 1px solid #d77 */
  }

  div.error,
  tr.error,
  body.section-admin tr.error
  {
    /* color: #200; */ /* Drupal core uses #200 */
   color: #cc0000;
   background: #ffecec;
   border: 1px solid #cc0000;
   padding: 15px;
  }
  
  div.messages a:link,
  tr.messages a:link,
  body.section-admin tr.messages a:link
  {
   color: #cc0000;
  }

  div.error a {
   color: #485762 !important;
  }

  div.messages a:visited,
  tr.messages a:visited,
  body.section-admin tr.messages a:visited
  {
   color: #cc0000;
  }

	div.messages a:hover,
  tr.messages a:hover,
  body.section-admin tr.messages a:hover
	div.messages a:visited,
  tr.messages a:visited,
  body.section-admin tr.messages a:visited
  {
   color: #cc0000;
  }

	div.messages a:active,
  tr.messages a:active,
  body.section-admin tr.messages a:active
  {
   color: #cc0000;
  }

  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.pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
		float: right;
		line-height: 1.636em;
    margin: 0 0;
  }

	.links ul.pager
	{
		font-size: 0.846em;
	}

	.item-list .pager
	{
		clear: both;
		margin: 0 0 15px 0;
	}

	.item-list .pager li
	{ 
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.node .item-list .pager
	{
		font-size: 0.846em;
	}

	.node .pagination
	{
		clear: both;
		float: right;
		width: 100%;
	}

	.node .pagination ul.pager li
	{
		margin-top: 0;
		margin-bottom: 0;
	}

	li.item-list
	{
		clear: none;
	}
	
	.item-list .pager li
	{
		margin: 0 0 0 0;
	}

	.pager-current
	{
		font-weight: normal;
		display: block;
		float: left;
	}

	.pager-current-box
	{
		float: left;
		display: inline-block;
		line-height: 20px;
		vertical-align: middle;
		text-align: center;
		color: #8ba1b6;
		width: 29px;
		height: 20px;
		margin: 0 4px;
		border: solid 1px #cedae4;
	}
	
	.item-list .pager .pager-next,
	.item-list .pager .pager-previous
	{
		float: left;
		width: 18px;
		height: 23px;
		padding: 0 0;
		margin: 0 0;
	}

	.links ul.pager .item-list .pager .pager-next,
	.links ul.pager .item-list .pager .pager-previous
	{
		margin: 5px 0;
	}

	.pager-adjustment
	{
		line-height: 22px;
		float: left;
		vertical-align: middle;
	}

	.item-list .pager .pager-next-disabled,
	.item-list .pager .pager-previous-disabled
	{
		float: left;
		width: 18px;
		height: 22px;
		overflow: hidden;
		text-indent: -9000px;
		padding: 0 0 0 0;
		margin: 0 0;
	}

	.links ul.pager .item-list .pager .pager-next-disabled,
	.links ul.pager .item-list .pager .pager-previous-disabled
	{
		margin: 5px 0;
	}

	.item-list .pager a
	{
		display: block;
		overflow: hidden;
		text-indent: -5000px;
		padding: 0 0 0 0;
		width: 18px;
		height: 22px;
	}

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

	/* Override for the mini-pager */
	.item-list .mini-pager .pager-next,
	.item-list .mini-pager .pager-previous
	{
		width: auto;
		padding: 0;
		margin: 0 0 5px 0;
	}

	.item-list .mini-pager .pager-next a
	{
		display: block;
		color: #485762;
		overflow: hidden;
		text-indent: 0px;
		line-height: 2.091em;
		padding: 0 24px 0 5px;
		width: auto;
		height: 2.091em;
	}

	.item-list .mini-pager .pager-previous a
	{
		display: block;
		color: #485762;
		overflow: hidden;
		text-indent: 0px;
		line-height: 2.091em;
		padding: 0 5px 0 24px;
		width: auto;
		height: 2.091em;
	}

	.item-list .mini-pager .pager-next a:hover,
	.item-list .mini-pager .pager-previous a:hover
	{
		color: #cc0000;
	}

	.item-list .mini-pager .pager-border a
	{
		padding-right: 5px;
		border-right: 1px solid #d1d7dd;
	}

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

	.feed-icon
	{
		display: inline-block;
		vertical-align: middle;
	}

	.feed-icon img
	{
		display: inline;
		vertical-align: top;
		margin: -3px 0 -4px 0;
	}

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
  }

  #navbar-inner
  {
		font-size: 1.0769em; /* 1.0769 x 13px = 14px */
		line-height: 1em;
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
  }
 
  #sidebar-left-inner /* Left Sidebar has default font height of 11px */
  {
		font-size: 0.846em /* 0.846 x 13px = 11px */
  }

/** sidebar-right **/
  #sidebar-right 
  {
  }

  #sidebar-right-inner /* Right Sidebar has default font height of 11px */
  {
		font-size: 0.846em /* 0.846 x 13px = 11px */;
		color:#485762;
  }

	#sidebar-right .block
	{
		padding: 18px 16px 15px;
		margin: 0px 0px 16px 0px;
		border: solid 1px #d1d7dd;
	}

	#sidebar-right .block-zedo
	{
		padding: 0 0 0 0;
		border: none 0px;
	}

	#sidebar-right #block-aggregator-feed-1 
	{
		padding: 10px;
		border: 0px none;
	}

	#sidebar-right #block-aggregator-feed-1 .block-inner
	{
		padding: 67px 9px 9px 9px;
	}
	
	#sidebar-right #block-block-24.block,
	#sidebar-right #block-block-13.block
	{
		padding: 8px 0 18px 0;
		margin: 0px;
		border: solid 0px #d1d7dd;
	}
	#sidebar-right #block-block-17.block
	{
		padding: 8px 0 18px 0;
		margin: 0px;
		border: solid 0px #d1d7dd;
	}
	#sidebar-right #block-block-23.block
	{
		padding: 0;
		margin: 0px;
		text-align: center;
    font-size: 1.1em;
		border: solid 0px #d1d7dd;
	}	
	#sidebar-right #block-block-14.block
	{
		padding: 8px 0 18px 0;
		margin: 0px;
		border: solid 0px #d1d7dd;
	}
	#sidebar-right #block-block-18.block
	{
		padding: 8px 0 18px 0;
		margin: 0px;
		border: solid 0px #d1d7dd;
	}
#sidebar-right #block-block-8 {
border:0 !important;
}

#sidebar-right #block-block-19 {
		padding: 8px 0 18px 0;
		margin: 0px;
		border: solid 0px #d1d7dd;
}

#sidebar-right #deliveredContainer {
margin-bottom:-17px;
margin-left:-17px;
margin-top:-19px;
width:300px;
}
#sidebar-right #deliveredHeader {
width:300px;
height:50px;
}
#sidebar-right #deliveredOptions {
width:300px;
}
#sidebar-right #sidebar-right #deliveredRow1 {
width:300px;
}
#sidebar-right #deliveredFbook a {
display:block;
width:151px;
height:53px;
background-image:url('/files/images/FA_delivered_fbook.jpg');
background-position:0px 0px;
float:left;
}
#sidebar-right #deliveredFbook a:hover {
display:block;
width:151px;
height:53px;
background-position:0px -53px;
float:left;
}
#sidebar-right #deliveredYoutube a {
display:block;
float:left;
width:149px;
height:53px;
background-image:url('/files/images/FA_delivered_youtube.jpg');
background-position:0px 0px;
}
#sidebar-right #deliveredYoutube a:hover {
display:block;
float:left;
width:149px;
height:53px;
background-position:0px -53px;
}
#sidebar-right #deliveredRow2 {
width:300px;
clear:both;
}
#sidebar-right #deliveredTwitter a {
display:block;
width:151px;
height:52px;
background-image:url('/files/images/FA_delivered_twitter.jpg');
background-position:0px 0px;
float:left;
}
#sidebar-right #deliveredTwitter a:hover {
display:block;
width:151px;
height:52px;
background-position:0px -52px;
float:left;
}
#sidebar-right #deliveredRSS a {
display:block;
float:left;
width:149px;
height:52px;
background-image:url('/files/images/FA_delivered_rss.jpg');
background-position:0px 0px;
}
#sidebar-right #deliveredRSS a:hover {
display:block;
float:left;
width:149px;
height:52px;
background-position:0px -52px;
}
#sidebar-right #deliveredNewsletters a {
display:block;
width:151px;
height:52px;
background-image:url('/files/images/FA_delivered_newsletters.jpg');
background-position:0px 0px;
float:left;
}
#sidebar-right #deliveredNewsletters a:hover {
display:block;
width:151px;
height:52px;
background-position:0px -52px;
float:left;
}
#sidebar-right #deliveredJobs a {
display:block;
float:left;
width:149px;
height:52px;
background-image:url('/files/images/FA_delivered_job.jpg');
background-position:0px 0px;
}
#sidebar-right #deliveredJobs a:hover {
display:block;
float:left;
width:149px;
height:52px;
background-position:0px -52px;
}
#sidebar-right #deliveredRow3 {
width:300px;
clear:both;
}	
#sidebar-right #deliveredLinkedin a {
display:block;
width:151px;
height:53px;
background-image:url('/files/images/FA_delivered_linkedin.jpg');
background-position:0px 0px;
float:left;
}
#sidebar-right #deliveredLinkedin a:hover {
display:block;
width:151px;
height:53px;
background-position:0px -53px;
float:left;
}

#sidebar-right #deliveredsomething a{
display:block;
width:149px;
height:53px;
background-image:url('/files/images/FA_delivered_something.jpg');
background-position:0px 0px;
float:left;
}
#sidebar-right #deliveredsomething a:hover {
display:block;
width:149px;
height:53px;
background-position:0px -53px;
float:left;
}

/** footer **/
  #footer
  {
		overflow: hidden;
  }

  #footer-inner /* Footer has default font height of 11px */
  {
		float: left;
		font-size: 0.846em; /* 0.846 x 13px = 11px */
		line-height: 1.363em; /* 1.363 x 11px = 15px */
		color: #8ba1b6;
		padding: 39px 17px 42px 59px;
		width:100%;
  }

	.node-type-newsletter-display-no-sidebar #footer-inner
	{
		height: 38px;
		padding: 39px 17px 50px 92px;
	}
	
	.node-type-newsletter-display-no-sidebar #block-menu_block-3
	{
		display: none;
	}

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
		float: left;
		margin-left: 0px;
		margin-right: -400px;
		width: 400px;
  }

	#footer .block .edit
	{
		display: none;
	}

	#footer .block
	{
		margin: 0;
	}

	.node-type-newsletter-display-no-sidebar #footer
	{
		margin-left: -1px;
	}

	.node-type-newsletter #footer-inner
	{
		float: none;
	}

/** closure **/
	#closure-outerwrap
	{
		padding: 50px 0px 0px;
	}

	.node-type-newsletter #closure-outerwrap-inner
	{
		padding: 10px 1px 0px 1px;
		margin: 0 -1px 0 -1px;
	}

	#closure-outerwrap-inner
	{
		margin: 0 0 0 0;
	}

  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
		display: block;
  }

	#closure-blocks-inner
	{
		padding: 11px 0 0;
	}

	#closure-blocks .block .block-inner
	{
		float: left;
		padding: 10px 0 20px;
	}

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
		font-size: 1.509em; /* 1.909 x 11px = 21px */
		font-family: Arial, Helvetica, sans-serif;
		line-height: 1em;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: solid 3px #d1d7dd
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .taxonomy /* Node taxonomy (categories) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
		clear: both;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for all comments */
  {
    margin: 1em 0;
  }

  .comment /* Wrapper for a single comment */
  {
		padding: 20px 0 0 0;
		margin-bottom: 25px;
		background: url(images/fa-dotted-separator-horizontal-bg.png) repeat-x top;
  }

	#comments .first
	{
		padding: 0 0 0 0;
		background: none;
	}

	#comments #comments-title
	{
		font-size: 1.538em; /* 1.538 x 11px = 20px */
    font-family: Lucida Grande, Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1em;
		color: #1a1a1a;
    padding-bottom: 0;
    margin: 0 0 15px;
	}

	#comments .box h2.title
	{
		border-bottom: none 0px;
    font-family: Lucida Grande,Arial,Helvetica,sans-serif;
    font-size: 1.538em; /* 1.538 x 13 = 20*/
		font-weight: normal;
    line-height: 1em;
		padding: 23px 0 10px 0;
    margin-bottom: 10px;
		border-top: 3px solid #000;
	}

	#comments .box
	{
		margin-bottom: 25px;
	}

	#comment-form fieldset.collapsed
	{
		display: none;
	}

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
		color: #1A1A1A;
  }

	.comment h3.title a
	{
		color: #1A1A1A;
	}

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
		font-size: 11px;
		font-style: italic;
		color: #73818E;
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
  {
    margin: 20px 0 10px 0;
  }

	#content #comments .links ul.links
	{
		display: block;
		float: left;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 0.846em; /* 0.846 x 13px = 11px */
		text-transform: none;
		color: #485762;
		border: none 0px;
		height: auto;
	}

	#content #comments .links ul.links li
	{
		padding: 0 0;
	}
	
	#content #comments .links ul.links a
	{
		color: #004276;
		line-height: 1.091em; /* 1.091 x 11px = 12px */
		padding: 0px 7px;
		border-left: 1px solid #d1d7dd;
	}

	#content #comments .links ul.links .first a
	{
		border-left: 0px none;
	}

	#content #comments .links ul.links a:hover,
	#content #comments .links ul.links a:focus
	{
		color: #004276;
		text-decoration: underline;
	}	

	#content #comments .links ul.links .first a
	{
		padding-left: 0px;
	}

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

	.unpublished /* Elements that are visible but not published, like multiday titles */
	{
		color: #999;
	}
	
  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
		font-size: 1.636em; /* 1.636 x 11px = 18px */
		font-family: Arial, Helvetica, sans-serif;
		line-height: 1em;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: solid 3px #d1d7dd
  }

	#content #content-inner .block h2.title {
		border-bottom: none 0px;
    font-family: Lucida Grande,Arial,Helvetica,sans-serif;
    font-size: 1.818em; /* 1.818 x 11 = 20*/
		font-weight: normal;
    line-height: 1em;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

	#content-bottom .block h2.title
	{
		padding-top: 23px;
		border-top: 3px solid #000;
	}

	#content-bottom .block
	{
		margin-top: 25px;
	}

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comments-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-2 /* "Primary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
		float: left;
		clear: both;
  }

	.box .node
	{
		clear: both;
	}

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
		height: auto;
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even, tr.odd /* Some tables have rows marked even or odd. See also the ".section-admin tr.even" declaration below. */
  {
    display: inline-table;
		height: 62px;
 		border-bottom: none;
  }

	tr.even td, tr.odd td
	{
		padding-top: 15px;
		padding-bottom: 13px;
	}

  tr.even
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 0 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  	padding-left: 20px;
  	background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
  	list-style-type: disc;
  	list-style-position: outside;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * admin section of the site.
   */
  .section-admin tbody
  {
    border-top: 1px solid #ccc;
  }

  .section-admin th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  .section-admin tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  .section-admin thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  .section-admin tr.even,
  .section-admin tr.odd
  {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
  }

/* Panels */
	.panel-display
	{
		margin: 30px 0 0 0;
	}

	.panel-pane
	{
		clear: left;
	}

	.panel-col-main-top .panel-pane .content
	{
		clear: left;
	}
	
	.panel-pane h2.title
	{
		float: left;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 1.538em; /* 1.538 x 13px = 20px */
		line-height: 1em; /* 1 x 20px = 20px */
		min-height: 1em;
		margin-bottom: 9px;
	}

	/* Homepage panel */
	.homepage-panel-display
	{
		margin: 0 0 0 0;
	}
	
	.homepage-panel-display .panel-panel
	{
		border-top: solid 3px #1a1a1a;
		margin: 30px 0 0 0;
		padding: 30px 0 0 0;
	}
	
	.homepage-panel-display .panel-row-primary
	{
		border-top: none 0px;
		border-bottom: solid 16px #1a1a1a;
		margin: 0 0 18px 0;
		padding: 0 0 0 0;
	}

	.homepage-panel-display .panel-row-secondary
	{
		border-top: 0px none;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

	.homepage-panel-display .panel-col-main-top
	{
		float: left;
		margin-bottom: 25px;
	}


	.homepage-panel-display .panel-col-main-top .inside
	{
		float: left;
	}

	.homepage-panel-display .panel-col-main-top .panel-pane
	{
		clear: none;
		float: left;
	}

	.homepage-panel-display .panel-col-main-top .panel-separator
	{
		display: none;
	}

	.homepage-panel-display .panel-col-main-top .panel-row-left
	{
		float: left;
		width: auto;
	}

	.homepage-panel-display .panel-col-main-top .panel-pane h2.title
	{
		margin-bottom: 0px;
		padding-bottom: 9px;
		width: auto;
		background: #fff;
	}

	.homepage-panel-display .panel-col-featured-queue
	{
		clear: both;
	}

	.homepage-panel-display .panel-col-featured-queue h2.title
	{
		margin: 0 0 4px 0;
	}
	
	.homepage-panel-display .panel-panel .panel-panel
	{
		border-top: 0px none;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

	.homepage-panel-display .panel-discussion
  {
    float: left;
    width: 411px;
		padding: 0 17px 0 0;
		margin: 0 16px 0 0;
  }
  
  .homepage-panel-display .panel-advertisments
  {
    float: right;
    width: 189px;
  }

	.homepage-panel-display .panel-panel .bookreviews-panel-display .view-featured-reviews .view-row
	{
		float: left;
    width: 411px;
		padding: 0 17px 0 0;
		margin: 0 16px 0 0;
	}

	.homepage-panel-display .panel-panel .bookreviews-panel-display .view-featured-reviews .view-row-image-thumbnail
	{
		float: left;
    width: 189px;
		padding: 0 17px 0 0;
		margin: 0 16px 0 0;
	}

	.panel-panel .bookreviews-panel-display .panel-pane,
	.panel-panel .bookreviews-panel-display .panel-pane .content
	{
	  position: relative;
		clear: none;
	}
  
  .panel-panel .bookreviews-panel-display .panel-pane div.more-link
  {
    position: absolute;
    top: -2.636em;
    right: 0;
    width: 100%;
  }

  .bookreviews-panel-display .view-panel-tagline
  {
    width: 189px;
  }

	.homepage-panel-display .panel-panel .bookreviews-panel-display .panel-row-right
	{
		width: 189px;
	}

	.homepage-panel-display .panel-panel .panel-advertisments .panel-separator
	{
		height: 0px;
		margin: 0 0 16px 0;
	}

	/* 2 column panel layout and 2 column stacked layout */
	.panel-separator,
	.panel-2col-stacked .panel-separator
	{
		clear: both;
		height: 3px;
		margin: -1px 0 19px;
	}

	.panel-2col .panel-panel,
	.panel-2col-stacked .panel-panel
	{
		width: 301px;
	}

	.panel-2col .panel-col-first,
	.panel-2col-stacked .panel-col-first
	{
		margin-left: 0px;
		margin-right: -301px;
	}

	.panel-2col .panel-col-first .inside,
	.panel-2col-stacked .panel-col-first .inside
	{ 
  	margin: 0 0 0 0;
  }

	.panel-2col .panel-col-last,
	.panel-2col-stacked .panel-col-last
	{
		margin-left: 334px;
		margin-right: -635px;
	}

	.panel-2col .panel-col-last .inside,
	.panel-2col-stacked .panel-col-last .inside
	{
  	margin: 0 0 0 0;
  }

	.panel-2col-stacked .panel-col-first .panel-separator 
	{
		display: none;
	}
  
  .panel-2col-stacked .center-wrapper
  {
    float: left;
    width: 633px;
  }

	.panel-2col-stacked .panel-col-bottom
	{
		font-size: 0.846em; /* 0.846 x 13px = 11px*/
		color: #485762;
		width: 100%;
    float: left;
    clear: both;
	}

	.panel-2col-stacked .panel-col-bottom .block
	{
		padding: 18px 16px 25px;
		border: #c9e0f4 solid 1px;
    clear: both;
	}

	#content #content-inner .panel-2col-stacked .panel-col-bottom .block h2.title
	{
		border-bottom: #d0dfed solid 3px;
	}

	/* Classroom panel page */
	.classroom-panel-display .panel-row-top
	{
		margin: 0 0 20px 0;
	}

/* Composite zones */
	.composite /* Set the inside of the view to have 11px font size and line height of 15px*/
  {
  	font-size: 0.846em; /* 0.846 x 13px = 11px */
		line-height: 1.364em; /* 1.364 x 11px = 15px */
		color: #485762;
  }

	/* Newsletter */

	.node-type-newsletter-display-no-sidebar .composite
	{
		font-size: 1em; /* Reset to 13px */
		line-height: 1.538em; /* 1.538 x 13px = 20px */
	}
	
	.node-type-newsletter-display-no-sidebar .composite-twocol .composite-column
	{
    width: 409px;
    margin-left: 0px;
    margin-right: -409px; /* Negative value of #content's width + left margin. */
	}

	.node-type-newsletter-display-no-sidebar .composite-twocol .composite-zone-inner
	{
		margin: 0 16px 0 0;
	}

	.node-type-newsletter-display-no-sidebar .composite-twocol .composite-column-last
	{
		font-size: 0.846em; /* 0.846 x 13px = 11px */
		width: 255px;
    margin-left: 409px; /* Width of content + sidebar-left. */
    margin-right: -664px; /* Negative value of #sidebar-right's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
	}

	.node-type-newsletter-display-no-sidebar .composite-twocol .composite-column-last .composite-zone-inner
	{
		margin: 0 16px 0 16px;
	}

	.node-type-newsletter-display-no-sidebar .composite-twocol .composite-column-last .block
	{
		padding: 18px 16px 15px;
		margin: 0px 0px 16px 0px;
		border: solid 1px #d1d7dd;
	}

	.node-type-newsletter-display-no-sidebar .node-type-newsletter .composite-twocol .composite-column-last .block h2
	{
		border-bottom: solid 3px #d1d7dd
  }

#newsstand-featured-issues {
	border-top: 1px dotted #a6aeb5;
	border-bottom: 1px dotted #a6aeb5;
	margin-top:19px;
	height: 235px;
}

#newsstand-featured-issues h2, #newsstand-date-issues h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	width:100%;
}

.newsstand-featured-issue {
	float: left;
	width: 316px;
	height: 150px;
	position: relative;
}

.newsstand-featured-cover {
	float:left;
	width:96px;
}

.newsstand-featured-text {
	float: left;
	margin-left: 10px;
	width: 200px;
	margin-top: 5px;
}

#newsstand-date-issues {
	clear:both;
}

.newsstand-date-issue {
	margin-top:20px;
	clear: both;
	overflow: hidden;
	height: 150px;
	position: relative;
}

.newsstand-date-issue:first-child {
	margin-top: 20px;
}

.newsstand-absolute {
	position: absolute;
	bottom: 7px;
}

.newsstand-date-cover {
	float: left;
}

.newsstand-date-text {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

.newsstand-featured-issue p, .inthemag-issuebuy-p-reduced {
	font-size:0.846em;
	line-height:1.364em;
	margin-top: 0 !important;
}

.newsstand-featured-issue p:first-child, .newsstand-date-issue p:first-child  {
        font-size:1em;
	margin-bottom: 0 !important;
}

.newsstand-featured-issue p:first-child a, .newsstand-date-issue p:first-child a {
	font-weight: bold;
}

#newsstand-explanatory-text {
	font-size:0.846em;
	line-height:1.364em;
}


.newsstand-date-issue p {
	font-size:0.846em;
	line-height:1.364em;
}

p.issuepurchase, p.inthemag-issuebuy-p {
	margin-bottom: 0.3em !important;
	font-size:1em;
}

.newsstand-featured-cover img, .newsstand-date-cover img {
	width: 96px !important;
	height: 150px !important;
}

.newsstand-featured-issue .form-submit, .newsstand-date-issue .form-submit, .inthemag-issuebuy .form-submit {
	margin: 0 !important;
}

.newsstand-featured-text p span, .newsstand-date-text p span {
	font-style: italic;
}

.newsstand-featured-text p.issuepurchase span, .newsstand-date-text p.issuepurchase span {
	font-style: normal;
	font-weight: bold;
}

/* In the Mag Digital Issue Purchase */

.inthemag-issuebuy {
	height:175px;
}

.inthemag-issuebuy h2 {
	margin-top:5px;
}

.inthemag-issuebuy-cover img {
	width: 96px;
	height: 150px;
}

.inthemag-issuebuy-cover {
	width: 96px;
	float:left;
}

.inthemag-issuebuy-text {
	float: left;
	width: 194px;
	margin-left: 10px;
	height:150px;
	position:relative;
}

.inthemag-issuebuy-title {
	font-size:1.518em !important;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:1em;
}

.inthemag-issuebuy-absolute {
	position: absolute;
	bottom:7px;
}

/* Upper right Newsstand Finder on Digital Newsstand */

#sidebar-right #newsstand-search-form #edit-zip-wrapper {
	padding:0 !important;
	margin:0 !important;
	float: none;
}

#sidebar-right #newsstand-search-form #edit-zip-wrapper #edit-zip {
	width: 170px;
}

#sidebar-right #newsstand-search-form #edit-zip-wrapper .form-text {
	padding-left: 0 !important;
	float: left;
}

#sidebar-right #newsstand-search-form #edit-zip-wrapper label {
	padding: 0 !important;
	margin: 0 !important;
	display:block;
}

#sidebar-right #newsstand-search-form .form-submit {
	float:left;
	margin-top: 1px;
}

.newsstand-browse {
	clear:both;
}

#sidebar-right #block-newsstand-finder.block {
	border: 1px solid #6a7f94;
}
/* Re-designed Footer by TomK */

#footer-contain {
	width:100%;
	margin-top: 30px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 40px;
	font-size: 11px;
	line-height:1.3;
}

.footer-contain-box {
	width:165px;
	float:left;
	text-align:left;
}

.footer-contain-box hr {
	width:140px;
	color:#373737;
	background-color: #373737;
	background-image:none;
	height: 1px;
	margin: 0;
 	margin-bottom: 7px;
	text-align:left;
}

.footer-contain-box span {
	margin-bottom:2px;
}

#footer .footer-contain-box a {
	color:#FFFFFF;
	text-decoration:none;
	padding: 0;
	border: 0;
}

#footer .footer-contain-box a:hover {
	text-decoration:underline;
}

/*
*/
#outerwrapper {
	border-bottom: 3px solid #C4E0F5;
	padding-bottom:30px;
}

/* Styling for guest pass */

.guestp {
	margin-top:20px;
	padding-top:15px;
	background:url("/sites/default/themes/sitetheme/images/fadot.png") repeat-x scroll center top transparent;
}

.guestp p {
	color:#CC0000;
	padding-bottom:15px;
	background:url("/sites/default/themes/sitetheme/images/fadot.png") repeat-x scroll center bottom transparent;
}

.guestp p a {
	color:#CC0000;
	text-decoration:underline;
}

.guestp p a:hover {
	text-decoration:none;
}

/* END Styling for guest pass */

.cgpakistanlinkdiv {
	width:100%;
	border-top: 1px solid #F5F1E8;
	padding-top:4px !important;
	margin-top:2px !important;
	line-height:1.2 !important;
}


.cgpakistanlink {
	color: #CC0000 !important;
}

/* Styling for Audio/Video discussions page */
.views-field-field-article-av-duration-value {
  font-style: italic;
  color: #999;
  padding-top: 4px;
}


/* Styling for Sponsor Zedo Ad */

#block-zedo-13 {
	position:absolute;
	top: 93px;
	right: 332px;
}

.byline-date {
	position: relative;
	
}

.byline-date iframe {
	position: absolute;
	bottom: 0;
	right: 0;
}

#block-zedo-13 a {
	color: #004276;
	text-decoration: none;
	font-weight: bold;
}

#block-zedo-13 a:hover {
	text-decoration: underline;
}

.zedo-iframe-sponsor {
	width: 285px !important;
}

.emvideo-video {
  width: 400px;
  padding-bottom: 20px;
}

/* Styling for new FA Book Template */

body.node-type-fa-book #content-area .links ul.links, body.node-type-fa-book #main-inner #content-inner {
	width: 966px;
}

body.node-type-fa-book #content-area .links ul.links {
	width: 964px;
}

body.node-type-fa-book .links {
	margin: 1em 0;
}

body.node-type-fa-book #fabook_container {
	margin: 2em 0;
	margin-bottom: 3em;
	overflow:hidden;
}

body.node-type-fa-book .fa-book-left-col, body.node-type-fa-book .fa-book-middle-col, body.node-type-fa-book .fa-book-right-col {
	float: left;
}

body.node-type-fa-book span.print-link {
	display: none;
}

body.node-type-fa-book .fa-book-left-col {
	width: 410px;
}

body.node-type-fa-book .fa-book-middle-col {
	width: 190px;
	padding-left: 33px;
	font-size: 0.846em;
	background: url("images/fa-vertical-grid-pattern.gif") repeat-y scroll 15px 0 transparent
}

body.node-type-fa-book .fa-book-right-col {
	width: 300px;
	padding-left: 33px;
}

body.node-type-fa-book #purchase-now {
	line-height: 1.3em;
	border-top: 3px solid black;
}

body.node-type-fa-book #purchase-now h2.sifr-sub-lede {
	margin: 1.2em 0 1em 0;
	font-size: 1.8em;
}

body.node-type-fa-book .fa-book-price-value {
    color: #73818E;
    display: block;
    font-family: "Lucida Grande","Arial",sans-serif;
    font-size: 0.909em;
    line-height: 1em;
    margin: 0;
}

body.node-type-fa-book span.fa-book-actual-price {
	font-size: 1.6em;
	font-weight:bold;
}

body.node-type-fa-book #price {
	margin-bottom: 1.6em;
}

body.node-type-fa-book #buy-pdf {
	margin-bottom:1.7em;
	width: 189px;
	height:42px;
	overflow:hidden;
}

body.node-type-fa-book .buy-elsewhere {
	clear: both;
}

body.node-type-fa-book form .form-submit {
	font-size: 1.2em;
	margin-left: 0;
}

body.node-type-fa-book .fa-book-middle-col form .form-submit, body.node-type-fa-book .fa-book-middle-col a.round-button {
	padding: 0 !important;
	background: url('images/fa-book-buy-bg.png') no-repeat scroll 0 0 transparent;
	width: 189px;
	height: 42px;
}

body.node-type-fa-book #edit-buy-pdf {
	/* background-color: #CC0000 !important; */
	color: #CC0000 !important;
}

body.node-type-fa-book #edit-buy-pdf * {
	visibility: hidden !important;
}

body.node-type-fa-book .buy-elsewhere {
	width: 190px;
	height:47px;
        border-top: 1px solid #dfebf8;
}

body.node-type-fa-book #buy-options {
}

body.node-type-fa-book #subscribe-online, body.node-type-fa-book #classroom-use {
	width: 190px;
	border-top: 1px solid #dfebf8;
	padding: 15px 0;
	font-weight: bold;
	line-height: 1.5em;
}

body.node-type-fa-book #book-metadata {
	color: #485762;
	font-size: 0.846em;
	line-height: 1.364em;
	font-style: italic;
	margin-top:8px;
}

body.node-type-fa-book #featured-review-author {
	color: #485762;
        font-size: 0.846em;
        line-height: 1.364em;
        font-style: italic;
        margin-top:-11px;
}

body.node-type-fa-book #more-reviews-link {
	font-size: 0.846em;
        line-height: 1.364em;
	margin-top:1em;
}

body.node-type-fa-book #featured-review-parent {
	background: url("images/fa-discussion-background-quote.gif") no-repeat scroll right bottom transparent;
	padding: 0 0 19px;
}

body.node-type-fa-book #featured-review {
	border-left: 3px solid #C4E0F5;
	border-right: 3px solid #C4E0F5;
	border-top: 3px solid #C4E0F5;
	padding: 15px 12px 17px;
	background: url("images/fa-discussion-bottom-bg-quote.gif") no-repeat scroll right bottom #F6FAFE;
}

body.node-type-fa-book .buy-elsewhere a {
	background-image:url('images/fa-book-buy.jpg');
	background-repeat:no-repeat;
	background-position: 0 10px;
	display:block;
	height:25px;
	width:auto;
	padding-left:53px;
	padding-top:15px;
	font-weight:bold;
}

body.node-type-fa-book #fa-book-carousel {
	border-top: 3px solid black;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
}

body.node-type-fa-book #fa-book-more-header {
	padding-top: 1.8em;
	float:left;
}

body.node-type-fa-book .view-row-image-thumbnail {
	width: 190px;
	padding-right:21px;
	height: 147px;
	float: left;
}

body.node-type-fa-book #the-carousel {
	width:8000px;
	clear: both;
}

body.node-type-fa-book #fa-book-more-control {
	float: right;
	padding-top:1.9em;
}

body.node-type-fa-book .book-controller {
	margin-bottom: 1.3em;
	overflow: hidden;
}

body.node-type-fa-book #fa-book-carousel h2 {
	margin-bottom: 0;
}

/* END Styling for new FA Book Template */

/* Styling for Premium Icon jQuery Tooltip */

#simpleTooltip {
	padding: 7px;
	border: 1px solid #C4E0F5;
	background: #F6FAFE;
	font-size: 11px;
	line-height: 16px;
}

/* END Styling for Premium Icon jQuery Tooltip */

body.page-discussions-audio-video .view-discussion-toc-blocks table.views-view-grid {
	margin-bottom: 20px;
}

.front .panetoplayout2 .views-field-tid-1 {

}

#webform-client-form-71791 #edit-submitted-name,
#webform-client-form-71791 #edit-submitted-e-mail {
width:350px !important;
}

#node-71791 .article-sidebar {
display:none;}

#webform-client-form-71791 a.form-submit {
clear:both !important;
}

#node-71791 .node-inner .links,
#node-69101 .node-inner .links,
#node-71791 .byline-date,
#node-69101 .byline-date {
display:none;
}