/*
Theme Name: cozylite
Theme URI: http://cozylabs.org/themes/cozylite/
Author: cozylabs
Author URI: http://cozylabs.org/
Description: cozylabs theme
Version: 1.0
Tags: gray, white, light, one-column, two-columns, right-sidebar, fixed-width, custom-background, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GNU General Public License
License URI: license.txt
*/



/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}


table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}


/* ========== helper classes ========== */
.w214 {
	width: 214px;
}
.w222 {
	width: 222px;
}
.w706 {
	width: 706px;
}
.w726 {
	width: 726px;
}
.col-left {
	float: left;
}
.col-right {
	float: right;
}
.border-left {
	background: transparent url("img/bg/border-vertical.png") left top repeat-y;
}


/* ========== links ========== */
a:link {
	text-decoration: underline;
	color: #00e;
}
a:visited {
	color: #551A8B;
}
a:hover {
	color: #06e;
}
a:active {
	color: #900;
}
a img {
	border: 0;
}

/* micro clearfix for modern browsers: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix { /* For IE 6/7 (trigger hasLayout) */
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}

/* ========== pointer cursor for clickable elements ========== */
a[href], input[type='submit'], input[type='image'], input[type='button'], input[type='reset'], label[for], select, button, .pointer {
	cursor: pointer;
}

