/* === GENERAL === */

html, body {
	margin: 0;
	padding: 0;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
}

body { background-color: #fff; }

a, a:visited {
	text-decoration: none;
	color: #336699;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0;
}

h4.modal-title, h5.modal-title, h6.modal-title {
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0 6px;
	text-transform: uppercase;
}

img {
	border: 0;
	outline: none;
}

p {
	margin: 0;
	padding: 0;
}

.block200 { height: 200px; }
.block190 { height: 190px; }
.block180 { height: 180px; }
.block170 { height: 170px; }
.block160 { height: 160px; }
.block150 { height: 150px; }
.block140 { height: 140px; }
.block130 { height: 130px; }
.block120 { height: 120px; }
.block110 { height: 110px; }
.block100 { height: 100px; }
.block90 { height: 90px; }
.block80 { height: 80px; }
.block70 { height: 70px; }
.block64 { height: 64px; }
.block60 { height: 60px; }
.block50 { height: 50px; }
.block40 { height: 40px; }
.block35 { height: 35px; }
.block30 { height: 30px; }
.block20 { height: 20px; }
.block15 { height: 15px; }
.block10 { height: 10px; }

.box300x400 { width: 300px; height: 400px; }
.box300x330 { width: 300px; height: 330px; }
.box300x300 { width: 300px; height: 300px; }
.box300x250 { width: 300px; height: 250px; }
.box300x120 { width: 300px; height: 120px; }
.box300x90  { width: 300px; height: 90px;  }
.box300x60  { width: 300px; height: 60px;  }
.box250x250 { width: 250px; height: 250px; }
.box160x600 { width: 160px; height: 600px; }

.mb100 { margin-bottom: 100px; }
.mb80 { margin-bottom: 80px; }
.mb60 { margin-bottom: 60px; }
.mb50 { margin-bottom: 50px; }
.mb40 { margin-bottom: 40px; }
.mb30 { margin-bottom: 30px; }
.mb20 { margin-bottom: 20px; }
.mb15 { margin-bottom: 15px; }
.mb12 { margin-bottom: 12px; }
.mb10 { margin-bottom: 10px; }
.mb8 { margin-bottom: 8px; }
.ml50 { margin-left: 50px; }
.ml40 { margin-left: 40px; }
.ml30 { margin-left: 30px; }
.ml20 { margin-left: 20px; }
.ml10 { margin-left: 10px; }
.ml6 { margin-left: 6px; }
.mr50 { margin-right: 50px; }
.mr40 { margin-right: 40px; }
.mr30 { margin-right: 30px; }
.mr20 { margin-right: 20px; }
.mr10 { margin-right: 10px; }
.mt50 { margin-top: 50px; }
.mt40 { margin-top: 40px; }
.mt30 { margin-top: 30px; }
.mt20 { margin-top: 20px; }
.mt10 { margin-top: 10px; }
.mlr50 { margin: 0 50px; }
.mlr40 { margin: 0 40px; }
.mlr30 { margin: 0 30px; }
.mlr25 { margin: 0 25px; }
.mlr20 { margin: 0 20px; }
.mlr10 { margin: 0 10px; }
.mlr8 { margin: 0 8px; }
.mlr4 { margin: 0 4px; }

.pt140 { padding-top: 140px; }
.pt130 { padding-top: 130px; }
.pt125 { padding-top: 125px; }
.pt120 { padding-top: 120px; }
.pt110 { padding-top: 110px; }
.pt100 { padding-top: 100px; }
.pt40 { padding-top: 40px; }
.pt30 { padding-top: 30px; }
.pt20 { padding-top: 20px; }
.pt10 { padding-top: 10px; }

.lh40 { line-height: 40px; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.elem-left { float: left; }
.elem-right { float: right; }
.elem-center { margin: 0 auto; }
.elem-inline { display: inline-block; }
.elem-middle { vertical-align: middle; }

.clearleft { clear: left; }
.clearright { clear: right; }
.clearboth { clear: both; }

.text-64 { font-size: 64px; }
.text-34 { font-size: 34px; }
.text-32 { font-size: 32px; }
.text-30 { font-size: 30px; }
.text-28 { font-size: 28px; }
.text-26 { font-size: 26px; }
.text-24 { font-size: 24px; }
.text-22 { font-size: 22px; }
.text-20 { font-size: 20px; }
.text-18 { font-size: 18px; }
.text-16 { font-size: 16px; }
.text-14 { font-size: 14px; }
.text-13 { font-size: 13px; }
.text-12 { font-size: 12px; }
.text-11 { font-size: 11px; }
.text-10 { font-size: 10px; }

.text-white { color: #fff; }
.text-gray { color: #666; }
.text-red { color: #f00; }

.content { margin: 7px 5px 0; }

.rounded { border-radius: 7px; }


/* === HEADER === */

#header {
	position: relative;
	height: 79px;
	background-color: #cee3f8;
	border-bottom: solid 1px #5f99cf;
}

.topnavbar {
	height: 18px;
	line-height: 18px;
	background-color: #f0f0f0;
	border-bottom: solid 1px #808080;
	font-weight: 400;
	font-size: 9px;
	color: #808080;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
}

.topnavbar a, .topnavbar a:visited {
	color: #000;
	text-decoration: none;
}

.topnavbar a:hover {
	text-decoration: underline;
}

.topnavbar a.on {
	font-weight: 700;
	color: #ff4500;
}

#header-bottom-left .header-img {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-image: url("../images/dojopresslogo60x60.jpg");
}

#header-bottom-left .pagename {
	display: inline-block;
	font-weight: bold;
	margin-right: 1ex;
	font-variant: small-caps;
	font-size: 1.2em;
	vertical-align: bottom;
}

#header-bottom-left .pagename a, #header-bottom-left .pagename a:visited {
	color: #000;
	text-decoration: none;
}

#header-bottom-left .pagename a:hover {
	text-decoration: underline;
}

