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

body,  h1,  h2,  h3 {
	padding: 0;
	margin: 0;
	}

p:first-letter {
padding-bottom:none;
font-family:papyrus, sans-serif;
font-weight: bold;
font-size: 1.5em;
color:#6F559D;
}

.description {
	font-size:.9em;
	font-style:italic;
}

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

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

.floatleft {
float:left;
padding:10px;
margin:10px;
border:none;
}

.floatright {
float:right;
margin:10px;
padding:10px;
border:none;
}

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






/* main navbar at top of page link info */

#navbar {
background-color:#5c3e90;
text-align:center;
padding:10px;
font-family:"ZapfEllipt BT", "Tw Cen MT Condensed", "Gill Sans MT Condensed", sans-serif;
font-size:1em;
}

div#navbar a:link{
color:#BFB2D3;
}

div#navbar a:visited  {
color:#BFB2D3;
}

div#navbar a:hover {
color:#D4CAE2;
}

div#navbar a:active{
color:#BFB2D3;
}

/* navbar at foot of page link info */

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

div#navbarsm a:link{
color: #BFB2D3;
}

div#navbarsm a:visited  {
color: #BFB2D3;
}

div#navbarsm a:hover {
color: #D4CAE2;
}

div#navbarsm a:active{
color: #BFB2D3;
}


/* classes navbar at top of each class page and link info */

#classNavbar {
width:95%;
color:#FFFFFF;
background-color:#5c3e90;
text-align:center;
padding:10px;
margin:10px;
font-family:SquireD, Arial,"Gill Sans MT", "Tw Cen MT", sans-serif;
font-size:.75em;
font-weight:bold;
}

div#classNavbar a:link{
color: #BFB2D3;
}

div#classNavbar a:visited  {
color: #BFB2D3;
}

div#classNavbar a:hover {
color: #D4CAE2;
}

div#classNavbar a:active{
color: #BFB2D3;
}

/*end of class navbar style */




.resumetabledata {
width:230px;
}

.col_1_contacttable {
width:auto;
}

/*for full page and 3 pictues*/

.small {
height:150px;
padding:10px;
border:none;
}

/*for #maincontent and 3 pictues*/


div#maincontent {
float:right;
vertical-align:text-top;
background-color:#D4CAE2;
width:550px;
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;
}


.xsmall {
height:100px;
padding:10px;
border:none;
}
 table {
margin-right: none;
margin-left: none;
padding:2px;
 }

table, td {
padding:7px;
}

table, tr {
border:2px black;
}

.tableservices {
width:300px;
}
/*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*/

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

#logo {
color:#D4CAE2;
background-color:#5c3e90;
text-align:center;
padding-top:5px;
padding-right:10px;
padding-left:10px;
}


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

#mainpic {
padding:5px;
width:190px;
background-color:#000000;
}

#fullpage {
margin: 0 auto;
vertical-align:text-top;
background-color:#D4CAE2;
width:600px;
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 id and class following is for the index page.*/

#threepictures {
margin: 0 auto;
padding:10px;
border:none;
}

div#threepictures a:link{
color:none;
background-color:#D4CAE2;
}

div#threepictures a:visited  {
color:none;
background-color:#D4CAE2;
}

div#threepictures a:hover {
color: none;
background-color:#D4CAE2;
text-decoration: none;
}

div#threepictures a:active{
color:none;
background-color:#D4CAE2;
text-decoration: none;
}


/*used for the portfolio page*/
div#portfolio {
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;
}



/*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;
height:500px;
padding-right:10px;
padding-bottom:5px;
padding-left:10px;
font-family:Arial,"Tw Cen MT ", "Gill Sans MT ", sans-serif;
}

/*color:#EAE4EF;taken out of navbar and navbarsm */




#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;
}

body {
background-color:#EAE4EF;
}

a:link {
color:#000000;
}

a:visited {
color:#000000;
}

a:hover {
color:#5c3e90;
}

a:active {
color:#800080;
}

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

h2 {
text-align:center;
font-family:papyrus, sans-serif;
font-size:1.5em;
font-weight:bold;
}

h3 {
text-align:center;
font-family:papyrus, sans-serif;
font-size:1em;
font-weight:bold;
}

h4 {
text-align:center;
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;

}

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

 /*the following table class is for the crafter2008 attic window class table*/


tbody#atticwindow {
	text-align: left;
	width: auto o;
	rules: all;
	border: 1px solid #800080;
}

tbody#atticwindow td {
	border: 1px solid #800080;
	text-align: left;
	font-size: .8em;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	padding: 2 10 2 10;
}



