/*
	Theme Name: Svbtle
	Theme URI: http://wp-svbtle.com/
	Github Theme URI: https://github.com/gravityonmars/wp-svbtle
	Author: Gravity On Mars
	Author URI: http://themeskult.com/
	Version: v4.1.7
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
	background-color: #fff;
	font-family: 'proxima-nova',sans-serif;
	font-weight: 400;
	min-width: 895px;
}

h1,h2,h3,h4,h5,h6 {
	color: #3a3a3a;
	margin-top: 25px;
	margin-bottom: 20px;
	max-width: 480px;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 22px;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
}

h3 {
	font-size: 19px;
	font-weight: 600;
}

h4 {
	font-size: 17px;
	font-weight: 600;
	color: #555;
}

h5 {
	color: #555;
	font-size: 17px;
}

h6 {
	font-size: 16px;
	font-weight: 600;
	color: #555;
}

p {
	font-size: 15px;
	line-height: 23px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #4d4d4d;
	font-family: 'proxima-nova',sans-serif;
	font-weight: 400;
}

p img {
	margin: 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
	color: #333;
}

small {
	font-size: 80%;
}

a:link,a:visited,a:hover,a:active {
	text-decoration: none;
}

blockquote {
	display: inline-block;
	padding-left: 18px;
	padding-bottom: 0;
	font-size: 15px;
	line-height: 25px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	border-left: 10px solid #000;
}

article blockquote code ol {
	margin-left: 28px;
}

article blockquote pre code {
	margin-left: 0;
}

article blockquote h1,article blockquote h2,article blockquote h3,article blockquote h4 {
	margin-top: 15px;
}

article blockquote p:first-child {
	margin-top: 0;
	padding-top: 0;
}

article blockquote p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

article blockquote blockquote {
	border-color: #e6e6e6;
}

article blockquote blockquote blockquote {
	border-color: #ccc;
}

article.post blockquote p {
	max-width: 440px;
}

article.post blockquote blockquote p {
	max-width: 400px;
}

article.post blockquote blockquote blockquote p {
	max-width: 380px;
}

hr {
	border: solid #f4f3f3;
	border-width: 5px 0 0;
	clear: both;
	margin: 0;
	margin-left: -20px;
	margin-right: -20px;
	height: 0;
	width: auto;
	max-width: 540px;
	border-radius: 5px;
}

a,a:visited {
	color: #333;
	text-decoration: none;
	outline: 0;
}

a:hover,a:focus {
	color: #000;
}

p a,p a:visited {
	line-height: inherit;
}

article img,article iframe,article object {
	display: block;
	margin: 0;
	padding: 0;
	max-width: 657px;
	float: none;
}

article iframe,article object {
	min-height: 250px;
	min-width: 0;
}

ul,ol {
	margin-bottom: 20px;
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

ul {
	display: block;
	list-style-type: none;
}

article.post ul {
	list-style-type: disc;
	max-width: 470px;
}

article.post ul li,article.post ol li {
	font-size: 15px;
	line-height: 25px;
	margin: 0;
	color: #4d4d4d;
	display: list-item;
	margin-bottom: 5px;
	margin-top: 5px;
}

article.post ol {
	max-width: 470px;
}

ol {
	list-style: decimal;
}

ul ul,ul ol,ol ol,ol ul {
	margin: 4px 0 5px 0;
	font-size: 90%;
}

ul ul li,ul ol li,ol ol li,ol ul li {
	margin-bottom: 6px;
}

li {
	line-height: 18px;
	margin-bottom: 12px;
}

code {
	border: 1px solid #d2d2d2;
	background-color: #f8f8f8;
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
	padding-right: 5px;
	font-size: 13px;
}

p code,li code {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

code span.pln {
	padding-left: 0;
	padding-right: 0;
}

pre code span.pln {
	padding-left: 0;
}

code ol li span.pln {
	padding: none;
}

code ol {
	padding-right: 0;
	margin: 0;
	padding: 0;
}

code li {
	padding: 0;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 0;
	margin: 0;
}

pre {
	border: none;
}

pre code {
	border: none;
	display: block;
	border: 1px solid #d2d2d2;
	background-color: #f8f8f8;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	margin-left: -50px;
	margin-right: 0;
	width: auto;
	border-left: none;
	border-right: none;
	padding-left: 50px;
}

pre code ol li {
	border: none;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

article pre code ul li,article pre code ol li {
	font-family: monospace,monospace;
	font-size: 15px;
	line-height: 16px;
}

article blockquote code ol {
	margin-left: 28px;
}

article blockquote pre code {
	margin-left: 0;
}

header#sidebar {
	width: 27%;
	padding-left: 1.5%;
	position: fixed;
	z-index: 1;
	min-height: 100%;
	min-width: 240px;
}

section#river {
	margin-left: 27%;
	min-width: 658px;
	position: relative;
	z-index: 10;
	background-color: #fff;
	border-left: 1px solid #e3e3e3;
	backface-visibility: visible;
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	min-height: 900px;
	z-index: 99999;
}

aside#logo {
	position: relative;
	background-color: #000;
	display: block;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-left: 20px;
	margin-top: 30px;
}

aside#logo div {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #fff;
	width: 90px;
	height: 90px;
	text-indent: -9999px;
	margin: 0 auto;
	margin-top: 10px;
	clear: both;
}

aside#logo div a {
	display: block;
	clear: both;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 auto;
	margin-top: 6px;
	background: #000 url(//d1jcp5e5r52ocf.cloudfront.net/bolt_large.png) center center no-repeat;
	background-size: 100% 100%;
}

header#sidebar h1#blog_name {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

header#sidebar h1#blog_name a {
	font-family: "freight-sans-pro",sans-serif;
	font-weight: 900;
	font-size: 30px;
	line-height: 30px;
	border: none;
	padding: 0;
	display: block;
	color: #000;
	margin-left: 0;
}

header#sidebar li.blog_owner {
	margin: 0;
	padding: 0;
}

header#sidebar h2#blog_owner {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	margin: 0;
	max-width: none;
}

header#sidebar h2#blog_owner a {
	font-family: "freight-sans-pro",sans-serif;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 16px;
	border: none;
	padding: 0;
	display: block;
	color: #585858;
	margin-left: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

header#sidebar h2#tagline {
	font-weight: 300;
	font-size: 16px;
	line-height: 23px;
	color: #585c60;
	-webkit-font-smoothing: antialiased;
	max-width: none;
	margin: 0;
	margin-bottom: 25px;
}

ul#user_meta {
	clear: both;
	margin: 0;
	padding: 0;
	margin-left: 25px;
	width: 75%;
}

ul#user_meta li {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

ul#user_meta li.blog_name {
	margin-bottom: 0;
}

ul#user_meta li.tagline {
	margin-top: 0;
}

a.button:link,
a.button:visited,
a.button:hover,
a.button:active {
	display: inline-block;
	font-size: 15px;
	line-height: 14px;
	border: 4px solid #f8f8f8;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	z-index: 999;
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -15px;
	font-weight: 600;
	position: relative;
}

#user_meta a.button {
	color: #999;
}

a.button:hover {
	color: #000;
	border-color: #000;
}

h1.notification {
	padding-left: 50px;
	font-size: 40px;
	line-height: 50px;
}

header#begin {
	padding-left: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
}

header#begin time#top_time {
	display: block;
	position: relative;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 33px;
	font-family: "freight-sans-pro",sans-serif;
}

section.preview header#begin h2 {
	color: #000;
	font-weight: 900;
	font-size: 35px;
	margin-bottom: 0;
	line-height: 35px;
	margin-top: 20px;
	font-family: "freight-sans-pro",sans-serif;
}

section.preview header#begin a.live_link {
	border-bottom: 1px solid #ccc;
}

section.preview header#begin h4 {
	margin-top: 10px;
	font-weight: normal;
	font-size: 16px;
	width: auto;
	min-width: 0;
	max-width: 100%;
}

article {
	width: auto;
	display: block;
	position: relative;
	padding-left: 50px;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #e2e2e2;
	min-height: 130px;
	overflow-x: hidden;
}

article.post h2,article.post p {
	max-width: 500px;
}

article h2 {
	margin-top: 20px;
}

article h2 a:link,article h2 a:hover,article h2 a:visited,article h2 a:active {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	font-family: "freight-sans-pro",sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}

article h2 a.no-link {
	border: none;
	font-size: 28px;
}

article h2 a.anchor {
	border-bottom: 0;
	margin-left: 10px;
}

article h2 img.scalable {
	width: 16px;
	height: 15px;
	display: inline-block;
	margin: 0;
	padding: 0;
	background: url(https://d1yg14i6wd46hx.cloudfront.net/cargo/icons/anchor_gray-ddf9ec6840c185762af2c37d07fefde8.png) center center no-repeat\9;
	height: 18px\9;
	border: 0;
	vertical-align: top;
	padding-top: 7px;
}

article a:link,
article a:visited,
article a:hover,
article a:active {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #000;
}

aside.kudo {
	position: absolute;
	right: 30px;
	top: 65px;
	display: block;
	z-index: 999;
	background-color: rgba(255,255,255,0.75);
	padding: 10px;
	border-radius: 5px;
}

aside.kudo.fixed {
	position: fixed;
	top: 0;
}

aside.kudo a.kudobject {
	background-color: #000;
	width: 56px;
	height: 56px;
	display: block;
	position: relative;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: none;
}

aside.kudo a.kudobject div.opening {
	background-color: #fff;
	width: 46px;
	height: 46px;
	display: block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 auto;
	text-indent: -9999px;
	text-align: center;
	position: relative;
	top: 5px;
}

aside.kudo span.circle {
	background-color: #000;
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: relative;
	top: 50%;
	margin-top: -23px;
	text-indent: -9999px;
	background-image: none;
	background-position: center center;
	background-repeat: no-repeat;
	transition-property: opacity,background-color,transform;
	transition-duration: 1s;
	transition-timing-function: ease-out;
	transform: scale(0.3);
	transform-style: preserve-3d;
	-webkit-transition-property: opacity,background-color,-webkit-transform;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease-out;
	-webkit-transform: scale(0.3);
	-webkit-transform-style: preserve-3d;
	-moz-transition-property: opacity,background-color,-moz-transform;
	-moz-transition-duration: 1s;
	-moz-transition-timing-function: ease-out;
	-moz-transform: scale(0.3);
	-moz-transform-style: preserve-3d;
	backface-visibility: visible;
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
}

aside.kudo.active span.circle {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

aside.kudo.complete span.circle {
	transition-property: none;
	animation: bounce 1s;
	animation-iteration-count: 1;
	transform: scale(0.85);
	-webkit-transition-property: none;
	-webkit-animation: bounce 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform: scale(0.85);
	-moz-transition-property: none;
	-moz-animation: bounce 1s;
	-moz-animation-iteration-count: 1;
	-moz-transform: scale(0.85);
	background-image: url(//d1jcp5e5r52ocf.cloudfront.net/bolt_large.png);
	background-color: #000;
	background-size: 90% 90%;
}

aside.kudo.deletable a:hover span.circle {
	background-color: #000;
}

aside.kudo.active a.counter span.txt {
	font-size: 16px;
	font-weight: 900;
	line-height: 14px;
	font-family: "freight-sans-pro",sans-serif;
	font-weight: 900;
	letter-spacing: 0;
	width: 55px;
	text-align: center;
	border: none;
}

aside.kudo a.counter {
	display: block;
	text-transform: uppercase;
	margin-top: 3px;
	line-height: 16px;
	font-family: "freight-sans-pro",sans-serif;
	font-weight: 900;
	font-size: 20px;
	color: #000;
	text-align: center;
	border: none;
}

aside.kudo a.counter span.txt {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 11px;
	display: block;
	margin-top: 4px;
}

.bleed,span.bleed,div.bleed,p.bleed,img.bleed {
	margin-left: -50px;
	display: block;
}

#svbtle_linkback {
	position: fixed;
	left: 25px;
	bottom: 30px;
	font-size: 15px;
	letter-spacing: 0;
	text-transform: uppercase;
	font-family: "freight-sans-pro",sans-serif;
	font-weight: 900;
	line-height: 15px;
	background-color: rgba(255,255,255,0.7);
	padding: 10px;
	height: 30px;
	z-index: 9999;
	border-radius: 5px;
}

#svbtle_linkback span.logo_square {
	margin-right: 5px;
}

div#notice {
	display: block;
	padding: 35px;
	margin-left: -1px;
	color: #fff;
	font-size: 23px;
	line-height: 30px;
	font-weight: 600;
	background-color: #6faf0a;
}

div#notice span {
	font-size: 40px;
	line-height: 40px;
	font-weight: 900;
}

nav.pagination {
	padding: 40px;
	border-top: 1px solid #e2e2e2;
	padding-bottom: 100px;
}

nav.pagination span.next a,nav.pagination span.prev a {
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	font-weight: 700;
	text-transform: uppercase;
	border: 3px solid;
}

nav.pagination span {
	display: none;
}

nav.pagination span.next {
	display: block;
	float: right;
}

nav.pagination span.next a:hover,nav.pagination span.prev a:hover {
	color: #000;
	border-color: #000;
}

nav.pagination span.prev {
	display: block;
	float: left;
}

@keyframes bounce {
	0% {
		transform: scale(1.1);
		background-color: #000;
		opacity: 1;
	}

	50% {
		transform: scale(1.6);
		opacity: .7;
		background-color: #000;
	}

	60% {
		transform: scale(0.6);
		opacity: 1;
	}

	80% {
		transform: scale(0.95);
	}

	100% {
		transform: scale(0.85);
	}
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: scale(1.1);
		background-color: #000;
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1.6);
		opacity: .7;
		background-color: #000;
	}

	60% {
		-webkit-transform: scale(0.6);
		opacity: 1;
	}

	80% {
		-webkit-transform: scale(0.95);
	}

	100% {
		-webkit-transform: scale(0.85);
	}
}

@-moz-keyframes bounce {
	0% {
		-moz-transform: scale(1.1);
		background-color: #000;
		opacity: 1;
	}

	50% {
		-moz-transform: scale(1.6);
		opacity: .7;
		background-color: #000;
	}

	60% {
		-moz-transform: scale(0.6);
		opacity: 1;
	}

	80% {
		-moz-transform: scale(0.95);
	}

	100% {
		-moz-transform: scale(0.85);
	}
}

table {
	width: auto;
	display: block;
}

td {
	padding: 10px;
	text-align: left;
}

@media all and (device-width:768px) and (device-height:1024px),only all and (max-height:630px) {
	header#sidebar {
		position: absolute;
	}

	#svbtle_linkback {
		top: 700px;
		position: absolute;
	}
}

@media all and (max-width:630px) {
	body,html {
		min-width: 0;
	}

	#svbtle_linkback {
		top: -10px;
		right: 5px;
		left: auto;
		position: absolute;
	}

	#svbtle_linkback span.svbtle {
		display: none;
	}

	article ul,article ol {
		margin-left: 50px;
		padding-left: 0;
	}

	article ul p,article ol p {
		padding-left: 0;
	}

	article.post ul {
		max-width: auto;
		min-width: 0;
		padding-right: 10px;
	}

	aside#logo {
		margin: 0 auto;
		position: relative;
		left: auto;
		right: auto;
		margin-top: 20px;
		margin-bottom: 0;
	}

	ul#user_meta {
		width: auto;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}

	ul#user_meta li.link {
		display: inline-block;
		float: none;
		width: auto;
		clear: none;
		margin: 0;
		margin-bottom: 5px;
	}

	ul#user_meta li.link:first-child {
		margin-left: 5px;
	}

	ul#user_meta li.link:last-child {
		margin-right: 5px;
	}

	ul#user_meta li.link a {
		margin-left: 0;
	}

	header#sidebar {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		text-align: center;
		margin: 0;
		padding: 0;
	}

	header#sidebar h1#blog_name,header#sidebar h1#blog_name a {
		margin: 0;
		padding: 0;
		text-align: center;
		width: auto;
		display: block;
		position: relative;
		max-width: none;
		min-width: 0;
	}

	header#sidebar h1#blog_name {
		margin-top: 10px;
	}

	header#sidebar h2#tagline {
		margin: 0 auto;
		padding: 0;
		max-width: 280px;
		margin-top: 10px;
	}

	section#river {
		margin: 0;
		padding: 0;
		border: none;
		display: block;
		width: auto;
		min-width: 0;
		margin-top: 15px;
		clear: both;
		background-color: #fff;
		position: absolute;
	}

	section#river article {
		width: auto;
		padding-left: 0;
		padding-top: 30px;
		padding-bottom: 30px;
		overflow: hidden;
	}

	article p,article h2,article h1,article h3,article h4,article h5,article h6 {
		padding-right: 15px;
		padding-left: 20px;
	}

	article hr {
		margin-right: 10px;
		margin-left: 10px;
		width: auto;
	}

	header#sidebar {
		min-height: 0;
	}

	article blockquote p,article blockquote h2,article blockquote h1,article blockquote h3,article blockquote h4,article blockquote h5,article blockquote h6 {
		padding-left: 10px;
	}

	article hr,article p,article h2,article h1,article h3,article h4,article h5,article h6,article blockquote p,article blockquote h2,article blockquote h1,article blockquote h3,article blockquote h4,article blockquote h5,article blockquote h6 {
		max-width: 100%;
	}

	article blockquote {
		margin-left: 20px;
		max-width: none;
		min-width: 0;
		margin-right: 0;
		padding: 0;
	}

	article blockquote blockquote {
		margin-left: 10px;
		margin-right: 0;
	}

	article blockquote p, {
		padding-left: 10px;
	}

	article blockquote ul,article blockquote ol {
		margin-left: 50px;
	}

	section#river article h2 {
		margin-top: 0;
	}

	section#river header#begin {
		display: none;
	}

	section#river article code {
		width: auto;
		margin: 0;
		padding-left: 20px;
	}

	section#river article p code {
		padding-left: 5px;
	}

	article blockquote pre code {
		margin: 0;
		width: 80%;
		padding-left: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		border-right: 1px solid #ccc;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	section#river article p img,section#river article p iframe,section#river article p object {
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
		float: none;
	}

	article iframe,article object {
		min-height: 250px;
		min-width: 0;
	}

	.bleed,span.bleed,div.bleed,p.bleed,img.bleed {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	body section#river,body section#river article {
		width: 100%;
		max-width: 100%;
	}

	body section#river article p {
		width: auto;
		max-width: 100%;
		min-width: 0;
		display: block;
	}

	body section#river article p a {
		width: auto;
		min-width: 0;
		max-width: 100%;
		display: inline;
		word-wrap: break-word;
		word-break: hyphenate;
		overflow: ellipsis;
	}

	body section#river article p a img {
		display: inline-block;
		border-bottom: 1px solid #fff;
		margin-bottom: -1px;
	}

	header#sidebar ul#user_meta li.feed {
		display: none;
	}
}

@media all and (min-width:630px) and (max-width:1024px) {
	aside.kudo {
		right: 10px;
	}
}

@media all and (min-width:1300px),all and (device-width:768px) and (device-height:1024px) and (orientation:landscape) {
	header#sidebar {
		margin-left: 0;
		padding-left: 2%;
	}

	header#sidebar h2#tagline {
		font-size: 18px;
		line-height: 25px;
	}

	ul#user_meta {
		max-width: 300px;
		width: 65%;
	}

	header#sidebar h1#blog_name a {
		font-size: 30px;
		line-height: 30px;
	}

	aside#logo {
		width: 165px;
		height: 165px;
	}

	aside#logo div {
		width: 135px;
		height: 135px;
		margin-top: 15px;
	}

	aside#logo div a {
		width: 117px;
		height: 117px;
		margin-top: 9px;
	}
}

@media all and (device-width:768px) and (device-height:1024px) and (orientation:portrait),all and (device-width:768px) and (device-height:1024px) and (orientation:landscape) {
	body {
		min-width: 0;
	}

	body section#river {
		background-color: #fff;
		min-width: 0;
		max-width: auto;
		padding-left: 0;
		margin-left: 0;
	}

	body section#river article {
		padding-left: 30px;
		padding-top: 10px;
		padding-right: 50px;
	}

	body article p img,body article img.bleed,body article iframe,body article iframe.bleed,body article p object {
		width: auto;
		margin-left: -30px;
		max-width: 520px;
		min-width: 520px;
	}

	body article li p img,body article li img.bleed,body article li iframe,body article li iframe.bleed,body article li p object {
		margin-left: -50px;
	}
}

@media all and (device-width:768px) and (device-height:1024px) and (orientation:portrait) {
	body section#river {
		max-width: 550px;
		margin-left: 250px;
	}

	body header#sidebar {
		width: 240px;
		max-width: auto;
		min-width: 0;
		margin: 0;
	}

	header#sidebar h1#blog_name a {
		font-size: 25px;
		line-height: 25px;
		width: 100%;
		max-width: auto;
		min-width: 0;
		padding: 0;
		margin: 0;
	}

	header#sidebar h2#blog_owner a {
		font-size: 12px;
		margin-top: -5px;
	}

	header#sidebar h2#tagline {
		font-size: 15px;
	}

	body article pre code {
		margin-left: -30px;
		padding-left: 30px;
		width: 480px;
		min-width: 480px;
		max-width: 480px;
	}
}

@media all and (device-width:768px) and (device-height:1024px) and (orientation:landscape) {
	body article code.prettyprint {
		max-width: auto;
		margin-left: -70px;
		padding-left: 70px;
		width: auto;
		min-width: 560px;
		padding-right: 70px;
	}

	body article p code.prettyprint {
		padding-right: 5px;
		padding-left: 5px;
		min-width: 0;
		max-width: auto;
		margin-left: 0;
	}

	body section#river {
		background-color: #fff;
		min-width: 0;
		max-width: auto;
		padding-left: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 700px;
	}

	body section#river article {
		padding-left: 70px;
		padding-top: 30px;
		padding-right: 100px;
	}

	body article p img,body article img.bleed,body article iframe,body article iframe.bleed,body article p object {
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
		float: none;
		margin-left: -70px;
		width: 700px;
		max-width: 700px;
		min-width: 700px;
	}

	body article li p img,body article li img.bleed,body article li iframe,body article li iframe.bleed,body article li p object {
		margin-left: -90px;
	}

	body article p img.nostyle {
		width: 100%;
		max-width: auto;
		min-width: 0;
		margin: 0;
	}

	ul#user_meta {
		max-width: 230px;
		width: 100%;
	}

	header#sidebar h2#tagline {
		font-size: 15px;
		line-height: 20px;
	}

	header#sidebar h1#blog_name a {
		font-size: 25px;
		line-height: 25px;
	}
}

@media only all and (max-width:630px),all and (device-width:768px) and (device-height:1024px) and (orientation:portrait),all and (device-width:768px) and (device-height:1024px) and (orientation:landscape) {
	article aside.kudo {
		position: relative;
		clear: both;
		top: auto;
		right: auto;
		width: auto;
		max-width: 470px;
		min-width: 0;
		margin: 0;
		text-align: center;
		min-height: 160px;
	}

	article aside.kudo a.kudobject {
		width: 84px;
		height: 84px;
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 0;
	}

	aside.kudo a.kudobject div.opening {
		width: 68px;
		height: 68px;
		top: 8px;
	}

	aside.kudo a.kudobject span.circle {
		top: 50%;
		margin-top: -34px;
		width: 68px;
		height: 68px;
	}

	article aside.kudo a.counter {
		font-size: 30px;
		line-height: 30px;
	}

	aside.kudo.active a.counter span.txt {
		letter-spacing: 1px;
		margin: 0;
		padding: 0;
		position: relative;
		right: auto;
		width: auto;
		height: auto;
		top: -170px;
		font-size: 40px;
		line-height: 40px;
		width: auto;
		height: auto;
		z-index: 9999;
		background-color: #000;
		padding: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
		display: block;
		margin: 0 auto;
		border-radius: 50px;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		color: #fff;
	}

	aside.kudo.complete span.circle {
		animation: bounce-mobile 1s;
	}@	keyframes bounce-mobile {
		0%{transform: scale(1.1);
		background-color: #000;
		opacity: 1;
	}

	50% {
		transform: scale(2.6);
		opacity: .7;
		background-color: #000;
	}

	60% {
		transform: scale(0.6);
		opacity: 1;
	}

	80% {
		transform: scale(0.95);
	}

	100% {
		transform: scale(0.85);
	}
}

@-webkit-keyframes bounce-mobile {
	0% {
		-webkit-transform: scale(1.1);
		background-color: #000;
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(2.6);
		opacity: .7;
		background-color: #000;
	}

	60% {
		-webkit-transform: scale(0.6);
		opacity: 1;
	}

	80% {
		-webkit-transform: scale(0.95);
	}

	100% {
		-webkit-transform: scale(0.85);
	}
}

@-moz-keyframes bounce-mobile {
	0% {
		-moz-transform: scale(1.1);
		background-color: #000;
		opacity: 1;
	}

	50% {
		-moz-transform: scale(2.6);
		opacity: .7;
		background-color: #000;
	}

	60% {
		-moz-transform: scale(0.6);
		opacity: 1;
	}

	80% {
		-moz-transform: scale(0.95);
	}

	100% {
		-moz-transform: scale(0.85);
	}
}}

span.logo_square {
	position: relative;
	background-color: #000;
	display: inline-block;
	border-radius: 5px;
	width: 28px;
	height: 26px;
	border: 1px solid #000;
}

span.logo_circle {
	position: relative;
	border: 2px solid #fff;
	border-radius: 50%;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 auto;
	margin-top: 4px;
	text-indent: -9999px;
}

nav#svbtle_dropdown {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 99;
}

section.inside nav#svbtle_dropdown {
	top: 15px;
}

section.posts_con nav#svbtle_dropdown {
	display: none;
}

nav#svbtle_dropdown span.logo_square {
	width: 55px;
	height: 32px;
}

nav#svbtle_dropdown span.logo_circle {
	display: inline-block;
	margin-left: 8px;
	margin-top: 8px;
}

nav#svbtle_dropdown img {
	vertical-align: top;
	margin-top: 13px;
	margin-left: 3px;
}

ul#dropdown {
	background-color: #000;
	position: absolute;
	width: auto;
	top: 29px;
	right: 0;
	border-radius: 5px;
	border-top-right-radius: 0;
	border-radius-topright: 0;
	display: none;
}

ul#dropdown li {
	margin: 0;
	border-bottom: 1px solid #363636;
}

ul#dropdown li:last-child {
	border: none;
}

ul#dropdown li a:hover {
	color: #fff;
}

ul#dropdown li:first-child a {
	padding-top: 20px;
}

ul#dropdown li:last-child a {
	padding-bottom: 20px;
}

ul#dropdown li a {
	padding-left: 20px;
	padding-right: 30px;
	display: block;
	min-width: 140px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #ccc;
	font-weight: 600;
	border: none;
	font-size: 14px;
	display: block;
	padding-top: 16px;
	padding-bottom: 16px;
}

article h2 img.scalable {background-image:url("images/anchor.png");}
aside.kudo.complete span.circle{background-image:url("images/bolt_large.png");}
aside#logo div a{background-image: url("images/bolt_large.png");}
ol li ol { padding-left: 40px; }

body.page article.post{border-top: 0;}

/* http://pea.rs/content/data-table */
table{margin:0; padding:0}
table th,
table td{padding:10px 20px; text-align:left; border-bottom:1px solid #ccc}
table th{border-width:2px}
table td{color:#666}
table tr:last-child th,
table tr:last-child td{border-bottom:none}
table tr:nth-child(even){background:#eee}

/* Sidebar */
#searchform {margin-bottom: 15px}
#searchform .screen-reader-text{display: none;}
#searchform #s{border-radius: 100px; margin-left: -15px;  background: url('images/icon-search.png') 14px center no-repeat; border: 1px solid #e7e7e7; border-color: #f1f1f1; text-indent: 20px; padding: 10px 20px; width: 60%}
#searchform #s:hover{border-color: #e7e7e7}
#searchform #s:focus{outline: none; width: 80%; border-color: #333}
#searchsubmit{display: none;}
/* eo Sidebar */

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