#header-bottom-right {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-color: #eff7ff;
	padding: 4px;
	font-size: 10px;
	line-height: 12px;
	border-top-left-radius: 7px;
}

#header-bottom-right .user {
	color: #808080;
}

#header-bottom-right a.on {
	font-weight: 700;
	color: #ff4500;
}


/* === SIDEBAR === */

#sidebar {
	float: right;
	width: 300px;
	background-color: #fff;
	margin: 0 5px;
}

#sidebar a, #sidebar a:visited { outline: none; }

#sidebar .spacer {
	margin: 7px 0 12px;
}

#sidebar .morelink {
	display: block;
	width: 100%;
	border-radius: 18px;
	overflow: hidden;
}

#sidebar .morelink a {
	display: block;
	text-decoration: none;
	text-overflow: ellipsis;
	line-height: 38px;
	font-size: 16px;
	font-weight: bold;
	color: #369;
	background-color: #fff;
	background: -webkit-linear-gradient(top, #fff, #dbdbdb);
	background: -moz-linear-gradient(top, #fff, #dbdbdb);
	background: -ms-linear-gradient(top, #fff, #dbdbdb);
	background: -o-linear-gradient(top, #fff, #dbdbdb);
	background: linear-gradient(top, #fff, #dbdbdb);
	filter: progid:DXImageTransform.Microsoft.Gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 );
	border: solid 1px #5f99cf;
	border-radius: 18px;
	padding: 0 15px;
	overflow: hidden;
}

#sidebar .morelink a:hover {
	color: #258;
	background-color: #fff;
	background: -webkit-linear-gradient(top, #fff, #eee);
	background: -moz-linear-gradient(top, #fff, #eee);
	background: -ms-linear-gradient(top, #fff, #eee);
	background: -o-linear-gradient(top, #fff, #eee);
	background: linear-gradient(top, #fff, #eee);
	filter: progid:DXImageTransform.Microsoft.Gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}

#sidebar .morelink a span {
	display: block;
	padding-left: 40px;
}

#sidebar .morelink a span.link {
	background: url("../images/submitlink.png") no-repeat 0 3px;
}

#sidebar .morelink a span.textpost {
	background: url("../images/submittext.png") no-repeat 0 3px;
}

#sidebar .sidecontentbox .title h1 {
	display: inline;
	text-transform: uppercase;
	margin: 0;
	color: #808080;
	font-size: 12px;
}

#sidebar .sidecontentbox .content {
	margin: 0;
	padding: 5px;
	border: 1px solid #808080;
	font-size: 12px;
	list-style: outside none none;
}

#sidebar .titlebox {
	font-size: 14px;
}

#sidebar .titlebox h1 {
	font-family: arial,helvetica,verdana,geneva,sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 5px;
	padding: 0;
}

