/*   
Theme Name: Monkeypaper
Theme URI: http://www.monkeyinmysoup.com
Description: A light, paper theme from <a href="http://www.monkeyinmysoup.com/" title="Monkey In My Soup">Monkey In My Soup</a>. 
Author: Mathijs Lagerberg
Author URI: http://www.monkeyinmysoup.com/
Version: 1.0
License: All rights reserved.
*/

/*** BODY ***/
body {
	font-family:	Georgia, serif;
}

/*** GENERAL ***/
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.left {
    float: left;
}
.right {
    float: right;
}

/*** SIDEBAR ***/
#sidebar {
	width: 300px;
	margin-left: 1eM;
	float: left;
}
#sidebar a {
	color: #112;
	font-size: 9pt;
	text-indent: 2eM;
}
#sidebar a:hover {
	color: #FF5700;
}
#sidebar div {
	margin: 0.6eM 0 0 1.5eM ;
}
#tweets div {
	margin: 0;
}
#tweets h3 {
	color: #ffffff;
}
#separator {
	width: 24px;
}
.icon {
    vertical-align: middle;
    margin-right: 1em;
}

/*** BACKGROUND ***/
#background {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 1900px;
	height: 1200px;
	background: #FFF url(images/background.jpg);
	z-index: -2;
}
#background-small {
	position: fixed;
	right: 24px;
	bottom: 0%;
	width: 512px;
	height: 407px;
	background: transparent url(images/background.png);
	z-index: -1;
}


/*** CENTER ***/
#center {
	z-index: 1;
	position: absolute;
	left: 300px;
	top: 0;
	width: 400px;
	padding: 1eM;
	background: transparent;
}

#center h1, #center h1 a {
	color: #222;
	display: inline;
}
#center h3, #center h3 a {
	color: #FFFFFF;
}
#center a {
	color: #ff5700;
}
.post {
	font-family: Verdana, Arial, sans-serif;
	font-size: 7pt;
	text-align: justify;
	margin-right: 3eM;
	margin-top: 0.5eM;
}
.post p {
	line-height: 1.5eM;
	font-size: 10pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
/*.post a {
	color: #ff5700;
}*/
.commentlist {
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	
}
.commentlist li {
	border-top: 1px solid black;
	margin-bottom: 1eM;
}
.commentlist p {
	font-weight: normal;
}
small, .small {
	font-size: 0.8em;
}

input[type="button"], input[type="submit"] {
	font-family: Georgia, serif;
	font-size: 10pt;
	padding: 0.5eM;
	font-weight: bold;
}

#commentform input[type="submit"] {
	margin-left: 166px;
}

h1, h2, h3  {
	font-family: Georgia, Times New Roman, serif;
	text-transform: uppercase;
	line-height: 1eM;
}
h1 {
	font-size: 2eM;
	letter-spacing: -4px;
}
h3 {
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: .2em;
	color: #34353e;
	/* border-top: 1px solid silver; */
	margin-top: 0.5eM;
}

/*** META ***/
#meta a {
	color: #ccc;
	font-size: 6pt;
	margin: 1eM;
}
#meta ul li {
	display: inline;
}

/*** PHOTOS ***/
.description {
	margin-bottom: 15eM;
	letter-spacing: .1em;
	font-weight: bold;
	color: #CCC;
}

.imgleft {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.frame {
	padding: 2px;
	border: solid 1px #ffa500;
}

blockquote {
	background-color: #f3f3f3;
	padding: 10px;
	margin: 15px 0;
}

/*** WP ***/
.wp-caption {
	margin: 1eM;
	padding: 0.5eM;
	text-align: center;
}
.wp-caption-text {
	font-size: 0.7eM;
}
.alignleft {
	float: left;
	margin-right: 2eM;
}
.alignright {
	float: right;
	margin-left: 2eM;
}

/*** UNKNOWN ***/
/*
.title {
	border-bottom: 1px solid silver;
}


*/