/* ========== selection colors ========== */
::selection {background: #333; color:#fff; text-shadow: none;}
::-moz-selection {background: #333; color:#fff; text-shadow: none;}
img::selection {background: #333;}
img::-moz-selection	{background: #333;}
body {-webkit-tap-highlight-color: #333;}

/* ========== embed size ========== */
embed, iframe, object {
	max-width: 100%;
}
iframe {
	border: 0;
}
video {
	max-width: 100%;
	height: auto;
}


body {
	border-top: 4px solid #e42b0d;
	background: #eee;
	color: #4c4c4c;
}

.site {
	background: #fff;
	width: 980px;
	margin: 0 auto;
}
.site-inner {
	padding: 0 20px;
}

.site-header {
	float: left;
	width: 100%;
	height: 154px;
	background: transparent url("img/bg/border-horizontal.png") left bottom repeat-x;
	position: relative;
	margin: 0 0 32px 0;
}

.site-logo {
	position: absolute;
	left: 0;
	top: 28px;
	width: 200px;
	height: 70px;
	overflow: hidden;
}
.site-logo img {
	max-width: 200px;
	max-height: 70px;
}

.site-name {
	position: absolute;
	left: 190px;
	top: 35px;
	max-width: 450px;
	max-height: 90px;
	overflow: hidden;
}
.site-name .site-title {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #4c4c4c;
	margin: 0;
}
.site-name .site-title a {
	color: #4c4c4c;
	text-decoration: none;
}
.site-name .site-title a:hover {
	text-decoration: underline;
}
.site-name .site-description {
	font-size: 13px;
	line-height: 13px;
	font-style: italic;
	font-weight: normal;
	color: #97999b;
	margin: 10px 0 0 0;
}

.site-header .site-search {
	position: absolute;
	right: 0;
	top: 41px;
}

.site-search {
	border: 1px solid #dbdee0;
	background: #fff;
	width: 249px;
	height: 29px;
}
.site-search .site-search-text {
	float: left;
	width: 200px;
	border: 0;
	background: transparent;
	box-shadow: none;
}
.widget-area .site-search {
	width: 192px;
}
.widget-area .site-search .site-search-text {
	width: 145px;
}
.site-search .site-search-submit {
	float: right;
	width: 33px;
	height: 29px;
	background: #e42b0d url("img/bg/search.png") center center no-repeat;
	border: 0;
	text-indent: -9999px;
	color: #e42b0d;
}
.widget-area select, .widget-area input {
	max-width: 100%;
}

/* ========== site menu ========== */
.site-navigation {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	margin: 108px 0 0 0;
}
.site-navigation ul {
	margin: 0;
	padding: 0;
}
.site-navigation ul li {
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #dddfe0;
	list-style-type: none;
	float: left;
	position: relative;
}
.site-navigation ul li:first-child {
	padding-left: 0;
}
.site-navigation ul li:last-child {
	padding-right: 0;
	border-right: 0;
}
.site-navigation ul li ul { /* 2nd level menu */
	display: none;
	float: left;
	margin: 0;
	padding: 1px 0 0 0;
	position: absolute;
	top: 30px;
	left: 14px;
	z-index: 99999;
	background: #fff;
	border-bottom: 1px solid #e2e2e2;
}
.site-navigation ul li:first-child ul {
	left: 0px;
}
.site-navigation ul li ul li {
	border: 1px solid #e2e2e2;
	border-bottom: 0;
	padding: 0;
	margin: 0;
	float: left;
	text-transform: none;
}
.site-navigation ul li ul li:last-child {
	border-right: 1px solid #e2e2e2;
}
.site-navigation ul li ul li.current_page_item, .site-navigation ul li ul li:hover, .site-navigation ul li ul li.current_page_ancestor {
	border: 1px solid #e42d10;
	border-bottom: 0;
}
.site-navigation ul li ul li a:hover, .site-navigation ul li ul li:hover > a {
	background: #e42d10;
	color: #fff;
	border-bottom: 0;
}
.site-navigation ul li ul li a {
	padding: 7px 9px 5px 9px;
	margin: 0;
	float: left;
	width: 160px;
}
.site-navigation ul li:hover > ul {
	display: block;
}
.site-navigation li a {
	float: left;
	color: #4c4c4c;
	text-decoration: none;
	padding: 6px 17px 5px 17px;
}
.site-navigation li a:hover {
	color: #e42b0d;
}

.site-navigation li.current_page_item > a, .site-navigation li.current_page_ancestor > a {
	background: #e42b0d;
	color: #fff;
}
.site-header .site-navigation ul li ul li ul { /* 3rd level menu */
	position: absolute;
	top: -2px;
	left: 178px;
}

/* ========== site slider ========== */
.site-slider {
	float: left;
	width: 100%;
	height: 389px;
	margin: 0 0 48px 0;
	overflow: hidden;
	background: #e2e2e2;
}
.site-slider .site-slider-single {
	float: left;
	width: 726px;
}
.site-slider .site-slider-list {
	float: right;
	width: 214px;
}
.site-slider .site-slider-list ul {
	border-top: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-slider .site-slider-list ul li {
	border-bottom: 1px solid #e2e2e2;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 96px;
	font-size: 14px;
	line-height: 17px;
	color: #4c4c4c;
	cursor: pointer;
	position: relative;
	background: #fafafa;
}
.site-slider .site-slider-list ul li a {
	display: block;
	padding: 20px 0 0 24px;
	height: 76px;
	color: #4c4c4c;
	text-decoration: none;
	outline: none;
}
.site-slider .site-slider-list ul li div {
	font-size: 13px;
	color: #97999b;
	font-style: italic;
}

.site-slider .site-slider-list ul li.ui-tabs-active, .site-slider .site-slider-list ul li.ui-tabs-active a, .site-slider .site-slider-list ul li:hover, .site-slider .site-slider-list ul li:hover a, .site-slider .site-slider-list ul li a:hover {
	color: #e42b0d;
}
.site-slider .site-slider-list ul li.ui-tabs-active {
	background: #fff;
}


.site-slider .site-slider-list ul li .arrow {
	display: none;
	position: absolute;
	background: transparent url("img/bg/slider-arrow.png") left top no-repeat;
	width: 12px;
	height: 23px;
	left: -12px;
	top: 50%;
	margin-top: -11px;
	z-index: 50;
}
/*.site-slider .site-slider-list ul li.active .arrow, */.site-slider .site-slider-list ul li.ui-tabs-active .arrow {
	display: block;
}

.header-line {
	text-align: center;
	background: transparent url("img/bg/border-horizontal.png") left center repeat-x;
	margin: 0 0 30px 0;
	position: relative;
}
.header-line h3 {
	display: inline-block;
	background: #fff;
	padding: 0 10px;
	margin: 0;
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	text-transform: uppercase;
}
.header-line-pager {
	position: absolute;
	top: 9px;
	right: 0;
	background: #fff;
}
.header-line-pager .header-line-pager-prev {
	float: left;
	width: 22px;
	height: 22px;
	background: transparent url("img/bg/posts-arrows.png") left top no-repeat;
	margin: 0 0 0 12px;
	overflow: hidden;
}
.header-line-pager .header-line-pager-prev:hover {
	background-position: left bottom;
}
.header-line-pager .header-line-pager-next {
	float: left;
	width: 22px;
	height: 22px;
	background: transparent url("img/bg/posts-arrows.png") right top no-repeat;
	margin: 0 0 0 6px;
	overflow: hidden;
}
.header-line-pager .header-line-pager-next:hover {
	background-position: right bottom;
}
.header-line-pager .header-line-pager-prev a, .header-line-pager .header-line-pager-next a {
	float: left;
	width: 22px;
	height: 22px;
	text-indent: -999px;
}

/* ========== bxslider ========== */
.site-main .bx-wrapper .bx-viewport {
	box-shadow: none;
}
.site-main .bx-wrapper {
	margin: 0 0 20px 0;
	padding: 0;
}

/* ========== latest and popular posts slider ========== */
.cols3 {
	float: left;
	/*width: 726px;
	margin-left: -20px;*/
	width: 706px;
}
.cols3-item {
	float: left;
	/*width: 222px;
	margin-left: 20px;*/
	width: 215px;
	margin-right: 20px;
}
.cols3-img {
	margin: 0 0 13px 0;
	height: 90px;
	overflow: hidden;
	background: #eee;
}
.cols3-title {
	float: left;
	width: 100%;
}
.site-main .cols3-title h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #4c4c4c;
	margin: 0 0 10px 0;
}
.cols3-title h3 a {
	color: #4c4c4c;
	text-decoration: none;
}
.cols3-title h3 a:hover {
	color: #000;
}
/* ========== post meta ========== */
.post-meta {
	margin: 0 0 10px 0;
}
.post-meta-item {
	display: inline;
	border-right: 1px solid #e6e6e6;
	padding: 1px 6px 1px 0;
	margin: 0 6px 0 0;
	height: 14px;
	font-size: 10px;
	line-height: 16px;
	color: #97999b;
}
.post-meta-item-last {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}
.post-meta-date {
	display: inline;
	font-size: 10px;
	line-height: 16px;
	color: #97999b;
}
.icon-post {
	display: inline-block;
	width: 13px;
	height: 14px;
	background: transparent url("img/bg/icon-post.png") left top no-repeat;
}
.post-meta-comments {
	display: inline;
}
.post-meta-comments a {
	background: transparent url("img/bg/icon-comments.png") left center no-repeat;
	padding: 0 0 0 23px;
	color: #97999b;
	text-decoration: none;
}
.post-meta-comments a:hover {
	color: #000;
}
.icon-categories {
	display: inline-block;
	width: 12px;
	height: 11px;
	background: transparent url("img/bg/icon-categories.png") left top no-repeat;
}
.post-meta-categories {
	display: inline;
}
.post-meta .post-meta-categories a {
	color: #97999b;
}
.post-meta .post-meta-categories a:hover {
	color: #e42b0d;
}

/* ========== site footer ========== */
.site-footer {
	float: left;
	width: 100%;
	background: transparent url("img/bg/border-horizontal.png") left top repeat-x;
	padding: 37px 0 33px 0;
	margin: 65px 0 0 0;
	font-size: 12px;
	line-height: 12px;
	color: #bec0c1;
}
.site-footer a {
	color: #bec0c1;
	text-decoration: underline;
}
.site-footer a:hover {
	color: #000;
	text-decoration: underline;
}

.site-footer .site-footer-left {
	float: left;
	width: 33%;
}
.site-footer .site-footer-center {
	float: left;
	width: 33%;
	text-align: center;
}
.site-footer .site-footer-right {
	float: right;
	width: 34%;
	text-align: right;
	margin-top: -5px;
}
.site-footer .footer-social {
	width: 23px;
	height: 23px;
	margin: 0 0 0 15px;
	display: inline-block;
	background: transparent url("img/bg/footer-twitter.png") left top no-repeat;
}
.site-footer .footer-social:hover {
	background-position: left bottom;
}
.site-footer .footer-twitter {
	width: 24px;
	height: 18px;
}
.site-footer .footer-facebook {
	background-image: url("img/bg/footer-facebook.png");
}
.site-footer .footer-googleplus {
	background-image: url("img/bg/footer-googleplus.png");
}
.site-footer .footer-vimeo {
	background-image: url("img/bg/footer-vimeo.png");
}
.site-footer .footer-youtube {
	background-image: url("img/bg/footer-youtube.png");
	width: 25px;
}
.site-footer .footer-skype {
	background-image: url("img/bg/footer-skype.png");
}


/* ========== widgets ========== */
.widget-area {

}
.widget-area .widget-area-inner {
	padding: 0 0 0 22px;
}
.widget-area .widget {
	margin: 0 0 30px 0;
}

.widget-area .widget .widget-title {
	color: #4c4c4c;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}

.widget-area .widget .tagcloud {}
.widget-area .widget .tagcloud a {
	font-size: 11px!important;
	line-height: 11px;
	color: #717171;
	background: #f2f2f2;
	text-decoration: none;
	padding: 3px 8px;
	margin: 4px 2px 0 0;
	display: inline-block;
}
.widget-area .widget .tagcloud a:hover {
	background: #e42b0d;
	color: #fff;
}
.widget_nav_menu ul ul, .widget_categories ul ul { /* hide second level menu */
	display: none;
}
.widget_categories {
	font-size: 12px;
	line-height: 14px;
	color: #97999b;
}
.widget_categories ul, .widget ul {
	margin: 0;
	padding: 0;
}
.widget_categories ul li, .widget ul li {
	margin: 0;
	padding: 4px 0 6px 12px;
	list-style: none;
	color: #97999b;
	/*border-top: 1px dotted #dddfe0;*/
	background: transparent url("img/bg/list-arrow.png") 0px 11px no-repeat;
}
.widget_categories ul li:hover, .widget ul li:hover, .widget ul .current_page_item, .widget ul .current-cat {
	background-image: url("img/bg/list-arrow-hover.png");
}
.widget_categories ul li ul, .widget ul li ul {
	margin-left: 15px;
}
.widget-area .widget_categories a, .widget-area .widget a {
	color: #97999b;
	text-decoration: none;
}

.widget-area .widget_categories a:hover, .widget-area .widget a:hover, .widget-area .widget .current_page_item > a, .widget-area .widget .current-cat > a {
	color: #e42b0d;
}
.widget-area .widget table {
}
.widget-area .widget table td, .widget-area .widget table th {
	padding: 2px;
}
.widget-area .widget_calendar table {
}
.widget-area .widget_calendar table caption {
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 2px;
	color: #4c4c4c;
	clear: both;
}
.widget-area .widget_calendar table td, .widget-area .widget_calendar table th {
	text-align: center;
	border: 0;
}
.widget-area .widget_calendar table td {
	padding: 6px 2px;
	font-size: 12px;
	line-height: 12px;
}
.widget-area .widget_calendar table th {
	font-size: 9px;
	line-height: 11px;
	color: #b8b8b8;
	padding: 6px 2px;
}
.widget-area .widget_calendar table td#today {
	background: #f2f2f2;
	color: #4c4c4c;
}
.widget-area .widget_calendar table td#prev {
	text-align: left;
}
.widget-area .widget_calendar table td#next {
	text-align: right;
}
.widget-area .widget_calendar table a {
	color: #e42b0d;
	text-decoration: none;
}
.widget-area .widget_calendar table a:hover {
	color: #9a1d09;
	text-decoration: underline;
}

.widget-area .widget-latest-popular-title {}
.widget-area .widget-latest-popular-title span {
	float: left;
	border: 1px solid #e2e2e2;
	margin: 0 -1px -1px 0;
	padding: 10px 20px 10px 20px;
	background: #f5f5f5;
	font-size: 12px;
	line-height: 12px;
	color: #4c4c4c;
	cursor: pointer;
}
.widget-area .widget-latest-popular-title span.active {
	border-bottom-color: #fff;
	background: #fff;
	color: #e42b0d;
}
.widget-area .widget-latest-popular-title span:hover {
	color: #e42b0d;
}
.widget-area .widget-latest-popular-body {
	border: 1px solid #e2e2e2;
	padding: 14px;
}
.widget-area .widget-latest-popular-body ul {
	margin: 0;
	padding: 0;
}
.widget-area .widget-latest-popular-body ul li {
	margin: 0;
	padding: 12px 0;
	background: none;
	font-size: 11px;
	line-height: 15px;
	color: #97999b;
	border-bottom: 1px dotted #dddfe0;
}
.widget-area .widget-latest-popular-body ul li:last-child {
	border-bottom: 0;
}
.widget-area .widget-latest-popular-body ul li:hover {
	background: none;
}

/* ========== article ========== */
article.hentry {
	padding: 0 20px 0 0;
	font-size: 13px;
	line-height: 20px;
	color: #97999b;
}
.hentry .entry-header {
	margin: 0 0 15px 0;
}
.hentry .entry-header .entry-title {
	font-size: 16px;
	line-height: 20px;
	color: #4c4c4c;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/* ========== text styles ========== */
.site-main {
	font-size: 13px;
	line-height: 20px;
	color: #97999b;
}
.site-main p, .site-main li {
	font-size: 13px;
	line-height: 20px;
	color: #97999b;
}
.site-main p, .site-main ol, .site-main ul {
	margin-bottom: 20px;
}
.site-main ol ol, .site-main ol ul, .site-main ul ul, .site-main ul ol {
	margin-bottom: 0;
}
.site-main h1, .site-main h2, .site-main h3, .site-main h4, .site-main h5, .site-main h6 {
	color: #4c4c4c;
	font-weight: normal;
	margin: 10px 0;
}
.site-main h1 {
	font-size: 18px;
	line-height: 30px;
}
.site-main h2 {
	font-size: 17px;
	line-height: 28px;
}
.site-main h3 {
	font-size: 16px;
	line-height: 26px;
}
.site-main h4 {
	font-size: 15px;
	line-height: 24px;
}
.site-main h5, .site-main h6 {
	font-size: 14px;
	line-height: 22px;
}
.site-main a {
	color: #e42b0d;
	text-decoration: none;
}
.site-main a:hover {
	color: #9a1d09;
	text-decoration: underline;
}
.site-main .emphasized {
	margin: 0 0 20px 0;
	padding: 15px 0;
	border: 0;
	border-top: 1px dashed #dddfe0;
	border-bottom: 1px dashed #dddfe0;

}
.site-main pre {
	background: #f2f2f2;
	border-radius: 2px;
	border: 0;
	padding: 15px;
	color: #97999b;
}
.site-main blockquote, .site-main q {
	font-size: 14px;
	line-height: 20px;
	color: #97999b;
	font-style: italic;
	background: transparent url("img/bg/quote.png") left top no-repeat;
	padding: 14px 0 0 12px;
	border: 0;
}
.site-main blockquote p {
	font-style: normal;
	color: #343434;
}

/* ========== text styles ========== */
.site-main table {
	width: 100%;
	margin: 30px 0;
}
.site-main table th, .site-main table td {
	padding: 8px 15px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #dddddd;
}

.site-main table th {
	font-weight: bold;
	color: #4c4c4c;
}

.site-main table thead th {
	vertical-align: bottom;
}

.site-main table caption + thead tr:first-child th,
.site-main table caption + thead tr:first-child td,
.site-main table colgroup + thead tr:first-child th,
.site-main table colgroup + thead tr:first-child td,
.site-main table thead:first-child tr:first-child th,
.site-main table thead:first-child tr:first-child td {
	border-top: 1px solid #dddddd;
}

.site-main table tbody + tbody {
	border-top: 2px solid #dddddd;
}

.site-main table table {
	background-color: #ffffff;
}

/* ========== table layout ========== */
.site-main .table-layout {
	border: 0;
}
.site-main .table-layout td {
	border: 0;
	padding: 0 15px 10px 15px;
}
.site-main .table-layout td:first-child {
	padding-left: 0;
}
.site-main .table-layout td:last-child {
	padding-right: 0;
}
.site-main .table-layout-2cols td {
	width: 50%;
}
.site-main .table-layout-3cols td {
	width: 33%;
}
.site-main .table-layout-3cols td:last-child {
	width: 34%;
}


/* ========== WordPress classes ========== */
img.alignleft{
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

img.alignright{
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
}

img.aligncenter{
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
img[class*="wp-image-"] {
	height: auto;
	max-width: 97.5%;
}
img.size-full {
	width: auto; /* Prevent stretching of full-size images in IE8 */
}
img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* 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 {
	max-width: 97.5%;
	width: auto; /* prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	/*border: 2px solid #eee;
	padding: 0px;*/
}
a img[class*="align"],
a img[class*="wp-image-"],
#content .gallery .gallery-icon a img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	/*border: 2px solid #ccc;
	padding: 2px;*/
}
.wp-caption img {
	/*border-color: #eee;*/
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* ========== comments form ========== */
.comments-area input {
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	box-shadow: none;
	background: transparent;
	height: 32px;
	width: 100%;
	-webkit-box-sizing: border-box; /* safari, chrome */
	-moz-box-sizing: border-box; /* firefox */
	-ms-box-sizing: border-box; /* ie */
	box-sizing: border-box; /* opera, ie8+ */
}
.comments-area input:focus {
	box-shadow: none;
	border: 1px solid #e2e2e2;
}

.comments-area textarea {
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	box-shadow: none;
	background: transparent;
	/*height: 156px;*/
	/*width: 361px;*/
	height: 168px;
	width: 100%;
	max-width: 100%;
	-webkit-box-sizing: border-box; /* safari, chrome */
	-moz-box-sizing: border-box; /* firefox */
	-ms-box-sizing: border-box; /* ie */
	box-sizing: border-box; /* opera, ie8+ */
}
.comments-area textarea:focus {
	box-shadow: none;
	border: 1px solid #e2e2e2;
}
.comments-area label {
	color: #97999b;
	font-size: 12px;
	line-height: 14px;
}
.comments-area .required {
	color: #e42b0d;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}

.comments-area .com-col-left p {
	height: 68px;
	margin: 0;
}
.comments-area .form-submit {
	float: left;
	width: 100%;
}
.comments-area input#submit {
	background: #e42b0d;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	border: 0;
	float: right;
	width: auto;
	padding: 7px 20px;
	border-radius: 1px;
}
.comments-area input#submit:hover {
	background: #ab200a;
}

.comments-area .media-object-img img {
	display: block;
	border: 1px solid #e1e1e1;
}
.comments-area .media .pull-left {
	margin-right: 15px;
}
.comments-area article.comment {
	border-bottom: 1px dotted #dddfe0;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	background: #fff;
}
.comments-area .bypostauthor > article.comment {
	background: #f5f5f5;
}
.comments-area {
	color: #97999b;
	font-size: 13px;
	line-height: 20px;
}
.comments-area li {
	list-style: none;
}
.comments-area .comment-meta {
	font-size: 12px;
	line-height: 12px;
	color: #5d5d5d;
	margin: 0 0 10px 0;
}
.comments-area .comment-meta span {
	margin-right: 20px;
}
.comments-area .children {
	margin: 0 0 0 40px;
}
.prev-next-navigation {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 30px;
	max-width: 726px;
	margin-left: auto;
	margin-right: auto;
}
.comments-area .com-col-left {
	/* width: 275px */
	width: 38%;
	float: left;
}
.comments-area .com-col-right {
	/* width: 375px */
	width: 52%;
	float: right;
}

.commentlist {
	max-width: 726px;
	margin-left: auto;
	margin-right: auto;
}
#commentform {
	max-width: 726px;
	margin-left: auto;
	margin-right: auto;
}

/* ========== archive ========== */
.archive-header .archive-rss {
	width: 18px;
	height: 18px;
	margin: 0 0 0 20px;
	float: right;
	background: transparent url("img/bg/rss.png") left top no-repeat;
}
.archive-header .archive-rss:hover {
	opacity: 0.8;
}
.archive-header {
	border-bottom: 1px solid #dddfe0;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
.archive-header h1 {
	font-size: 13px;
	line-height: 15px;
}
.archive-header h1 span {
	color: #97999b;
	text-transform: none;
}
.archive-header .taxonomy-description {
	text-transform: none;
}

.archive-list article.hentry {
	border-bottom: 1px dotted #dddfe0;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}
.archive-list article.sticky {

}
.archive-list article.sticky .entry-title {
	background: transparent url("img/bg/sticky.png") left center no-repeat;
	padding: 0 0 0 24px;
}
.archive-list .media-object {
	max-width: 240px;
}

.post-thumb {
	float: left;
	margin: 5px 0 0 0;
}

.wrap-error404 {
	float: left;
	width: 100%;
	height: 480px;
	background: #e42b0d;
	position: relative;
	color: #fff;
	font-size: 35px;
	line-height: 35px;
}
.wrap-error404 h1 {
	font-weight: bold;
	font-size: 190px;
	line-height: 190px;
	position: absolute;
	left: 50px;
	top: 120px;
	color: #fff;
}
.wrap-error404 p {
	font-size: 35px;
	line-height: 35px;
	position: absolute;
	left: 470px;
	top: 220px;
	color: #fff;
}

.site-banner-top {
	margin: 0 0 20px 0;
}
.site-banner-bottom {
	margin: 30px 0;
}
.site-banner-right-fixed {
	position: fixed;
	top: 20px;
	right: 20px;
}
@media screen and (max-width: 1400px), screen and (max-device-width: 1400px) {
	.site-banner-right-fixed {display:none;}
}