/*
Theme Name: Rall 1.5
Theme URI: http://www.thermalexposure.com/
Description: Custom Template for Ted Rall
Author: Thermal Exposure
Author URI: http://www.thermalexposure.com/
Version: 1.5
Template: twentytwelve
Text Domain: rall2
*/
@import url("../twentytwelve/style.css");

/* =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 )
}


/* =Page Structure
-------------------------------------------------------------- */

* {
	margin: 0;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	background-color: transparent;
}
body.custom-background {
	background-color: transparent !important;
}
.site {
	padding: 0 0px;
	padding: 0 0rem;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* NOTE: For margin settings, see @media declarations below */
	/* margin: 0 auto -100px; */
}
.footer, .push {
	/* This is part of our footer snap-to-bottom behavior */
	/* This value must match .site margin (e.g. margin: 0 auto -600px;) */
	height: 200px;
	width: 100%;
	min-width: 960px;
}
.footer {
	/* overflow: hidden; */
	position: relative; /* for getting child to snap to bottom */
}
.footer-child {
	/* position: absolute; */
	padding-top: 10px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
.site-header {
	padding: 0;
}
.site-header-image {
	height: 200px;
	text-align: center;
	position: relative;
}
.google-ad {
	background-color: #f9f9f9;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	padding: 5px 0 0px 0;
	margin-bottom: 10px;
	text-align: center;
	width: 780px;
	float: right;
	clear: right;
}
.main-navigation {
	margin: 5px 10px;
	text-align: center;
	background-color: #f9f9f9;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
.site-content {
	margin: 0 0 0 0;
}
.widget-area {
	margin: 0 0 0 0;
}
.ad-space {
	margin: 0 0 0 0;
	background-color: #f9f9f9;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
.ad-space .widget_text {
	text-align: center;
} 
#secondary {
	padding: 0 5px 0 10px;
	background-color: #f9f9f9;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}



/* =Media queries
-------------------------------------------------------------- */
body .site {
		width: 960px;
		padding: 0 0px;
		padding: 0 0rem;
		margin: 0 auto -200px; /* see also @media screen and (min-width: 600px) declaration above */
		box-shadow: none;
		overflow: hidden;
		/* background-color: #dadada; */
}
body.template-front-page .site-content,
body.single-attachment .site-content,
body.full-width .site-content,
.site-content {
		float: left;
		margin-left: 15px;
		width: 600px;
}
.slidedeckcontainer {
		float: left;
		margin-left: 15px;
		margin-bottom: 15px;
		width: 600px;
		overflow: hidden;
 		/* background-color: #ed791f;  */
}
.widget-area {
		float: left;
		width: 140px;
}
.ad-space {
		float: right !important;
		width: 160px;
}
.menu-toggle {
	margin-top: 20px;
	font-size: 28px;
	font-size: 2rem;
}
#google_ads_div_Ted_Rall_300_ad_wrapper {
	text-align: center;
	margin-bottom: 50px;
}
.site-content article {
	margin-bottom: 0;
	padding-bottom: 80px;
	padding-bottom: 5.71428571428571rem;
}


/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	body .site {
		width: 960px;
		padding: 0 0px;
		padding: 0 0rem;
		margin: 0 auto -200px; /* see also @media screen and (min-width: 600px) declaration above */
		box-shadow: none;
		overflow: hidden;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content,
	.site-content {
 		/* background-color: #ced4f8;  */
		float: left;
		margin-left: 15px;
		width: 600px;
		margin-bottom: 100px;
	}
	.slidedeckcontainer {
 		/* background-color: #ff0000;  */
		float: left;
		margin-left: 15px;
		margin-bottom: 15px;
		width: 600px;
	}
	.widget-area {
 		/* background-color: #f7cee7;  */
		float: left;
		width: 140px;
	}
	.ad-space {
 		/* background-color: #f7cee7; */ 
		float: right !important;
		width: 160px !important;
	}
	.footer {
		width: 100%;
	}
	.main-navigation li { 
		font-size: 17px !important;
		font-size: 1.21428571428571rem !important;
		margin: 0 9px 0 9px;
		margin: 0 0.64285714285714rem 0 0.64285714285714rem;
	}
	.main-navigation li a {
		color: #666;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		font-size: 12px;
		font-size: 0.85714285714286rem;
		line-height: 1;
		width: 180px;
		width: 12.85714286rem;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: none;
		border-top: none;
		display: inline-block !important;
		text-align: left;
		width: auto;
	}
	.main-navigation ul.sub-menu {
		text-align: left;
	}
	.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
    	color: #000;
	}
}



@media screen and (min-width: 960px) {
	body .site {
		width: 960px;
		padding: 0 0px;
		padding: 0 0rem;
		margin: 0 auto -200px; /* see also @media screen and (min-width: 600px) declaration above */
		box-shadow: none;
		overflow: hidden;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content,
	.site-content {
		margin-left: 15px;
		width: 600px;
	}
	.slidedeckcontainer {
		margin-left: 15px;
		margin-bottom: 15px;
		width: 600px;
	}
	.widget-area {
		float: left;
		width: 140px;
	}
	.ad-space {
		float: right !important;
		width: 160px !important;
	}
	.footer {
		width: 100%;
	}
}


























/* =Begin Non-Structural Customization!
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	background-color: #fff;
	background-image: url(images/bg.jpg);
	background-size: 100% 220px;
	background-repeat: repeat-x;
	background-position: left top;
}
body {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body, input, textarea, body.custom-font-enabled {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #5B584D;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
}
.entry-content ul li {
	margin-bottom: 20px;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}
a:focus {
	outline: none;
}

.wrapper {
	margin: 0 10px 0 10px;
}
	
.site {
	background-color: #fff;
}
.site-header-image {
	background-color: #00A3D9;
	padding-top: 20px;
	background-image: url(images/header_bg.jpg);
	background-size: auto 220px;
	background-repeat: no-repeat;
	background-position: center top;
}
.footer {
	background-color: #00A3D9;
}

.site-content article {
	border-bottom: none;
}

.breadcrumbs {
    float: right;
    width: 65.1042%;
    margin-top: 10px;
}
.author-info {
	background: #c2e2ff; 
    border-top: none;
    -moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	padding: 10px;
}
.books-promo-header {
	margin-top: 10px;
}
.books-promo {
	clear: both;
	margin-top: 25px;
	margin-bottom: 50px;
}
.archive-header,
.page-header {
	margin-bottom: 25px;
	margin-bottom: 1.78571428571429;
}
#respond form label {
    display: inline;
}
















/* =Images
-------------------------------------------------------------- */
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: none;
    box-shadow: none;
}
.frp-left {
	margin-right: 5px;
}






















/* =Type Treatment
-------------------------------------------------------------- */
.entry-title, 
.author-description h2,
.tagcloud,
.comic-thumb-title
{
	font-family: "refrigerator-deluxe",sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: none;
}
#nav-below,
.archive-title,
.books-promo-header,
#respond input#submit,
#reply-title,
.comments-link,
.widget-title,
.main-navigation {
	font-family: "refrigerator-deluxe",sans-serif;
	font-style: normal;
	font-weight: 700;
}
.nav-single {
	font-size: 13px;
	line-height: 13px;
}
.main-navigation li a {
	text-transform: uppercase;
	text-decoration: none;
}
.main-navigation li { /* only applies to mobile or displays < 600px. See @media above */
	font-size: 28px;
	font-size: 2rem;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
    color: #00a3d9;
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
/*
.main-navigation li:last-child a { 
	color: #8C0000;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.main-navigation ul ul li:last-child a { 
	color: #666;
	text-shadow: none;
}
*/
.footer-child p {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.285714286;
	margin:0 100px 20px 100px;
	color: #fff !important;
	text-shadow: #333 1px 1px 2px;
}
.footer-child a {
	color: #fff !important;
}
.copyright {
	font-size: 20px !important;
	font-size: 1.42857142857143rem;
}
.credit {
	font-size: 12px !important;
	font-size: 0.85714285714286rem !important;
}
footer.entry-meta {
	font-size: 10px;
    font-size: 0.71428571428571rem;
    line-height: 1.84615;
    color: #333;
}
footer.entry-meta a {
    color: #21759b;
}
footer.entry-meta a:hover {
	color: #0f3647;
}
.books-promo-header {
	color: #8C0000;
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
}
.entry-header .entry-title {
	color: #8C0000;
}
.entry-date,
.crpw-date
{
	font-size: 10px !important;
	font-size: 0.71428571428571rem !important;
	color: #b5b5b5;
	line-height: 15px;
	font-style: normal !important;
}
footer.entry-meta .comments-link {
	font-size: 16px;
}
footer.entry-meta .comments-link a {
	text-decoration: none;
	color: #8C0000;
}
footer.entry-meta .comments-link a:hover {
	color: #660000;
}
.widget-title {
	color: #8C0000;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.2;
}
.widget-area .widget {
	margin-bottom: 20px;
}
.widget-area #s {
	width: 125px; /* define a width to avoid dropping a wider submit button */
}
.widget-area #searchsubmit {
	width: 140px;
	margin-top: 5px;
}
.widget-area .widget li {
	font-size: 12px;
	font-size: 0.85714285714286rem;
    line-height: 1.3;
    margin-bottom: 10px;
}
.widget-area .widget h3 {
	margin-bottom: 0px;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	line-height: 1.2;
}
.widget-area .widget a {
	color: #21759b;
	text-decoration: none;
}
.widget-area .widget a:hover {
	color: #0f3647;
	text-decoration: underline;
}
.widget-area .widget a:visited {
	color: #888888;
}
.archive-title {
	font-size: 20px;
	font-size: 1.42857142857143rem;
	color: #8C0000;
}
.author-description h2 {
	font-size: 14rem;
    font-size: 1rem;
}
.author-description p {
    color: #106b91;
    font-size: 11rem;
    font-size: 0.78571428571429rem;
    line-height: 1.5;
}
.nav-single a {
	text-decoration: none;
	color: #8C0000;
}
.nav-single a:hover {
	color: #0f3647;
}
.widget-area .textwidget ul {
	list-style: none;
	margin: 0 0 0;
}
.widget-area .textwidget li {
	margin-left: 0;
}


















/* =Gallery2 Overrides
-------------------------------------------------------------- */
#gsHeader, #gsFooter {
	display: none;
	visibility: hidden;
}
.gcBackground1 {
	background-color: #ffffff !important;
}














/* =Custom Recent Posts Widget Override
-------------------------------------------------------------- */
.crpw-date {
	display: block;
}













/* =Cookies for Comments Override
-------------------------------------------------------------- */
body img {
	display: none;
	visibility: hidden;
}
body .site img {
	display: inline; 
	visibility: visible;
}













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

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 400;
	line-height: 2.6em;
	padding: 0 0 2.6em;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
#comments {
	width: 600px;
}
.commentlist {
	list-style: none;
	margin: 0 0 0 auto;
	width: 80%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	/* margin: 1.625em 0 0; */
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .photo,
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 100%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

