html {
    background-color: #e6e9e9;
    background-image: -webkit-linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
    background-image: linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0 auto;
    padding: 2em 2em 4em;
    max-width: 800px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #545454;
    background-color:#d7dede;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
}

img {
    -webkit-animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    animation: colorize 2s cubic-bezier(0, 0, .75, .30) 1;
    background: transparent;
    border: 4px solid rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    display: block;
    margin: 1.3em auto;
    max-width: 95%;
}

.pageTitle {
    float:right;
}

.vulcansysThumbnail {
    float:left;
    margin-left:10px;
}

.noteBlock {
    margin-top:80px;
    width:90%
}

.blogBlock {
    margin-top:10px;
    width:95%
}

.blogRule {
    width:50%;
    float:left;
}

.captionLeft {
    float:left;
    width:30%;
}

.screenshotRight {
    float:right;
    height: 240px;
    width: 150px;
}

.smallImage {
    height: 200px;
    width: 120px;
    display:inline-block;
}

#topMenu {
    border: 6px solid rgva(0, 0, 0, 0.2);
    background-color: rgba(219, 221, 229, 0.73);
}