/*
Theme Name: Twenty Twelve (Modified to inherit Joomla! styles)
Theme URI: http://www.corephp.com/
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 999
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/

---- rc_corephp - CSS has been prefixed with WP4J specific ID ----

/* =Reset
-------------------------------------------------------------- */

#wp-page html, #wp-page body, #wp-page div, #wp-page span, #wp-page applet,
#wp-page object, #wp-page iframe, #wp-page h1, #wp-page h2, #wp-page h3, #wp-page h4,
#wp-page h5, #wp-page h6, #wp-page p, #wp-page blockquote, #wp-page pre, #wp-page a,
#wp-page abbr, #wp-page acronym, #wp-page address, #wp-page big, #wp-page cite, #wp-page code,
#wp-page del, #wp-page dfn, #wp-page em, #wp-page img, #wp-page ins, #wp-page kbd,
#wp-page q, #wp-page s, #wp-page samp, #wp-page small, #wp-page strike, #wp-page strong,
#wp-page sub, #wp-page sup, #wp-page tt, #wp-page var, #wp-page b, #wp-page u,
#wp-page i, #wp-page center, #wp-page dl, #wp-page dt, #wp-page dd, #wp-page ol,
#wp-page ul, #wp-page li, #wp-page fieldset, #wp-page form, #wp-page label, #wp-page legend,
#wp-page table, #wp-page caption, #wp-page tbody, #wp-page tfoot, #wp-page thead, #wp-page tr,
#wp-page th, #wp-page td, #wp-page article, #wp-page aside, #wp-page canvas, #wp-page details,
#wp-page embed, #wp-page figure, #wp-page figcaption, #wp-page footer, #wp-page header, #wp-page hgroup,
#wp-page menu, #wp-page nav, #wp-page output, #wp-page ruby, #wp-page section, #wp-page summary,
#wp-page time, #wp-page mark, #wp-page audio, #wp-page video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
#wp-page body {
	line-height: 1;
}
#wp-page ol,
#wp-page ul {
	list-style: none;
}
#wp-page blockquote,
#wp-page q {
	quotes: none;
}
#wp-page blockquote:before,
#wp-page blockquote:after,
#wp-page q:before,
#wp-page q:after {
	content: '';
	content: none;
}
#wp-page table {
	border-collapse: collapse;
	border-spacing: 0;
}
#wp-page caption,
#wp-page th,
#wp-page td {
	font-weight: normal;
	text-align: left;
}
#wp-page h1,
#wp-page h2,
#wp-page h3,
#wp-page h4,
#wp-page h5,
#wp-page h6 {
	clear: both;
}
#wp-page html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
#wp-page a:focus {
	outline: thin dotted;
}
#wp-page article,
#wp-page aside,
#wp-page details,
#wp-page figcaption,
#wp-page figure,
#wp-page footer,
#wp-page header,
#wp-page hgroup,
#wp-page nav,
#wp-page section {
	display: block;
}
#wp-page audio,
#wp-page canvas,
#wp-page video {
	display: inline-block;
}
#wp-page audio:not([controls]) {
	display: none;
}
#wp-page del {
	color: #333;
}
#wp-page ins {
	background: #fff9c0;
	text-decoration: none;
}
#wp-page hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
#wp-page sub,
#wp-page sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
#wp-page sup {
	top: -0.5em;
}
#wp-page sub {
	bottom: -0.25em;
}
#wp-page small {
	font-size: smaller;
}
#wp-page img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
#wp-page .clear:after,
#wp-page .wrapper:after,
#wp-page .format-status .entry-header:after {
	clear: both;
}
#wp-page .clear:before,
#wp-page .clear:after,
#wp-page .wrapper:before,
#wp-page .wrapper:after,
#wp-page .format-status .entry-header:before,
#wp-page .format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
#wp-page .archive-title,
#wp-page .page-title,
#wp-page .widget-title,
#wp-page .entry-content th,
#wp-page .comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
#wp-page article.format-quote footer.entry-meta,
#wp-page article.format-link footer.entry-meta,
#wp-page article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
#wp-page button,
#wp-page input,
#wp-page textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
#wp-page button,
#wp-page input {
	line-height: normal;
}
#wp-page textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
#wp-page input[type="checkbox"],
#wp-page input[type="radio"],
#wp-page input[type="file"],
#wp-page input[type="hidden"],
#wp-page input[type="image"],
#wp-page input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
#wp-page .menu-toggle,
#wp-page input[type="submit"],
#wp-page input[type="button"],
#wp-page input[type="reset"],
#wp-page article.post-password-required input[type=submit],
#wp-page .bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
#wp-page .menu-toggle,
#wp-page button,
#wp-page input[type="submit"],
#wp-page input[type="button"],
#wp-page input[type="reset"] {
	cursor: pointer;
}
#wp-page button[disabled],
#wp-page input[disabled] {
	cursor: default;
}
#wp-page .menu-toggle:hover,
#wp-page button:hover,
#wp-page input[type="submit"]:hover,
#wp-page input[type="button"]:hover,
#wp-page input[type="reset"]:hover,
#wp-page article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
#wp-page .menu-toggle:active,
#wp-page .menu-toggle.toggled-on,
#wp-page button:active,
#wp-page input[type="submit"]:active,
#wp-page input[type="button"]:active,
#wp-page input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
#wp-page .bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

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