#sidebar .titlebox .points {
	font-weight: bold;
	font-size: 20px;
}


/* === LOGIN === */

#login {
	margin-right: 300px;
}

#login .split-panel {
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 60px;
	margin-bottom: 49px;
}

#login .split-panel .split-panel-section {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

#login .split-panel .split-panel-section.split-panel-divider:first-child {
	border-width: 0 1px 0 0;
	border-style: none solid none none;
	border-color: -moz-use-text-color #e0e0e0 -moz-use-text-color -moz-use-text-color;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#login .split-panel .split-panel-section:first-child {
	padding-right: 60px;
}

#login .split-panel .split-panel-section:last-child {
	padding-left: 60px;
}

#login .modal-title {
	display: block;
	color: #4270a2;
	margin-bottom: 25px;
}


/* === FORMS === */

.c-form-group {
	position: relative;
	margin-bottom: 10px;
}

.c-form-group.c-nogo {
	display: none;
}

.c-form-control {
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-size: 14px;
	height: 34px;
	line-height: 20px;
	padding: 6px 12px;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.15) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.c-submit-group {
	margin-top: 34px;
}

.c-btn-primary {
	background-color: #4f86b5;
	border-bottom: solid 2px #4270a2;
	color: #fff;
}

.c-btn {
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 4px 12px 3px;
	font-size: 12px;
	line-height: 20px;
	border-radius: 3px;
	-moz-user-select: none;
}

.c-pull-right {
	float: right;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	padding: 2px 6px 3px;
}

.usertext .help-toggle {
	font-size: smaller;
	float: right;
	margin-top: 5px;
	margin-left: 10px;
}

.usertext .bottom-area {
	text-align: right;
	overflow: hidden;
}

.usertext .markhelp {
	padding: 4px;
	margin: 5px 0;
	border-top: 1px dotted #c0c0c0;
}

.usertext .markhelp table {
	width: 100%;
	margin: 5px 0;
}

.usertext .markhelp tr, .usertext .markhelp td {
	width: 50%;
	border: 1px solid #c0c0c0;
}

.usertext .markhelp .spaces {
	background-color: #c0c0c0;
}

.usertext .usertext-buttons {
	text-align: left;
}

.roundfield {
	width: 500px;
	background-color: #cee3f8;
	border-radius: 4px;
	padding: 5px 10px 10px;
	font-size: large;
}

.roundfield textarea, .roundfield input[type="text"], .roundfield input[type="url"], .roundfield input[type="password"], .roundfield input[type="number"], .roundfield select {
	width: 492px;
	font-size: 100%;
	margin: 0;
	padding: 3px;
	border: 1px solid #808080;
	resize: none;
}

form .spacer {
	margin: 15px 0;
}

.login-form-side {
	border: solid 1px #808080;
}

.login-form-side input[type="text"], .login-form-side input[type="password"] {
	font-size: 11px;
	box-sizing: border-box;
	border: solid 1px #999;
	width: 141px;
	margin: 5px 0 0 5px;
	top: 5px;
	padding: 6px;
}

.login-form-side #remember-me {
	float: left;
	line-height: 24px;
	margin-left: 5px;
}
.login-form-side #remember-me, .login-form-side .submit {
	margin: 4px;
}

.login-form-side .submit {
	float: right;
}


/* === GENERAL === */

.page-content {
	font-size: 14px;
	font-weight: normal;
	margin: 15px 325px 15px 15px;
}

