/*
Theme Name: CWBuecheler Default
Theme URI: http://www.cwbuecheler.com/
Theme Author: Christopher Buecheler
Version: 0.2
Tags: textured, plaster, orange, blue, black, two-columns, fixed-width, flat-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset ================================================================ */
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* The Basics =========================================================== */

body, html {
	background:#000 url("images/layout/bkg.jpg") repeat-x center top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.4;
	text-align:center;
	color:#222;
}
a:link, a:visited { color:#006BD2; text-decoration:none; }
a:hover { color:#0055A7; text-decoration:underline; }
.clear { height:0; clear:both; }

/* Text ================================================================= */

h1,h2,h3,h4,h5,h6 {
	font-weight:600;
	margin:0 0 1em 0;
	color:#D53600;
	font-family:corbel,arial;
	line-height:1.2;
}
h1 { font-size:1.5em; }
h2 { font-size:1.4em; }
h3 { font-size:1.3em; }
h4 { font-size:1.2em; }
h5 { font-size:1em; }
strong, b, .bold { font-weight:600; }
em, i, .italic { font-style:italic; }
.center { text-align:center; }
.textright { text-align:right; }
.textleft { text-align:left; }
.small { font-size:.8em; }
.tiny { font-size:.7em; }
.break { margin:0 0 1em 0; }
.floatright { float:right; }
.floatleft { float:left; }
.nomargin { margin:0; }
ul {
	list-style-type:disc;
	margin:0 0 1em 20px;
	padding:0 0 0 20px;
}
ol {
	list-style-type:decimal;
	margin:0 0 1em 20px;
	padding:0 0 0 20px;
}
p {
	margin:0 0 1.25em 0;
}
blockquote {
	padding:0 0 0 20px;
	margin:0 0 1em 0;
	color:#555;
}
sup {
	font-size:.7em;
	vertical-align:super;
}
sub {
	font-size:.7em;
	vertical-align:sub;
}
hr {
	height:1px;
	border:0;
	padding:0;
	margin:0 0 1em 0;
	background:#000;
	color:#000;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position:absolute;
	top:-100px; left: -9000px;
	height:0; width:0;
}


/* Site Header ========================================================== */

/* Site Branding */
#site-branding {
	display:block;
	width:0; height:0;
	margin:0; padding:0;
	position:absolute;
	top:0; left:-6000px;
	overflow:hidden;
}

/* CWB Masthead */
#cwbMasthead {
	width:100%; height:37px;
	background:url("images/layout/bkg_masthead.png") repeat-x top center;
	z-index:99;
}

	/* Logo */
	#cwbMasthead .masthead-text {
		width:980px; height:37px;
		margin:0 auto;
	}
		#cwbMasthead .masthead-text .name {
			float:left;
			width:200px; height:24px;
			margin:2px 0 0 42px;
			background:url("images/layout/name.png") no-repeat;
		}
			#cwbMasthead .masthead-text .name a {
				display:block;
				width:200px; height:24px;
				text-indent:-6000px;
			}

		/* Tabs */
		#cwbMasthead .masthead-text ul {
			display:block;
			float:left;
			width:654px; height:37px;
			margin:0; padding:0 0 0 84px;
			overflow:hidden;
			list-style-type:none;
			background:url("images/layout/bevels.png") no-repeat 82px 0px;
		}
			#cwbMasthead .masthead-text ul li {
				display:block;
				float:left;
				margin:0 2px 0 0; padding:0;
				text-align:center;
			}
				#cwbMasthead .masthead-text ul li.personal, #cwbMasthead .masthead-text ul li.personal a { width:102px; height:30px; }
				#cwbMasthead .masthead-text ul li.webdesign, #cwbMasthead .masthead-text ul li.webdesign a { width:129px; height:30px; }
				#cwbMasthead .masthead-text ul li.writing, #cwbMasthead .masthead-text ul li.writing a { width:94px; height:30px; }
				#cwbMasthead .masthead-text ul li a {
					display:block;
					width:100%; height:100%;
					margin:0; padding:2px 0 0 0;
					font-family:corbel,arial;
					font-size:1.125em;
					color:#FFF;
					text-decoration:none;
					box-sizing:border-box;
					-moz-box-sizing:border-box;
					-webkit-box-sizing:border-box;
				}
					#cwbMasthead .masthead-text ul li a:hover { background:rgba(255,255,255,0.2); color:#FFBDA7; }
					#cwbMasthead .masthead-text ul li a.on {
						color:#FF7A4D;
						background:rgba(0,0,0,0.7)
					}
						#cwbMasthead .masthead-text ul li a.on:hover { background:rgba(0,0,0,0.5); color:#FFBDA7; }

