/*
Theme Name: Limych's White
Description: A children of "Room 34 Baseline" theme
Author: Andrey Khrolenok
Author URI: http://khrolenok.ru/
Version: 0.0.1
Tags: white, silver, light, two-columns, fixed-width, widgets, responsive-layout

*/
@charset "utf-8";

/* Reset HTML TAGS */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;display:block;}



/* STANDARD HTML TAGS */
body {
	color: #111;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;
	background: #E8E8E8 url("img/bg.png") repeat-x;
	font-size: 90%;
}
body.home #header	{
	visibility: hidden;
	height: 2.5em;
}
body.home #hdr-img,
body.home nav	{
	display: none;
}
body.home #qtranslate-chooser	{
	visibility: visible;
}
body.home #content {
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6	{
	font-weight: normal;
	margin: 1em 0 0.25em 0;
	line-height: 1.2;
}
h1	{
	font-size: 2em;
}
h2	{
	font-size: 1.8em;
}
h3	{
	font-size: 1.6em;
}
h4	{
	font-size: 1.45em;
}
h5	{
	font-size: 1.3em;
}
h6	{
	font-size: 1.2em;
}
p	{
	text-align: justify;
	margin: 1em 0 0;
}
aside p	{
	text-align: left;
}
a, a:visited {
	color: #069;
	text-decoration: none;
}
a:hover {
	color: #036;
	text-decoration: underline;
}
a:active, a:focus {
	outline: none;
}
a.hidden-link,
#footer .inlinks a,
a.phone-link	{
	color: inherit;
	text-decoration: none;
}
blockquote	{
	font-style: normal;
	padding: 0.5em 0 0.5em 1em;
    margin-left: 3em;
    margin-right: 0;
    border-left: 2px solid #CCC;
    position: relative;
}
blockquote:before {
    font-family: Serif;
    display: block;
    font-size: 250%;
    content: "\00ab";
	color: #CCC;
    margin-left: -1.6em;
    position: absolute;
    top: -0.1em;
}
blockquote:after {
    font-family: Serif;
    display: block;
    font-size: 250%;
    content: "\00bb";
	color: #CCC;
    margin-left: -1.1em;
    position: absolute;
    top: 0.1em;
}
blockquote *:first-child	{
	margin-top: 0;
}
hr {
	background: transparent;
	color: transparent;
	border-bottom: 1px dashed #999;
	padding: 1em 0 0;
	margin: 0 0 1em;
}
small {
	color: #555;
	font-size: 90%;
}
th {
	background: #DDD !important;
}
tr:nth-child(odd)	{
	background: #F3F3F3;
}
ul.inline {
	display: block;
	margin: 1em 0;
	padding: 0;
}
ul.inline li {
	display: inline;
	margin: 0 0.5em 0 0;
}
img.size-thumbnail	{
	margin: 0.25em;
}
img.wp-smiley,
.commentlist img.wp-smiley	{
	float: none;
	vertical-align: middle;
	margin: 0;
	border: 0;
	padding: 0;
}
del	{
	color: inherit;
	opacity: 0.5;
	filter: alpha(opacity=50);	/* For IE8 and earlier */
}



/* Responsive images */
.entry-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}