ul.flat-list li span.confirmdelete {
	color: #f00;
	display: none;
}

ul.flat-list li span.confirmdelete a, ul.flat-list li span.confirmdelete a:visited {
	color: #888;
}


/* === ARROWS === */

.arrow {
	display: block;
	width: 15px;
	height: 14px;
	margin: 2px auto 0;
	cursor: pointer;
	outline: medium none;
}

.arrow.up {
	background-image: url("../images/sprite-sheet.png");
	background-position: -84px -818px;
	background-repeat: no-repeat;
}

.arrow.down {
	background-image: url("../images/sprite-sheet.png");
	background-position: -42px -818px;
	background-repeat: no-repeat;
}

.arrow.upvote {
	background-image: url("../images/sprite-sheet.png");
	background-position: -105px -818px;
	background-repeat: no-repeat;
}

.arrow.downvote {
	background-image: url("../images/sprite-sheet.png");
	background-position: -63px -818px;
	background-repeat: no-repeat;
}


/* === POSTS === */

.post {
	margin-bottom: 8px;
	padding-left: 3px;
	overflow: hidden;
}

.post .rank {
	float: left;
	margin-top: 15px;
	font-size: medium;
	text-align: right;
	color: #c6c6c6;
	vertical-align: top;
	overflow: hidden;
}

.post .midcol {
	float: left;
	margin: 0 7px;
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
	overflow: hidden;
}

.post .score {
	text-align: center;
}

.post .score.unvoted {
	color: #c6c6c6;
}

.post .score.upvote {
	color: #ff8b60;
}

.post .score.downvote {
	color: #9494ff;
}

.post .thumbnail {
	float: left;
	width: 70px;
	max-height: 53px;
	font-size: 0;
	margin: 0 5px 2px 0;
	overflow: hidden;
}

.post .entry {
	margin-left: 3px;
	vertical-align: top;
	overflow: hidden;
}

.post p.title {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 1px;
	padding: 0;
}

.post p.title.max-lines {
	text-overflow: ellipsis;
	word-wrap: break-word;
	max-height: 100px;
	overflow: hidden;
}

.post p.title a.title {
	margin-right: 8px;
	color: #223add;
	text-decoration: none;
	outline: medium none;
}

.post p.title .domain {
	font-size: x-small;
	white-space: nowrap;
}

.post p.title .domain a {
	color: #888;
}

.post p.tagline {
	font-size: x-small;
	color: #888;
}

.post ul.flat-list {
	display: block;
	margin: 0;
	padding: 1px 0;
	list-style-type: none;
}

.post ul.flat-list li {
	display: inline-block;
	border: medium none;
	padding-right: 4px;
	line-height: 1.6em;
	font-size: 10px;
	white-space: nowrap;
}

.post ul.flat-list li a {
	font-weight: bold;
	color: #888;
	padding: 0 1px;
	text-decoration: none;
}

.post .usertext button {
	margin: 5px 5px 10px 0;
}

.post .usertext .md {
	padding: 5px 10px;
}

.post .usertext-body .md {
	background-color: #fafafa;
	border: solid 1px #369;
	border-radius: 7px;
	margin: 5px 0;
}

.post .usertext-body .md img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin-top: 20px;
}

.post .usertext-edit {
	margin-top: 5px;
	padding: 0 1px;
	width: 500px;
}


/* === PAGE NAV === */

.nextprev, .next-suggestions {
	color: #808080;
	font-size: 12px;
	margin-top: 10px;
}

.nextprev a, .next-suggestions a {
	padding: 1px 4px;
	background-color: #eee;
	border: solid 1px #ddd;
	border-radius: 3px;
	font-weight: bold;
}

.nextprev .separator, .next-suggestions .separator {
	margin: 0 10px 0 7px;
	border-left: solid 1px #ccc;
	color: #808080;
	cursor: default;
}

.nextprev a:hover, .next-suggestions a:hover {
	background-color: #f0f0f0;
	border: solid 1px #82a6c9;
}

.nextprev a:active, .next-suggestions a:active {
	background-color: #e4e4e4;
}


