/* Default Properties */
:root {

    /* variables */
    --fancy-font: 'Alex Brush', cursive;
    --body-color: #E2E3E5;
    --contrast-color: #87b7e0;
    --normal-color: #797979;
    --bold-color: #F8F8FF;
    --normal-font: 'Bellefair', sans-serif;
}

* {
	padding: 0px;
	margin: 0px;
	color: #403a3a;
	border-color: #444444; 
    font-family: 'Bellefair', verdana, sans-serif;
}

/* container properties */
html { 
	text-align: center;
	padding: 10px 0px 0px 0px;
	background: #E2E3E5;
    background-image: url(paper.png);
}

body {
	width: 980px;
	margin: 0px auto;
	padding: 10px 15px 0px 15px;
	text-align: justify;
	position: relative;
	height: 100%;
    font-size: 100%;
}

/* general anchor properties */
a {
	text-decoration: none;
    color: #005c8d;
	font-weight: bold;
    font-family: 'Alex Brush', cursive;
    letter-spacing: 1.9px;
}


a .shrinkme {
    text-decoration: none;
    color: #005c8d;
	font-weight: bold;
    font-family: 'Alex Brush', cursive;
    font-size: 1em;
    padding: 0px 1px 0px 3px;
}

a.normal {
    font-family: 'Bellefair', sans-serif;
    font-size: 1.25em;
}


a:hover {
    font-style: italic;
    color: #005c8d;
    background-color: none;
}

a:visited {
	color: #005c8d;
}

/* general text properties */
p {
	position: relative;
	padding: 5px 0px 10px 0px;
	text-align: left;
	line-height: 1.3em;
    font-size: 1.3em;
}

p.centerme {
    text-align: center;
}

p a {
    font-size: 1.3em;
    padding: 0px 2px 0px 2px;
}

h1, h2, h3, h4 {
	font-weight: bold;
    font-family: 'Alex Brush', cursive;
}

h2, h3, h4 {
    color: #005c8d;
}

h2 {
	padding: 0px 0px 5px 0px;
	margin: 30px 0px 10px 0px;
	font-size: 1.9em;
	letter-spacing: 2px;
	text-align: center;
	border-bottom: solid 2px #d8d8d8;
}

h2.noborder {
    border: none;
    border: none;
}

h3 {
	padding: 15px 0px 0px 0px;
	clear: left;
    text-align: left;
    font-size: 1.5em;
}

img {	
    background-color: #E2E3E5;
    background-image: url(paper.png);
    padding: 0px;
}

img.border {
    padding: 10px;	
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 10px 20px 10px 20px;
    background-color: #efefef;
    background-image: none;
}

.underlay {
    background-color: #E2E3E5;
    background-image: url(paper.png);
    float: left;
}

li {
	padding-left: 30px;
    margin-left: 10px;
    text-align: left;
    list-style: none;
    vertical-align: middle;
    background: url(bullet.png) no-repeat;
    background-position: left center;
    background-size: 18px 13px;
    font-size: 1.3em;
}

/* title banner */
#title {
	font-size: 50px;
    font-weight: 100;
	position: relative;
	vertical-align: text-bottom;
    height: 62px;
	display: inline;
}

#signature {
    background: url(title.png) no-repeat top left;
    padding: 0px 0px 0px 0px;
    margin: -6px 110px 0px 265px;
	width: 260px; 
    height: 100%;
    font-size: 50px;
	text-indent: -2000px; 
	vertical-align: bottom;
    display: block;
    float: left;
}

#interiors {
    background: url(interiors.png) no-repeat top left;
    padding: 0px 0px 0px 0px;
    margin: -6px 110px 0px 535px;
	width: 179px; 
    height: 100%;
    font-size: 50px;
	text-indent: -2000px; 
	vertical-align: bottom;
    display: block;
}

/* Main navigation */
#mainnav {
    margin: -22px 0px 0px 0px;
	float: right;	
	font-size: 1.6em;	
	position: relative;
	line-height: 100%;
}

#mainnav ul {
	position: relative;
	list-style-type: none;    
}

#mainnav li {
	margin: 0px;
	padding: 0px 9px 0px 6px;
	display: inline;
	position: relative;
	font-size: 1.8em;
    font-family: 'Alex Brush', cursive;   
}

#mainnav .current {
	color: #BBBBBB;
}

/* main content enclosure */
#pagecontent {	
	padding: 10px 0px 50px 0px;
    clear: both;
}

#pagecontent .main_panel {
	padding: 0px 0px 0px 0px;
    margin: 0px;
}


.contentgroup {
	padding: 0px 0px 0px 0px;
	text-align: center;
    display: block;
    margin-bottom: 40px;
}

.padme {
    padding-bottom: 0px;
    margin-top: -20px;
    
}

/*
.sketch {
    background-image: url(sketch.png);
    padding: 0px 0px 20px 20px;
    background-position: bottom right;
    background-repeat: no-repeat;
    margin-right: 10px
}

.sketch2 {
    background-image: url(2.png);
    padding: 0px 0px 20px 20px;
    background-position: bottom right;
    background-repeat: no-repeat;
    margin-right: 10px
}
*/

.sketch {
    background-image: url(3.png);
    /*height: 520px ; */
    padding: 0px 0px 20px 20px;
    background-position: center right;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-left: 60px;
    background-size: 444px 560px;
}

#biography {
    margin: 0px;
    margin-top: -30px;
}

#bio-photo img {
    width: 250px;
    height: 402px;
}

#biography h2 {
    padding-top: 50px;
}

.floatme {
    float: left;
    padding-right:30px;
}

.hideme {
    /*display: none; */
}

.showme {
    display: none;
}

.clearme {
    clear: both;
    float: left;
}

#contact {
   clear: both;
}

#contact h2{
    margin-top: 50px;
    padding-top: 0px;
   
}


/* footer properties */
#footer {
	padding: 10px 0px 5px 0px;
	margin: 0px;
	clear: both;
	text-align: center;
}

#footer p {
	text-align: center;
}