/* CUSTOM CSS CLASSES */
.clearfix	{
	clear: both;
}
.alignleft,
.nav-previous,
.author-avatar,
.entry-thumbnail	{
	float: left; display: inline; /* IE6 fix */
	margin: 0 1em 0.5em 0;
	text-align: left;
}
.aligncenter,
.entry-attachment .attachment {
	display: block;
	margin: 1em auto;
	text-align: center;
}
.alignright,
.nav-next {
	float: right; display: inline; /* IE6 fix */
	margin: 0 0 0.5em 1em;
	text-align: right;
	clear: right;
}
.alignjustify {
	text-align: justify;
}
.input label {
	display: block;
	font-size: 0.9em;
	font-weight: normal;
}
.post {
	margin: 0 0 3em 0;
}
.entry-thumbnail	{
	margin-top: 0.5em;
}
.archive .entry-summary em	{
	font-style: normal;
}
.entry-meta,
.entry-utility	{
	font-size: 0.9em;
	font-style: italic;
	color: #999;
	margin: 1em 0;
	text-align: justify;
}
.entry-meta a,
.entry-utility a	{
	color: inherit;
}
.entry-author-info	{
	margin: 1em 0;
}
.entry-author-info h2	{
	display: inline;
	clear: both;
}
.author-bio	{
	margin-top: 0.5em;
}
.author-link	{
	display: inline;
	margin-left: 1em;
}
.author-avatar	{
	margin-top: 0.5em;
}
.wp-caption {
	background: #eee;
	border: 1px solid #ccc;
	padding: 0.5em;
	text-align: center;
	margin-top: 0.5em;
}
.wp-caption img {
	border: 0;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 85%;
}
.valign-middle	{
	vertical-align: middle;
}
.navigation:after {
	content:  "\0020";
	display:  block;
	height:   0;
	clear:    both;
	visibility: hidden;
	overflow:   hidden;
}
.category- #share	{
	display: none;
}
.more-link	{
	text-align: right;
	display: block;
	margin: 0.5em 0;
}
.hidden,
.only4tablet,
.only4handheld	{
	display: none;
}
.format-aside	{
	background: #F1F1F1 url("img/format-aside.png") no-repeat 10px 20px;
	padding: 0.1em 1.5em 1em 75px;
	font-style: italic;
}
.secure	{
	background: transparent url("img/icon-secure.png") no-repeat 10px 0;
	color: #999;
	padding-left: 42px;
	min-height: 24px;
	font-size: 85%;
	margin: -1.5em 0;
}



/* DOM ELEMENTS */
#page {
	width: 870px;
	margin: 0 auto;
	background: white;
	border: 1px solid white;
	border-top: 0;
	border-bottom: 0;
	position: relative;
}
#header {
	overflow: hidden;
	background: #F1F1F1;
	height: 149px;
	margin: 0;
	padding: 0;
}
#hdrwrap	{
	margin: 40px auto;
	vertical-align: middle;
	clear: both;
}
#hdr-img {
	background: transparent;
	text-align: center;
}
#hdr-contacts,
#wpstats	{
	display: none;
}
#menu-link	{
	display: none;
}
#content {
	margin: 1.5em 2%;
	overflow: hidden;
	width: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
#content ol,
#content ul,
#content dl	{
	text-align: justify;
	margin: 1em 0 1em;
}
#content dl	{
	margin-left: 2em;
}
#content li	{
	padding-left: 2em;
	list-style-position: inside;
	text-indent: -1em;
	overflow: hidden;
}
#content .sharedaddy li	{
	padding-left: 0;
	text-indent: 0;
}
#content section	{
	clear: both;
	padding: 0.5em 1em;
}
#content section h2	{
	margin-top: 0;
}
#content section:nth-child(odd)	{
	background: #F3F3F3;
}
#content section .thumbnail	{
	float: left;
	margin: 0.5em 1em 0 0;
	max-width: 50%;
}
#content section:nth-child(odd) .thumbnail	{
	float: right;
	margin: 0.5em 0 0 1em;
}
#sidebar {
	font-size: 90%;
	padding: 0;
	width: auto;
}
#sidebar .widget	{
	margin: 3em 0 0.5em 0;
}
#sidebar  .widgettitle	{
	margin: 0.5em 0;
	border-bottom: 1px solid #BBB;
	font-size: 1.5em;
}
#sidebar .widgettitle a	{
	color: #111;
	text-decoration: none;
}
#sidebar form {
	margin-bottom: 1.5em;
}
#sidebar div {
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}
#sidebar div a {
	padding: 0 0.5em 0 0;
	white-space: nowrap;
}
#sidebar div a:hover {
	color: #036 !important;
}
#footer {
	clear: both;
	color: #555;
	background: #E8E8E8;
	font-size: 0.9em;
	overflow: hidden;
    border-top: 1px solid white;
	margin: 0;
	padding: 10pt 2%;
	width: auto;
}
#footer p {
	margin: 0.5em 0;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer li {
	display: inline;
	margin: 0 1em 0 0;
}
#footer .inlinks	{
	font-size: 6pt;
	opacity: 0.3; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */ "

	filter:alpha(opacity=30); /* IE 5.5+*/
	-moz-opacity: 0.3; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.3; /* Konqueror 3.1, Safari 1.1 */
}