/* === SUBMIT === */

.formtabs-content {
	width: 520px;
	border-top: 4px solid #5f99cf;
	padding-top: 10px;
}

ul.tabmenu.formtab {
	display: block;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	padding-left: 10px;
}

ul.tabmenu.formtab li {
	display: inline;
	margin: 0;
}

.tabmenu.formtab a {
	outline: medium none;
	vertical-align: bottom;
	border-width: 1px 1px medium;
	border-style: solid solid none;
	border-color: #c1c1c1 #c1c1c1 -moz-use-text-color;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	padding: 2px 10px 0;
	background-color: #eff7ff;
	text-decoration: none;
}

.tabmenu.formtab .selected a {
 	color: #fff;
 	font-size: 16px;
 	background-color: #5f99cf;
 	border: medium none;
}

.tabmenu {
	list-style-type: none;
	white-space: nowrap;
	display: inline-block;
	margin-top: 5px;
	vertical-align: bottom;
}

.infobar {
	background-color: #f6e69f;
	padding: 5px 10px;
	margin: 5px 0;
	border: 1px solid #ffa500;
	font-size: 12px;
}


/* === COMMENTS === */

.comment .usertext button {
	margin: 5px 5px 10px 0;
}

.comment .usertext-edit {
	margin-top: 5px;
	padding: 0 1px;
	width: 500px;
}

.usertext-edit textarea {
	width: 500px;
	height: 100px;
}

.commentarea .panestack-title {
	font-family: helvetica, sans-serif;
	margin-left: 20px;
	margin-bottom: 0;
}

.commentarea .panestack-title {
	margin: 10px 310px 0 10px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #808080;
}

.commentarea .panestack-title .title {
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0;
}

.commentarea .usertext {
	margin: 0 0 10px 10px;
	overflow: auto;
}

.comment {
	margin-left: 10px;
}

.comment.parent {
	margin-left: 0;
}

.comment.child {
	margin-top: 10px;
	margin-left: 25px;
	border-left: dotted 1px #ddf;
}

.comment p a.title {
	font-size: 12px;
	color: #223add;
}

.comment .usertext {
	margin: 0;
}

.comment .midcol {
	float: left;
	margin: 0 7px;
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
	overflow: hidden;
}

.comment .tagline {
	color: #888;
	font-size: x-small;
}

.comment .tagline a {
	color: #369;
	text-decoration: none;
}

.comment .entry {
	overflow: hidden;
	margin-left: 3px;
	opacity: 1;
}

.comment ul.flat-list {
	display: block;
	margin: 0;
	padding: 1px 0;
	list-style-type: none;
}

.comment ul.flat-list li {
	display: inline-block;
	border: medium none;
	padding-right: 4px;
	line-height: 1.6em;
	font-size: 10px;
	white-space: nowrap;
}

.comment ul.flat-list li a {
	font-weight: bold;
	color: #888;
	padding: 0 1px;
	text-decoration: none;
}


/* === ARTICLES === */

.article {
	font-size: 14px;
	padding: 0 20px;
	margin-right: 400px;
}

.article .author {
	font-style: italic;
	font-size: 14px;
	margin-bottom: 30px;
}

.article p {
	margin: 14px 0;
	text-indent: 20px;
}


/* === MISC === */

.socialicons {
	font-weight: bold;
}

.socialicons img {
	width: 32px;
	height: 32px;
	margin-right: 8px;
	vertical-align: middle;
}

.screenreader-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0 none;
}

.ne1469 {
	display: none;
}


/* === MARKDOWN === */

