/*
Theme Name: Taglia
Theme URI: http://chateau-theme.com
Description: Taglia Family Tree theme, based on Chateau 2.0.2, a lightweight & minimalistic WordPress Theme.
Version: 0.2
Author: Ignacio Ricci, Chris Hajer
Author URI: http://ignacioricci.com
Tags: white, red, black, clean, chateau
*/

/* for sticky footer */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.push {
	height: 106px; /* .push must be the same height as .footer */
}

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, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
ol, ul, ul.nolist li {
	list-style: none;
}
ul.square li {
    list-style: square;
}
h1, h2, h3, h4, h5, h6, li {
	line-height: 100%;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea, button {
	font-family: inherit;
	font-size: 1em;
}
textarea {
	overflow: auto;
}
body {
	color: #000;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
}
#header, #main, #aboutInfo, #siteMapList, #copyright p {
	margin: 0 auto;
	width: 960px;
}
div#header { 
	padding-bottom: 30px;
}
div#wrapper {
	width: 960px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -106px; /* the bottom margin is the negative value of the footer's height */
	background: url('images/taglia-vertical.png') repeat-x;
}
a {
	text-decoration: none;
}
.accesible {
	height: 1px;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 1px;
	z-index: 1;
}
#main, .postInfo, .postContent, .postExtras, .morePosts ul, .commentHeading, #respond p, #aboutInfo, #siteMapList, #pageNavigation {
	overflow: hidden;
}
body #main {
}
input:focus, textarea:focus {
	outline: 0;
}
#mainTitle, .postTitle h2, .postDate, .postExtras strong, .postEntry h3, .postEntry blockquote, .postEntry cite, .morePosts h3, .morePosts h4, .morePosts span, #comments h3, #respond h3, #aboutInfo, #error404 {
	font-family: 'PT Serif', serif;
}
#menu {
	width: 960px;
	float: right;
	margin: 0 auto;
	padding: 0;
}
#menu ul {
	text-align: center;
}
#menu ul li {
	display: inline-block;
	margin: 0 24px;
	padding: 8px 0;
	text-transform: uppercase;
}
#menu ul li a {
	font-family: "PT Sans", sans-serif;
	color: #000000;
	display: block;
	letter-spacing: 0.1em;
	font-size: 14px;
	padding: 5px 10px 7px;
	font-weight: 400;
}
#menu a:hover {
	color: #9B7761;
}
#menu .current_page_item a, #menu .current_page_parent .current_page_item a {
	color: #000000;
}
#menu .sub-menu, #menu .children {
	background: #FFF;
	border: #CCC solid 1px;
	border-bottom: 0;
	color: #CCC;
	display: none;
	left: 0;
	position: absolute;
	top: 25px;
	width: 160px;
	z-index: 1;
}
#menu .menuHover {
	background: #F5F5F5;
	border: #CCC solid 1px;
	color: #000;
}
#menu li li {
	float: none;
	margin: 0;
	padding: 0;
	position: static;
	text-transform: none;
}
#menu li li a {
	border: 0;
	border-bottom: 1px solid #DDD;
	color: #333;
	padding: 8px;
}
#menu li li a:hover {
	background: #FFFFE5;
	border-color: #CCC;
	color: #333;
}
#menu .current_page_item li a, #menu .current_page_parent a {
	color: #333;
}
#menu .current_page_item li a, #menu .current_page_parent li a {
	font-weight: normal !important;
}
#mainTitle {
	clear: both;
	width: 960px;
}
#mainTitle h1.website-name,
#mainTitle h2.website-name {
    position: absolute!important;
    top: -9999px!important;
    left: -9999px!important;
}
#mainTitle img {
	display: block;
	margin: 0px auto 60px;
}
img.mark {
	padding-top: 30px;
}
#search {
	float: right;
	margin: 5px 15px 20px 0;
	width: 205px;
}
#search #s {
	border: solid 1px;
	border-color: #CCC #CCC #CCC #CCC;
	color: #777;
	font-style: italic;
	padding: 3px 5px;
	width: 150px;
}
#search #s:focus {
	border-color: #CCC #CCC #B0B0B0 #B0B0B0;
	color: #000;
}
#mainImage {
	background: #FFFFFF;;
	border: 4px solid #DAD7C4;
	clear: both;
	height: 212px;
	width: 912px;
	padding: 0;
	margin: 20px;
	-moz-box-shadow:    5px 5px 10px 0px rgba(126, 115, 91, .3);
	-webkit-box-shadow: 5px 5px 10px 0px rgba(126, 115, 91, .3);
	box-shadow:         5px 5px 10px 0px rgba(126, 115, 92, .3);
}
#mainImage img {
	display: block;
}
#content {
	float: right;
	padding: 25px 0 70px 20px;
	width: 728px;
	border-left: 3px double #DAD7C4;
}
#content .featuredimage {
	width: 724px;
	height: 388px;
	background: #FFFFFF;
	border: 2px solid #000000;
	margin-bottom: 20px;
}
#content .featuredimage img {
	border: 1px solid #000000;
	margin: 1px;
}
.single .post {
	border-bottom: 1px solid #DDD;
}
.page .postTitle h2 {
	padding-left: 48px; /* was 78 */
}
.page .postEntry {
	width: 630px;
}
body.page-id-26 .postEntry {
	width: 530px;
}
.postTitle {
	padding: 0 0 20px;
	position: relative;
}
.postTitle h2 {
	border-bottom: 1px solid #7E735B;
	color: #333333;
	font-size: 20px;
	font-family: 'PT Serif', serif;
	font-weight: normal;
	padding: 10px; /* was 24 0 10 178 */
	margin-right: 20px;
}
.postTitle h2 a {
	color: #333333;
}
.postTitle h2 a:hover {
	text-decoration: none;
	color: #9B7761;
}
.postDate {
	left: 30px;
	line-height: 1.9em;
	position: absolute;
	text-align: center;
	top: 15px;
	z-index: 1;
}
.postDate * {
	display: block;
	padding: 0 15px;
	position: relative;
}
.postDate strong {
	font-family: 'PT Serif', serif;
	font-size: 4.0em;
	font-weight: normal;
	color: #000000;
	letter-spacing: -0.12em;
}
.postDate em {
	font-family: 'PT Sans', sans-serif;
	color: #000000;
	font-size: 18px;
	font-style: normal;
	top: 8px;
}
.postDate span {
	font-family: 'PT Serif', serif;
	color: #000000;
	font-size: 12px;
	top: 4px;
}
.postInfo {
	color: #555;
	text-transform: uppercase;
	padding: 10px 20px 0 148px; /* was 10 20 0 178 */
}
.postInfo p {
	float: left;
	width: 400px;
}
.postInfo a {
	font-family: 'PT Sans', sans-serif;
	color: #000000;
	font-size: 10px;
	text-decoration: underline;
}
.postInfo .postComCount {
	float: right;
	text-align: right;
	margin-right: 30px; /* new */
	width: 100px; /* was 130 */
}
.postInfo .postComCount a {
	color: #555;
}
.postInfo a:hover {
	color: #9B7761;
	text-decoration: underline;
}
.postExtras {
	color: #333;
	float: left;
	font-style: italic;
	line-height: 170%;
	padding: 0 5px 50px 0; /* was 61px 0 50px */
	text-align: right;
	width: 110px; /* was 140px */
}
.postExtras p, .postExtras li {
	clear: both;
	float: right;
	font-size: 0.9em;
	padding-bottom: 8px;
	width: 100px;
}
.postExtras ul {
	clear: both;
	padding-top: 5px;
}
.postExtras strong {
	border-bottom: 1px solid #DDD;
	float: right;
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 15px;
}
.postExtras .post-edit-link {
	color: #9B7761;
}
.postExtras p a {
	color: #333;
}
.postExtras a:hover {
	color: #000;
	text-decoration: underline;
}
.postExtras p.tagextras {
	font-family: 'PT Serif', serif;
	color: #4D4D4F;
	font-size: 10px;
}
.postExtras p.thetags {
	font-family: 'PT Sans', sans-serif;
	font-style: italic;
}
.postExtras p.thetags a {
	text-decoration: none;
	color: #000000;
}
.postExtras p.thetags a:hover {
	text-decoration: none;
	color: #9B7761;
}
.postExtras .shareTwitter a {
	color: #3D85BD;
}
.postExtras .shareFacebook a {
	color: #264061;
}
.postExtras .shareLinkedin a {
	color: #29A6B2;
}
.postEntry {
	float: right;
	padding: 15px 50px 30px 0; /* was 15 20 30 0 */
	width: 530px;
}
.postEntry h1, .postEntry h2, .postEntry h3, .postEntry h4, .postEntry h5, .postEntry h6 {
	padding: 10px 0;
	text-transform: uppercase;
}
.postEntry h1 {
	color: #900;
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 15px;
	text-transform: none;
}
.postEntry h1:before {
	content: "??? ";
}
.postEntry h2 {
	border-bottom: 1px dotted #CCC;
	color: #675F34;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0;
	padding: 0 10px 5px 0;
	text-transform: none;
}
.postEntry h3 {
	font-size: 1.2em;
}
.postEntry h4 {
	color: #000;
	font-size: 0.8em;
	letter-spacing: 0.2em;
}
.postEntry h5, .postEntry h6 {
	color: #333;
	font-size: 0.8em;
	font-weight: normal;
}
.postEntry p:first-child:first-line {
/*	text-transform: uppercase; */
}
.postEntry p, .postEntry li {
	color: #333;
	font-size: 1.05em;
}
.postEntry p {
	line-height: 180%;
	padding-bottom: 20px;
}
.postEntry li {
	line-height: 140%;
	padding-bottom: 15px;
}
.postEntry li ol, .postEntry li ul {
	margin: 5px 0 0;
}
.postEntry li li {
	font-size: 100%;
	margin-left: 20px;
	padding-bottom: 5px;
}
.postEntry ul, .postEntry ol {
	margin: 0 0 10px;
}
.postEntry ul {
	list-style: circle;
}
.postEntry ol {
	list-style: decimal; /* lower-roman;*/
}
.postEntry a {
	color: #333!important;
	text-decoration: underline;
}
.postEntry a:hover {
	color: #9B7761!important;
	text-decoration: underline; 
}
.postEntry .more-link {
	border-bottom: none;
	color: #000;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.postEntry .more-link:hover {
	color: #9B7761;
}
.postEntry img {
	border: solid 1px;
	border-color: #DDD #CCC #CCC #DDD;
	height: auto;
	left: -4px;
	padding: 3px;
	position: relative;
}
.postEntry .wp-smiley {
	border: 0;
	padding: 0;
	position: static;
}
.postEntry .alignleft {
	float: left;
	margin: 20px 20px 10px 0;
}
.postEntry .alignright {
	float: right;
	margin: 20px 0 10px 20px;
}
.postEntry .aligncenter {
	display: block;
	margin: 20px 0 20px 115px;
}
.postEntry pre {
	background: #EEE;
	font-family: Monaco, 'Courier New', Courier, monospace;
	margin-bottom: 20px;
	padding: 20px;
}
.postEntry blockquote {
	border-bottom: 1px solid #CAC7B8;
	border-top: 1px solid #B3AF99;
	margin-bottom: 15px;
	padding: 2px 0 0;
}
.postEntry blockquote p:first-child {
	border-top: 1px solid #CAC7B8;
}
.postEntry blockquote p:first-child:first-line {
	text-transform: none;
}
.postEntry blockquote p:first-child:before {
	content: "???";
}
.postEntry blockquote p {
	border-right: 1px solid #B3AF99;
	color: #665F33;
	font-size: 1.7em;
	font-style: italic;
	line-height: 130%;
	padding: 20px;
}
.postEntry cite {
	color: #666;
	display: block;
	font-size: 1.4em;
	padding: 15px 20px 20px;
	text-align: right;
}
.postEntry .gallery {
	padding: 0 0 0 4px;
}
.postEntry .gallery-item {
	float: left;
	margin: 0 20px 20px 0;
}
.postEntry .gallery-item a {
	display: block;
}
.postEntry .gallery-item img {
	height: 75px;
	width: 75px;
}
.postEntry .gallery-item a:hover img {
	border-color: #CCC #999 #CCC #999;
}
.morePosts h3 {
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	color: #666;
	letter-spacing: 0.15em;
	padding: 20px 0 18px 178px; /* was 20 0 18 148 */
	text-transform: uppercase;
	word-spacing: 0.3em;
}
.morePosts h3 em {
	color: #990000;
}
.morePosts ul {
	padding: 35px 0 0 162px;
}
.morePosts li {
	color: #333;
	float: left;
	margin: 0 20px 20px 0;
	min-height: 160px;
	width: 263px;
}
.morePosts h4 {
	font-size: 2em;
	font-weight: normal;
	line-height: 110%;
	padding: 0 15px 3px;
}
.morePosts h4 a:hover {
	text-decoration: none;
}
.morePosts span {
	border-bottom: 1px solid #DDD;
	display: block;
	margin-bottom: 10px;
	padding: 3px 15px 7px;
	text-transform: uppercase;
}
.morePosts p {
	font-size: 0.9em;
	line-height: 160%;
	padding: 0 15px 5px 15px;
}
.morePosts p a {
	font-style: italic;
	text-decoration: underline;
}
.morePosts a {
	color: #000;
}
.morePosts a:hover {
	color: #9B7761;
	text-decoration: underline;
}
.simpleArchive li {
	float: none;
	margin-bottom: 35px;
	min-height: 0;
	width: auto;
}
#comments {
	padding-bottom: 30px;
}
#comments h3 {
	border-bottom: 1px solid #CCC;
	color: #000;
	letter-spacing: 0.15em;
	margin: 3px 0 25px 118px;
	padding: 20px 0 18px 60px;
	position: relative;
	text-transform: uppercase;
}
#comments h3 span {
	background: #FFF;
	bottom: -10px;
	font-size: 4.9em;
	font-style: italic;
	font-weight: normal;
	left: -85px;
	padding: 10px;
	position: absolute;
	text-align: right;
	width: 95px;
	z-index: 1;
}
#comments ol {
	padding-bottom: 20px;
}
#comments li {
	border-top: 4px solid #EEE;
	margin-left: 148px;
	padding: 10px 0 0;
}
#comments li:first-child {
	border-top: 0;
}
#comments li a:hover {
	color: #9B7761;
	text-decoration: underline;
}
.commentHeading {
	padding: 2px 30px 10px;
}
.commentAuthor {
	color: #000;
	float: left;
}
.commentAuthor img, .commentAuthor span, .commentAuthor em {
	float: left;
	margin-top: 3px;
}
.commentAuthor img {
	margin: 0 10px 0 0;
}
.commentAuthor em {
	margin-left: 5px;
}
.commentAuthor a {
	color: #000;
	text-decoration: underline;
}
.commentDate {
	float: right;
	font-size: 0.9em;
	padding-top: 3px;
}
.commentDate {
	color: #999;
}
.commentText {
	border-bottom: 1px solid #EEE;
	border-top: 1px dotted #CCC;
	padding: 15px 30px 5px;
}
.commentText p {
	color: #333;
	line-height: 170%;
	padding-bottom: 10px;
}
.commentText p a {
	border-bottom: 1px dotted;
	color: #990000;
}
.commentText p a:hover {
	border-style: solid;
	color: #000 !important;
	text-decoration: none !important;
}
.commentText .replyLink a {
	border: 0;
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
.commentText .replyLink a:hover {
	color: #9B7761;
}
.commentText .editComment {
	font-size: 0.8em;
	margin-top: -8px;
}
.commentText .editComment a {
	border: 0;
	color: #666;
}
#comments li .children li {
	border-top: 0;
}
#comments li.depth-2, #comments li.depth-3 {
	margin-left: 80px;
}
#comments li.byuser .commentAuthor {
	color: #990000;
	font-weight: bold;
}
#comments li.byuser .commentText {
	border-top-color: #B8B8B8;
}
#respond {
	padding: 18px 0 0 148px;
}
#respond h3 {
	border-bottom: 1px solid #CCC;
	color: #990000;
	letter-spacing: 0.15em;
	padding: 0 0 18px 30px;
	position: relative;
	text-transform: uppercase;
}
#respond form {
	padding: 28px 30px 30px;
}
#respond p {
	padding: 2px 0 14px;
}
#respond p a {
	color: #990000;
}
#respond p a:hover {
	color: #000;
	text-decoration: underline;
}
#respond label, #respond input, #respond textarea {
	float: left;
}
#respond input {
	width: 280px;
}
#respond textarea {
	height: 130px;
	overflow: auto;
	width: 400px;
}
#respond input, #respond textarea {
	border: solid 1px;
	border-color: #CCC #CCC #B2B2B2 #B2B2B2;
	color: #666;
	padding: 5px;
}
#respond input:focus, #respond textarea:focus {
	color: #000;
}
#respond label {
	font-size: 0.8em;
	padding: 7px 10px 0 0;
	text-transform: uppercase;
	width: 80px;
}
#respond label span {
	color: #B34040;
}
#respond button {
	background: #666;
	border: #333 groove 2px;
	cursor: pointer;
	float: left;
	margin-left: 90px;
}
#respond button span {
	color: #FFF;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: -0.02em;
	padding: 4px 10px;
	text-transform: uppercase;
}
#respond button:hover {
	background: #990000;
	border-color: #710504;
}
#respond .cancel-comment-reply {
	padding-bottom: 25px;
}
#sidebar {
	float: left;
	padding: 34px 0 90px;
	width: 189px;
}
#sidebar ul li {
	padding-left: 20px;
	line-height: 1.3em;
}
.sidebar-item {
	padding-bottom: 25px;
}
.sidebar-item h3 {
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	color: #000000;
	font-size: 12px;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.sidebar-item li {
	list-style: none;
	padding: 8px 0 10px 10px;;
}
.sidebar-item a {
	color: #333;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.sidebar-item a:hover {
	color: #9B7761;
	text-decoration: none;
}
.sidebar-item a:active {
	color: #9B7761;
	text-decoration: none;
}
#subscribeItem h3 {
	color: #C9774A;
}
#recentComments em {
	color: #999;
	display: block;
	padding: 6px 0 0 12px;
}
#recentComments a:hover em {
	text-decoration: underline;
}
.sidebar-item p {
	color: #333;
	font-size: 0.9em;
	line-height: 130%;
}
.sidebar-item #s {
	width: 100px;
}
#calendar_wrap caption {
	background: #EEE;
	border: #CCC solid 1px;
	border-bottom: 0;
	padding: 3px 0;
}
#calendar_wrap table {
	border: #CCC solid 1px;
	font-size: 0.9em;
	width: 187px;
}
#calendar_wrap table th {
	border-bottom: 1px solid #DDD;
	color: #333;
	padding: 5px 0;
	text-align: center;
}
#calendar_wrap table td {
	color: #666;
	padding: 4px 0;
	text-align: center;
}
#calendar_wrap table td a {
	color: #990000;
	text-decoration: underline;
}
#calendar_wrap table td a:hover {
	color: #000;
}
#calendar_wrap table tfoot td {
	padding: 5px 6px 12px;
}
#calendar_wrap table tfoot #prev {
	text-align: left;
}
#calendar_wrap table tfoot #next {
	text-align: right;
}
#calendar_wrap table tfoot td {
	border-top: 1px solid #DDD;
	padding-top: 10px;
}
#pageNavigation {
    padding: 15px 50px 30px 50px;
	width: 630px;
