/*
Theme Name:  Insidermonkey
Theme URI: 
Description: Insidermonkey Theme
Version: 1.0
Author: Tolga
Author URI:
Tags: simple
*/
.blog-page .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.blog-page .alignleft {
	float: left;
}

.blog-page .alignright {
	float: right;
}


	
.blog-page .narrowcolumn .postmetadata {
	font-size:small;
	margin-top:0px;
	margin-bottom:5px;
	}

.blog-page .more-link {
text-align:left;
}

.blog-page .navigation {
	margin-bottom: 50px;
	}
	
.blog-page .post {
	border-bottom: dotted 1px #CCC;
	color: #000;
}

	/* Begin Images */
.blog-page p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
.blog-page a img {
	border: none;
	}
.blog-page img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
.blog-page img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

.blog-page img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.blog-page .alignright {
	float: right;
	}
	
.blog-page .alignleft {
	float: left;
	}
/* End Images */

.newpage {
    float: left;
    font-size: 80px;
    padding-right: 7px;
    line-height: 72px;
}