/*
Theme Name: Maslow Simple
Theme URI: http://maslowschmaslow.com/
Description: Theme for the MaslowSchmaslow website
Version: 1.1
Author: Matt Pearce
Author URI: http://maslowschmaslow.com/

*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background-color: white;
	font: 11px/24px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 120px;
	border-left: 1px dotted #a9b758;
	margin-top: 45px;
	max-width: 650px;
	min-height: 560px;
}

strong {
	font-weight: bold;
	font-size: 110%;
}

#content .post {
	clear: both;
}

#page {
	padding: 0 10px 10px 50px;
}

#header{
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 18px;
}

#menu li{
	display: inline;
	padding-right: 6px;
}

#content {
	margin-top: 20px;
}
#content h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

#content h3{
	font-weight: bold;
}
#content p {
	margin-bottom: 15px;
}

#content .post h2 a {
	text-decoration: none;
	color: #000;
}

#content .post h2 a:hover {
	
}

#content .post ul {
	margin-left: 50px;
	margin-bottom: 25px;
}

#content .post .postmetadata {
	background-color: #f0f0ff;
}

#content .post h2.single {
	font-size: 18px;
	line-height: 36px;
}

#content .navigation {
	clear: both;
}

#commentform textarea {
	border: 1px solid #cacaff;
	width: 590px;
}

#commentform input {
	border: 1px solid #cacaff;
	margin: 5px;
	padding: 5px;
}
#commentform #submit {
	background-color: #cfcfe5;
}

/* @group Images */

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}



/* @end */

