* {
	float: none;
}

body {
	background: white;
	color: black;
	font-size: 12pt;
}

#header,
#crumbs,
#secondary,
#tertiary,
.access,
#footer,
#frmLogin,
.login-status,
.toolbar,
#toolbar,
.paginator,
.return,
.comment-item-action-links,
#commentsPagination,
.commentForm,
#commentsLoginForm,
.carousel-wrapper button,
#blog-posts .button-small,
.homepage #homepage-tabs .tab-content .blog-content .button-small,
a.media,
a#rssFeed,
.pagination,
#email-page,
.call-to-action,
#search-wrapper,
.drug-search,
.separator,
.flash,
#carousel-section {
	display: none;
}

#page {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
  
  position: relative;
}
/* Header */
/* Displayed on top - not working in internet explorer
#header {
	position: absolute;
	top: 0;
  width: 100%;  
}

#header {
  text-align: center;
}
  #header h1 {
    border: none;
    margin: 0 0 5px 0;
  }
  #header #tag-line {
    margin: 0;
    padding-bottom: 5px;
    border-bottom: 2px solid black;
  } 
*/

/* Primary content */
#primary {
  /*padding-top: 50px;*/
}

h1 {
	font-size: 16pt;
	border-bottom: 2px solid black;
	text-align: center;
}
  h1:after {
  	content: " - Between the Lines";
  }
h2 {
	font-size: 14pt;
	border-bottom: 1px solid gray;
}
h3 {
	font-size: 12pt;
	border-bottom: 1px solid gray;
}
h4 {
	font-size: 11pt;
}
h5 {
	font-size: 10pt;
}

h6 {
	font-size: 10pt;
	font-weight: normal;
}

a:link, 
a:visited {
	color: #C70C2B;
	background: transparent;
	text-decoration: underline;
}

	p a {
		text-decoration: underline;
	}

	a:link:after, 
	a:visited:after {
	   content: " (" attr(href) ") ";
	   font-size: 90%;
	   color: #999;
	   font-weight: normal;
	}
		
		#content a[href^="/"]:after {
		  content: " (http://www.betweentheline.net.au" attr(href) ") ";
		}
		
		.meta a:after {
			content: "";
		}

/* Page carousel */
.page-carousel h2 {
  clear: left;  
  padding-top: 30px;  
}

.page-carousel #page .carousel-wrapper .carousel {
  overflow: visible !important;
}

.page-carousel #page .carousel-wrapper .carousel ul {
  width: 100% !important;   
}

.page-carousel #page .carousel-wrapper .carousel li {
  list-style: none;
  overflow: visible !important;
  width: 180px !important;
  margin-right: 30px;
}
  .page-carousel .carousel-wrapper .carousel li a {

  }
    .page-carousel .carousel-wrapper .carousel li a span {
      display: block;
    }
  .page-carousel #page .carousel-wrapper .carousel li a img {
    margin-top: 10px; 
    border: 5px solid #333333;  
  }

/* Homepage */
.homepage #blog-posts {
  overflow: visible !important;
}
.homepage .carousel-wrapper .carousel {
  width: 570px;
  overflow: visible !important;
}
.homepage .carousel-wrapper .carousel li {
  overflow: visible !important; 
  width: 500px !important;
  float: none !important;
  height: auto !important;
  border-bottom: 1px solid black;
}