@import url('http://fonts.googleapis.com/css?family=Overlock|Lora');
#content {
    width: 90%;
    margin: 20px auto 50px;
}
h1#title {
    color: #35777c;
    font-family: 'Overlock', arial, serif;
    text-align: center;
    font-size: 42px;
    line-height: 42px;
}
h1 {
    color: #333333;
    font-family: 'Overlock', arial, serif;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 40px;
    font-weight: bold;
    text-align: left;
}
h2#subtitle {
    color: #666666;
    font-size: 20px;
    margin: 5px 0;
    text-transform: lowercase;
    text-align: center;
    margin-top: -15px;
}
h2 {
    color: #333333;
    font-family: 'Overlock', arial, serif;
    text-transform: uppercase;
    font-size: 26px;
    text-align: left;
}
h3#date {
    color: #666666;
    font-size: 16px;
    margin: 5px 0;
    text-transform: uppercase;
    text-align: center;
}
h3 {
    color: #333333;
    font-family: 'Overlock', arial, serif;
    font-size: 20px;
    text-transform: lowercase;
    text-align: left;
}
p {
    color: #333333;
    font-family: 'Lora', serif;
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0;
    padding: 0;
    text-decoration: none;
    text-align: left;
}
p span.title {
    color: #ff69b4;
    font-weight: bold;
}
p span.img {
    font-size: 12px;
    line-height: 12px;
    font-weight: 900;
    text-align: center;
    color: #ff69b4;
    margin-top: -10px;
    text-transform: lowercase;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img {
    border-style: solid;
    border-width: 10px;
    border-color: #FFFFFF;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    height: auto;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
img:hover {
    border-color: rgba(53,119,124,.75);
    border-radius: 20px;
}
.codehilite, .p-list {
    width: 500px;
    background-color: white;
    text-align: left;
    border-style: solid;
    border-width: 10px;
    border-color: #FFFFFF;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.codehilite:hover, .p-list:hover {
    border-color: rgba(53,119,124,.75);
    border-radius: 20px;
}
.codehilite pre, .p-list {
    padding: 10px 10px 10px 10px;
}