

body {
margin:0px;
padding:0px;
color:#000;
background:#FFF;
}

/* Make HTML5 layout elements block elements for older browsers */
header, nav, main, art{
 display:block;
}

/* wrap dictates the whole page, pretty much. The "auto" centers it */
#wrap {
max-width:100%;
width:700px;
margin:0 auto;
background:#FFF;
}

#nav {
padding: 0; margin: 0px 0px 0px 0px;
text-align: center; 
}


#main {
max-width:100%;
width:550px;
margin:0 auto;
background:#FFF;
}

blockquote {
    letter-spacing: normal;
    font-size:1em;
    line-height: 23px;
    padding-bottom: 5px;
    font-family: 'Crimson Text', Georgia, serif;
    margin-top: 8px;
    color:#001A9E;
}



/* heading setup */
h1, h2, h3, h4, h5, h6 {
text-align:left;
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
color:#000000;
}

h3 {
padding: 0; margin: 30px 0px 5px 0px; 
font-size:1.4em;
}

.textblog {color:#FF4500}

.taller_above {
padding: 0; margin: 65px 0px 5px 0px; 
}

.shorter_above {
padding: 0; margin: 10px 0px 18px 0px; 
}


/* formatting for the links page */
.list{
float:left;
padding:0px 40px 0px 40px;
}


/* This section is all font stuff. */
p {
    letter-spacing: normal;
    line-height: 27px;
    padding-bottom: 5px;
    font-family: 'Crimson Text', Georgia, serif;
    margin-top: 8px;
}
p  {color:#000000}
p.italic {font-style:italic}
body {font-size:1em}
h1 {font-size:1.2em}
h2 {font-size:1em}
p {font-size:1.2em}
p {text-align: left;}

/* .h2 { 
padding:0px;
margin:0 0 3px 0;
}

.h1 { 
padding:0px;
margin:0 0 20px 0;
} */

.bio{
text-align:left;
}

/* ==== Links and link states in main section */
/* Unvisited links */
a:link{
   color:#FF4500;
   text-decoration:none;
}

/*Visited links*/
a:visited{
   color:#FF6F39;
   text-decoration:none;
}

/* two classes for rule (line) styling (hr)*/
.top{ 
    display: block;
    margin-top: 1em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;

}

.bottom{ 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;

}



/*nav functionality */
#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #FFF;
}

#nav li {
    display: inline-block;
}

#nav li a {
    display: block;
    color: #2B2B2B;
    text-align: center;
    font-size: 1em;
    padding: 0px 10px;
    text-decoration: none;
    font-family: 'Lato', Verdana, sans serif;
}

/* Change the nav link color to on hover */
#nav li a:hover {
    background-color: #9A9A9A;
}


/* Add an "active" class to the current link to let the user know which page he/she is on...for nav */

.active {
    background-color: #E6E4E4;
   }



/*nav2 functionality (second line of nav)*/
#nav2 ul {

    list-style-type: none;
    margin: 0;
    padding: 16px 0px 0px 0px;
    overflow: hidden;
    background-color: #FFF;
    text-align: center;
}

#nav2 li {
    display: inline-block;
}

#nav2 li a {
    display: block;
    color: #2B2B2B;
    text-align: center;
    font-size: 1em;
    padding: 0px 10px;
    text-decoration: none;
    font-family: 'Lato', Verdana, sans serif;
    font-style:italic;
    
}

/* Change the nav2 link on hover */
#nav2 li a:hover {
    text-decoration:underline;

}

/* Add an "active" class to the current link to let the user know which page he/she is on...for nav  Can't get color to work.*/

.active2 {
    text-decoration:underline;
    text-decoration-color: #FF4500;
   }
   
/* This setting of image width works with the viewport setting in header to shrink the header image for smaller screens */   
   
img {
 max-width: 100%;
    height: auto;  
 }
   
/* my UL default style */

ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    color:#404040;
    line-height: 125%;
}

/* UL textarts class */

.textarts {
    font-family: font-family: 'Crimson Text', Georgia, serif;
    display: block;
    font-size:1.2em;
    list-style-type: disc;
    margin-top: 0;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    color:#000000;
    line-height: 200%;
}



/*images classes  */
.header {
 padding-bottom:.5em;
 }

/* === Style classes */

/* Use class="centerall" in p or div to center
 all text and images inside the element */
.centerall {
 text-align: center;
 } 
 
/* Clear any floating elements */
 clear: both;
}


/* for formatting Text Arts homepage */
.column {
    float: left;
    width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

