/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@charset "UTF-8";
/* CSS Document */

/**MAIN CSS**/
p {font-family:Verdana, Geneva, sans-serif;
	font-size:100%;
	line-height:1.25em;
	margin-top:1em;}

body {
	width:100%;}
	
ul {
	font-size:90%;
	margin-bottom:1.3em;
	list-style-type: disc;
    list-style-position: inside;
	line-height:1.2em;
    padding: 0px 0 0px 40px;
    text-indent: -1em;}
	
li {
	font-family:Verdana, Geneva, sans-serif;
	}
	
a li {
	list-style:none;}
a {
	color:#606;}

em 
{font-style:italic;
	}

strong {
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif}
	
	
p.download{
	text-align:center;
	margin:10px;
	color:#606;}
	
	
/**H Values**/

h1, h2, h3, h4, h5, h6 {
font-family:Verdana, Geneva, sans-serif;
font-weight:bold;}
h1 {font-size:170%;text-align:center;}
h2 {font-size:120%; margin-top:2em;
	color:#606; letter-spacing:4px;
	 border-bottom: 2px dotted #ccc; 
	  font-size:125%;
	  text-transform:uppercase;
	  margin-bottom:.5em;}
h3 {font-size:120%; line-height:1.5em; margin:0 auto;}
h4 {font-size:100%; line-height:1em;}
h5 {font-size:90%; font-weight:normal;line-height:1em; margin-top:.5em; margin-bottom:1.5em; color:#666}

hgroup {margin-top:1em;}

/**HEADER CSS**/
header {
	height:170px;
	border-bottom:8px dashed;}
	
#headerwrap {
	width: 960px;
	position:relative;
	}
	
#logo {
	position:relative;
	float:left;
	margin-left:10px;}
/*nav*/
#topnav {
	position:relative;
	float:left;
	display:inline-block;}
	
#topnav ul {
	float:left;
	padding: 0px;
	list-style: none;
	margin:20px 0px 5px 10px;
	}

#topnav ul li{
	display: inline;
	font-family:Arial;
	padding:0 5px;
	}
	
.box img{ border: 3px solid black; margin: 4px; }
img
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

img:hover
{

opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}

.box img {border: 3px solid black; margin: 4px; }

.fancybox img:hover {
	opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */}

/**LEFT NAV**/
#left {
	clear:both;
	float:left;
	width:200px;
	position:relative;}


#left ul {
	list-style:none;
	float:left;
	margin-top:20px;
	padding-top:20px}
	
#left li {
	
	margin:0px 4px 5px 4px;
	padding:5px 0 5px 4px;
	}
	
#left li a { text-decoration: none; color:#606; font-weight:bold;  }
#left li a:hover { border-bottom:2px dotted #606; font-stretch:expanded;}
#left li a:active {color:white;}


/**CONTENT BOX CSS**/

	
#content {
	float:left;
	display:block;
	width:700px;
	margin:20px auto;
	background-color:white;
	padding: 15px;
	position:relative;
	}
	
#fixedcontent {
	float:left;
	display:block;
	width:700px;
	margin:20px auto;
	background-color:white;
	padding: 15px;
	position:relative;
	}

.printsamples {
	align:center;}
	
p.sampledescription{
	margin:.75em auto;}

.pagenav {
	margin-top:1em;
	font-weight:bold;
	text-align:center;}

#writing {
	margin-bottom:1em;}

.about {
	margin-top:2em;
	}
	
.photo {
	float:right;
	position:relative;}

.bio {
	clear:both;
	position:relative;
	}
	
p div.maintext {
	margin-left:10px;
	padding-left:20px;
	float:left;}

	
/**BOTTOM FOOTER**/



#socialmedia {
text-align:center;
float:none;
position:relative;
display:inline;
margin-right:20px;
margin-top:10px;}

#socialmedia ul li {
display:inline;
float:center;
padding:10px 0 0 0;
text-decoration:none;}

#bottomnav {
	position:relative;
	clear:both;
	width:100%;
	text-align:center;
	margin:10px auto;
	border-top:8px dashed}	
	
	
#bottomnav ul li {
	float:none;
	list-style:none;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
	padding:0 20px 0 10px;
	margin-left:0;}
	
#bottomnav li a {
	text-decoration:none;
	font-family:inherit;
	color:#636;
	text-align:center;}
	
#bottomnav li a:hover {
	text-decoration:overline;
	letter-spacing:2px;}

