/* style sheet for all local html pages at www.penmachine.com */
/* last updated 1-Jan-2007 */


/* Layout Items - thanks to Dave Shea at mezzoblue.com/archives/2003/12/16/how_to_conce and Svend Tofte at svendtofte.com/code/max_width_in_ie */

#container {
	background: #fff;
	border-top: 2px solid #cdcddd;
	border-right: 2px solid #668;
	border-bottom: 2px solid #668;
	border-left: 2px solid #cdcddd;
	margin: 15px auto;
	padding: 3px 15px;
	position: relative;
	width: 90%;
	z-index: 1;
    max-width:832px;
    width:expression(document.body.clientWidth > 832? "832px": "auto" );
}

#header {
	position: relative;
	width: 100%;
	z-index: 2;
}

#content {
	margin-left: 0px;
	margin-right: 210px;
	padding: 0px;
	position: relative;
	z-index: 3;
}

#navbar {
	background-color: #dedeee;
	border: 1px dashed #306;
	float: right;
	margin: 0px;
	padding: 10px;
	position: relative;
	width: 180px;
	z-index: 4;
}

#sidebar {
	float: right;
	margin: 0px;
	padding: 10px;
	position: relative;
	width: 120px;
	z-index: 4;
}


/* Basic Text, List Items, Table Cells, Post Images */

/* This one should fix blogger's insertion of a mysterious clear:both in June 2005. I hope. */
div { clear: none !important; }

body {
	color: #000000;
 	background: #dedeee url(http://www.penmachine.com/images/purple_pinstripes.gif) repeat;
/* 	background: #dedeee url(http://www.penmachine.com/images/blue_pinstripes.gif) repeat; */
/* 	background: #dedeee url(http://www.penmachine.com/images/red_blobs.jpg) repeat; */
/* 	background: #dedeee url(http://www.penmachine.com/images/blue_smear.gif) repeat; */
	font-family: "Trebuchet MS", "Lucida Grande", "Segoe UI", Corbel, Verdana, "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 12.5px;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
}

blockquote {
	border-left: 1px solid #ccc;
	font-size: 12px;
	font-variant: normal;
	line-height: 1.5em;
	margin-left: 1.5em;
	padding: 0 0 0 5px;
	text-align: justify;
}

small {
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5em;
}

table {
	font-size: 12.5px;
	line-height: 1.2em;
}

pre {
	font-family: ProFont, Consolas, Monaco, Courier New, Courier, monospaced;
	font-size: 11px;
	line-height: 1.2em;
}

tty {
	font-family: ProFont, Consolas, Monaco, Courier New, Courier, monospaced;
	font-size: 11px;
	line-height: 1.2em;
}

dl {
	margin-top: 12px;
}

dt {
	font-weight: bold;
	margin-top: 10px;
}

dd {
	margin-top: 6px;
}

p.comments {
	font-size: 12px;
	line-height: 1em;
	text-align: right;
}

.entry {
	margin-left: 1.5em;
	margin-right: 0;
}

.note {
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 12px;
	line-height: 1.3em;
	padding: 10px;
}

img {
	border: 0;
}

img.post {
	margin: 0 0 5px 8px;
    z-index: 4;
    border: 0;
}


/* Headings */

h1, h2, h3, h4, h5 {
	color: #330066;
	font-family: "Gill Sans", Optima, "Trebuchet MS", Helvetica, Arial, "Lucida Sans", "Segoe UI", "Myriad", sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 1em;
	margin: 0px;
}

h1 {
	background-color: #dedeee;
	border: 1px dashed #330066;
	font-size: 27px;
	margin: 0px;
	padding: 5px 5px 4px 5px;
}

h2 {
	background-color: #dedeee;
	border: 1px dashed #330066;
	font-size: 24px;
	padding: 4px 3px 2px 3px;
}

h3 {
	background-color: #dedeee;
	border: 1px dashed #330066;
	font-size: 20px;
	padding: 4px 3px 2px 3px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
	line-height: 1em;
}


/* Links */

/* Local Internal */

a:link {
	color: #306;
	text-decoration: underline;
}

a:visited {
	color: #c66;
}

a:active {
	color: #999;
}

a:hover {
	background-color: #306;
	color: #fff;
	text-decoration: none;
}


/* E-mail */

a.e-mail:link {
	color: #309;
}

a.e-mail:hover {
	background-color: #000000;
	color: #fff;
	text-decoration: none;
}


/* No hover background or link colour */

a.nohover:link {
	color: #306;
	background: transparent;
	text-decoration: none;
}

a.nohover:visited {
	color: #306;
	background: transparent;
	text-decoration: none;
}

a.nohover:active {
	color: #306;
	background: transparent;
	text-decoration: none;
}

a.nohover:hover {
	color: #306;
	background: transparent;
	text-decoration: none;
}


/* Blog Headings */

a.bloghead:link {
	background-color: #dedeee;
	color: #306;
	text-decoration: none;
}

a.bloghead:visited {
	background-color: #dedeee;
	color: #306;
	text-decoration: none;
}

a.bloghead:active {
	background-color: #dedeee;
	color: #306;
	text-decoration: none;
}

a.bloghead:hover {
	background-color: #dedeee;
	color: #6600CC;
	text-decoration: none;
}
