/*  
Theme Name: Monkey Magic
Theme URI: http://jamietalbot.com
Description: Monkey Magic
Version: 1.0
Author: Jamie Talbot
Author URI: http://jamietalbot.com/
Tags: fixed-width, two-column
*/

/* Fonts */
@font-face {
    font-family: 'Qlassik';
    src: url("/fonts/qlassik/qlassik-bold.eot");
    src: local('Qlassik'), 
        url("/fonts/qlassik/qlassik-bold.woff") format('woff'), 
        url("/fonts/qlassik/qlassik-bold.ttf") format('truetype');
}

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
a {
    text-decoration: none;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
    margin-left: 20px;
    background: #000;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
em {
    font-style: italic;
}

.clear {
    clear: both;
}

/* Effects */
.round-top {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.round-bottom {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.round-left {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.round-right {
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.round-top-left {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

.round-bottom-left {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.round-top-right {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.round-bottom-right {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.round {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.drop-shadow {
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

/* Global */

html {
    border-top: 5px solid #31C8FF;
    color: #FFFFFF;
    font-size: 62.5%;
    font-family: Helvetica, Arial, sans-serif;
}

body {
    border-top: 2px solid #989898;
    line-height: 2.5em;
    background: #004963 url('i/background.png') repeat-x;
    _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#202020', endColorstr='#989898'); /* for IE */
    _background: -webkit-gradient(linear, left top, left bottom, from(#202020), to(#989898)); /* for webkit browsers */
    _background: -moz-linear-gradient(top,  #202020,  #989898); /* for firefox 3.6+ */

}

h1 {
    color: #FFFFFF; 
    display: inline-block;
    font: bold 4.5em Qlassik;
    line-height: 1.5em;
    height: 65px;
    margin-top: 10px;
    margin-left: 80px;
    text-shadow: 2px 2px 2px #000;
}

h2, h3, h4 {
    font-family: Qlassik;
    color: #31C8FF;
    line-height: 1.0em;
}

h2 {
    width: 600px;
    margin: 0 auto;
    font-size: 3.75em;
    text-shadow: 2px 2px 2px #000;
}

h3 {
    width: 600px;
    margin: 0 auto;
    font-size: 3em;
    text-shadow: 2px 2px 2px #000;
}

h2 + h3 {
    margin-top: 20px;
}

h4 {
    font-size: 2.5em;
    text-shadow: 1px 1px 1px #000;
}

#header {
    background: url('i/logo.png') 0 7px no-repeat;
}

.header-split {
    font-size: 3.75em;
    color: #989898;
}

.tagline {
    display: inline-block;
    font-size: 2em;
    color: #31C8FF;
    padding-top: -10px;
    text-shadow: 2px 2px 2px #000;
}

#container {
    width: 960px;
    margin: 0 auto;
}

#content {
    display: inline-block;
}

#sidebar {
    display: inline-block;
    width: 320px;
    vertical-align: top;
    text-shadow: 2px 2px 2px #000;
}

.widget {
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: -3px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background: #202020;
}

#sidebar p {
    font-size: 1.5em;
    padding-bottom: 10px;
}

a, a:visited {
    font-weight: bold;
    color: #31C8FF;
}

a:hover {
    color: #C9F0FF !important;
}

h1 a, h1 a:hover {
    color: #FFFFFF !important;
}

.post {
    line-height: 1.5em;
    margin-top: 10px;
}

/* Navigation */

#search {
    float: right;
    margin: 3px 10px 10px 0;
    border: none !important;
}

#s {
    background: #FFFFFF url('i/search.png') 3px 4px no-repeat;
    font-size: 1.3em;
    padding: 2px 0 2px 20px;
    width: 200px;
}

#main-navigation {
    margin-top: 10px;
    background: #0094AC;
    border-top: 1px solid #97E3FF;
}

#main-navigation li {
    display: inline-block;
    background: transparent; 
    margin-left: -3px;
    border-right: 1px solid #2E3737;
}

#main-navigation li:hover, .current_page_item {
    background: #202020 !important;
}

#main-navigation li a, #main-navigation li a:hover, #main-navigation li a:visited {
    display: block;
    padding: 5px 20px;
    color: #FFFFFF;
    font-family: Qlassik;
    font-size: 1.8em;
    letter-spacing: 0.1em;
    font-weight: normal;
    text-shadow: 2px 2px 2px #000;
}

#home {
    margin-left: 0 !important;
    border-left: 1px solid #2E3737;
}

.more {
    width: 940px;
    position: relative;
    font-size: 1.5em;
    height: 1.5em;
    padding: 5px 10px 10px 10px;
    margin-top: 10px;
    background: #202020;
    text-shadow: 2px 2px 2px #000;
}

.previous, #copyright {
    display: inline-block;
    text-align: left;
}

.next, #credit {
    position: absolute;
    right: 10px;
}

/* Archives */
.post-list {
    background: #202020;
    padding: 0 10px 10px 10px;
    width: 617px;
    margin-top: 10px;
    display: inline-block;
}

.post-list li {
    padding: 10px;
    border-bottom: 1px dashed #3A3A3A;
}

.post-list .date {
    display: inline-block !important;
    vertical-align: top;
    margin-right: 10px;
}

.post-list h2 {
    display: inline-block !important;
    width: 400px;
}

/* Posts */
.post-header {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    font-size: 1.1em;
    background: #202020;
    padding: 10px;
    text-shadow: 1px 1px 1px #000;
}

.post-header p {
    padding-right: 15px;
}

.post-header li {
    display: block;
    width: 190px;
    border-bottom: 1px dashed #3a3a3a;
    padding-left: 30px;
    font-size: 1.3em;
    line-height: 2em;
    clear: left;
}

