/*

name: Penmachine
designer: modified by Derek K. Miller from Unstyled by Movable Type
designer_url: http://www.movabletype.org http://www.penmachine.com
layouts: layout-wtt, layout-twt, layout-wt, layout-tw, layout-wm, layout-mw

This theme has now Styles, but via StyleCatcher it does include base blog styles for layout and typography.

*/

/* 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 */

#header {
	background: url(http://www.penmachine.com/images/penmachine_header.gif) no-repeat;
	width: 465px;
	height: 106px;
	margin: 20px 0 0 30px;
}

#header-name {
    visibility: hidden;
}

#header-description {
    visibility: hidden;
}

#footer {
	border-top: 1px solid #ccc;
	margin: 20px 0 0 0;
	vertical-align: middle;
}

#badges {
	vertical-align: middle;
}

#nav {
	font-family: "Droid Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Segoe UI", "Myriad Pro", "Myriad", "Helvetica", "Arial", sans-serif;
	font-weight: normal;
	font-size: 13px;
}


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

body {
	color: #000;
	background: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Segoe UI", "Trebuchet MS", Corbel, Verdana, "Helvetica", "Arial", sans-serif;
	font-size: 12.5px;
	line-height: 1.8em;
	padding: 0;
	width: 90%;
}

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;
}


/* Headings */

h1, h2, h3, h4, h5 {
	color: #000;
	font-family: "Cabin", "Georgia", "Palatino", "Cambria", "Times New Roman", "Times", serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 1em;
	margin: 0px;
	padding: 10px 0 10px 0;
}

h1 {
	font-size: 28px;
	margin: 0px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

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


/* Custom Formatting */

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

.datehead {
	margin-top: 25px;
	border-top: 1px solid #ccc;
}

ul.previous {
	list-style: none;
	text-indent: -3em;
}

img {
	border: 0;
}

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

form.search {
	margin-left: -3px;
}


/* Links */

/* Local Internal */

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

a:visited {
	color: #c66;
	text-decoration: underline;
}

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

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


/* E-mail */

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

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;
}


/* Movable Type customizations */

#container {
	text-align: center;
}

#beta-inner {
	margin: 10px 0 0 20px;
}

.entry-title {
	color: #306;
	background: transparent;
	text-decoration: none;
}

.asset-body {
	margin-left: 25px;
	margin-right: 65px;
}

.comment-content {
	margin-left: 25px;
	margin-right: 65px;
}

.trackback-body {
	margin-left: 25px;
	margin-right: 65px;
}

/* Thin-Wide */

.layout-tw #alpha {
    left: 250px;
    width: 690px;
}

.layout-tw #beta {
    left: -690px;
    width: 250px;
}