/* Site Navigation Menu */
#site-nav {
	display:block;
	position:relative;
	width:954px; height:47px;
	margin:-7px auto 16px auto; padding:0;
	background:url("images/layout/bkg_header.png") no-repeat top center;
	z-index:50;
}
	#site-nav .mainmenu {
		display:block;
		position:absolute;
		top:0; left:30px;
		font-size:1em;
		font-family:corbel,arial;
		width:924px; height:47px;
		margin:0; padding:0;
	}
		#site-nav .mainmenu ul {
			width:894px; height:47px;
			list-style-type:none;
			margin:0; padding:0;
		}
			#site-nav .mainmenu ul li {
				float:left;
				height:40px;
				margin:0; padding:7px 10px 0 10px;
			}
				#site-nav ul li a {
					color:#6CB7FF;
					display:block;
					padding:0px 15px 2px 15px;
					text-decoration:none;
				}
					#site-nav ul li a:hover {
						color:#FFF;
						-moz-border-radius:5px;
						border-radius:5px;
						background:rgba(255,255,255,0.1);
					}


/* Central Content Layout =============================================== */

/* Site Content Wrapper */
#clip-wrapper-top {
	width:954px; height:52px;
	margin:0 auto; padding:0;
	background:url("images/layout/clip_content_top.png") no-repeat;
}
#clip-wrapper-bot {
	width:954px; height:52px;
	margin:0 auto 25px auto; padding:0;
	background:url("images/layout/clip_content_bot.png") no-repeat;
}
#wrapper {
	width:850px;
	margin:0 auto; padding:0 52px;
	text-align:left;
	background:url("images/layout/bkg_content.png") repeat-y;
	overflow:hidden;
}
	#main {
		clear:both;
		padding:0;
		background:#FFF;
	}

/* Another Wrapper. Hey, why not? */
#container {
	width:850px;
	margin:0; padding:0;
	background:#FFF;
}

	/* LAYOUT: Two columns. DESCRIPTION: Two-column fixed layout with one sidebar right of content */
	/* Main Content */
	#content {
		float:left;
		width:560px;
		margin:0 30px 0 0;
		background:#FFF;
	}

	/* Sidebar(s) */
	#primary, #secondary {
		float:right;
		width:222px;
		margin:5px 0; padding:15px;
		-moz-border-radius:15px;
		border-radius:15px;
		background:#EEE;
		border:4px solid #FFF;
		-webkit-box-shadow:0px 0px 5px #888;
		-moz-box-shadow:0px 0px 5px #888;
		box-shadow:0px 0px 5px #888;
	}
	#primary {
		margin-bottom:25px;
	}
	#secondary {
		clear: right;
	}

	/* LAYOUT: One column, no sidebar. DESCRIPTION: One centered column with no sidebar */
	.one-column #content {
		margin:0 auto;
		width:700px;
	}

	/* LAYOUT: Full width, no sidebar. DESCRIPTION: Full width content with no sidebar; used for attachment pages */
	.single-attachment #content {
		margin:0 auto;
		width:850px;
	}


/* Footer =============================================================== */

/* Footer */
#footer {
	display:block;
	width:980px;
	margin:0 auto 30px auto;
}
	/*  Widgets */
	#footer-widget-area {
		overflow: hidden;
	}
		#footer-widget-area .widget-area {
			float: left;
			margin-right: 20px;
			width: 220px;
		}
		#footer-widget-area #fourth {
			margin-right: 0;
		}

	/* Menu */
	#footer .footermenu {
		display:block;
		width:894px; height:48px;
		margin:0 auto; padding:26px 30px 0 30px;
		background:url("images/layout/bkg_footer.png") no-repeat;
		overflow:hidden;
	}
		#footer .footermenu .copyright {
			float:left;
			color:#FFF;
			font-size:1em;
			font-weight:600px;
		}
		#footer .footermenu ul {
			float:right;
			margin:0; padding:0;
			list-style-type:none;
		}
			#footer .footermenu ul li {
				float:left;
				padding:0 10px;
			}
	/* Info */
	#footer .info {
		width:874px;
		margin:0 auto; padding:0 40px;
		text-align:right;
		font-size:.625em;
		color:#CCC;
	}



/* Blog Content ========================================================= */

#content {
	color:#333;
}
	#content h1 { font-size:1.375em } /* 22px */
	#content h2 { font-size:1.25em } /* 20px */
	#content h3 { font-size:1.125em } /* 18px */
	#content h4 { font-size:1em; } /* 16px */

	#content p, #content ul, #content ol {
		font-size:.875em /* 13px */
	}
	
	#content ul li, ol li {
		margin-bottom:.33em;
		color:#555;
	}

	/* Regular Post */
	#content .post {
		margin:0 0 2em 0; padding:0 0 2em 0;
		border-bottom:1px dashed #DDD;
	}

	/* Sticky Post */
	#content .home .sticky {
		background: #f2f7fc;
		border-top: 4px solid #000;
		margin-left: -20px;
		margin-right: -20px;
		padding: 18px 20px;
	}

	/* H1's on many pages */
	#content .page-title {
	}
		#content .page-title span {
			color: #333;
			font-style: italic;
			font-weight: normal;
		}