/* Make sure videos and embeds fit their containers */
#wp-page embed,
#wp-page iframe,
#wp-page object,
#wp-page video {
	max-width: 100%;
}
#wp-page .entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
#wp-page .alignleft {
	float: left;
}
#wp-page .alignright {
	float: right;
}
#wp-page .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#wp-page .entry-content img,
#wp-page .comment-content img,
#wp-page .widget img,
#wp-page img.header-image,
#wp-page .author-avatar img,
#wp-page img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	/* rc_corephp
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
#wp-page .wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
#wp-page .wp-caption .wp-caption-text,
#wp-page .gallery-caption,
#wp-page .entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
#wp-page img.wp-smiley,
#wp-page .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
#wp-page .entry-content dl.gallery-item {
	margin: 0;
}
#wp-page .gallery-item a,
#wp-page .gallery-caption {
	width: 90%;
}
#wp-page .gallery-item a {
	display: block;
}
#wp-page .gallery-caption a {
	display: inline;
}
#wp-page .gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
#wp-page .gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
#wp-page .gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
#wp-page .site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
	margin-top: -1rem;
}
#wp-page #nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#wp-page #nav-above {
	display: none;
}
#wp-page .paged #nav-above {
	display: block;
}
#wp-page .nav-previous,
#wp-page .previous-image {
	float: left;
	width: 50%;
}
#wp-page .nav-next,
#wp-page .next-image {
	float: right;
	text-align: right;
	width: 50%;
}
#wp-page .nav-single + .comments-area,
#wp-page #comment-nav-above {
	margin: 48px 0;
	margin: 1.5rem 0;
}

/* Author profiles */
#wp-page .author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#wp-page .author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
#wp-page .author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
#wp-page .author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
#wp-page .author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
#wp-page html {
	font-size: 87.5%;
}
#wp-page body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
#wp-page body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
#wp-page a {
	outline: none;
	color: #21759b;
}
#wp-page a:hover {
	color: #0f3647;
}

/* Assistive text */
#wp-page .assistive-text,
#wp-page.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
#wp-page .main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
#wp-page.site {
	/* rc_corephp start
	padding: 0 24px;
	padding: 0 1.714285714rem;*/
	background-color: #fff;
}
#wp-page .site-content {
	/* rc_corephp
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;*/
}
#wp-page .widget-area {
	/* rc_corephp
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;*/
}

/* Header */
#wp-page .site-header {
	padding: 24px 0;
	/* rc_corephp
	padding: 1.714285714rem 0;*/
	padding: 1.5rem 0;
}
#wp-page .site-header h1,
#wp-page .site-header h2 {
	text-align: center;
}
#wp-page .site-header h1 a,
#wp-page .site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
#wp-page .site-header h1 a:hover,
#wp-page .site-header h2 a:hover {
	color: #21759b;
}
#wp-page .site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
#wp-page .site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
#wp-page .header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
#wp-page .main-navigation {
	margin-top: 24px;
	/* rc_corephp
	margin-top: 1.714285714rem;*/
	margin-top: 1.5rem;
	text-align: center;
}
#wp-page .main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
#wp-page .main-navigation a {
	color: #5e5e5e;
}
#wp-page .main-navigation a:hover {
	color: #21759b;
}
#wp-page .main-navigation ul.nav-menu,
#wp-page .main-navigation div.nav-menu > ul {
	display: none;
}
#wp-page .main-navigation ul.nav-menu.toggled-on,
#wp-page .menu-toggle {
	display: inline-block;
}

