/* FONT INCLUDE ------------------------------------ */
@import url("fonts/cabin/stylesheet.css");

/* HTML5 HACK -------------------------------------- */
header, section, footer, aside, nav, article {
	display: block;
}

/* LAYOUT ------------------------------------------ */

body {
  font-size: 11pt;
  font-family: Arial, sans-serif;
  padding: 0;
  margin: 0;
}

#doc  {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  border-right: none;
  border-left: none;
}

.clear {
	clear: both;
}

a img{
	border:none;
}

/* HEADER & NAVIGATION ------------------------------ */

#header {
  background: #fff;
  margin-bottom: 20px;
  z-index: 1;
}

#header #head_meta {
	display: none;
}

#header #head_meta img {
	margin-top: 3px;
	margin-bottom: -4px;
}

#header h1 {
  display: none;
}

#header #logos {
  padding-top: 15px;
  padding-left: 5px;
}

#header #nav {
	display: none;
}


/* CONTENT ------------------------------------------ */

#content {
  padding: 0;
  width: auto;
  float: none;
  border: none;
  margin: 0;
  width: 100%;
}
#content p{
  line-height: 1.5em;
}
#content #author_information,
#content #category_articles,
#content #audioplayer {
  display: none;
}
#content #social_media {
	display: none;
}
blockquote {
	border-left: 3px solid #c3aaad;
	padding: 0px 5px;
}
blockquote p {
	padding: 0px 0px 15px 0px;
}
#article h1, #article h2, #article h3 {
	font-family: 'CabinBold', Arial, sans-serif;
	font-weight: normal;
	color: #6e0610;
}
#article h1, #article h2, #article h3 {
	font-family: 'CabinBold', Arial, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #6e0610;
}

#article h1 {
	line-height: 20pt;
	font-size: 16pt;
	margin-bottom: 10px;
}

#article #print_button {
	display: none;
}

#article #article_head {
	margin-bottom: 15px;
}

a, a:link, a:visited {
	color: #6e0610;
	text-decoration: underline;
}

#content .comment {
	display:  none;
}

#commentform {
	display: none;
}

.alignleft{
	float:none;
	margin:auto;
	width: 100%;
}

.alignright{
	float:none;
	margin:auto;
	width: 100%;
}

.aligncenter{
	margin: auto;
	text-align: center;
	width: 100%;
}

.img_box{
	padding:5px 5px 0px 5px;
	width: 100%;
	border:  none;
	border-top:1px #EFEFEF solid;
	border-bottom:1px #EFEFEF solid;
	text-align: center;
}
.img_box .img_text{
	text-align: center;
}
.img_box a:after, .img_box a:link:after, .img_box a:visited:after{
	content: " " !important;
}
#content a:after, #content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}


/* SIDEBAR ------------------------------------------ */

#aside {
  display: none;
}

/* FOOTER ------------------------------------------- */

#footer {
	color: #000;
}
#footer #nav {
	display: none;
}
#footer #copyright-links {
	display: none;
}
