@charset "utf-8";
/* -------------------------------------------------------------- 
  
   * Print Styles *
   
-------------------------------------------------------------- */

body {
  font-family:sans-serif;
  line-height: 1.5;
  color:#000;
  background: none;
  font-size: 11pt;
}

img { 
  float:left; 
  margin:1.5em 1.5em 1.5em 0;
}
p img.top { 
  margin-top: 0; 
}

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%; 
  height:2px; 
  margin:2em 0; 
  padding:0; 
  border:none; 
}
blockquote { 
  margin:1.5em 0; 
  padding:1em; 
  border:0.2em solid #ccc; 
  font-style:italic; 
  font-size:0.9em; 
}

.small, .small p  { font-size: 0.9em; }
.large, .large p  { font-size: 1.1em; }
.quiet, .quiet p  { color: #999; }

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */ 

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */

.alignright { float: right }
.alignleft 	{ float: left }


#branding a {color: #000;}
#siteTitle {font-size: 2em; margin: 0;}

ul.postMeta {
	font: italic 1em/1.5 Georgia, "Times New Roman", Times, serif;
	list-style: none;
}
.postMeta li {
	display: inline;
}

.wp-caption {
	margin: 10px;
	padding: .4em 0 0;
	font-size: .9em;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: 1px solid #666;
}
.wp-caption img {margin: 5px;}
.wp-caption a {display: block;}
.wp-caption p {margin: .3em 0 .5em;}
.wp-smiley {margin: .3em}


#foot,
#search,
.comments,
.subPages,
.goTop,
.headline a:link:after,
#branding a:link:after,
#nav,
#sidebar,
.paging,
li.phide,
.hide
{ display:none; }