/* Navigation */
nav.navigation-drawer	{
	color: white;
	background: #555;
	font-size: 120%;
}
#page nav {
	font-size: 120%;
	min-height: 27px;
	background: #E8E8E8;
    border-top: 1px solid white;
	border-bottom: 1px solid white;
}
nav ul {
	list-style: none;
	padding: 0;
	margin: 0 auto 0;
}
nav.navigation-drawer ul li {
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
	border-bottom: 1px solid #3e3e3e;
	border-top: 1px solid #717171;
}
#page nav li {
	float: left; display: inline; /* IE6 fix */
	margin: 0;
	padding: 0;
	position: relative;
	background-color: transparent;
}
#page nav li:hover {
	background: #ddd;
}
nav.navigation-drawer li:hover {
	background: #333;
}
nav li a	{
	display: block;
	padding: 0.2em 0.6em;
	text-decoration: none !important;
}
nav.navigation-drawer li a	{
	color: white;
}
#page nav li ul {
	display: none;
	position: absolute;
	z-index: 99;
}
#page nav li:hover ul {
	background: #fff;
	border: 1px solid #999;
	display: block;
	left: 0;
	min-width: 150px;
	top: 1.9em;
	white-space: nowrap;
}
nav.navigation-drawer li li {
	margin-left: 1em;
}
#page nav li:hover li {
	background: #fff;
	display: block;
	float: none;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}
#page nav li:hover li:hover	{
	background: #eee;
}
nav.navigation-drawer li:hover li:hover	{
	background: #555;
}
#page nav li:hover li a {
	padding: 0.3em 0.5em;
}




/* Page Columns */
#colwrap	{
	clear: both;
	position: relative;	/* This fixes the IE7 overflow hidden bug */
	float: left;
	width: 100%;		/* width of whole page */
	overflow: hidden;	/* This chops off any overhanging divs */
	background: #FFF;
}
#colright	{
	position: relative;
	float: left;
	width: 100%;
	left: 70%;			/* left column width */
	background: #F1F1F1;	/* right column background colour */
}
#colright #content,
#colright #sidebar	{
	position: relative;
	float: left;
	overflow: hidden;
}
#colright #content{
	width: 66%;
	right: 70%;
}
#colright #sidebar	{
	width: 26%;
	right: 68%;
}
.twocols	{
	clear: right;
	float: left;
	width: 48.5%;
	overflow: hidden;
	margin: 1em 3% 1em 0;
}
.twocols.last	{
	margin-right: 0;
}
.threecols	{
	clear: right;
	float: left;
	width: 32%;
	overflow: hidden;
	margin-right: 2%;
}
.threecols p	{
	text-align: left;
}
.threecols.last	{
	margin-right: 0;
}
.note	{
	background-color: #F1F1F1;
	padding: 1em;
	box-sizing: border-box;
	margin: 1em 0 0;

    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}
.note:before	{
	content: "Скрытый текст:";
	display: block;
	font-weight: bold;
}



/* Pages pagination */
.pagination	{
	text-align: right;
	padding: 1em auto;
}
.pagination a	{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #DDD;
	text-decoration: none; /* no underline */
	color: #999;
}
.pagination a:hover,
.pagination a:active	{
	border: 1px solid #999;
	color: #000;
}
.pagination .current-page	{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #999;
	font-weight: bold;
	background-color: #999;
	color: #FFF;
}
.pagination .disabled	{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}



