/*Theme Name: Stogo ThemeTheme URI: http://stogonyc.comDescription: A custom theme.Version: 1.0Author: Jonathan ZornowAuthor URI: http://jonzornow.com/*/body {	background-image: url(images/trunk.png);	background-repeat: repeat-y;	background-position: center;	background-color: #c6b4a3; 	/* background-color: #F4F3F2; */	/* font-family: Gill Sans, Verdana, Arial, Helvetica, sans-serif;	font-family: Arial,Verdana,Helvetica,Geneva,sans-serif; */	font-family: Palatino,Georgia, "Times New Roman",serif; 	color: #361805;	margin: 0px;	padding: 0px;	font-weight:300;}a {	color: #701400;	text-decoration: underline;}a:hover {	text-decoration: none;}#header {	background-image: url(images/header.png);	background-position: top center;	background-repeat:no-repeat;	border: none;	overflow: hidden;	line-height: 400px;	width: 806px;	height: 154px;	display:block;	margin: 0px auto;	padding: 0px;	border: none;}#nav {	position: absolute;	top: 29px;	margin-left: 212px;	text-align: right;	line-height: 34px;	font-size: 16px;	width: 570px;	font-weight:600;}#nav a {	text-decoration: none;	color: #432715;	padding-left: 7px;	padding-right: 7px;	height: 36px;	display: inline-block;}#nav a:hover {	background-color: #5a3116;	color: #f4f3f2;}#trunk {	width: 805px;	border: none;	margin: 0px auto;	padding: 0px;	display: block;}#footer {	background-image:url(images/footer.png);	background-repeat:no-repeat;	background-position: top center;	width: 100%;	border: none;	margin: 0px auto;	padding-top: 12px;	padding-bottom: 12px;	font-size: 12px;	display: block;	text-align: center;	font-weight:500;	clear: both;	position: fixed;	bottom: 0px;}#footer_spacer {	clear: both;	display: block;	height: 60px;}.landing {	background-image: url(images/style/body_background.png);}#content {	width: 720px;	margin: 0px auto;	font-size: 16px;	font-weight: 200;}#landing_content {	padding-top: 30px;	position: absolute;	top: 60px;	margin-left: 400px;	text-align: left;	width: 340px;	font-size: 18px;	line-height: 150%;	font-weight:200;}#landing_frame {	background-image: url(images/landing_background.png);	background-position: top center;	background-repeat: no-repeat;	display: block;	width: 805px;	height: 583px;	margin: 0px auto;	line-height: 2000px;	overflow: hidden;}#landing_footer {	font-size: 14px;	font-weight: 400;	text-align: center;}p {	/* padding: 8px 10px; */	margin-bottom: 1.2em;}ol li, ul li {	line-height: 1.2em;	margin-bottom: .5em;}h1 {	margin: 3px 0px 3px 0px;	font-weight: 400;		padding-left: 0px;}h2, h4 {	font-weight: 400;	margin: 0px;	padding-left: 0px;}h1, h2, h4, h1 a, h2 a, h4 a {	color: #701400;}h1 a, h2 a, h3 a, h4 a {	text-decoration: none;	padding-left: 0px;	color: #701400;}h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {	text-decoration: underline;}h2, h3 {	margin: 5px 0px 0px 0px;	padding: 0px;	padding-left: 10px;}/* blog output tweaks */.entry {	border-bottom: 1px solid #cfd6e3;}.more-link {	font-size: .8em;}.rightblock {	width: 465px;	float: right;}.leftbar {	width: 220px;	display: block;	float: left;	text-align: center;}.leftbar img, .rightbar img  {	border: 6px solid #f0f1f6;	margin: 10px;}/*  ------------------- table, centered and bold         */table.stogo {	margin-bottom: 5px;	text-align: center;	border-collapse: collapse;	border: 2px solid #848284;}table.stogo td {	border: 1px solid #848284; 	vertical-align: middle; 	font-weight: 500;	padding-left: 3px;	padding-right: 3px;	line-height: 180%;	}table.stogo tr.d0 td {	background-color: #cfd6e3;}table.stogo	 tr.d1 td {	background-color: #FEFEF2;}table.stogo th {	border: 1px solid #848284; 	background-color: #701400;	margin: 0 auto;	font-weight: 800;	color: #FFFFFF;	padding-left: 3px;	padding-right: 3px;	line-height: 180%;	}