/*  
Theme Name: cmarshall
Theme URI: http://www.cmarshall.com/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Michael Heilemann (Changed by Chris Marshall)
Author URI: http://www.cmarshall.com/

	cmarshall v. 1.0
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann, but mutilated by Chris Marshall
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/

#content_div
	{
	font-size: medium;
	}

p
	{
	text-align: justify;
	}

div.first p
	{
	text-indent: 0em;
	}
	
.alignleft,
.alignright
	{
	font-size: small;
	font-weight: bolder;
	}

.alignleft
	{
	display: block;
	width: 50%;
	text-align: left;
	float: left;
	}
	
.alignright
	{
	display: block;
	width: 50%;
	text-align: right;
	float: left;
	}

.navigation
	{
	display: block;
	width: 100%;
	}

.post
	{
	clear: left;
	width: 100%;
	text-align: center;
	}

.post ul, .post ul li,
.post ol, .post ol li
	{
	text-align: left;
	}

.post img
	{
	border: 1px solid black;
	margin: 4px;
	padding: 0;
	}

.narrowcolumn .post
	{
	text-align: left;
	}

.faceplant,
.solution
	{
	clear: both;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 4px;
	border: #630 solid 2px;
	}

.faceplant ol,
.solution ol
	{
	font-style: italic;
	font-weight: bolder;
	}

.faceplant ol li .subtext,
.solution ol li .subtext
	{
	font-style: normal;
	font-weight: normal;
	}

.heading,
.subtext
	{
	text-indent: 0em;
	font-weight: bolder;
	}

.heading
	{
	font-style: italic;
	font-size: larger;
	font-weight: bolder;
	}

#sidebar ul
	{
	display: block;	/* We twist the <ul> tag into a block. */
	list-style-type: none;
	margin: 0;	/* Basic stuff. No margin or padding, and no border. */
	padding: 0;
	border: none;
	text-align: left;
	font-size: medium;
	font-weight: bold;
	}

#sidebar ul li
	{
	display: block;	/* We twist the <li> tag into a block. */
	margin: 0;
	margin-top: 0.2em;
	margin-left: 1.5em;
	text-indent: 0em;
	padding: 0;
	border: none;
	text-align: left;
	font-size: small;
	font-weight: normal;
	}
	
.searchbox
	{
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	font-size: small;
	font-weight: normal;
	}
	
.postmetadata
	{
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	text-indent: 0em;
	font-style: italic;
	font-size: small;
	font-weight: normal;
	}
	
.readmore
	{
	margin: 0;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	padding: 0;
	border: none;
	text-align: right;
	font-style: normal;
	font-size: small;
	font-weight: bold;
	}
	
.entrytext
	{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	}
	
#footer_div
	{
	clear: both;
	width: 80%;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	padding: 0;
	border: none;
	border-top: #ffc inset 2px;
	text-align: center;
	font-style: italic;
	font-size: small;
	font-weight: normal;
	}