/*

Colors:
	Black:					#000000
	Dark warm gray: 		#413939
	Medium warm gray:		#504a4a
	Light warm gray:		#6f6565
	Very dark cold gray:	#37393e
	Dark cold gray:			#4a4c53
	Medium cold gray:		#585a60
	Yellow highlight:		#fcfdcb
	Main background:		#f4f0ef
	Main overlay:			#dedad9
	Medium gray:			#aeaaa9
	Light gray:				#c8c5c5
	Dada blue:				#006aff

*/

.std-hidden {
	display: none;
}
.nowrap {
	white-space: nowrap;
}

html {
	/* Prevent the scroll bar's appearance from causing a viewport shift. */
	overflow-y: scroll;
}
html, body {
	background: #f4f0ef;
}

/* Set the height explicitly so we can make sure the repeating backgrounds go all the way to the bottom of the viewport. */
html, body, #root, #root > .page {
	height: 100%;
}
.wrapper.content {
	min-height: 100%;
}
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

body {
	color: #000000;
	font: normal 12px/18px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
}
a {
	color: #504a4a;
	text-decoration: none;
}
a:hover {
	color: #6f6565;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

/* Basic layout. */
.page {
}
.wrapper {
	width: 896px;
	margin: auto;
}

/* ** Top bar ** */
.wrapper.topbar-bg {
	background: url(../img/topbar-bg.png) repeat-x;
	height: 25px;
	z-index: 800;
	position: absolute;
	width: 100%;
}
.wrapper.topbar {
	overflow: hidden;
	height: 25px;
	position: absolute;
	z-index: 900;
	top: 0;
	left: 50%;
	width: 896px;
	margin-left: -448px;
}
.wrapper.topbar .item.title {
	/* The title won't be displayed until the left sidebar. */
	display: none;
}
.wrapper.topbar .item.menu {
}
.wrapper.topbar .item.menu li a {
	float: left;
	height: 18px;
	line-height: 18px;
	width: 78px;
	display: block;
	font-size: 11px;
	margin-right: 1px;
	text-align: center;
	background: url(../img/topbar-button-bg.png) repeat-x;
	color: white;
}
.wrapper.topbar .item.menu li a:hover {
	color: #fcfdcb;
	background: #37393e;
}
.wrapper.topbar .item.menu li:first-child a {
	width: 77px;
}
.wrapper.topbar .item.menu li.big a {
	width: 157px;
}
.wrapper.topbar .item.menu li.kick a {
	color: #fcfdcb;
}

/* ** Content ** */
.wrapper.content {
	position: relative;
	margin: 0;
	width: 100%;
	overflow: hidden;
}
.wrapper.content .main {
	width: 896px;
	margin: auto;
}
.wrapper.content .main a:hover {
	color: #006aff;
}
.sidebar {
}
/* Bit complicated CSS black magic trickery to get the left sidebar displaying properly. */
.sidebar.left {
	position: absolute;
	left: 212px; /* Offset equals distance of left sidebar's right edge to the center. */
	right: 50%;
	min-height: 100%;
}
.sidebar.left .edge {
	position: absolute;
	z-index: 20;
}
.sidebar.left .edge.r {
	background: url(../img/sidebar-left-edge-r.png) repeat-y;
	height: 100%;
	width: 4px;
	right: 209px; /* Offset of the left sidebar wrapper minus 4px (image width). */
}
.sidebar.left .edge.t {
	width: 1px;
	height: 6px;
	right: 212px;
	background: url(../img/sidebar-left-edge-t.png);
	z-index: 30;
}
.sidebar.left .sub-l1 {
	position: absolute;
	left: -212px;
	right: 212px;
	background: white;
	overflow: hidden;
	min-height: 100%;
}
.sidebar.left .sub-l2 {
	width: 236px; /* Sidebar width. */
	float: right;
	padding-top: 37px;
}
.sidebar.left .item {
	margin-bottom: 10px;
}
.sidebar.left .item h3 {
	font-size: 11px;
	color: #504a4a;
	font-weight: bold;
	margin-left: 2px;
}
.sidebar.left .item .inner {
	border: 1px solid #c8c5c5;
	width: 234px;
	height: 146px;
	position: relative;
}
.sidebar.left .item .shadow {
	height: 3px;
	width: 234px;
	display: block;
	position: absolute;
	bottom: -3px;
	z-index: 30;
	background: url(../img/sidebar-button-shadow.png);
}
.sidebar.left .item .shadow span {
	height: 3px;
	width: 4px;
	background: url(../img/sidebar-box-bl.png);
	position: absolute;
	left: -1px;
	bottom: 0;
	z-index: 50;
}
.sidebar.left .item.box ul {
}
.sidebar.left .item.box ul li {
	border: 1px solid #c8c5c5;
	width: 234px;
	height: 25px;
	position: relative;
	margin-bottom: 5px;
}
.sidebar.left .item.box ul li img {
	display: block;
	position: absolute;
	right: 0px;
	top: -1px;
	z-index: 500;
	width: 31px;
	height: 27px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-indent: -9999px;
}
.sidebar.left .item.box ul li a {
	display: inline-block;
	line-height: 25px;
	padding-left: 6px;
	width: 198px;
}
.sidebar.left .item.box.small ul {
	position: relative;
}
.sidebar.left .item.box.small ul .shadow {
	bottom: -2px;
	left: 1px;
}
.sidebar.left .item.box.small ul li {
	margin-bottom: -1px;
	height: 20px;
	font-size: 11px;
}
.sidebar.left .item.box.small ul li a {
	line-height: 20px;
	width: 228px;
}
.sidebar.left .item.box.kickstarter {
}
.sidebar.left .item.box.kickstarter .inner {
	height: auto;
}
.sidebar.left .item.box.kickstarter .link {
}
.sidebar.left .item.box.kickstarter .link img {
	display: block;
}
.sidebar.left .item.box.kickstarter a .notification {
	line-height: 20px;
	background: white;
	padding: 4px 7px 5px;
	font-size: 14px;
	border-top: 1px solid #c8c5c5;
	display: block;
}
.sidebar.left .item.box.kickstarter .link.small .notification {
	font-size: 11px;
	line-height: 15px;
}
.sidebar.left .item.box.kickstarter .link .notification .paypal {
	color: #0079c1;
	font-weight: bold;
	font-style: italic;
}
.sidebar.left .item.box.kickstarter .link .notification .paypal span {
	color: #00457c;
	font-weight: bold;
}
.sidebar.left .item.box ul li.active a,
.sidebar.left .item.box ul a:hover,
.sidebar.left .item.box.kickstarter a:hover .notification,
.sidebar.left .item.box.kickstarter .link.active .notification {
	background-color: #fcfdcb;
	color: #413939;
}
.sidebar.left .item.copyright {
	font-size: 11px;
	color: #504a4a;
	margin-top: 20px;
}


/* Note: see CSS code for Twitter in its own section below. */
.sidebar.right {
	float: right;
	width: 104px;
	margin-top: 37px;
	color: #6f6565;
}
.sidebar.right .box {
	background: #dedad9;
	margin-bottom: 2px;
	padding: 5px 0 9px 7px;
}
.sidebar.right .box.twitter {
}
.sidebar.right .box h3 {
	font-size: 11px;
	font-weight: bold;
	color: #504a4a;
	margin-bottom: 3px;
}
.sidebar.right .box h3 a {
	font-weight: bold;
	color: #504a4a;
}
.sidebar.right .icons {
}
.sidebar.right .box .icon-a {
	margin-top: 4px;
}
.sidebar.right .box .icons p:first-child .icon-a {
	margin-top: 0;
}
.sidebar.right .box .icon-a .icon {
	width: 14px;
	margin-right: 4px;
}
.sidebar.right .box .icon-a,
.sidebar.right .box .icon-a .icon {
	height: 14px;
	line-height: 13px;
	display: inline-block;
	vertical-align: bottom;
}
.sidebar.right .icons .icon {
	background: url(../img/sprite-buttons.png) 0 0;
}
.sidebar.right .box .fb .icon {
	background-position: -14px 0;
}
.sidebar.right .box .fb:hover .icon {
	background-position: -14px -14px;
}
.sidebar.right .box .rss .icon {
	background-position: -42px 0;
}
.sidebar.right .box .rss:hover .icon {
	background-position: -42px -14px;
}
.sidebar.right .box .twtr .icon {
	background-position: -28px 0;
}
.sidebar.right .box .twtr:hover .icon {
	background-position: -28px -14px;
}
.sidebar.right .box .yt .icon {
	background-position: 0 0;
}
.sidebar.right .box .yt:hover .icon {
	background-position: 0 -14px;
}
.sidebar.right .box .dwarf .icon {
	background-position: -56px 0;
}
.sidebar.right .box .dwarf:hover .icon {
	background-position: -56px -14px;
}
.sidebar.right .box.mailing-list {
	display: none;
	/* We don't have a mailing list yet. */
}
.sidebar.right form {
	margin: 0;
}
.sidebar.right form input.text {
	border: 1px solid #c8c5c5;
	background: #dedad9;
	color: #6f6565;
	width: 83px;
	padding: 3px 0 3px 5px;
}
.sidebar.right form input.text:hover {
	color: #006AFF;
	border-color: #006AFF;
}
.sidebar.right form input.submit {
	display: none;
}
.sidebar.right .box .small {
	font-size: 9px;
	line-height: 13px;
}
.sidebar.right .twitter .tweets {
}
.sidebar.right .twitter .tweets .tweet {
	color: #504A4A;
	margin-bottom: 10px;
}
.sidebar.right .twitter .tweets .tweet:last-child,
.sidebar.right .twitter .tweets .tweet.last {
	margin-bottom: 0;
}
.sidebar.right .twitter .tweets .tweet .status {
	display: none;
}
.sidebar.right .twitter .tweets .tweet.rt .status {
	display: block;
	width: 16px;
	height: 12px;
	float: left;
	margin-right: 4px;
	background: url(https://talesofgames.com/static/img/sidebar-right-icon-rt.png);
}
.sidebar.right .twitter .tweets .tweet > .user {
	display: none;
}
.sidebar.right .twitter .tweets .tweet.rt > .user {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sidebar.right .twitter .tweets .tweet.rt > .user a {
	font-weight: bold;
}
.sidebar.right .twitter .tweets .tweet .text {
}
.sidebar.right .twitter .tweets .tweet .text > * {
	max-width: 97px;
	vertical-align: top;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
}
.sidebar.right .twitter .tweets .tweet .meta {
}
.sidebar.right .twitter .tweets .tweet .meta a {
	color: #6F6565;
}
.sidebar.right .twitter .tweets .tweet .meta a:hover {
	color: #006aff;
}
.subwrapper.posts {
	margin: 0 104px 0 236px;
	padding: 36px 28px 0;
	position: relative;
	z-index: 50;
}
.subwrapper.posts .title.archive {
	font-size: 11px;
	border-bottom: 1px solid #aeaaa9;
	padding: 0 0 0 1px;
	margin-bottom: 10px;
}
.subwrapper.posts .title.archive a {
	font-weight: bold;
}
.subwrapper.posts .post-container {
	padding-top: 0;
}
.subwrapper.posts .post-container .post {
	
}
.subwrapper.posts .post-container .post .title {
	font-size: 21px;
	line-height: 27px;
	margin-bottom: 10px;
}
.subwrapper.posts .post-container .post .title a {

}
.subwrapper.posts .post-container .post .entry {
}
.subwrapper.posts .post-container .post .entry .paypal-submit {
	width: 129px;
	height: 27px;
	cursor: pointer;
	background: url(../img/button-order-sprite.gif);
	text-indent: -9999px;
	border: none;
}
.subwrapper.posts .post-container .post .entry .paypal-submit:hover {
	background-position: 0 -27px;
}
.subwrapper.posts .post-container .post .entry .reward {
}
.subwrapper.posts .post-container .post .entry .reward h3 {
	font-size: 14px;
	font-weight: bold;
}
.subwrapper.posts .post-container .post .entry .reward p {
}
.subwrapper.posts .post-container .post .entry .reward form {
}
.subwrapper.posts .post-container .post .entry .reward form br {
	/* Hack because Paypal's forms are weird. */
	display: none;
}
.subwrapper.posts .post-container .post .entry .outside-us {
	font-size: 11px;
	color: #6f6565;
}
.subwrapper.posts .post-container .post .entry iframe {
	display: block;
}
.subwrapper.posts .post-container .post .entry a {
	text-decoration: underline;
}
.subwrapper.posts .post-container .post .entry p:first {
	margin-top: 0;
}
.subwrapper.posts .post-container .post .entry p {
	margin: 10px 0;
}
.subwrapper.posts .post-container .post .info {
	margin: 10px 0;
}
.subwrapper.posts .post-container .post .meta {
	font-size: 11px;
}
.subwrapper.posts .post-container .post .meta.top {
}
.subwrapper.posts .post-container .post .meta.bottom {
}
.subwrapper.posts .post-container .post .meta a {
}
.subwrapper.posts .post-container .post .meta.bottom a:before {
	content: '#';
}
.subwrapper.posts .post-container .post:first-child {
}
.subwrapper.posts .post-container .post.last {
	margin-bottom: 20px;
}
.subwrapper.posts .post-container .post .dls {
}
.subwrapper.posts .post-container .post .dls h3 {
	font-size: 18px;
	line-height: 28px;
	margin-top: 20px;
	color: #504a4a;
}
.subwrapper.posts .post-container .post .dls .please {
	font-size: 10px;
	margin: 4px 0;
	color: #6f6565;
}
.subwrapper.posts .post-container .post .dls .dl {
	background: white;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
	border: 1px solid #C8C5C5;
	padding: 4px 10px;
	margin: 6px 0;
}
.subwrapper.posts .post-container .post .dls .dl .line {
	display: block;
}
.subwrapper.posts .post-container .post .dls .dl .line.info {
	font-size: 10px;
	margin: 0;
}
.subwrapper.posts .post-container .post .gallery {
	width: 500px;
	height: 417px;
	position: relative;
}
.subwrapper.posts .post-container .post .gallery .full {
	width: 500px;
	height: 375px;
}
.subwrapper.posts .post-container .post .gallery .full img {
	position: absolute;
	left: 0;
	top: 0;
	width: 500px;
	height: 375px;
	z-index: 1;
}
.subwrapper.posts .post-container .post .gallery .full img.active {
	z-index: 2;
}
.subwrapper.posts .post-container .post .gallery .images {
	position: absolute;
	top: 375px;
	padding-top: 10px;
	text-align: center;
	width: 100%;
}
.subwrapper.posts .post-container .post .gallery .images a {
	display: inline-block;
}
.subwrapper.posts .post-container .post .gallery .images a.active {
	opacity: 0.25;
}
.subwrapper.posts .post-container .sep {
}
.subwrapper.posts .post-container .sep hr {
	height: 5px;
	border: none;
	margin: 25px 0 22px;
	padding: 0;
	background: url(../img/post-separator.png);
}
.subwrapper.posts .post-container .sep.last {
	display: none;
}
.subwrapper.posts .post-container .projects {
	margin: 30px 0;
}
.subwrapper.posts .post-container .projects li {
	border: 1px solid #C8C5C5;
	height: 92px;
	position: relative;
	padding: 4px 10px;
	margin-bottom: 6px;
	background: white;
	/* TODO/FIXME replace this with images instead of box-shadow. */
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
}
.subwrapper.posts .post-container .projects li .title {
	font-size: 16px;
	width: 350px;
	margin-bottom: 4px;
}
.subwrapper.posts .post-container .projects li .title a {
	text-decoration: none;
}
.subwrapper.posts .post-container .projects li .desc {
	width: 340px;
}
.subwrapper.posts .post-container .projects li .desc p {
	margin: 0;
}
.subwrapper.posts .post-container .projects li .pic {
	position: absolute;
	top: 0;
	right: 0;
}
.subwrapper.posts .post-nav {
	margin-bottom: 40px;
}

/* ** Twitter ** */
/*
(No longer needed.)
#root #twitter_content #twtr-widget-1 a:hover {
	color: #006aff !important;
}
.sidebar .twtr-widget {

}
.sidebar.right .box .small .twtr-widget {
	font-size: 9px !important;
}
.sidebar .twtr-widget .twtr-doc {
	background: transparent !important;
	overflow: visible;
}
.sidebar .twtr-widget .twtr-doc .twtr-hd {
	display: none;
}
.sidebar .twtr-widget .twtr-doc .twtr-bd {
	width: 97px;
	padding: 0;
}
.sidebar .twtr-widget .twtr-doc .twtr-ft {
	display: none;
}
.sidebar .twtr-widget .twtr-doc .twtr-timeline {
	overflow: visible;
}
.sidebar .twtr-widget .twtr-doc .twtr-timeline .twtr-tweet {
	overflow: visible;
	border: none;
	margin-bottom: 5px;
}
.sidebar .twtr-widget .twtr-doc .twtr-timeline .twtr-tweet#tweet-id-1 {
	margin-bottom: 0;
}
.sidebar .twtr-widget .twtr-doc .twtr-timeline .twtr-tweet .twtr-tweet-wrap {
	padding: 0;
	overflow: visible;
}
.sidebar .twtr-widget .twtr-doc .twtr-timeline .twtr-tweet .twtr-tweet-wrap .twtr-avatar {
	display: none;
}
.sidebar .twtr-widget .twtr-doc .twtr-timeline .twtr-tweet .twtr-tweet-wrap .twtr-tweet-text {
}
#root .sidebar #twtr-widget-1.twtr-widget .twtr-doc .twtr-timeline .twtr-tweet .twtr-tweet-wrap .twtr-tweet-text p {
	color: #504a4a !important;
	line-height: 13px !important;
}
#root .sidebar #twtr-widget-1.twtr-widget .twtr-doc .twtr-timeline .twtr-tweet .twtr-tweet-wrap .twtr-tweet-text p > a {
	text-decoration: none !important;
	color: #504a4a !important;
	overflow: hidden;
	width: 32px;
	white-space: nowrap;
	display: inline-block;
	vertical-align: bottom;
	text-overflow: ellipsis;
}
#root .sidebar #twtr-widget-1.twtr-widget .twtr-doc .twtr-timeline .twtr-tweet .twtr-tweet-wrap .twtr-tweet-text p > a:before {
	content: '(link)';
}
#root .sidebar #twtr-widget-1.twtr-widget .twtr-doc .twtr-timeline .twtr-tweet .twtr-tweet-wrap .twtr-tweet-text p a.tweet-url {
	width: auto;
}
#root .sidebar #twtr-widget-1.twtr-widget .twtr-doc .twtr-timeline .twtr-tweet .twtr-tweet-wrap .twtr-tweet-text p a.tweet-url:before {
	content: none;
}
.sidebar .twtr-widget .twtr-doc .twtr-timeline .twtr-tweet .twtr-tweet-wrap .twtr-tweet-text .twtr-user {
	display: none !important;
}
.sidebar .twtr-widget .twtr-doc .twtr-timeline .twtr-tweet .twtr-tweet-wrap .twtr-tweet-text em {
	color: transparent;
	font-size: 0;
	line-height: 13px;
	margin: 0;
	display: block;
}
#root .sidebar #twtr-widget-1.twtr-widget .twtr-doc .twtr-timeline .twtr-tweet .twtr-tweet-wrap .twtr-tweet-text p em a {
	color: #6f6565 !important;
	font-size: 9px;
	
	text-decoration: none !important;
}
.sidebar .twtr-widget .twtr-doc .twtr-timeline .twtr-tweet .twtr-tweet-wrap .twtr-tweet-text em .twtr-reply,
.sidebar .twtr-widget .twtr-doc .twtr-timeline .twtr-tweet .twtr-tweet-wrap .twtr-tweet-text em .twtr-rt,
.sidebar .twtr-widget .twtr-doc .twtr-timeline .twtr-tweet .twtr-tweet-wrap .twtr-tweet-text em .twtr-fav {
	display: none !important;
}
*/

/* Content area width of 550px for the Humble Bundle page */
#root > .page.cw550 {
}
#root > .page.cw550 .sidebar.right {
	display: none !important;
}
#root > .page.cw550 .subwrapper.posts {
	width: 550px !important;
}