/*
Theme Name: Monkey 3
Theme URI: http://monkeyandmachine.com/
Description: 3rd theme for monkeyandmachine.com
Version: 1.0
Author: Mattijs Hoitink
Author URI: http://monkeyandmachine.com/

	Monkey 3 v1.0
	 http://monkeyandmachine.com/theme/

	This theme was built by Mattijs Hoitink for 
    his blog found at http://monkeyandmachine.com
    
    This theme is released under the new BSD license:
    http://www.opensource.org/licenses/bsd-license.php
*/

body {
    /*font-family: Georgia, 'Trebuchet MS', 'Lucida Grande', 'Bitstream Sans Vera', Verdana, Arial, Tahoma, Helvetica, sans-serif;*/
    font-family: helvetica, arial, clean, sans-serif;
    font-size: 105%;
    margin: 10px;
}

h1 { font-size: 130%; }
h2 { font-size: 125%; margin-bottom: 0; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }

.alignright { float: right; }
.alignleft { float: left; }

p {
    margin-bottom: 0.75em;
}

a, a:visited {
    color: #004491;
    text-decoration: none;
}

a:focus, a:hover {
    color: #004491;
    text-decoration: underline;
}

.container {
    margin-top: 2.5em;
}

/* HEADER */
#header {
    margin-bottom: 1em;
    padding: 0.2em 0.5em 0.2em 0;
    text-align: left;
    font-family: Georgia, 'Times New Roman', sans-serif;
    color: #574138;
}

#header h1 {
    padding: 0;
    font-size: 150%;
    display: inline-block;
    color: #574138;
}

#header a {
    color: #574138;
    text-decoration: none;
}

#header a:hover {
    color: #777777;
}

#header p {
    color: #777777;
    font-size: 90%;
    display: inline-block;
    margin-left: .5em;
    margin-bottom: 0;
}

/* CONTENT */

#content { }

/* FOOTER */
#footer {
    margin-top: 0.5em;
    padding-top: 0.5em;
    text-align: left;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 75%;
    border-top: 2px solid #828282;
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer ul li {
    line-height: 2em;
    vertical-align: middle;
    display: inline-block;
    margin-right: 1em;
}

#footer ul li img {
    display: block;
}

#footer .copyright, #footer .pages {
    display: inline-block;
}

#footer .pages {
    float: right;
}

/* LISTS */

ul.listing {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* POSTS */

#posts {
    margin-bottom: 1em;
}

#posts h2 img {
    margin-left: .5em;
}

#posts ul.posts {
    margin-left: 1em;
    margin-bottom: .5em;
}

#posts ul.posts li {
    line-height: 1.75em;
}

#posts ul.posts span {
    color: #CCCCCC;
    font-size: 80%;
    font-style: italic;
    margin-left: 0.5em;
}

span.date {
    color: #CCCCCC;
    font-size: 80%;
    font-style: italic;
    margin-left: 0.5em;
}

/* PROJECTS */

#projects {
    margin-bottom: 1em;
}

#projects ul.projects {
    margin-left: 1em;
}

/* ABOUT */
#about {}
#about p {
    font-size: 80%;
}

/* LINKS */
#links {}
#links ul.links {
    font-size: 80%; 
    margin: 0 0 1em .5em;
    padding: 0;
    list-style: none;
}

/* POST ENTRY */
.entry {}
.entry h2 {
    margin-bottom: .5em;
}
.entry .date {
    font-size: 70%;
}

.entry .body {}
.entry .comments {
    margin: 1em 0;
    padding: 1em;
    background-color: #FFFFCF;
    -moz-border-radius: 10px;
}
