/*	Color tetrad:
	#737256
	#567363
	#565773
	#735665
*/
html {
}
h1 {
	color: slateblue;
}

#nav {
    width: 10%;
    float: left;
}

.navitem {
    display: block;
}

.navitem a {
    color: #566273;
    text-decoration: none;
    font-weight: bold;
    font-variant: small-caps;
    display: block;
    width: 100%;
}

.navitem a:visited {
    color: #566273;
}

.navitem:hover {
	background-color: #566273;
    color: #eee;
}

.navitem:hover a {
    color: #eee;
}


#content {
	margin: 0px auto;
	padding: 5%;
	width: 70%;
	background-image: none;
	color: black;
	text-weight: bold;
	font-family: normal;
	font-size: normal;
}

.post {
	text-align: left;
	padding: 1%;
}

.postdate {
}

.postdate:hover {
	/*background-color:#735665;*/
}

.name {
	text-align: right;
	font-family: serif;
	font-size: smaller;
}

.codesample {
	font-family: courier;
	font-size: 80%;
	white-space: pre;
	overflow: auto;
    padding: 1%;
    background: #2e3436;
}

.codesample .Constant { color: #ffa0a0; }
.codesample .Comment { color: #87ceeb; }
.codesample pre { font-family: monospace; color: #ffffff; background-color: #333333; }
.codesample body { font-family: monospace; color: #ffffff; background-color: #333333; }
.codesample .Identifier { color: #98fb98; }

a.cloud {
	padding: 10pt;
    line-height: 50pt;
	color: black;
	background-color: #566273;
	text-decoration:none;
	font-size: smaller;
    display: inline;
    font-weight: bold;
    font-variant: small-caps;
}

a.cloud:hover {
	background-color:#565773;
}

.tumblr_posts {
    width: 100%;
    overflow: hidden;
    list-style-type: none;
    text-indent: none;
    padding: 0;
}

.tumblr_posts li {
    margin-top: 10px;
    border-bottom: thin solid black;
}

.tumblr_posts a {
    color: #735665;
}

.tumblr_posts a:visited {
    color: #566273;
}

.tumblr_photo_post {
    display: none;
}