.md-container {
	font-size: small;
}
.md {
	max-width: 800px;
	color: #222;
}
.md h1,
.md h2,
.md h3,
.md h4,
.md h5,
.md h6 {
	border: 0;
	color: inherit;
	-webkit-font-smoothing: antialiased;
}
.md h1 code,
.md h2 code,
.md h3 code,
.md h4 code,
.md h5 code,
.md h6 code {
	font-size: inherit;
}
.md blockquote,
.md del {
	color: #4f4f4f;
}
.md a {
	color: #0079d3;
	text-decoration: none;
}
.md h6 {
	text-decoration: underline;
}
.md em {
	font-style: italic;
	font-weight: inherit;
}
.md th,
.md strong,
.md h1,
.md h2,
.md h3,
.md h4,
.md h5,
.md h6 {
	font-weight: 600;
	font-style: inherit;
}
.md h2,
.md h4 {
	font-weight: 500;
}
.md,
.md h6 {
	font-weight: 400;
}
.md * {
	margin-left: 0;
	margin-right: 0;
}
.md tr,
.md code,
.md h1,
.md h2,
.md h3,
.md h4,
.md h5,
.md h6,
.md th,
.md td,
.md ul,
.md ol,
.md pre,
.md blockquote,
.md table,
.md p,
.md ul,
.md ol {
	margin: 0;
	padding: 0;
}
.md hr {
	border: 0;
	color: transparent;
	background: #c5c1ad;
	height: 2px;
	padding: 0;
}
.md blockquote {
	border-left: 2px solid #c5c1ad;
}
.md code,
.md pre {
	border: 1px solid #eeeed2;
	background-color: #fcfcf7;
	border-radius: 2px;
}
.md code {
	margin: 0 2px;
	white-space: nowrap;
}
.md p code {
	line-height: 1em;
}
.md pre {
	overflow: auto;
}
.md pre code {
	white-space: pre;
	background-color: transparent;
	border: 0;
	display: block;
	padding: 0 !important;
}
.md td,
.md th {
	border: 1px solid #e5e3da;
	text-align: left;
}
.md td[align=center],
.md th[align=center] {
	text-align: center;
}
.md td[align=right],
.md th[align=right] {
	text-align: right;
}
.md img {
	max-width: 100%;
}
.md ul {
	list-style-type: disc;
}
.md ol {
	list-style-type: decimal;
}
.md blockquote {
	padding: 0 8px;
	margin-left: 5px;
}
.md code {
	padding: 0 4px;
}
.md pre,
.md th,
.md td {
	padding: 4px 9px;
}
.md ul,
.md ol {
	padding-left: 40px;
}
.md sup {
	font-size: 0.86em;
	line-height: 0;
}
.md li li,
.md li p {
	font-size: 1em;
}
.link .usertext .md {
	padding: 5px 10px;
}
.new-comment .md :not(pre) > code,
.link .md :not(pre) > code,
.usertext.border .md :not(pre) > code,
.new-comment .md pre,
.link .md pre,
.usertext.border .md pre {
	background-color: #ffffff;
}
.linklisting .md,
.commentarea .md {
	margin-top: 5px;
	margin-bottom: 5px;
}
textarea {
	background-color: white;
	color: black;
}
code {
	font-family: monospace;
}
.md {
	font-size: 1em;
}
.md h1,
.md h2 {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
.md h3,
.md h4 {
	font-size: 1.14em;
	line-height: 1.25em;
	margin-top: 0.625em;
	margin-bottom: 0.625em;
}
.md h5,
.md h6 {
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 0.7em;
	margin-bottom: 0.35em;
}
.md pre,
.md blockquote,
.md table,
.md p,
.md ul,
.md ol {
	margin-top: 0.35em;
	margin-bottom: 0.35em;
}
.md textarea,
.md p,
.md pre > code,
.md th,
.md td,
.md li {
	font-size: 1em;
	line-height: 1.4em;
}
.md > :first-child,
.md h1 > :first-child,
.md h2 > :first-child,
.md h3 > :first-child,
.md h4 > :first-child,
.md h5 > :first-child,
.md h6 > :first-child,
.md th > :first-child,
.md td > :first-child,
.md ul > :first-child,
.md ol > :first-child,
.md pre > :first-child,
.md blockquote > :first-child,
.md table > :first-child,
.md p > :first-child,
.md ul > :first-child,
.md ol > :first-child {
	margin-top: 0;
}
.md > :last-child,
.md h1 > :last-child,
.md h2 > :last-child,
.md h3 > :last-child,
.md h4 > :last-child,
.md h5 > :last-child,
.md h6 > :last-child,
.md th > :last-child,
.md td > :last-child,
.md ul > :last-child,
.md ol > :last-child,
.md pre > :last-child,
.md blockquote > :last-child,
.md table > :last-child,
.md p > :last-child,
.md ul > :last-child,
.md ol > :last-child {
	margin-bottom: 0;
}
.md li > :first-child {
	margin-top: 0;
}
.md li > :first-child:last-child {
	margin-bottom: 0;
}


/* === DOJO LIST === */

div.dojodirectory {
	font-family: "Open Sans", verdana, geneva, arial, helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin-right: 325px;
	padding: 10px;
}

div.dojodirectory address {
	font-style: normal;
}

div.dojodirectory h1 {
	color: #723339;
	font-size: 36px;
	margin: 20px 0 10px;
}

div.dojodirectory .bc a { text-decoration: none; }

div.dojodirectory .addressbox {
	max-width: 1000px;
	min-height: 150px;
	border: dotted 1px #aaa;
	padding: 12px;
}

div.dojodirectory .addressbox .map {
	float: right;
}

div.dojodirectory .addressbox .map img {
	padding: 2px;
	margin: -12px;
}

div.dojodirectory .addressbox .url {
	padding-top: 12px;
	font-size: 18px;
}

div.dojodirectory .addressbox .phone {
	padding-top: 12px;
	font-size: 18px;
}

ul.col-4 {
	list-style: none;
}

ul.col-4 li:nth-child(4n+1) {
	clear: left;
}

ul.col-4 li {
	width: 23%;
	float: left;
	margin-right: 2%;
	font-size: 18px;
}

div.dojolist {
	max-width: 800px;
	margin: 0 15px;
}

ul.dojolist {
	list-style: none;
	margin: 10px 0;
	padding: 15px 0;
	overflow: visible;
}

ul.dojolist li {
	border-bottom: dotted 1px #999;
	margin-bottom: 8px;
	padding: 2px 0;
}

ul.dojolist li h3 {
	width: 90%;
	font-size: 18px;
	color: #03405d;
	margin: 0;
	padding: 0 0 5px;
}

ul.dojolist li p {
	padding-bottom: 8px;
}

ul.dojolist li p a {
	float: right;
	font-size: 11px;
}


/* === CRYPTOQUOTE === */

.cryptoquote { margin: 0 325px 40px 15px; }
.word { float: left; height: 40px; margin: 0 20px 10px 0; }
.letter { float: left; margin-right: 3px; }
.letter input { width:18px; height:20px; border:none; border-bottom: solid 1px #000000; background-color: #f1f1f1; }
.letter div { text-align: center; }
.punct { float: left; margin-right: 3px; }
.takeagain { width: 300px; height: 40px; line-height: 40px; text-align: center; border: 4px solid #3b5998; border-radius: 10px; margin: 10px 0; }


/* === FOOTER === */

.footer-parent {
	font-size: larger;
	padding-top: 40px;
	text-align: center;
	clear: both;
}

.footer {
	color: #808080;
	padding: 5px;
	margin: 15px auto;
	border: solid 1px #f0f0f0;
	max-width: 600px;
}

.footer .col:first-child {
	border: medium none;
}

.footer .col {
	display: inline-block;
	vertical-align: top;
	margin: 10px 0;
	padding: 0 15px;
	border-left: 1px solid #e0e0e0;
	box-sizing: border-box;
}

.footer ul {
	list-style: outside none none;
}

.footer ul.flat-vert {
	text-align: left;
}

.footer .flat-vert.title {
	font-family: arial,helvetica,verdana,geneva,sans-serif;
	color: #777;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}


/* === RESPONSIVE === */

@media all and (max-width: 600px) {

	#sidebar { display: none; }

	.footer-parent { display: none; }

	div.dojodirectory { margin-right: auto; }
	div.dojodirectory .addressbox .map { float: none; margin-bottom: 20px; }
	ul.col-4 li { width: 48%; }
	ul.col-4 *:nth-child(odd) { clear: left; }

}
