/*
Theme Name: MachinistBlog (Original)
Theme URI: http://example.com/
Description: Atahualpa theme recreated and then modified using ThemeFrame
Version: 2.2
Author: Rob
Author URI: http://example.com/mytheme/
Tags: example, tags, here
*/


 html,  body,  div,  span,  applet,  object,  iframe,  h1,  h2,  h3,  h4,  h5,  h6,  p,  blockquote,  pre,  a,  abbr,  acronym,  address,  big,  cite,  code,  del,  dfn,  em,  font,  img,  ins,  kbd,  q,  s,  samp,  small,  strike,  strong,  sub,  sup,  tt,  var,  b,  u,  i,  center,  dl,  dt,  dd,  ol,  ul,  ul ul,  ul ul ul,  li,  li li,  li li li,  fieldset,  form,  label,  legend,  table,  caption,  tbody,  tfoot,  thead,  tr,  th,  td {
	margin: 0; padding: 0; border: 0; outline: 0;
	vertical-align: baseline; 
}
 body { line-height: 1.3;font-size: 13px; font-family: arial, sans-serif;}
 ol,  ul { list-style: none;}
 blockquote,  q { quotes: none;}
 blockquote:before,  blockquote:after,  q:before,  q:after { content: '';	content: none;}
 :focus { outline: 0;}
 ins {	text-decoration: none;}
 del {	text-decoration: line-through;}
 table { border-collapse: collapse; border-spacing: 0;}
#wrapper {
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
	width:98%;
	min-width: 810px;
	max-width: 1290px;
}
* html div#wrapper {
	<!--
	width:expression(((document.compatMode && 
	document.compatMode=='CSS1Compat') ? 
	document.documentElement.clientWidth : 
	document.body.clientWidth) 
	> 1291 ? "1290px" : 
		(((document.compatMode && 
	document.compatMode=='CSS1Compat') ? 
	document.documentElement.clientWidth : 
	document.body.clientWidth) 
	< 811 ? "810px" : 
	"98%")); 
	-->
}	

 .alignleft {	float:left; }
 .alignright { float: right }
 .aligncenter,  div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

 img.alignleft,  div.alignleft {
	/* display:inline; */
	margin: 8px 10px 5px 0;
}

 img.alignright,  div.alignright {
	/* display:inline; */
	margin: 8px 0 5px 10px;
}

.sticky {
}

.bypostauthor {
}

 p img {
	/* max-width replaced with jQuery since RC2c */
}

 #container {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* resetting the "text-align: center" of "div#wrapper" */
}

/* Since RC2 */
 .col {
	display:table-cell;
	vertical-align: top;
	box-sizing: border-box; /* IE8+, Opera7+? */
	-webkit-box-sizing: border-box; /* Chrome & Safari. Needed? Issues? */
	-moz-box-sizing: border-box; /* Firefox. Check 4 and 3.x */
}
.table {
	display:table;
	border-collapse: separate;
	/*table-layout:fixed;*/ /* Issues in IE. Enough to set only the parent #layout. */
	border-spacing: 0px;
	box-sizing: border-box !important; /* IE8+, Opera7+? */
	-webkit-box-sizing: border-box !important; /* Chrome & Safari. Needed? Issues? */
	-moz-box-sizing: border-box !important; /* Firefox. Check 4 and 3.x */
	/* width:100%; */ /* removed since 1.0: Enough to set parent #layout? */
}
.row {
	display: table-row;
}


/*-------------------- LAYOUT  -----*/
	
 #layout {
	font-size: 100%;
	width: 100%;
	table-layout: fixed;
}



/* layout column widths controlled by "COL" items, not by "TD" items */
.col-left { width: 360px} 
.col-left-left { width: 200px}
.col-left-right { width: 160px}
.col-center {width: 100%} 
.col-right { width: 360px} 
.col-right-left { width: 160px}
.col-right-right { width: 200px}


/* Horiz. Menus Uncomment : */


ul#nav, ul#nav2 {
	float: left; 
	list-style: none;
	margin: 0; 
	padding: 0;
}

ul#nav a, ul#nav2 a { 
	display: block; 
	width: auto; 
	text-decoration: none; 
}

ul#nav li, ul#nav2 li { 
	float: left; 
	padding: 0; 
	width: auto; 
}

ul#nav ul li, ul#nav2 ul li { 
	width: 100%; 
	float: none; 
}


ul#nav ul, ul#nav2 ul {
	position: absolute;
		left: -999em;
		height: auto;
	/*border-width: 1px;*/
	margin: 0;
}

