/* -------------------------------------------------------------- 
  
   print.css
   * Gives you some sensible styles for printing pages.
   * See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */

body {
  line-height: 1.5;
  font-family: 'Lucida Sans', 'Bitstream Vera Sans', 'Nimbus Sans L', Arial, helvetica, sans-serif;
  color:#000;
  background: none;
  font-size: 10pt;
}


a:link, a:visited {
  background: transparent;
  font-weight:700;
  text-decoration: underline;
}

a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

.social, .more, .up, .accesslinks
{display: none;}

h1 { margin: 0 0 .2em; text-align: center; font: 3em/1.5em Georgia, "Times New Roman", Times, serif;}
h1 a:link, h1 a:visited { color: #000; text-decoration: none;}
h1 a:link:after, h1 a:visited:after {content: '';}

.left {width: 85%; margin: 0 auto;}
.about { width: 58%; float: left;}
.about h2 { margin: 0;}
.about p { padding: 0 1em 0 0; border-right: 1px dotted #888;}
.contact { width: 36%; float: left; padding: 2em 0 0 1em; list-style: none;}

.right { clear: both;}

.wrap {width: 600px; margin: 2em auto;}
.wrap h2 { margin: 0 0 .3em;border-bottom: 1px dotted #333;}
.item a:link, .item a:visited { text-decoration: none;}
h3 { margin: 0;}

.profile { width: 110%; margin: 0 0 0 -5%;}
.profile img { float: right; margin: -2em 0 0;}
.profile ul { margin: .1em 0 0;}
.profile ul li { float: left; width: 25%; margin: 0 0 0 -1em; padding: 0;}
.profile h3 { margin: 1em 0 0;}

.profile dl { margin: .1em 0 0; clear: both;}
.profile dt {
	float: left;
	width: 15%;
	margin: .3em 0 0;
	padding: 0;
	font: 1em/1.5em Georgia, "Times New Roman", Times, serif;
}
.profile dd {
	float:left;
	width:83%;
	min-height:3em;
	margin: .3em 0 0;
}

.foot {margin: 2em 0 0;}
.bottom { width: 30%; float: left; margin: .6em 0 0; font-size: .8em;}
.thanks { width: 30%; float: left; margin: 0 1em 0 0; padding: .5em 0; font: .8em/1.5em Georgia, "Times New Roman", Times, serif; text-align: center; border: 1px solid #aaa;}

.clear {clear: both;}
/* Layout
-------------------------------------------------------------- */

.container {
  background: none;
}

hr { 
	width:100%;
	height:0px;
	margin: .5em 0 1em;
	padding:0;
	border: 0;
	border-bottom: 1px dotted #333;
}
hr.space {
  background: #fff;
  color: #fff;
}


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

a img { border:none; }

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

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



/* 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) ") ";
} */