/* Post Content ========================================================= */

	/* H2's on most pages -- typically the headline */
	#content .entry-title {
		font-size: 21px;
		font-weight: bold;
		line-height: 1.3em;
		margin-bottom: 0;
	}

	/* Entry Subhead */
	.entry-meta {
		color:#888;
		font-size:.75em;
	}
	/* Entry Abbreviations */
	.entry-meta abbr, .entry-utility abbr {
		border: none;
	}
		.entry-meta abbr:hover, .entry-utility abbr:hover {
		border-bottom: 1px dotted #666;
		}

	/* Entry Body */
	.entry-content, .entry-summary {
	clear:both;
	padding:15px 0 0 0;
	}
		.entry-content fieldset {
			border: 1px solid #e7e7e7;
			margin: 0 0 24px 0;
			padding: 24px;
		}
			.entry-content fieldset legend {
				background: #fff;
				color: #000;
				font-weight: bold;
				padding: 0 24px;
			}
		.entry-content input {
			margin: 0 0 24px 0;
		}
			.entry-content input.file, .entry-content input.button {
				margin-right: 24px;
			}
		.entry-content label {
			color: #888;
			font-size:.75em;
		}
		.entry-content select {
			margin: 0 0 24px 0;
		}
		.entry-content sup,
		.entry-content sub {
			font-size:.625em;
		}
		.entry-content blockquote.left {
			float: left;
			margin-left: 0;
			margin-right: 24px;
			text-align: right;
			width: 33%;
		}
		.entry-content blockquote.right {
			float: right;
			margin-left: 24px;
			margin-right: 0;
			text-align: left;
			width: 33%;
		}
		.edit-link {
			clear:both;
			display:block;
			border-top:1px solid #DDD;
			padding:5px 0;
			margin:20px 0;
		}
			.edit-link a { color:#AAA; }

		/* Author Info Box */
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

/* Individual Post Items ================================================ */
#content table.barpost {
	border-spacing:1px;
	border-collapse:separate;
	background:#AAA;
	width:100%;
	margin:0 0 1em 0;
}
	#content table.barpost th {
		background:#EEE;
		padding:5px;
		font-weight:bold;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
		#content table.barpost thead th {
			color:#D53600;
			border-bottom:2px solid #AAA;
			vertical-align:top;
			background:#FFEBE4;
		}
		#content table.barpost tbody th {
			font-size:.8125em;
		}
		#content table.barpost tfoot th {
			color:#D53600;
			border-top:2px solid #AAA;
			background:#FFEBE4;
		}
	#content table.barpost td {
		background:#FFF;
		padding:5px;
	}
		#content table.barpost thead td {
			border-bottom:2px solid #AAA;
		}
		#content table.barpost tbody td {
			font-size:.8125em;
		}
			#content table.barpost tbody td span {
				color:#833;
			}
		#content table.barpost tfoot td {
			border-top:2px solid #AAA;
			font-weight:bold;
		}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
	border:1px solid #444;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	margin-bottom:10px;
	padding:4px;
	text-align:center;
}
#content .wp-caption p.wp-caption-text {
	color:#ff703f;
	font-size:0.75em;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-area {
	
}
.widget-area ul {
	width:100%;
	margin:0; padding:0;
	list-style:none;
}
	.widget-area ul li {
		margin:0; padding:0;
	}
		.widget-title {
			font-weight:bold;
			font-size:1em;
			margin:0 0 5px 0;
		}
	.widget-area ul ul {
		width:100%;
		margin:0 0 2em 0; padding:0;
		list-style:none;
		font-size:.875em;
	}
		.widget-area ul ul li {
			background:rgba(255,255,255,0.5);
			border-bottom:1px solid #DDD;
		}
			.widget-area ul ul li a {
				display:block;
				padding:4px 8px;
			}
				.widget-area ul ul li a:hover {
					background:#DDD;
					text-decoration:none;
				}


.widget_search { clear:both; margin:0 0 1em 0; }
	.widget_search div { clear:both; margin:0 0 1em 0; }
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}

/* TBTB Promo */
.widget-area .tbtbpromo {
	display:block;
	width:222px;
	margin:0 auto 2em auto; padding:0;
	text-align:center;
}
	.widget-area .tbtbpromo h4 {
		display:block;
		font-weight:bold;
		margin:0 0 5px 0; padding:0;
	}

.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Flickr Pics */
div.flickrpics {
	display:block;
	width:174px; height:auto;
	margin:0 auto 2em auto; padding:0;
	clear:both;
	border:none;
	background:none;
}
	div.flickrpics div.pic {
		display:block;
		float:left;
		width:77px; height:77px;
		padding:5px; margin:0;
		border:none;
		background:none;
	}
		div.flickrpics div.pic img {
			border:1px solid #444;
		}


/* Main sidebars */
#main .widget-area ul {

}
#main .widget-area ul ul {

}
#primary {
}
#secondary {
}







/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
