/* General */

body {
   background-color: #FAFAFA;
   border-top: solid 6px #444;
   color: #444;
   font-family: Verdana, sans-serif;
   font-size: 12px;
   line-height: 1.4em;
}

a {
   color: #444;
   text-decoration: underline;
}

hr {
   border-bottom: 1px solid #DDD;
}

section {
   padding-bottom: 25px;
}

/* Above the Fold */

div.header {
   margin-top: 35px;
}

#navigation ul {
   float: right;
}
#navigation ul li {
   float: left;
}

#navigation ul li a {
   font-size: 12px;
   text-decoration: none;
   padding: 12px;
   font-weight: bold;
}
#navigation ul li a:hover {
   border-bottom: 3px solid #AAA;
}

#navigation ul .current a,
#navigation ul .current a:hover {
   border-bottom: 3px solid #444;
}


#myname {
   font-family: Open Sans, Georgia, serif;
   font-size: 40px;
   font-weight: bold;
}

#atf h1 {
   font-size: 30px;
   font-weight: bold;
   letter-spacing: -2px;
   line-height: 1em;
   margin-bottom: 20px;
}
#atf h2 {
   font-size: 20px;
   font-weight: bold;
   letter-spacing: -1px;
   padding-bottom: 25px;
   line-height: 1em;

}
#atf h3 {
   padding-top: 0;
   font-size: 15px;
   line-height: 1.3em;
}


/* Quote */

blockquote {
   background: url(../images/blockquote.png) no-repeat 20px 0;
   border: 0;
   padding-left: 60px;
}

blockquote p {
   font-size: 20px;
   font-family: Georgia,serif;
   font-style: italic;
   line-height: 1.3em;
}

blockquote small,
blockquote small a {
   color: #AAA;
   font-family: Verdana, sans-serif;
   font-size: 10px;
   font-style: normal;
}

blockquote small a:hover {
   color: #444;
}

/* G+ widget */
#gplus {
   border: 1px solid #DDD;
   margin: -1px -1px -1px 79px;
}

/* Footer */

div.footer h3 {
   clear: both;
   color: #777;
   float: left;
   font-size: 15px;
   font-weight: normal;
}

div.footer ul {
   clear: both;
   float: left;
}

div.footer li {
   float: left;
   padding-right: 10px;
}
#pronounce_it {
   clear: both;
   float: left;
}

.employer {
   font-weight: bold;
}

.title {
   font-weight: bold;
   font-style: italic;
}

li.whiteout,
li.whiteout a {
   color: #FAFAFA;
}