/* Banner */
#wp-page section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
#wp-page .widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	/* rc_corephp start
	margin-bottom: 3.428571429rem;*/
	margin-bottom: 1.5rem;
	/* rc_corephp end */
	word-wrap: break-word;
}
#wp-page .widget-area .widget h3 {
	/* rc_corephp start
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	margin-bottom: .5rem;
	rc_corephp end */
}
#wp-page .widget-area .widget p,
#wp-page .widget-area .widget li,
#wp-page .widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
#wp-page .widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#wp-page .widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
#wp-page .widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
#wp-page .widget-area .widget a {
	color: #757575;
}
#wp-page .widget-area .widget a:hover {
	color: #21759b;
}
#wp-page .widget-area .widget a:visited {
	color: #9f9f9f;
}
#wp-page .widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
	/* rc_corephp start */
	float: left;
	margin-right: .5rem;
	/* rc_corephp end */
}

/* Footer */
#wp-page footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.5rem 0;
}
#wp-page footer[role="contentinfo"] a {
	color: #686868;
}
#wp-page footer[role="contentinfo"] a:hover {
	color: #21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */

#wp-page .entry-meta {
	clear: both;
}
#wp-page .entry-header {
	margin-bottom: 24px;
	/* rc_corephp start
	margin-bottom: 1.714285714rem;*/
	margin-bottom: 1em;
	/* rc_corephp end */
}
#wp-page .entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#wp-page .entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	/* rc_corephp
	line-height: 1.2;*/
	font-weight: normal;
}
#wp-page .entry-header .entry-title a {
	text-decoration: none;
}
#wp-page .entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
#wp-page .entry-header .comments-link {
	margin-top: 24px;
	/*rc_corephp start
	margin-top: 1.714285714rem;*/
	margin-top: .5rem;
	/* end */
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
#wp-page .comments-link a,
#wp-page .entry-meta a {
	color: #757575;
}
#wp-page .comments-link a:hover,
#wp-page .entry-meta a:hover {
	color: #21759b;
}
#wp-page article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
#wp-page .entry-content,
#wp-page .entry-summary,
#wp-page .mu_register {
	line-height: 1.714285714;
}
#wp-page .entry-content h1,
#wp-page .comment-content h1,
#wp-page .entry-content h2,
#wp-page .comment-content h2,
#wp-page .entry-content h3,
#wp-page .comment-content h3,
#wp-page .entry-content h4,
#wp-page .comment-content h4,
#wp-page .entry-content h5,
#wp-page .comment-content h5,
#wp-page .entry-content h6,
#wp-page .comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
#wp-page .entry-content h1,
#wp-page .comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
#wp-page .entry-content h2,
#wp-page .comment-content h2,
#wp-page .mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
#wp-page .entry-content h3,
#wp-page .comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
#wp-page .entry-content h4,
#wp-page .comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
#wp-page .entry-content h5,
#wp-page .comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
#wp-page .entry-content h6,
#wp-page .comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
#wp-page .entry-content p,
#wp-page .entry-summary p,
#wp-page .comment-content p,
#wp-page .mu_register p {
	margin: 0 0 24px;
	/* rc_corephp start
	margin: 0 0 1.714285714rem;*/
	margin: 0 0 1rem;
	/* rc_corephp end */
	line-height: 1.714285714;
}
#wp-page .entry-content a:visited,
#wp-page .comment-content a:visited {
	color: #9f9f9f;
}
#wp-page .entry-content ol,
#wp-page .comment-content ol,
#wp-page .entry-content ul,
#wp-page .comment-content ul,
#wp-page .mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
#wp-page .entry-content ul ul,
#wp-page .comment-content ul ul,
#wp-page .entry-content ol ol,
#wp-page .comment-content ol ol,
#wp-page .entry-content ul ol,
#wp-page .comment-content ul ol,
#wp-page .entry-content ol ul,
#wp-page .comment-content ol ul {
	margin-bottom: 0;
}
#wp-page .entry-content ul,
#wp-page .comment-content ul,
#wp-page .mu_register ul {
	list-style: disc outside;
}
#wp-page .entry-content ol,
#wp-page .comment-content ol {
	list-style: decimal outside;
}
#wp-page .entry-content li,
#wp-page .comment-content li,
#wp-page .mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
#wp-page .entry-content blockquote,
#wp-page .comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
#wp-page .entry-content blockquote p:last-child,
#wp-page .comment-content blockquote p:last-child {
	margin-bottom: 0;
}
#wp-page .entry-content code,
#wp-page .comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
#wp-page .entry-content pre,
#wp-page .comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
#wp-page .entry-content pre code,
#wp-page .comment-content pre code {
	display: block;
}
#wp-page .entry-content abbr,
#wp-page .comment-content abbr,
#wp-page .entry-content dfn,
#wp-page .comment-content dfn,
#wp-page .entry-content acronym,
#wp-page .comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
#wp-page .entry-content address,
#wp-page .comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
#wp-page img.alignleft,
#wp-page .wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
#wp-page img.alignright,
#wp-page .wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
#wp-page img.aligncenter,
#wp-page .wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
#wp-page .entry-content embed,
#wp-page .entry-content iframe,
#wp-page .entry-content object,
#wp-page .entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#wp-page .entry-content dl,
#wp-page .comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
#wp-page .entry-content dt,
#wp-page .comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
#wp-page .entry-content dd,
#wp-page .comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#wp-page .entry-content table,
#wp-page .comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
#wp-page .entry-content table caption,
#wp-page .comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#wp-page .entry-content td,
#wp-page .comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
#wp-page .site-content article {
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	/* rc_corephp start
	margin-bottom: 5.142857143rem;*/
	margin-bottom: 2.5rem;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
	/* rc_corephp end */
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
#wp-page .page-links {
	clear: both;
	line-height: 1.714285714;
}
#wp-page footer.entry-meta {
	margin-top: 24px;
	/* rc_corephp start
	margin-top: 1.714285714rem;*/
	margin-top: 1rem;
	/* rc_corephp end */
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
#wp-page .single-author .entry-meta .by-author {
	display: none;
}
#wp-page .mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