/* 	padding: 0 20px 0 172px; */
}
#pageNavigation a {
	background: #EEE;
	border: solid 1px;
	border-color: #DDD #CCC #CCC #DDD;
	color: #666;
	display: block;
	padding: 3px 10px;
}
#pageNavigation a:hover {
	border-color: #CCC #999 #999 #CCC;
	color: #000;
}
#pageNavigation a:active {
	color: #990000;
}
#prevPosts {
	float: left;
}
#nextPosts {
	float: right;
}
#footer {
	background: #FFFFFF;
	padding-top: 20px;
}
#aboutInfo {
	border-bottom: 1px dotted #1A1A1A;
	font-style: italic;
	padding: 35px 0;
}
#aboutInfo h4 {
	color: #FFF;
	float: left;
	font-size: 3.4em;
	font-weight: normal;
	letter-spacing: -0.03em;
	width: 200px;
}
#welcomeMsg {
	color: #666;
	float: right;
	font-size: 1.8em;
	line-height: 140%;
	padding-right: 100px;
	width: 650px;
}
#welcomeMsg a {
	color: #999;
}
#welcomeMsg a:hover {
	color: #FFF;
	text-decoration: underline;
}
#welcomeMsg .textwidget {
	display: inline;
}
#siteMap {
	border-bottom: 1px solid #222;
	padding: 35px 0 30px;
}
.siteMap-item {
	color: #888;
	float: right;
	margin: 0 10px 20px 0;
	min-height: 50px;
	width: 177px;
}
.siteMap-item h5 {
	color: #FFF;
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.siteMap-item li {
	color: #666;
	font-size: 0.9em;
	list-style: disc inside;
	margin-bottom: 7px;
}
.siteMap-item li a {
	color: #888;
}
.siteMap-item li a:hover {
	color: #FFF;
	text-decoration: underline;
}
.siteMap-item #wp-calendar {
	width: 170px;
}
.siteMap-item #s {
	width: 100px;
}
.siteMap-item li ul li {
	font-size: 1em;
	list-style: circle inside;
	padding: 7px;
}
#siteMap #calendar_wrap table {
	background: #111;
}
#siteMap #calendar_wrap caption {
	background: #222;
	border-color: #222;
	color: #888;
}
#siteMap #calendar_wrap table {
	border-color: #222;
}
#siteMap #calendar_wrap table th {
	border-color: #222;
	color: #999;
}
#siteMap #calendar_wrap table td {
	color: #666;
}
#siteMap #calendar_wrap table td a {
	color: #FFF;
}
#siteMap #calendar_wrap table td a:hover {
	color: #FFF;
}
#siteMap #calendar_wrap table tfoot td {
	border-color: #222;
}
#siteMap #s {
	background: #111;
	border: #333 solid 1px;
	color: #777;
	padding: 3px 5px;
}
#siteMap #s:focus {
	border-color: #777;
	color: #FFF;
}
#copyright {
	height: 43px;
	background: #4D4D4F url('images/bottom-border.png') repeat-x;
	padding: 0;
	margin: 0;
}
#copyright p {
	color: #4D4D4D;
	padding-left: 212px;
	width: 748px;
}
#copyright a {
	border-bottom: 1px dotted;
	color: #4D4D4D;
}
#copyright a:hover {
	border-color: #FFF;
	color: #FFF;
}
#error404 {
	font-style: italic;
	padding: 40px 0;
	text-align: center;
}
#error404 h2 {
	color: #000;
	font-size: 7em;
	font-weight: normal;
	letter-spacing: -0.05em;
	padding-bottom: 20px;
}
#error404 p {
	color: #333;
	font-size: 1.9em;
}
#error404 em {
	color: #666;
}
#error404 a {
	color: #675F34;
	text-decoration: underline;
}
#error404 a:hover {
	color: #9B7761;
}
.invert #sidebar {
	float: right;
}
.invert #content {
	border-left: 0;
	border-right: 3px double #DAD7C4;
	float: left;
	padding: 25px 20px 70px 0;
}
.full-width #content {
	border: 0;
	float: none;
	width: auto;
}
.page .full-width .postTitle h2 {
	padding-left: 40px;
}
.full-width .postEntry {
	float: none;
	padding: 30px 40px 20px;
	width: 860px;
}
