/* LAYOUT */
html {
    padding: 0px;
    margin: 0px;
}
body {
    padding: 60px 0 0;
    margin: 0px;
}
#footer {
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    margin: 100px 0 -4px;
    margin-bottom: -4px;
    padding: 10px 0 8px;
}
#footer .nav a {
    margin-right: 20px;
}

/* TYPOGRAPHY */
body {
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif; 
    font-size: 16px;
    line-height: 1.5em;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.9);
}
h1, h2, .mock-h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-weight: bold;
    line-height: 1.3em;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.9);
    letter-spacing: -0.1px;
}
h1 { 
    letter-spacing: -0.4px;
    font-size: 48px;
    margin: 0 0 40px;
    line-height: 1.1em;
}
h2, .mock-h2 {
    font-size: 24px;
    margin: 0 0 16px;
}
h3 {
    font-size: 18px;
    margin: 0 0 14px;
}
p, pre, blockquote, ul, ol {
    margin-bottom: 1em;
}
a { text-decoration: none; }
a:hover { 
    border-bottom: 2px solid #da008c; 
    border-bottom: 2px dotted rgba(218, 0, 140, 0.4);
}
blockquote { font-size: 1.2em; }
ul, ol, blockquote { padding: 0 3em; }
ul li { list-style-type: disc; }
ol li { list-style-type: decimal; }
em { font-style: italic; }
strong { font-weight: bold; }

/* BASE COLORS */
html {
    background: #000;
}
body {
    border-top: 10px solid #000;
    background: #00022e;
    color: #d6d6ff;
}
a { color: #da008c; }
#footer {
    background: #000;
}

/* CONTENT BLOCKS */
.content-block {
    background: #e6e6ec;
    color: #0f0f0f;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.7);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.9) !important;
}
.content-block h2 {
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.9) !important;
}
.content-block a {
    color: #8c004c;
}
.content-block .meta {
    margin-bottom: 0px;
    font-style: italic;
    font-size: 0.85em;
}
#comments { padding: 29px; margin-bottom: 24px; display: none; }
.tags a { margin-right: 8px; }
.meta a { margin-left: 8px; }


/* BLOG */
#blog-entries, #blog-entries li {
    padding: 0px;
    list-style-type: none;
}

.blog-entry-created {
    padding: 20px 0 0;
    margin: 20px 0;
    opacity: 0.6;
}
#blog-header p {
    font-style: italic;
    margin-top: -20px;
}
#blog-complement {
    padding: 20px; 
    margin: 20px 0;
    width: 70%;
}
.syntaxhighlighter {
    padding: 20px 1px !important;
}

/* PROJECTS */
.project-image {
    display: block;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.9);
}
.project-image a {
    display: block;
}
.project-image a:hover {
    border: 0px;
}
.major-project .project-image {
    width: 300px;
    height: 220px;
    margin-bottom: 20px;
}
.minor-project .project-image {
    width: 140px;
    height: 100px;
    margin: 0 20px 20px 0;
    float: left;
}
.project-image:hover img {
    border-bottom: 2px solid #da008c; 
    border: 5px solid rgba(218, 0, 140, 0.5);
    top: -5px;
    left: -5px;
    position: relative;
}
.minor-project {
    font-size: 14px;
    margin: 10px;
}
.major-project {
    margin: 10px 10px 40px 10px;
}
.minor-project .project-content {
    opacity: 0.7;
}
.minor-project .content-near-image {
    width: 300px;
    float: right;
}
.minor-project h3 {
    margin-bottom: 8px;
}

.ponybadge {
    position: absolute;
    top: -27px;
    right: 0px;
}
.ponybadge:hover {
    border: 0px;
}