/* Comments */
.comments-area	{
	clear: both;
	width: 100%;
}
.comments-area .commentlist,
.comments-area .children	{
	clear: both;
	list-style: none;
	padding: 0;
	margin: 1em 0;
}
.commentlist .comment,
.commentlist .pingback	{
	padding-top: 1em;
	text-indent: 0 !important;
}
.commentlist .comment .avatar	{
	float: left;
	margin-top: 0.5em;
}
.commentlist .comment .comment-author,
.commentlist .comment .comment-meta,
.commentlist .comment .comment-text	{
	padding-left: 75px;
}
.commentlist .comment .comment-text img	{
	max-width: 100%; /* Fluid images */
}
.commentlist .comment .comment-author	{
	font-size: 130%;
}
.commentlist .comment .comment-meta,
.commentlist .comment .comment-meta a	{
	font-size: 90%;
	color: #888;
	font-style: italic;
}
.commentlist article	{
	display: block;
	border-radius: 1em;
	padding: 0.5em 1em;
	background: #F1F1F1;
	z-index: 3;
	position: relative;

	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-ms-border-radius: 1em;
	-o-border-radius: 1em;
}
.commentlist .children {
	margin: 0;
	padding-left: 10px;
}
.commentlist .children > .comment	{
	padding-left: 12px !important;
}
.commentlist .children .comment {
	border-left: 1px solid #DDD;
	position: relative;
}
.commentlist .children .comment:before	{
	width: 7px;
	height: 7px;
	display: block;
	background: #CCC;
	border-radius: 7px;
	position: absolute;
	top: 33px;
	left: -4px;
	content: "";
	z-index: 2;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}
.commentlist .children .comment:after	{
	width: 100px;
	height: 1px;
	border-top: 1px solid #DDD;
	display: block;
	position: absolute;
	top: 36px;
	left: 0;
	content: "";
	z-index: 1;
}
.commentlist .bypostauthor > article	{
	background: #F1F1E1;
}
/* Handheld screen */
@media only screen and (max-device-width: 37.5em) {
	.commentlist .comment .comment-text	{
		clear: both;
		margin: 0;
		padding: 0.5em 0;
	}
}
/**********/
.comment-reply-link,
.comment-edit-link	{
	border-radius: 1em;
	text-decoration: none;
	padding: 0.5em 1em;
	color: #FFF !important;
	margin: 0.5em 1em 0.25em 0;
	background: #BBB;
	float: left;

	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-ms-border-radius: 1em;
	-o-border-radius: 1em;
}
.comment-reply-link:hover,
.comment-edit-link:hover	{
	background: #AAA;
	color: #FFF;
	text-decoration: none;
}
/**********/
.comment-respond	{
	display: block;
	border-radius: 1em;
	padding: 0.5em 1em;
	background: #F1F1F1;
	margin: 1em 0;

	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-ms-border-radius: 1em;
	-o-border-radius: 1em;
}
.commentlist .comment-respond	{
	background: #E8F1F1;
	margin: 1em 0 0 23px;
}
.comment-respond .comment-reply-title	{
	margin-top: 0.25em;
}
.comment-respond #comment_ifr	{
	background: #FFF;
}
.comment-respond textarea	{
	width: 100%;
	box-sizing: border-box;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.comment-respond .form-submit	{
	margin: 0 0 1em;
	text-align: right;
}
.comment-respond #cancel-comment-reply-link {
	font-size: 80%;
	font-weight: normal;
	float: right;
}



/* Table of Contents */
#content .toc,
#content .tableofcontent 	{
	border: 1px solid #AAA;
	padding: 5px 20px 10px 20px;
	font-size: 95%;
	float: right;
	margin: 0.5em 0 0.5em 1em;
	max-width: 40%;
}
#content .toc h2,
#content .tableofcontent  h2	{
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content .toc p,
#content .tableofcontent p	{
	font-size: 100%;
	line-height: 100%;
}
/* Tablet screen */
@media only screen and (max-device-width: 64.25em) {
	#content .toc,
	#content .tableofcontent 	{
		font-size: 100%;
	}
}
/* Handheld screen */
@media only screen and (max-device-width: 37.5em) {
	#content .toc,
	#content .tableofcontent 	{
		float: none !important;
		margin: 1.5em 0;
		max-width: 100%;
	}
}



/* Download link */
.dl {
    width: 80%;
	min-height: 48px;
	background: #E8E8E8 url("img/download-icon.png") no-repeat 10px center;
	margin: 1em auto;
	padding: 0.5em 1em 0.5em 64px;
    text-align: center;
}
.dl a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}
.dl .description {
    width: 100%;
    display: block;
    font-style: italic;
}