ul#nav li:hover ul ul, ul#nav li:hover ul ul ul, 
ul#nav li.sfhover ul ul, ul#nav li.sfhover ul ul ul,
ul#nav2 li:hover ul ul, ul#nav2 li:hover ul ul ul, 
ul#nav2 li.sfhover ul ul, ul#nav2 li.sfhover ul ul ul {
	left: -999em;
}

ul#nav li:hover ul, ul#nav li li:hover ul, ul#nav li li li:hover ul, 
ul#nav li.sfhover ul, ul#nav li li.sfhover ul, ul#nav li li li.sfhover ul,
ul#nav2 li:hover ul, ul#nav2 li li:hover ul, ul#nav2 li li li:hover ul, 
ul#nav2 li.sfhover ul, ul#nav2 li li.sfhover ul, ul#nav2 li li li.sfhover ul {
	left: auto;
	z-index: 100000; /* Since RC2b */
}

/* Horiz. Menus Uncomment : */

ul#nav, ul#nav2 { 
	line-height: 33px; 
}

ul#nav ul a, ul#nav2 ul a { 
	width: 150px; 
}

ul#nav a, ul#nav2 a { 
	padding-left: 10px; 
	padding-right: 10px; 
}

ul#nav ul ul, ul#nav2 ul ul { 
	margin-left: 170px; 
	margin-top: -33px; 
}




body {
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #ffffff;
	font-family: arial;
}

h1 {
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 10px;
}

h2 {
	font-size: 21px;
	margin-bottom: 9px;
}

h3 {
	font-size: 17px;
	margin-bottom: 8px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 7px;
}

h5 {
	font-size: 11px;
	margin-bottom: 5px;
}

h6 {
	font-size: 10px;
	margin-bottom: 4px;
}

body p {
	margin-bottom: 10px;
}

body a {
	color: #ff0000;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
	color: #114477;
}

p img {
	box-shadow: 13px 6px 26px 0px #bbbbbb;
	margin-bottom: 5px;
}

p.wp-caption-text {
	color: #636363;
	font-size: 11px;
	font-style: italic;
}

.post ol {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.post ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.post ul ul {
	list-style-position: outside;
	list-style-type: circle;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-left: 25px;
}

.post ul ul ul {
	list-style-position: outside;
	list-style-type: square;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-left: 25px;
}

.post ul li {
	color: #666666;
	margin-bottom: 2px;
}

.post table {
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}

.post table caption {
	color: #707070;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 4px;
}

.post table th {
	color: #ffffff;
	font-weight: normal;
	padding: 6px 8px 6px 9px;
	background: #5e5e5e;
}

.post table td {
	border-right: 1px solid #dbdbdb;
	padding: 5px 8px;
}

.post table tr.even td {
	background: #e3e3e3;
}

blockquote {
	color: #777777;
	border-left: 5px solid #dddddd;
	margin: 15px 30px 0px 10px;
	padding-left: 20px;
}

#container {
	position: relative;
	margin-right: -2px;
	margin-left: -2px;
	padding: 20px;
}

#td-header {
	margin-top: -28px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #023f66;
}

.headerimage {
	font-size: 13px;
	line-height: 17px;
	display: none;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #003151;
	top: ;
	left: ;
	font-family: arial;
}

h1#sitetitle {
	font-size: 46px;
	line-height: 37px;
	color: #ffffff;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 26px;
	padding-bottom: 3px;
	padding-left: 12px;
	width: 483px;
	font-family: arial,helvetica,sans-serif;
}

h1#sitetitle a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 48px;
	padding-left: 5px;
	font-family: arial,helvetica,sans-serif;
}

h1#sitetitle a:hover {
	color: #ffffff;
}

p#tagline {
	font-size: 19px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: -10px;
	margin-bottom: 17px;
	padding: 6px 0px 0px 23px;
	width: 500px;
	font-family: arial,helvetica,serif;
}

a.rsslink {
	float: right;
	z-index: 3;
	font-size: 14px;
	position: relative;
	clear: right;
	padding-left: 20px;
	background: transparent url("images/feed.png") no-repeat scroll 0px 2px;
	top: ;
	bottom: -1px;
	right: 15px;
}

a.rsscommentslink {
	float: right;
	position: relative;
	font-size: 14px;
	margin-right: 39px;
	padding-left: 20px;
	background: transparent url("images/comments.png") no-repeat scroll 0px 3px;
	top: ;
	bottom: -1px;
	right: ;
}

#td-left {
}

#td-left1 {
	padding-right: 10px;
}

#td-left2 {
	padding-right: 10px;
}

#td-left3 {
	padding-right: 10px;
}

#div-center {
	background: #ffffff;
}

