/*

Style Points by Mickey Slater

*/

body{
text-align:center;
background-image:url(../images/soSoft.gif);
}

#content{
text-align:left;
background-color:#FCFCFA;
border-bottom:1px solid #4E471B;
border-right:1px solid #4E471B;
border-left:1px solid #4E471B;
padding: 10px;
background-image:url(../images/poloroids.jpg);
background-position:top;
background-repeat:no-repeat;
}

#shadow{
margin:0 auto;
background-color:#BBBAB4;
width:700px;
padding:0px 2px;
padding-bottom:2px}



/*

copy styling

*/
body{
font-size: 65%;
}

p{
line-height: 1.2em;
padding:5px 0; 
font-size:1.0em;
color: #222;
}

p.myName{
font-size: 1.1em;}

p strong{
color:#7A1A1A;
font-weight: bold;
}

p strong.title{
text-decoration: underline;
}

#content{
font-family:Georgia, "Times New Roman", Times, serif;
padding-top: 150px;
}

.sectionTitle{
font-size: 1em;
color: #222;
border-bottom: solid #7A1A1A 1px;
padding: 5px 0;
}

#contactInformation,
.sectionContent{
padding:30px 0 30px 100px;
}

#contactInformation{
padding-bottom: 30px;

}

.subCategoryTimeframe,
.subCategoryTitle{
font-size: 1em;
color: #777;
}

.sectionContent .items{
padding-bottom: 10px;
}

.sectionContent .individualJob{
padding-top: 30px;
}
.sectionContent .firstJob{
padding-top: 15px;
}

.jobDescription{
line-height: 1.4em;
}

#sectionClients .subCategoryTitle,
#sectionClients .items{
line-height: 1.4em;}

/*

links

*/

#contactInformation a,
#contactInformation a:link,
#contactInformation a:visited{
background-color: #FCFCFA;
text-decoration: underline;
color: #7A1A1A;
}

#contactInformation a:hover,
#contactInformation a:active{
background-color: #7A1A1A; 
color:#fff ;
padding: 3px;
text-decoration: none;
}


/*

footer

*/

#footer{
border-bottom:3px double #eee;
background-color: #FCFCFA;
height: 10px;}