/* external css file */
/* filename 'style_1.css' */

p:first-letter {
font-family:papyrus, sans-serif;
font-weight: bold;
font-size: 150%;
}

.logofloatleft {
vertical-align:top;
float:left;
padding:10px;
}

.logofloatright {
vertical-align:top;
float:right;
padding:10px;
}

.floatleft {
float:left;
padding:10px;
}

.floatright {
float:right;
padding:10px;
}
 
.col_width {
text-align:left;
width:220px;
}
.col_space {
border-right-color:#24006b;
border-right-style:ridge;
width:15px;
}

/*This is the main page part that centers on the screen. Everything else goes on this. Set the rest of the screen in the body tag.I like #CCCCCC but Will wanted me to try a purple.*/

div#wrapper {
margin: 0 auto;
background-color:#BFB2D3;
width:760px;
}

#logo {
text-align:center;
padding-top:0px;
padding-right:10px;
padding-left:10px;
}

#leftcolumn {
background-color:#BFB2D3;
text-align:center;
width:250px;
float:left;
font-family:Arial,"Tw Cen MT ", "Gill Sans MT ", sans-serif;
font-size:small;
}

#img {
width:210px;
padding:10px;
background-color:#000000;
}

/*The id and class following is for the index page.*/

#threepictures {
margin: 0 auto;
}
.small {
height:150px;
padding:20px;
}

/*I liked the bkg color #ECECEC but Will wanted color.*/

div#maincontent {
float:right;
vertical-align:text-top;
background-color:#D4CAE2;
width:480px;
margin:5px;
padding-top:5px;
padding-right:10px;
padding-bottom:5px;
padding-left:10px;
font-family:Arial,"Tw Cen MT", "Gill Sans MT", "Futura Lt BT", sans-serif;
}

/*used for the portfolio page*/
div#fulpage {
margin: 0 auto;
vertical-align:text-top;
background-color:#BFB2D3;
width:700px;
padding-top:5px;
padding-right:10px;
padding-bottom:5px;
padding-left:10px;
font-family:Arial,"Tw Cen MT", "Gill Sans MT", "Futura Lt BT", sans-serif;
}

/*the following table ID is found on both the resume page and the contact page with the first td controled by the following class elements*/

#resumetable {
width:650px;
margin-right:5px;
margin-left:5px;
}

.resumetabledata {
width:230px;
}

.col_1_contacttable {
width:auto;
}


/*this is for the pages where each photo is very large at 400px wide made the same bkg color as the wrapper */

#lgphoto {
margin: 0 auto;
text-align:center;
background-color:#BFB2D3;
width:600px;
padding-right:10px;
padding-bottom:5px;
padding-left:10px;
font-family:Arial,"Tw Cen MT ", "Gill Sans MT ", sans-serif;
}


#navbar {
text-align:left;
width:140px;
padding-right:5px;
padding-left:5px;
float:left;
font-family:"ZapfEllipt BT", "Tw Cen MT Condensed", "Gill Sans MT Condensed", sans-serif;
font-size:small;
}

#navbarsm {
text-align:center;
padding:10px;
font-family:SquireD, Arial,"Gill Sans MT", "Tw Cen MT", sans-serif;
font-size:small;
}

#smallprint {
font-size:xx-small;
text-align:center;
font-family:Arial,"Tw Cen MT", "Gill Sans MT", "Futura Lt BT", sans-serif;
padding-top:0px;
padding-right:10px;
padding-bottom:0px;
padding-left:10px;
} 


/*Will wanted color but this was my choice :#D7D7D7 */

body {
background-color:#EAE4EF;
}

a:link {
color:#000000;
}

a:visited {
color:#636363;
}

a:hover {
color:#D7D7D7;
background-color:#7D7D7D;
}

a:active {
color:#;
}

h1 {
text-align:center;
font-family:serif;
}

h2 {
text-align:center;
font-family:papyrus, sans-serif;
}

h3 {
font-family:papyrus, sans-serif;
}

h4 {
font-family:papyrus, sans-serif;
} 

h5 {
text-align:center;
font-family:SquireD,"Viner Hand ITC",  "Tempus Sans ITC", "Kristen ITC", sans-serif;
}

h6 {
text-align:center;
font-family:"Bradley Hand ITC", "Kristen ITC", "Lucida Calligraphy", "Lucida Handwriting", "Monotype Corsiva", cursive;
)

h7 {
font-size:xxxsmall;
text-align:center;
font-family:"Bradley Hand ITC", "Kristen ITC", "Lucida Calligraphy", "Lucida Handwriting", "Monotype Corsiva", cursive;
)

h8 {
font-family:"GoudyHandtooled BT", Linden, SquireD, "Tempus Sans ITC", "Viner Hand ITC", "Kristen ITC", sans-serif;
font-size:small;

}

 table {
 align:center;
 border-color:#24006b;
 border-style:dashed;
 }

hr {
color:#CF0021;
size:6px;
text-align:center;
width:75%;
}
 

