/* stylesheet.css */

/* Page header style */
#header{
text-align:left;font-family: "Arial Black", Impact, Charcoal, fantasy;font-size:10pt; 
    position: fixed;
    top: 2em;
    left: 5em;
color: #33CCFF;/* sky blue */
}

/* Page navbar style */ 
#navbar{ 
text-align:right;
font-family: "Arial Black", Impact, Charcoal, fantasy;font-size:10pt; 
    position: fixed;
bottom: 2em;
    right: 5em;
color: #33CCFF;/* sky blue */
}


/* Body text and page background */
body{
    font-family:"Book Antiqua", Times, Serif;
font-size:12pt;

     color: #FAF0E6;

background-image:url("https://markwisniewski.net/pics/homepage7.jpg");
background-repeat:no-repeat;
background-position:center center;
background-attachment:fixed;

     margin:0;

     padding:0;
}

/* alt Body text and page background */
altbody{
    font-family:"Book Antiqua", Times, Serif;
font-size:12pt;

     color: #FAF0E6;

background-image: url("https://markwisniewski.net/pics/namevertical.jpg");
background-repeat:no-repeat;
background-position: center top;

     margin:0;

     padding:0;
}

/* Add some margin space to main content */
#main{
     padding-left: 20px;
     padding-right: 10px;
}

/* Add some margin space to alt main content */
#altmain{
     padding-left: 20px;
     padding-right: 0px;
}

/* small link green*/
span{
     font-size: 8pt;
font-family:'Bookman Old Style', Bookman, serif;
font-weight:bold;
color: #ccff19;
     
}

/* large quote background*/
span.quote{
position: fixed;margin-right:17em;    
 font-size: medium;
font-family:'Bookman Old Style', Bookman, serif;
font-weight:bold;
text-align:left;
line-height: 100%;
color: #F5F5DC;

}

/* quotemark for front page*/
span.quotemark{   
 font-size: 130%;

     
}

/* excerpt */
span.excerpt{
     font-size: 10pt;
font-weight:normal;
line-height: 9pt;
color:#ccff19;
     
}

/* quote source */
span.source{
     font-size: 8pt;
font-weight:normal;
line-height: 6pt;
color:#ccff19;
     
}

/* Float image to left of paragraph */
img.floatLeft{
   float: left;
   margin-right: 5px;
}

/* Style for tables of thumbnail images */
table.thumbs{
text-align:center;
font-size:70%;
border: 0;
padding: 10px;

}

*/ Style for table cells that contain thumbnails */
td.thumbs{
padding: 20px;
}

*/ Style for thumbnail images */
img.thumbs{
height:120px;
}


/* Level 1 headings */
h1 {
 font-family: "Palatino Linotype", Palatino, Bookman, serif;
 text-align:left; 
font-size: 14pt;
font-style: normal;
font-weight: 100;
font-stretch: ultra-expanded;
 color: #ccff19;
}
/* Level 2 headings */
h2 {
 font-family: "Arial Black", Impact, Charcoal, fantasy;
 color: #ccff19;
font-size:16pt;
}
/* Level 3 headings */
h3 {
 font-family: "Arial Black", Impact, Charcoal, fantasy;
 color: #ccff19; 
}

/* navigation bar location */
 span.navbar {
    position: fixed;
    bottom: 2em;
    right: 1em;
left: 15em; 
float:right;
text-align:right;
font-family: "Arial Black", Impact, Charcoal, fantasy;
font-size:10pt;
color: #87C0D8;/* sky blue */
}


/* link colors */
a{

            text-decoration:none;

        }

        a:link{

            color:#33CCFF;/* sky blue */           

        }

        a:visited{

            color:#33CCFF;/* sky blue */            

        }

        a:hover{

            color:#ff8566;/* peach */           

        }

        a:active{

            color:#33CCFF;/* sky blue */            

        }