h3.pagetitle {
	font-weight: normal;
	font-size: 13px;
	color: #737373;
	letter-spacing: 2px;
	margin-top: 0px;
	padding: 5px 5px 5px 7px;
	background: #f0f0f0;
}

#td-right {
}

#td-right1 {
	padding-left: 10px;
}

#td-right2 {
	padding-left: 10px;
}

#td-right3 {
	padding-left: 10px;
}

#div-footer {
	text-align: center;
	border-top: 5px solid #cccccc;
	margin-top: 10px;
	padding: 15px;
	background: #eeeeee;
}

.breadcrumbs {
	clear: both;
	color: #7a7a7a;
	padding: 7px;
	background: #f5f5f5;
}

.searchform {
	float: right;
	position: relative;
	padding: 5px;
	top: ;
	bottom: -64px;
	left: -9px;
	right: 28px;
}

.searchform form input.searchfield {
	border: 1px solid #d6d6d6;
	padding: 4px;
	width: 187px;
}

.searchform form input.searchbutton {
	color: #8a8a8a;
	overflow: hidden;
	text-align: center;
	border: 1px solid #d1d1d1;
	margin-left: 5px;
	padding: 4px 8px 4px 7px;
	background: #ebebeb;
	width: 75px;
}

.multinav {
	border-bottom: 2px solid #f2f2f2;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.multinav .older {
	float: left;
}

.multinav .newer {
	float: right;
}

#multinav2 {
	border-bottom: 0px none #fafafa;
	margin-bottom: 0px;
}

.singlenav .older {
	float: left;
}

.singlenav .newer {
	float: right;
}

img.postthumb {
	margin-top: 0px;
	margin-right: 15px;
	padding-bottom: 13px;
}

.post {
	margin-bottom: 8px;
	padding-bottom: 3px;
	padding-left: 6px;
	background: #ffffff;
}

.post-headline h2 {
	margin-bottom: 0px;
	padding-top: 5px;
}

.post-headline h2 a {
	color: #222222;
	font-family: verdana,arial,sans-serif;
}

.post-byline {
	color: #8f8f8f;
	font-size: 12px;
	margin-bottom: 10px;
	padding-left: 3px;
}

.post-bodycopy p {
	color: #333333;
	font-family: arial,sans-serif;
}

.post-footer {
	color: #8f8f8f;
	font-size: 12px;
	letter-spacing: 1px;
	background: #eeeeee;
}

.widget {
	color: #4d4d4d;
	border: 2px solid #f2f2f2;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 5px 10px;
}

.widget h3 {
	color: #333333;
	font-weight: bolder;
	font-size: 13px;
	letter-spacing: 1px;
	border-bottom: 1px solid #ededed;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	font-family: verdana,arial,sans-serif;
}

.widget ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

.widget ul ul {
}

.widget ul li {
	padding-bottom: 3px;
	padding-left: 15px;
	background: transparent url("images/gray-arrow.gif") no-repeat scroll 1px 6px;
}

.widget ul li li {
	background: transparent url("images/round-gray.gif") no-repeat scroll 3px 7px;
}

.widget ul li a {
	color: #666666;
}

#hormenu {
	clear: both;
	border-top: 1px solid #ffffff;
	background: #023f66;
	height: 30px;
}

ul#nav {
	float: left;
	list-style-type: none;
	line-height: 33px;
	background: #b8d5e6;
}

ul#nav li {
	float: left;
	background: ;
	width: auto;
}

ul#nav li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	line-height: 27px;
	border-right: 1px solid #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	background: #023f66;
	height: 29px;
}

ul#nav li a:hover, ul#nav li.current_page_item a, ul#nav li.current-cat a {
	background: #333333;
	color: #f7f7f7;
}

#hormenu2 {
	clear: both;
	background: #000000;
}

ul#nav2 {
	line-height: 33px;
	float: left;
	list-style-type: none;
	background: ;
}

ul#nav2 li {
	float: left;
	background: ;
	width: auto;
}

ul#nav2 li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background: #000000;
	width: auto;
}

ul#nav2 li a:hover, ul#nav2 li.current_page_item a, ul#nav2 li.current-cat a {
	background: #707070;
}

#widgetarea2 .td1 {
	padding-right: 6px;
}

#widgetarea2-2 .td1 {
	padding-right: 6px;
}

#widgetarea3 .td1 {
	padding-right: 6px;
}

#widgetarea3 .td2 {
	padding-right: 6px;
}

#widgetarea4 .td1 {
	padding-right: 6px;
}

#widgetarea4 .td2 {
	padding-right: 6px;
}

#widgetarea4 .td3 {
	padding-right: 6px;
}

