/* $Id: print.css,v 1.8.2.1 2010/06/26 15:36:04 johnalbin Exp $ */

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */


/* underline all links */
a {font-size: 15px; color: #DC5100}
a:link,
a:visited {
  text-decoration: underline !important;
}

/* Don't underline header */
#site-name a:link,
#site-name a:visited {
  text-decoration: none !important;
}

/* CSS2 selector to add visible href after links */
#content a:link:after,
#content a:visited:after {
  content: " (" attr(href) ") ";
  font-weight: normal;
}

/* Un-float the content */
#content,
#content .section {
  float: none;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

/* Turn off any background colors or images */
body,
#page-wrapper,
#page,
#main-wrapper,
#main,
#content,
#content .section {
  color: #000;
  background-color: transparent !important;
  background-image: none !important;
}

/* Hide sidebars and nav elements */
.field-name-field-image-art,
.panels-flexible-region-article-custom-top,
.panels-flexible-column panels-flexible-column-article-custom-2,
.pane-block-5,
.pane-block-9,
.region-header,

#search-block-form,
#sponsoredlinks,
.pane-disqus-disqus-comments,
#skip-link,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer,
.breadcrumb,
div.tabs,
.links,
.taxonomy,
.book-navigation,
.forum-topic-navigation,
.pager,
.feed-icons {
  visibility: hidden;
  display: none;
}

/* If you un-comment the "page { overflow-y: hidden; }" ruleset, Firefox clips
   the content after the first page. */
#page-wrapper {
  overflow-y: visible;
} 

.pane-node-title {font-size: 24px; font-weight: bold;}

#header {margin-bottom: 20px; display: block; height: 100px; }

#main-wrapper {border-bottom: 2px solid #cccccc;}
.panels-flexible-column {width: 980px !important; padding-left: 5px; }
.pane-node-author {font-size: 12px; font-weight: normal;clear: both; display: block;}
	.pane-node-author h2{font-size: 15px; font-weight: normal; float: left; }
	.pane-node-author a{font-size: 15px !important; font-weight: normal; float: left; padding-left: 5px;}
		.pane-node-author a:after { content: "" !important;}	
.pane-node-body {clear: both; display: block; padding-top: 10px;} 
	.pane-node-body p{ font-size: 15px !important;}	
	.pane-node-body a{ font-size: 15px !important;}	
	
blockquote { padding:5px 10px; border-bottom:#d1d3d4 5px solid; border-top:#d1d3d4 5px solid;}	
blockquote div { font-size: 15px !important; margin-bottom: 0 !important; padding: 0 !important;}