/* Related Posts */
.entry-related	{
	text-align: justify;
}
.entry-related dt	{
	margin-top: 0.5em;
	font-weight: 600;
	white-space: normal;
}
.entry-related dd	{
	font-style: italic;
}
.yarpp-related-widget h3	{
	font-size: 120%;
}
.yarpp-related-widget a	{
	white-space: normal !important;
}
.yarpp-related-widget p	{
	margin-top: 0;
	font-style: italic;
	text-align: justify;
}



/* WP Lynx */
.link_box	{
	background: #F1F1F1;
	margin: 1em 10%;
	padding: 1em;
	display: block;
	float: left;
}
.link_img	{
	width: 30%;
	display: block;
	float: left;
}
.link_img img	{
	width: 100%;
	height: auto;
}
.link_descr	{
	display: block;
	width: 67%;
	float: right;
}
.link_descr a	{
	text-decoration: none;
	font-weight: bolder;
	display: block;
}
.link_descr small	{
	padding: 0 0 0.5em;
	display: block;
	color: #999;
}
.link_descr small a	{
	color: #999;
	font-weight: normal;
}
.link_descr span	{
	display: block;
}



/* Jetpack Contact form */
.contact-form label.checkbox,
.contact-form label.radio	{
	font-weight: normal !important;
}
.contact-submit	{
	text-align: right;
}
.contact-submit input	{
	display: inline-block !important;
}
/* Handheld screen */
@media only screen and (max-device-width: 37.5em) {
	.form-box	{
		width: 95%;
	}
}



/** Gallery **/
.shiba-gallery	{
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 0;
	background: #EEE;
}
.shiba-gallery .slimbox-thumb	{
	margin: 1px;
}
.shiba-gallery a:hover img	{
	opacity: 0.8;
}
.feedbacks .shiba-gallery	{
	background: transparent;
}
.feedbacks .shiba-outer	{
	border: 1px solid #CCC;
}
.lytebox-thumb	{
	float: left;
	width: 33.3%;
	height: auto;
	margin: 0;
}
.lytebox-thumb.size-x2	{
	width: 66.5%;
}
.lytebox-thumb img	{
	box-sizing: border-box;
	border: 1px solid #EEE;
	width: 100%;
	height: auto;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
@media only screen and (max-width : 599px),
only screen and (max-device-width : 599px){
	.lytebox-thumb			{	width:  50%;	}
	.lytebox-thumb.size-x2	{	width: 100%;	}
}

@media only screen and (max-width : 399px),
only screen and (max-device-width : 399px){
	.lytebox-thumb,
	.lytebox-thumb.size-x2	{	width: 100%;	}
}



/*** Widgets **********************************************************************/

/** qTranslate **/
#qtranslate-chooser {
	float: right;
	list-style: none;
	padding: 0.5em 0;
	margin: 0;
}
#qtranslate-chooser li {
	list-style: none;
	float: left; display: inline; /* IE6 fix */
	margin: 0;
	margin-right: 0.5em;
	padding: 0;
	position: relative;
	opacity: 0.7; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */ "

	filter:alpha(opacity=70); /* IE 5.5+*/
	-moz-opacity: 0.7; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.7; /* Konqueror 3.1, Safari 1.1 */
}
#qtranslate-chooser li:hover {
	opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */ "

	filter:alpha(opacity=100); /* IE 5.5+*/
	-moz-opacity: 1; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
}
#qtranslate-chooser .active {
	display: none;
}

/** Extended Comments **/
.widget_extended_comments ul	{
	list-style: disc outside url("img/comment-listicon.png");
	padding: 0;
	margin: 0;
	padding-left: 25px;
}
.widget_extended_comments li	{
	padding: 0;
	margin: 1em 0;
}
.widget_extended_comments blockquote	{
	border: 0;
	font-style: italic;
	font-size: 100%;
	padding: 0;
	margin: 0;
}
.widget_extended_comments blockquote:before,
.widget_extended_comments blockquote:after	{
	content: none;
}