.post-header .flickr_badge_image {
    margin: -4px 0 0 0;
    padding: 0;
    display: inline-block;
}

.post-header #flickr_badge_image2, .post-header #flickr_badge_image4, .post-header #flickr_badge_image6 {
    margin-left: 5px;
}

.post-header #flickr_badge_image1, .post-header #flickr_badge_image2 {
    margin-top: 0 !important;
}

.post-header .flickr_badge_image img {
    margin: 0;
    padding: 5px;
    border: 1px solid #ccc;
    background: #f7f7f7;
}

.flickr {
    background: url('i/icon-flickr.png') 6px 6px no-repeat;
}

.facebook {
    background: url('i/icon-facebook.png') 6px 6px no-repeat;
    min-height: 56px;
}

.twitter {
    background: url('i/icon-twitter.png') 6px 6px no-repeat;
}

.stumble {
    background: url('i/icon-stumble.png') 6px 6px no-repeat;
}

.date, .date a {
    font-size: 3em !important;
    color: #0094AC !important;
    font-weight: bold !important;
    line-height: 1.2em !important;
    text-shadow: 2px 2px 2px #000;
}

.date a {
    font-size: 1em !important;
}

.tags {
    background: url('i/icon-tags.png') 0 0.5em no-repeat;
}

.post-header li a {
    font-weight: normal;
}

.date span, .date span a {
    color: #31C8FF !important;
}

.post img {
    margin-top: 5px;
}

.entry {
    display: inline-block;
    width: 710px;
    background: #202020;
    padding: 10px;
    padding-left: 20px;
    margin-left: -5px;
    color: #aaa;
    text-shadow: 2px 2px 2px #000;
}

.post-list p {
    font-size: 1.8em;    
    line-height: 2em;
    color: #AAA;
    text-shadow: 2px 2px 2px #000;
}

.entry.latest {
    width: 620px;
    margin: 10px 0 0 0;
    min-height: 276px;
}

.entry.latest h2 {
    margin-left: 0;
}

.about img {
    margin: 10px 0 10px 0px;
    border: 10px solid #FFFFFF;
}

.entry img {
    border: 10px solid #FFFFFF;
}

img.wp-smiley {
    border: none;
}
    
.entry p, .entry ul {
    font-size: 1.87em;    
    width: 600px;
    margin: 1em auto;
    line-height: 2em;
}

.entry ul {
    list-style-type: disc;
}

.post .category {
    width: 800px;
    text-align: right;
}

.blog-read-more {
    text-align: right;
    font-family: Qlassik;
}

/* Footer */
#socialise {
    margin: 20px auto;
    text-indent: 0;
}

#socialise li {
    width: 32px;
    height: 32px;
    display: inline-block;
}

#socialise li a {
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -999em;
}

#social-facebook {
    background: url('i/socialise.png') 0 0 no-repeat;
}

#social-twitter {
    background: url('i/socialise.png') -128px 0 no-repeat;
}
#social-linkedin {
    background: url('i/socialise.png') -32px 0 no-repeat;
}
#social-stumbleupon {
    background: url('i/socialise.png') -96px 0 no-repeat;
}
#social-rss {
    background: url('i/socialise.png') -64px 0 no-repeat;
}

#footer {
    background: #C9F0FF;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 0 10px 10px;
}

.footer-box {
    display: inline-block;
    margin-right: 10px;
    width: 205px;
    vertical-align: top;
    background: #3A3A3A;
    padding: 10px;
}

.footer-box ul {
    font-size: 1.3em;
    text-indent: 10px;
    line-height: 1.4em;
}

.footer-box p {
    font-size: 1.5em;
    line-height: 1.4em;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px #000;
}

#footer .flickr_badge_image {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

#flickr-thumbs {
    margin: 10px auto;
    width: 170px;
    background: #FFFFFF;
    padding: 10px 0 0 10px;
}

.ctc, .footer-box > ul {
    margin-top: 10px;
}

.wp-socializer  {
    width: 200px;
}

#colophon {
    background: #202020;
    font-size: 1.5em;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
    color: white;
}

#colophon div {
    text-shadow: 1px 1px 1px #000;
}

/* Contacts */
#onw_contact_form {
    width: 600px;
    margin: 0 auto;
}

#onw_contact_form p {
    line-height: 1em;
}

#recaptcha_instructions_image {
    text-shadow: none !important;
}

#onw_contact_form label {
    color: #31C8FF;
    font-weight: bold;
    font-family: Qlassik;
    font-size: 1.2em;
}

#onw_contact_form input, #onw_contact_form textarea {
    display: block;
    width: 400px;
    padding: 5px;
    font-size: 1.1em;
}

#uSend {
    width: auto !important;
}

/* Syntax Highlighting */
.syntaxhighlighter {
    line-height: 1.5em !important;
    font-size: 1.8em !important;
    text-shadow: none !important;
}

/* Comments */
#disqus_thread {
    margin-left: 220px;
    width: 740px;
}

#dsq-new-post {
    padding: 10px !important;
    background: #202020 !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.dsq-comment {
    font-size: 1.5em;    
    line-height: 1.5em !important;
    margin-bottom: 10px !important;
    padding: 10px 20px !important;
    background: #202020 !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    text-shadow: 2px 2px 2px #000;
    color: #AAA;
}

.dsq-item-trackback {
    display: none !important;
}

#dsq-comments-title, .dsq-options {
    padding: 10px !important;
    margin-top: 10px !important;
    background: #202020 !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    text-shadow: 2px 2px 2px #000;
}
