/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */


/* underline all links */
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-size: 0.8em;
  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 */
#skip-to-nav,
#toolbar,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.breadcrumb,
div.tabs,
.action-links,
.links,
.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;
}
#comments h2.comment-form, 
#comment-form,
.region-sidebar-first,
.region-sidebar-second,
#ad_col,
#top_user_menu,
#top_cart_menu,
.stats-box{
	display: none !important;	
}

h1.title {
    letter-spacing: normal;
}

#page-wrapper,
#page,
#actual_content,
#main-wrapper
#main,
#content,
.content{
	float: none !important;
	overflow: visible !important;
	position: relative;
}

h3.rhs_title,
h4.rhs_title,
.flatrow-comment,
.flatrow-comment h2,
.flatrow-comment .desc,
.flatrow-comment .by,
ul.tweets-pulled-listing li,
ul.tweets-pulled-listing,
.f-field_feed_item_description,
p,
p.p-incontent,
label,
.teaser,
.by_date_box,
.by{
	font-size: 12pt !important;	
	line-height: 1.2em !important;
}



#page-wrapper, 
.region-bottom {
	width: auto;	
}
#page-wrapper #content{
	width: auto;	
}

.item_list_box-section-services .image a {
	border-top: none;
}