#widgetarea5 .td1 {
	padding-right: 6px;
}

#widgetarea5 .td2 {
	padding-right: 6px;
}

#widgetarea5 .td3 {
	padding-right: 6px;
}

#widgetarea5 .td4 {
	padding-right: 6px;
}

#widgetarea6 .td1 {
	padding-right: 6px;
}

#widgetarea6 .td2 {
	padding-right: 6px;
}

#widgetarea6 .td3 {
	padding-right: 6px;
}

#widgetarea6 .td4 {
	padding-right: 6px;
}

#widgetarea6 .td5 {
	padding-right: 6px;
}

.single p#tagline {
	font-size: 20px;
}

.single .singlenav {
	border-bottom: 3px solid #ededed;
	margin-top: 7px;
	margin-bottom: 18px;
	padding-bottom: 8px;
}

.single #singlenav2 {
	border-top: 3px solid #ededed;
	border-bottom: 0px none #f5f5f5;
	margin-top: 18px;
	padding-top: 13px;
}

.single #hormenu2 {
	border-top: 1px solid #ffffff;
	background: #023f66;
}

.single ul#nav2 li a {
	border-right: 1px solid #ffffff;
	background: #023f66;
}

.single ul#nav2 li a:hover, .single ul#nav2 li.current_page_item a, .single ul#nav2 li.current-cat a {
	color: #ffffff;
	background: #333333;
}

.page .post {
	border-bottom: 0px solid #f5f5f5;
	padding-top: 10px;
}

.page .post-headline h2 {
	margin-bottom: 7px;
}

.page .post-byline {
	visibility: hidden;
}

.page ul#nav2 li a:hover, .page ul#nav2 li.current_page_item a, .page ul#nav2 li.current-cat a {
	color: #ffffff;
	background: #333333;
}

.home p#tagline {
	margin-top: -10px;
	margin-bottom: 17px;
	padding-top: 7px;
	padding-left: 20px;
}

.home .breadcrumbs {
	padding-left: 8px;
}

.home .searchform form input.searchfield {
	line-height: 18px;
	background: ;
}

.home .searchform form input.searchbutton {
	line-height: 18px;
	background: ;
}

.home .post-headline h2 {
	margin-top: 8px;
}

.home #hormenu {
	background: #023f66;
}

.home ul#nav li a {
	color: #f4f4f4;
	line-height: 27px;
	background: #023f66;
}

.home ul#nav li a:hover, .home ul#nav li.current_page_item a, .home ul#nav li.current-cat a {
	background: #333333;
}

.forum .post-headline {
	visibility: collapse;
}

.forum .post-headline h2 {
	visibility: visible;
	display: none;
	padding-top: 5px;
}

.forum .post-byline {
	display: none;
}

.forum #hormenu {
	background: #023f66;
}

.forum ul#nav li a {
	color: #ffffff;
	background: #023f66;
}

.forum ul#nav li a:hover, .forum ul#nav li.current_page_item a, .forum ul#nav li.current-cat a {
	background: #333333;
}

ul#nav ul ul {
	margin-top: -33px;
	margin-left: 170px;
	background: ;
}

ul#nav ul li {
	float: none;
	background: ;
	width: 100%;
}

ul#nav ul li a {
	background: ;
	width: 150px;
}

ul#nav2 ul ul {
	margin-top: -33px;
	margin-left: 170px;
	background: ;
}

ul#nav2 ul li {
	float: none;
	background: ;
	width: 100%;
}

ul#nav2 ul li a {
	background: ;
	width: 150px;
}

.commentnav {
	margin-bottom: 21px;
}

#commentnav2 {
	margin-top: 11px;
	margin-bottom: 28px;
}

ul.commentlist {
	margin-left: 0px;
	padding-left: 0px;
}

ul.commentlist li .comment-container {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 11px;
	padding-bottom: 5px;
}

img.avatar {
	float: left;
	border: 3px solid #dddddd;
	margin-right: 10px;
	margin-bottom: 5px;
}

span.comment-author-name {
	font-size: 15px;
}

#cancel-comment-reply {
	margin-bottom: 10px;
}



/* Clearfix fixes some floating issues */
.clearfix:after 	{
  	content: "."; 
  	display: block; 
  	height: 0; 
  	clear: both; 
  	visibility: hidden;
	}
	
.clearfix {
	min-width: 0;		/* trigger hasLayout for IE7 */
	display: inline-block;
	/* \*/	display: block;	/* Hide from IE Mac */
	}
	
* html .clearfix {
	/* \*/  height: 1%;	/* Hide from IE Mac */ 
	}


