body {
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  color:#000;
  background: none;
  font-size: 10pt;
}


/* =Layout
-------------------------------------------------------------- */

.wrapper, 
.container {
  background: transparent none !important;
}

.section-header,
.entry-title,
#branding {
	border-bottom: 1px solid #999; 
	padding-bottom: 0.5em;
	}
	
#branding .site-description, #branding .site-title {
	position: static;
	text-indent: 0;
	}
	#branding .site-title {
		display: block;
		font-size: 16pt;
		font-weight: bold;
		color: #000;
		text-decoration: none;
		}


/* =Text
-------------------------------------------------------------- */

.site-title, 
h1,h2,h3,h4,h5,h6 { font-family: 'Trebuchet MS', Verdana, 'Verdana Ref', sans serif; }
code { font:.9em "Courier New", Monaco, Courier, monospace; } 

a img { border:none; }
p img.top { margin-top: 0; }

blockquote {
  margin:1.5em 0;
  font-style:italic;
  font-size:.9em;
}

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.mute  { color: #999; }
.hidden   { display:none; }

/* =Links
-------------------------------------------------------------- */

a {
  background: transparent;
  font-weight:700;
  text-decoration: none;
  color: #000;
}

a[href^="http://"]:after {
  content: " (" attr(href) ")";
  font-size: 90%;
}

/* =Figures
-------------------------------------------------------------- */
#content img{
	border: 1px solid #E0E0E0;
	padding: 5px;
	background-color: transparent;
	margin-bottom: 7px;
	}
	
img.floatRight,
img.floatLeft {
	margin-top: 5px;
}

/* =No print
-------------------------------------------------------------- */
.noprint,
#breadcrumb,
#svejo-button,
.tools,
.entry-actions,
#respond,
#calendar,
#access, 
#footer-wrapper, 
#aside {
	display: none !important;
	}