#wp-page .archive-header,
#wp-page .page-header {
	margin-bottom: 48px;
	/* rc_corephp start
	margin-bottom: 3.428571429rem;
	padding-bottom: 1.571428571rem;*/
	margin-bottom: 1.5rem;
	padding-bottom: 22px;
	padding-bottom: 1rem;
	/* end */
	border-bottom: 1px solid #ededed;
}
#wp-page .archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

#wp-page .article.attachment {
	overflow: hidden;
}
#wp-page .image-attachment div.attachment {
	text-align: center;
}
#wp-page .image-attachment div.attachment p {
	text-align: center;
}
#wp-page .image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
#wp-page .image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

#wp-page article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#wp-page article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
#wp-page article.format-aside h1 a:hover {
	color: #2e3542;
}
#wp-page article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
#wp-page article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
#wp-page article.format-aside blockquote:last-child,
#wp-page article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
#wp-page article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
#wp-page article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
#wp-page article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
#wp-page article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
#wp-page article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
#wp-page article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
#wp-page article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
#wp-page article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
#wp-page .format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#wp-page .format-status .entry-header header {
	display: inline-block;
}
#wp-page .format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
#wp-page .format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
#wp-page .format-status .entry-header header a {
	color: #757575;
}
#wp-page .format-status .entry-header header a:hover {
	color: #21759b;
}
#wp-page .format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

#wp-page .comments-title {
	margin-bottom: 48px;
	margin-bottom: 1.5rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
#wp-page .comments-area article {
	margin: 24px 0;
	margin: 1.5rem 0;
}
#wp-page .comments-area article header {
	margin: 0 0 48px;
	/* rc_corephp start
	margin: 0 0 3.428571429rem;*/
	margin: 0 0 1.5rem;
	/* end */
	overflow: hidden;
	position: relative;
}
#wp-page .comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
#wp-page .comments-area article header cite,
#wp-page .comments-area article header time {
	display: block;
	margin-left: 85px;
	/* rc_corephp start */
	margin-left: 4rem;
	/* end */
}
#wp-page .comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
#wp-page .comments-area cite b {
	font-weight: normal;
}
#wp-page .comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
#wp-page .comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
#wp-page .comments-area article header a:hover {
	color: #21759b;
}
#wp-page .comments-area article header cite a {
	color: #444;
}
#wp-page .comments-area article header cite a:hover {
	text-decoration: underline;
}
#wp-page .comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
#wp-page .comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
#wp-page .comments-area .bypostauthor cite b {
	font-weight: bold;
}
#wp-page a.comment-reply-link,
#wp-page a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
#wp-page a.comment-reply-link:hover,
#wp-page a.comment-edit-link:hover {
	color: #21759b;
}
#wp-page .commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#wp-page #respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#wp-page #respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#wp-page #respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#wp-page #respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#wp-page #respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#wp-page #respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#wp-page #respond form label {
	display: block;
	line-height: 1.714285714;
}
#wp-page #respond form input[type="text"],
#wp-page #respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#wp-page #respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
#wp-page .required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

#wp-page .entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
#wp-page .template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
#wp-page .template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
#wp-page .template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
#wp-page .template-front-page .widget-area .widget li a {
	color: #757575;
}
#wp-page .template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
#wp-page .template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

