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

*{
	color: #46220A;
	background-color: lemonchiffon;
	font-family: georgia, sans-serif;

}


body {
	padding: 0;
	margin-top: 15px;
	margin-bottom: 55px;
	line-height: 30px;
/*	line-height: 29px;
*/	background-attachment:fixed;
	background-position: bottom;
	text-align: center; /* FOR CENTERING IN IE6 */
}
  	
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* UNDO IE6 TEXT ALIGN */
	padding: 10px;
	font-size: .938em;
/*	font-size: .875em;
*/}
#content {
	background-attachment:fixed;
	background-position:bottom;
	width: 580px; /*keep this width so the content will float up */
	float: right;
	padding: 0 5px;
	margin-bottom: 50px;
}

#content a { font-size: inherit;}


/*   Header   */
#header {
	height: 125px;	
	border-bottom: solid 1px #E8DAD0; 
}

#header .name{	
    position:relative;
    top: 70px;
    font-weight: normal;
    font-size: 3em;
	font-family: 'Fredericka the Great', cursive;
	}



	/* CONTENT */
p {
	font:14px/1em;
	display:block;
	padding:5px;
	background-color: inherit;
}

p.title {
	padding-top: 10px;
	padding-bottom: -3px;
}

p a:hover {
	padding-left: 0px;
	padding-right: 0px;
	background: none;
	color:rebeccapurple;
}
p a:active{
  color: MediumVioletRed;
}

/* SIDEBAR */

#sidebar {
/*	width: 188px;
*/	font: 14px/1.4em;
	bullet: none;
	font-weight: normal;
	float:left;
    padding: 2px 3px 2px 3px;
    line-height: 30px;
}
        
#sidebar li {
	list-style-type: none;
    list-style-position: inside;
	font-weight: normal; 
}

#sidebar ul{
	margin-left:-40px;
	margin-top:18px;
}

#sidebar a{
	text-decoration: none; 
	font-size: inherit;
}

#sidebar [id~="PDF"]{ font-size: 0.625em; vertical-align: middle;}


/* LINKS */
a, a:visited{ color: darkblue; }

a:hover {
    text-decoration: none;
    background-color: darkslateblue;
    color:#E8DAD0;
    border-radius: 2px;
    padding-left: 4px;
	padding-right: 4px;
}

 a:active{
  color: mistyrose;
  background-color: mediumvioletred;
}

/* FOOTER */
#footer {
	clear: both;
	text-align: right;
	padding: 10px 0 10px;
	margin: 10px 0 0;

}

#footer a { font-size: inherit; text-decoration: none;}

#footer [id~="copyright"]{font-size: 90%; vertical-align: top;}


/* Media Queries*/
@media (max-width: 480px){
	body{font-size: 90%;}
	#wrapper {width: 320px; margin-left: 5px; margin: auto;}
	#header { font-size: 65%;  height: 60px; }
	#header .name {top: 20px;}
	#content{ width:320px; margin: -10px 0 15px 0;}
	#sidebar {line-height: 40px;}
	#sidebar li {display: inline; margin-right: 10px; padding: 4px 2px;}
	#sidebar ul {padding-left: 30px;}
	#sidebar [id~="PDF"]{ display: none;}
	#footer{text-align: left; font-size: ; padding: 0px; font-size: 88%; line-height: 22px; }


}

@media (min-width:480px) and (max-width: 760px) {
	body{font-size: 100%;}
	#wrapper {width: 490px;}
	#header { font-size: 90%;  height: 100px; }
	#header .name { top: 46px;}
	#content{ width:320px; margin-bottom: 25px;}
	#sidebar {line-height: 45px;}
	#footer{text-align: right; font-size: ; padding: 0px; font-size: 98%;}
}