/** Social Links **/
.social_above	{
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: right;
}
.social_below,
div.sharedaddy h3.sd-title:before	{
	margin-top: 3em;
	margin-bottom: 1em;
	border: 0 !important;
}
.social_centering	{
	text-align: center;
	margin: 1em auto;
}
.addthis_toolbox	{
	display: inline-block;
	text-align: left;
	margin-bottom: 0 !important;
}

/** Bonus **/
.widget_limych_white_bonus	{
	background: #F8F8E1;
	margin: 2.5em 0 0;
	padding: 0.5em 0.5em 1em;
}
.widget_limych_white_bonus p	{
	text-align: justify;
	hyphens: auto;

	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
}
.widget_limych_white_bonus .bonus_link	{
	text-align: center;
}
.widget_limych_white_bonus .bonus_link a	{
	border-radius: 11px;
	border-style: solid;
	border-width: 1px;
	color: #000;
	cursor: pointer;
	font-weight: bold;
	line-height: 15px;
	margin: 0;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
	padding: 3px 10px;
	text-decoration: none;
	white-space: nowrap;

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-khtml-border-radius: 11px;
	-moz-box-sizing: content-box;
}
.widget_limych_white_bonus .bonus_link a:hover	{
	color: #C00;
}




/*** CSS Media Queries ************************************************************/

.visible-desktop	{
	display: run-in;
}
.hidden-desktop	{
	display: none;
}


/* Narrow screen */
@media only screen and (max-width: 900px) {
	#page	{
		width: 97%;
	}
}

/* Tablet screen */
/*@media only screen and (max-width: 64em) {/**/
@media only screen and (max-device-width: 64.25em) {/**/
	body {
		font-size: 100%;
	}
	img	{
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}
	h1	{
		font-size: 1.8em;
	}
	h2	{
		font-size: 1.6em;
	}
	h3	{
		font-size: 1.45em;
	}
	h4	{
		font-size: 1.3em;
	}
	h5	{
		font-size: 1.2em;
	}
	h6	{
		font-size: 1.1em;
	}

	#page	{
		width: 100%;
	}
	#header	{
		height: auto;
	}
	#hdrwrap	{
		margin: 1em auto;
	}
	nav a	{
		font-size: 90%;
	}
	#content	{
		margin-top: 0;
	}
	#colwrap,
	#colright,
	#content,
	#sidebar,
	#colright #content,
	#colright #sidebar	{
		width: auto;
		position: static;
		float: none;
		right: 0;
	}
	#colright	{
		background: transparent;
	}
	#sidebar	{
		padding: 0 1em 1em;
		font-size: 100%;
		background: #F1F1F1;
	}

	.visible-tablet,
	.only4tablet	{
		display: run-in;
	}
	.hidden-tablet,
	.not4tablet	{
		display: none;
	}
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
	}
	.threecols	{
		float: none;
		clear: both;
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
	.alignleft,
	.alignright	{
		max-width: 33%;
	}
	.entry-thumbnail	{
		max-width: 25%;
	}
}

/* Phone screen */
/*@media only screen and (max-width: 37.5em) {/**/
@media only screen and (max-device-width: 37.5em) {/**/
	html {
		-webkit-text-size-adjust: none;
	}
	body.home #header	{
		visibility: visible;
		padding-bottom: 5px;
	}
	body.home #hdr-img	{
		display: auto;
	}
	body.home #menu-link	{
		display: none;
	}
	body.home #content {
		margin-top: 1.5em;
	}
	a.phone-link	{
		color: #069;
		text-decoration: none;
	}

	#header	{
		text-align: left;
		padding: 7px 5px 2px 10px;
	}
	#menu-link	{
		float: right;
		display: block;
	}
	nav a	{
		padding: 10px 8px;
	}
/*	#content section .thumbnail	{
		width: 100%;
	}/**/

	.visible-phone,
	.only4handheld	{
		display: initial;
		display: run-in;
	}
	.hidden-phone,
	.not4handheld	{
		display: none;
	}
	.social_above,
	.blog .entry-meta,
	.blog .entry-utility	{
		display: none;
	}
}