#wp-page .widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-page .widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
#wp-page .widget_recent_entries .post-date,
#wp-page .widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-page #wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-page #wp-calendar th,
#wp-page #wp-calendar td,
#wp-page #wp-calendar caption {
	text-align: left;
}
#wp-page #wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
#wp-page .widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
#wp-page .widget_twitter li {
	list-style-type: none;
}
#wp-page .widget_twitter .timesince {
	display: block;
	text-align: right;
}

/* rc_corephp start */
#wp-page .archive-title,
#wp-page .page-header {
	font-size: 1.5rem;
	line-height: 1.5rem;
}
/* end */


/* =Plugins
----------------------------------------------- */

#wp-page img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	#wp-page .author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	#wp-page .author-description {
		float: right;
		width: 80%;
	}
	#wp-page.site {
		margin: 0 auto;
		/* rc_corephp start
		max-width: 960px;
		max-width: 68.571428571rem;*/
		overflow: hidden;
	}
	#wp-page .site-content {
		float: left;
		width: 65.104166667%;
	}
	#wp-page .site-content.full {
		width: 100%;
	}
	#wp-page body.template-front-page .site-content,
	#wp-page body.attachment .site-content,
	#wp-page body.full-width .site-content {
		width: 100%;
	}
	#wp-page .widget-area {
		float: right;
		width: 26.041666667%;
	}
	#wp-page .site-header h1,
	#wp-page .site-header h2 {
		text-align: left;
	}
	#wp-page .site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	#wp-page .main-navigation ul.nav-menu,
	#wp-page .main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	#wp-page .main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	#wp-page .main-navigation li a,
	#wp-page .main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	#wp-page .main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	#wp-page .main-navigation li a:hover {
		color: #000;
	}
	#wp-page .main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	#wp-page .main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	#wp-page .main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	#wp-page .main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	#wp-page .main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	#wp-page .main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	#wp-page .main-navigation .current-menu-item > a,
	#wp-page .main-navigation .current-menu-ancestor > a,
	#wp-page .main-navigation .current_page_item > a,
	#wp-page .main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	#wp-page .menu-toggle {
		display: none;
	}
	#wp-page .entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#wp-page #respond form input[type="text"] {
		width: 46.333333333%;
	}
	#wp-page #respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	#wp-page .template-front-page .site-content,
	#wp-page .template-front-page article {
		overflow: hidden;
	}
	#wp-page .template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	#wp-page .entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	#wp-page .template-front-page .widget-area .widget,
	#wp-page .template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	#wp-page .template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	#wp-page .template-front-page .widget-area .widget:nth-child(even),
	#wp-page .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	#wp-page .template-front-page.two-sidebars .widget,
	#wp-page .template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	#wp-page .commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	#wp-page body {
		background-color: #e6e6e6;
	}
	/* rc_corephp

	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}*/
	#wp-page body.custom-background-empty {
		background-color: #fff;
	}
	#wp-page body.custom-background-empty .site,
	#wp-page body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


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

@media print {
	#wp-page body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	#wp-page footer a[rel=bookmark]:link:after,
	#wp-page footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#wp-page a {
		text-decoration: none;
	}
	#wp-page .entry-content img,
	#wp-page .comment-content img,
	#wp-page .author-avatar img,
	#wp-page img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	#wp-page .site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#wp-page .site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	#wp-page .site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	#wp-page .site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	#wp-page .site-header h1 a,
	#wp-page .site-header h2 a {
		color: #000;
	}
	#wp-page .author-avatar,
	#wp-page #colophon,
	#wp-page #respond,
	#wp-page .commentlist .comment-edit-link,
	#wp-page .commentlist .reply,
	#wp-page .entry-header .comments-link,
	#wp-page .entry-meta .edit-link a,
	#wp-page .page-link,
	#wp-page .site-content nav,
	#wp-page .widget-area,
	#wp-page img.header-image,
	#wp-page .main-navigation {
		display: none;
	}
	#wp-page .wrapper {
		border-top: none;
		box-shadow: none;
	}
	#wp-page .site-content {
		margin: 0;
		width: auto;
	}
	#wp-page .singular .entry-header .entry-meta {
		position: static;
	}
	#wp-page .singular .site-content,
	#wp-page .singular .entry-header,
	#wp-page .singular .entry-content,
	#wp-page .singular footer.entry-meta,
	#wp-page .singular .comments-title {
		margin: 0;
		width: 100%;
	}
	#wp-page .entry-header .entry-title,
	#wp-page .entry-title,
	#wp-page .singular .entry-title {
		font-size: 21pt;
	}
	#wp-page footer.entry-meta,
	#wp-page footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	#wp-page .author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	#wp-page .commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	#wp-page .commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	#wp-page .comments-area article header cite,
	#wp-page .comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}