.blogBlock {
    background: #E6E6E6;
    padding: 0 1em .5em 1em;
}
.blogBlock a h4 {
    color: #346199; 
}
.blogBlock a:hover h4 {
    text-decoration: underline; 
}

/* article styling */
.abstract {
    background: #DEDEDE;
    border: 1px solid #999;
    padding: 1em;
    margin: 1em;
}
.articleImage {
    margin: 1em;
}
.foreign {
    font-style: italic;
}
.footnoteSection {

}
.imageHeader {
    font-weight: bold;
    display: block;
    font-size: smaller;
}
.notelink {
    font-size: x-small;
    font-weight: bold;
    vertical-align: super;
}

#articleContent {
   padding: 1em 2em 1em 2em;
}
#authorSection {
    color: #333;
    padding: 1em;
}

/* Featured Project Styles */


/* Sharing Widget Box Code: */
.sharingService {
    padding: 5px 0 0 20px;
}
#sharingBlockWrapper h3, #contributeBlock h3 {
    margin: 0 0 5px 0;
    padding: 0;
    border-bottom: 1px dotted #666;
}
#twitter {
    background: url(../images/icons/social/16/twitter.png) no-repeat center left; 
}
#delicious {
    background: url(../images/icons/social/16/delicious.png) no-repeat center left;
}
#facebook {
    background: url(../images/icons/social/16/facebook.png) no-repeat center left; 
}
#linkedin {
    background: url(../images/icons/social/16/linkedin.png) no-repeat center left; 
}
#googlebuzz {
    background: url(../images/icons/social/16/google.png) no-repeat center left;
}
#youtube {
    background: url(../images/icons/social/16/youtube.png) no-repeat center left; 
}
#emailit {
    background: url(../images/icons/social/16/email-go.png) no-repeat center left; 
}
#sharingBlockWrapper {
    left: 720px;
    background: #FFF;
    width: 160px;
}
#sharingBlock {
    position:absolute;
    text-align: left;
    margin: 1em;
    /* text-transform: uppercase; */
    font-size: 10px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    color: #999;
    width: 160px;
}
#sharingBlock a {
    text-decoration: none;
}
#sharingBlock.fixed {
    position: fixed;
    top:20px;
}

#contributeBlock {
    margin: 1em;
    padding: 0;
    font-size: 10px;
    font-family: Helvetica, Arial, sans-serif;
    color: #333;
}
