/* CSS Document */

/****************************
AUTHOR: Heidi Weiland
DATE: June 2006
CONTACT: heidi@soundwebsolutions.net

NOTES: formatting
****************************/
* {
margin:0;
padding:0;
font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
}

h1 {
font-size:1.4em;
margin-top:.4em;
color:#333333;
font-weight:normal;
}
h2 {
color:#333333;
font-size:.9em;
font-weight:normal;
margin-top:.4em;
margin-bottom:.1em;
}
h3 {
color:#333333;
font-size:1em;
margin-bottom:.2em;
}
p {
color:#333333;
margin-bottom:.1em;
font-size:.85em;
line-height:1.2em;
}
a {
color:#083d75;
}


#header h1 {
margin:0; /* CANCELS OUT THE DEFAULT MARGINS ABOVE */
}


#content h2 {
font-weight:bold;
}
#content .portfolio-description {
font-size:.75em;
}
#content ul {
font-size:.85em;
color:#333333;
}
#content ol {
font-size:.85em;
color:#333333;
font-weight:bold;
list-style-position:inside;
}


#right-col {
font-size:.9em;
}
#right-col h4 {
color:#083d75;
}
#right-col p {
line-height:1.3em;
}
#right-col a:hover, #right-col a:active {
color:#083d75;
text-decoration:underline;
}
#right-col a:link, #right-col:visited {
color:#083d75;
}


#footer a {
color:#ffffff;
font-size:.8em;
text-decoration:none;
}
#footer a:hover, #footer a:active {
text-decoration:underline;
}
/********************************** OTHER STYLINGS ***************************/
.note {
font-size:small;
margin-top:3em;
}

