/*
Theme Name: MiniatureBuddha Designs
Theme URI: http://www.miniaturebuddha.com
Author: Matt Diamondstone
Author URI: http://www.miniaturebuddha.com/
Description: Red, Gray, Whitespace, Minimalist
*/

/***** GENERAL *****/

body {
	background: #fff;
	font: 100%/1.4em "lucida sans unicode", "lucida grande", verdana, 'trebuchet ms', sans-serif;
	color: #6c6c6c;
	text-align: center;
	}

/***** LAYOUT *****/

#wrapper {
	width: 655px;
	margin: 0 auto;
	text-align: justify;
	}

#container {
	height: 1%;
	margin: 15px 0;
	}

#container-top {
	height: 30px;
	}

#container-bottom {
	clear: both;
	height: 30px;
	}

/***** LINKS *****/

a:link {
	text-decoration: none;
	color: #6c6c6c;
	}

a:visited {
	text-decoration: none;
	color: #6c6c6c;
	}

a:hover {
	text-decoration: none;
	color: #cc3300;
	}

a:active {
	text-decoration: none;
	color: #cc3300;
	}

a img {
	border: 0;
	}

/***** HEADINGS *****/

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal; 
	color: #6c6c6c;
	}

h1, h2, h3, h4, h5, h6, p {
	margin: 10px 0;
	}

h1 {
	font-size: 1.3em;
	}

h2 {
	font-size: 1.1em;
	}

h3 {
	font-size: 1em;
	}

h4 {
	font-size: 0.9em;
	}

/***** LISTS *****/

ul {
	margin: 10px 0;
	} 

ul li {
	height: 1%;
	list-style-type: none;
	margin: 0 0 0px 0;
	padding: 0 0 0 0px;
	line-height: 20px;
	}

ol {
	margin: 10px 0 10px 25px;
	}

ol li {
	margin: 0 0 5px 0;
	}

/***** OTHER FONT STUFF *****/

blockquote {
	margin: 10px 0;
	padding: 5px 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font: 0.9em/1.5em georgia, "lucida sans unicode", "trebuchet ms", sans-serif;
	color: #6c6c6c;
	}


/***** HEADER *****/

#header {
	width: 428px;
	text-align: center;
	}

#logo {
	padding: 10px 5px;
	}

#header h1 {
	margin: 0;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	}

#header h1 a {
/*	color: #cc3300; */
	}

#header h1 a:hover {
	color: #993300;
	}

/**** NAVIGATION ****/


#navigation li {
	display: inline;
	list-style-type: none;
	font-size: 0.7em;
	text-transform: lowercase;
	}

/***** CONTENT *****/

#content {
	width: 428px;
	display: inline; 
	float: left;
	font-size: 0.75em;
	margin-left: 35px;
	}

div.post {
	margin: 0 0 20px;
	padding: 0 0 40px;
	}

h2.post-title {
	margin: 0;
	font: 0.9em georgia, "lucida sans unicode", "trebuchet ms", sans-serif;
	color: #6c6c6c;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	text-align: center;
	}

/***** FOOTER *****/

#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}


