/* Misc *
::selection { background: #b4d4ff; }
::-moz-selection { background: #b4d4ff; } */

/* Global */
a:hover, a:active { color: red; }

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

/* Container Basics */
#container { overflow: hidden; }
body.wide #container { width: 960px; }
body.wide #main { width: 720px; }
body.medium #container { width: 850px; }
body.medium #main { width: 610px; }
body.narrow #container { width: 770px; }
body.narrow #main { width: 530px; }
#container { margin: 20px auto; }

/* Header: see Core::displayCustomHeader() */

/* Sidebar Basics */
#sidebar { width: 240px; }
body.sidebar_left #sidebar { float: left; }
body.sidebar_left #main { float: right; margin-left: -240px; }
body.sidebar_right #sidebar { float: right; }
body.sidebar_right #main { float: left; margin-right: -240px; }
body.sidebar_none.wide #main { width: 960px; }
body.sidebar_none.medium #main { width: 850px; }
body.sidebar_none.narrow #main { width: 770px; }

.post, .page, .fourohfour { padding: 10px; }
#header-image { width: 100%; }
.entry-title a:link, .entry-title a:visited { color: #000; text-decoration: none; }

/* Footer */
#footer { clear: both; border-top: 1px solid #ccc; }
#footer > div { float: left; margin-right: 10px; }
#footer > div.last { margin-right: 0; float: right; }
.wide #footer div.footer-column { width: 313px; }
.medium #footer div.footer-column { width: 276px; }
.narrow #footer div.footer-column { width: 250px; }
#footer .widget { padding: 30px 15px; }
#subfooter { padding: 15px; }

/* WIDGETS */

.widget { clear: both; margin: 0 0 1em 0; padding: 7px; }
.widget h2 { margin: 0 0 .3em; font-size: 1.25em; text-align: left; font-weight: bold; }
.widget ul { list-style: none; margin: 0; padding: 0; }
.widget li { padding: 2px 0; }
.widget li ul { margin-left: 12px; }
.widget select { width: 100%; }
.widget_search #s { width: 130px; }
.widget_search #searchsubmit { }

/* Avatar Widget */

.widget_wa_avatars {
	text-align: center; 
}

/* Calendar Widget */

.widget_calendar table { width: 100%; text-align: center; }
.widget_calendar caption { background-color: rgba(0, 0, 0, 0.1); padding: 5px; }
.widget_calendar td, .widget_calendar th { text-align: center; padding: 5px; }
.widget_calendar th, .widget_calendar tfoot td { background-color: transparent; background-color: rgba(0, 0, 0, 0.05);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#05000000,endColorstr=#05000000);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#05000000,endColorstr=#05000000)"; }
.widget_calendar #today { background-color: transparent; background-color: rgba(255, 0, 0, 0.05);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#05ff0000,endColorstr=#05ff0000);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#05ff0000,endColorstr=#05ff0000)"; }
.widget_calendar #prev { text-align: left; }
.widget_calendar #next { text-align: right; }

/* RSS Widget */
.widget_rss h2 a { color: #000; text-decoration: none; }
.rss-date { font-size: 80%; }
.rssSummary { margin: 5px 0 0 0; font-size: 90%; }
.widget_rss cite { display: block; text-align: right; font-size: 85%; }
.widget_rss li { margin-bottom: 15px; }

/* Tables */
.widget table { width: 100%; }
.widget th, .widget td { padding: 5px; }
.widget th { background-color: transparent; background-color: rgba(0, 0, 0, 0.05);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#05000000,endColorstr=#05000000);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#05000000,endColorstr=#05000000)"; }

/* Remove text-shadow on selection *
::-moz-selection { text-shadow: none; }
::selection { text-shadow: none; } */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers: */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: */
.screen-reader-text { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .screen-reader-text class to allow the element to be focusable when navigated to via the keyboard: */
.screen-reader-text.focusable:active, .screen-reader-text.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Print styles. */
@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	background: #eee;
	padding: 12px;
	margin: 12px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h2#comments-title,
h2#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h2#comments-title {
	padding: 0 0 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 86px;
	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;
	height: 30px;
}
#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;
}
h2#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;
}
