@import url('//fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic');

html, body {
	min-height: 100%;
}

body {
	background: rgba(235,237,240,0.93);
	font: 15px/1.6 Lato, HelveticaNeue, sans-serif;
	padding: 0;
	margin: 0;
}

fieldset.border {
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	background-color: white;
	padding: 8px;
	margin-right: 0;
	margin-top: 8px;
	margin-left: 0;
}

fieldset.comment {
	border-style: solid;
	border-color: #cccccc;
	border-width: 3px;
	background-color: #efefef;
	padding: 8px 8px;
	width: 528px;
	float: left;
}

input#remember {
	margin-top: 10px;
}

.caption {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
}

.gray {
	color: #999;
}

h3.caption {
	margin: 0;
	margin-bottom: 12px;
	padding: 0;
	line-height: 1.6;
}

.clearer {
	height: 0px;
	clear: both;
	font-size: 0;
	line-height: 0;
}

p {
	margin-top: 0px;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	line-height: 2.2;
}

input[type='text'], input[type='password'], textarea {
	border-style: solid;
	border-color: #c3c3c3;
	border-width: 1px;
	border-top-color: #7c7c7c;
	border-bottom-color: #ddd;
	width: 400px;
	background: #fff url(../Resources/formshadow.gif) repeat-x left top;
}

input[type='text']:focus, textarea:focus {
	border: 1px solid #b4d5ff;
	border-top-color: #7eadd9;
	background-color: #fff;
}

input[type='checkbox'] {
	background: #fff url(../Resources/checkbox-empty.gif) repeat-x left top;
}

input[type='checkbox'].checked {
	background: #fff url(../Resources/checkbox.gif) repeat-x left top;
}

input[type='checkbox'].disabled {
	background: #efefef;
	border: 1px solid #ccc;
}

input[type='button'] {
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	border-top-color: #999999;
	border-left-color: #999999;
	background-color: #33cc66;
	border-bottom-color: #333333;
	border-right-color: #333333;
	margin-left: 5px;
}

input[type='submit'], a.button {
	border-style: solid;
	border-color: #cccccc;
	border-width: 0px;
	border-top-color: #999999;
	border-left-color: #999999;
	background-color: #4177d2;
	border-bottom-color: #333333;
	border-right-color: #333333;
	color: #ffffff;
	float: none;
	clear: none;
	padding: 10px 18px;
	font-weight: bold;
	text-transform: uppercase;
}

a.button {
	padding: 10px 18px;
	text-decoration: none;
	margin-top: 8px;
	margin-bottom: 8px;
	display: block;
	text-align: center;
	width: auto;
}

a.button:link {
	color: #fdfdfd;
}

input[id='delete'] {
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	border-top-color: #999999;
	border-left-color: #999999;
	background-color: #d4d4d4;
	border-bottom-color: #333333;
	border-right-color: #333333;
	color: #000000;
}

form {
	padding: 0;
	margin: 0;
}

input, textarea, select {
	margin: 4px 0 2px 0;
	padding: 5px;
	font-family: Lato, HelveticaNeue, sans-serif;
	font-size: 13px;
}

input.search {
	width: 140px;
	padding: 3px 10px;
	font-size: 11px;
	border: 1px solid #ccc;
	box-shadow: none;
	background-image: none;
	border-radius: 4px;
	color: #aaa;
}

div#sidebar {
	width: 180px;
	margin: 0;
	padding: 0 8px 12px;
	float: left;
}

ul#navbar li {
	list-style-type: none;
	position: relative;
}

div#wrapper ul#navbar {
	width: 155px;
}

#intro {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #5b5b5b;
	line-height: 22px;
}

/* old navbar styles
ul#navbar li a {
	display: block;
	padding: 4px 6px 5px 6px;
	text-decoration: none;
	color: #333;
	background-color: #dbf1c3;
	border-bottom: #808080;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	font-weight: bold;
}

ul#navbar li a.forum {
	background-color: #d0eaef;
}

ul#navbar li a:hover {
	color: #fff;
	background-color: #7dd949;
	border-left: 1px solid #999;
}

ul#navbar li a#here {
	background-color: #c7e3a6;
	color: #000;
	border-bottom-color: #ffffff;
}

ul#navbar li a.forum#here {
	background-color: #9acbc3;
	color: #000;
	border-bottom-color: #ffffff;
}

ul#navbar li a#here:hover {
	border-left: none;
}
*/

ul#navbar li a {
	display: block;
	padding: 4px 6px 6px 10px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	background: url(../Resources/button.gif) no-repeat 0 0;
	margin: 0 0 4px;
	font-size: 13px;
	line-height: 1.3;
}

ul#navbar li a.forum {
	padding-left: 20px;
	background: url(../Resources/buttons_forum.gif) no-repeat left top;
}

ul#navbar li a:hover {
	color: #fff;
	background: url(../Resources/button.gif) no-repeat 0 -26px;
}

ul#navbar li a#here {
	color: #000;
	background: url(../Resources/button.gif) no-repeat 0 -52px;
}

ul#navbar li a.forum:hover {
	color: #fff;
	background: url(../Resources/buttons_forum.gif) no-repeat 0 -26px;
}

ul#navbar li a.forum#here {
	color: #000;
	background: url(../Resources/buttons_forum.gif) no-repeat 0 -52px;
}

td, th {
	padding: 8px;
	font-size: 13px;
	color: #777a7d;
	border-bottom: #CCC;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	vertical-align: top;
}

div.searchbox {
	width: 190px;
	float: right;
	clear: right;
	padding-top: 8px;
	text-align: right;
}

form.searchform {
	margin: 0;
	padding: 0;
}

table {
	border-right: #CCC;
	border-left: #CCC;
	border-width: 0 1px 0 1px;
	border-style: none solid none solid;
	width: 100%;
}

th {
	color: #FFF;
	background-color: #939393;
	text-align: left;
	white-space: nowrap;
}

.even {
	background-color: #FFF;
}

.odd {
	background-color: #EDF3FD;
}

#addnew {
	padding-top: 16px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

hr {
	height: 1px;
	border-style: none;
	color: #939393;
	background-color: #939393;
	margin: 12px 0;
	float: left;
	clear: both;
	width: 100%;
}

div#main {
	width: 766px;
	padding: 12px;
	margin: 0;
	line-height: 1.65;
	float: right;
	background: #f5f5f5;
	border:  1px solid #f0f0f0;
}

div#main img#top_right {
	float: right;
	width: 8px;
	height: 8px;
	margin-top: -8px;
	margin-right: -9px;
	display: none;
}

div#main img#bottom_right {
	float: right;
	width: 8px;
	height: 8px;
	margin-bottom: -8px;
	margin-right: -9px;
	display: none;
}

div#border {
	width: 798px;
	padding: 0;
	float: right;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 1px;
}

div#bottom {
	clear: both;
	height: 8px;
	margin: 0 0 -8px -8px;
}

#header {
	background-image: url('../Resources/freewaytalk.png');
	background-repeat: no-repeat;
	background-position: 15px 13px;
	background-size: 180px;
	height: 62px;
	width: 1000px;
	margin: 0 auto;
}

#white {
	background: #ffffff;
	margin: 0;
	padding: 34px 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #999;
	box-shadow: 0px -3px rgba(47,159,231,0.85);
}

#main h1, #home h1 {
	font-size: 22px;
	margin-bottom: 12px;
}

#header h1, #header h2 {
	font-size: 24px;
}

#header h1, #header h2, #header h3 {
	font-weight: normal;
	letter-spacing: normal;
}

div#errors {
	margin: 0;
	padding: 0;
	width: 500px;
	float: left;
}

ul.errors {
	margin: 0 0 6px;
	padding: 12px 12px 8px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	background-color: #ffff33;
	width: 500px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../Resources/error.gif);
}

ul.errors li {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	list-style-type: circle;
	margin-left: 74px;
}

span.sc {
	text-transform: uppercase;
	font-size: 90%;
	letter-spacing: 1px;
}

fieldset.quiet {
	border-style: none;
	margin: 0;
	padding: 0;
	border-width: 0;
}

fieldset.controls {
	padding-left: 4px;
	padding-top: 8px;
	float: left;
	width: 500px;
	clear: both;
}

.footer {
	font-size: 10px;
	text-align: center;
	clear: both;
	margin: 0;
	padding-top: 14px;
	padding-bottom: 14px;
	width: 100%;
	float: left;
	background-color: #dfdfdf;
	border-top: 1px solid #ccc;
}

ul.listbox {
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	border-bottom-style: none;
	padding: 0;
	list-style-type: none;
	margin: 0;
}

#wrapper ul.listbox {
	float: none;
}

ul.listbox li {
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	padding: 10px;
	margin: 0;
}

input[type='text'].smallish {
	width: 100px;
}

select.smallish {
	width: 100px;
}

ul.listbox li.warning {
	background-color: #ffd389;
	background-image: url(../Resources/warning.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

div#wrapper {
	min-height: 400px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1000px;
}

div.flash {
	margin-top: 0;
	padding: 12px 6px 12px 40px;
	border-style: solid;
	border-color: #6b9974;
	border-width: 4px;
	background-color: #d0ffc1;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../Resources/flash.gif);
	margin-bottom: 12px;
}

div.flash ul {
	margin: 0;
}

div.error {
	border-color: #dc8c59;
	background-color: #ffff99;
	background-image: url(../Resources/error.gif);
}

.right {
	float: right;
	clear: right;
	overflow: visible;
}

.nobreak {
	white-space: nowrap;
}

#main h1 {
	font-size: 18px;
	border-bottom: 1px solid #999;
}

#contact label, #main label {
	width: 100px;
	display: block;
	text-align: right;
	margin-right: 8px;
	padding-top: 7px;
	float: left;
	clear: left;
	padding-bottom: 6px;
	font-size: 12px;
}

#contact label.inline, #main label.inline {
	width: auto;
	display: inline;
	text-align: left;
	margin: 0;
	padding: 0;
	float: none;
	clear: none;
}

td.label {
	font-size: 11px;
	text-align: right;
	padding-left: 8px;
	white-space: nowrap;
}

#main td.label label {
	width: 100%;
	display: block;
	text-align: right;
	margin-right: 0;
	padding-top: 0;
	float: none;
	clear: none;
	padding-bottom: 0;
	font-size: 11px;
}

#main td.fm label {
	display: block;
	width: auto;
	text-align: left;
	margin-right: 4px;
	padding-top: 0;
	float: left;
	clear: none;
	padding-bottom: 0;
	font-size: 10px;
}

#main td.fm {
	white-space: nowrap;
	padding-right: 8px;
}

#main input[type='text'], #main input[type='password'], #main textarea {
	width: 260px;
	float: none;
	vertical-align: top;
}

fieldset.contact {
	width: 480px;
	padding: 6px;
	margin-top: 5px;
}

#contact fieldset.quiet {
	padding: 9px;
}

legend {
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

a {
	color: #39459d;
}

.pager a, h2 a, .message_head a, .footer a, .border a {
	color: #000;
}

li.thread a:link {
	font-weight: bold;
	text-decoration: underline;
}

li.thread a:visited {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

li.thread a:hover, li.thread a:active {
	color: #fff;
	background-color: #3758d1;
	text-decoration: none;
}

fieldset.login {
	border: 3px solid #999;
	background-color: #efefef;
	margin: 8px 0;
}

a:link.edit, div.edit {
	background-color: #ff6;
}

div.edit {
	padding: 3px 6px;
}

#main a.edit:link {
	padding: 0;
	margin: 0;
}

div.property {
	padding: 2px 4px;
	margin-bottom: 3px;
	border: solid 1px #c3c3c3;
	background-color: #e6e6e6;
	width: 250px;
	margin-left: 108px;
	font-size: 11px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

span.sp {
	background: url(../Resources/sp.png) no-repeat right bottom;
	width: 16px;
	height: 16px;
	display: block;
}

/* @group Livepipe Editor */

#livepreview {
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	color: #000;
	font-size: 13px;
}

/*#main textarea, #main input[type='text'], #main input[type='password'] {
	width: 400px;
}*/

#main textarea {
	height: 200px;
}

#main textarea#comment {
	width: 300px;
	height: 100px;
}

textarea#reply {
	width: 400px;
	height: 200px;
}

#main textarea#signature {
	height: 100px;
}

#main ul.markdown_toolbar {
	position: relative;
	list-style: none;
	border: 1px solid #d7d7d7;
	background-color: #F6F6F6;
	margin: 0;
	height: 18px;
	padding: 0;
}

#main ul.markdown_toolbar li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#main ul.markdown_toolbar li a {
	width: 16px;
	height: 12px;
	margin: 0;
	float: left;
	display: block;
	background-image: url(../Resources/markdown_icons.gif);
	border: 1px solid #fff;
	border-right-color: #d7d7d7;
}

#main ul.markdown_toolbar li a:hover {
	border-color: #900;
}

#main ul.markdown_toolbar li span {
	display: none;
}

#main ul.markdown_toolbar li a#markdown_help_button {
	position: absolute;
	top: 0;
	right: 0;
	border-left-color: #d7d7d7;
	border-right-color: #fff;
}

#main ul.markdown_toolbar li a#markdown_help_button:hover {
	border-left-color: #900;
	border-right-color: #900;
}

#markdown_italics_button {
	background-position: 0 -119px;
}

#markdown_bold_button {
	background-position: 0 -102px;
}

#markdown_link_button {
	background-position: 0 0;
}

#markdown_image_button {
	background-position: 0 -170px;
}

#markdown_unordered_list_button {
	background-position: 0 -34px;
}

#markdown_ordered_list_button {
	background-position: 0 -51px;
}

#markdown_quote_button {
	background-position: 0 -68px;
}

#markdown_code_button {
	background-position: 0 -136px;
}

#markdown_help_button {
	background-position: 0 -153px;
}

#markdown_heading_button {
	background-position: 0 -85px;
}

/*

@end */

.message blockquote, #preview blockquote, span.blockquote {
	border-left: 6px solid #8cce4f;
	margin: 0;
	padding: 6px 0 0 18px;
	border-top: 1px solid #999;
	display: block;
	color: #777a7d;
}

.message blockquote blockquote, #preview blockquote blockquote, span.blockquote span.blockquote, span.blockquote blockquote {
	border-left-color: #adadad;
}

div.code, pre {
	display: block;
	color: #473e88;
	font-family: Monaco, Courier, "Courier New", mono;
	background-color: #e6f6e6;
	padding: 4px 12px;
	border: 1px solid #120068;
	overflow: auto;
	white-space: pre;
	clear: both;
}

code {
	color: #473e88;
	font-family: Monaco, Courier, "Courier New", mono;
	font-size: 90%;
}

div.listname {
	margin-left: 180px;
}

.pager {
	background-color: #dbdfec;
	border: 1px solid #ccc;
	font-size: 11px;
	padding: 3px 8px;
	border-bottom-style: none;
}

.pager a {
	padding: 5px 0;
}

.quote {
	color: #32822a;
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	padding-right: 4px;
	padding-left: 4px;
}

p.quote_tool {
	text-align: right;
	clear: both;
}

a.quote_tool, a.quote_tool2 {
	background-color: #bababa;
	color: #fff;
	padding: 3px 8px 4px;
	text-decoration: none;
}

.bb-quote, .bb-code, .bb-php, .bb-code-title, .bb-php-title {
	margin-left: 20px;
	margin-right: 20px;
	color: black;
	direction: ltr;
}

.bb-code-title, .bb-php-title {
	margin-bottom: 2px;
	background-color: #CCCCCC;
	font-weight: bold;
	padding-left: 5px;
}

.bb-code, .bb-php {
	font-family: courier, "courier new";
	background-color: #DDDDDD;
	padding: 10px;
	white-space: pre;
	overflow: auto;
	max-height: 24em;
}

.bb-quote {
	background-color: #DDDDDD;
	padding: 10px;
}

.bb-list-ordered-d {
	list-style-type: decimal;
}

.bb-list-ordered-la {
	list-style-type: lower-alpha;
}

.bb-list-ordered-ua {
	list-style-type: upper-alpha;
}

div#update_memberships {
	padding-top: 8px;
	padding-left: 108px;
}

.message {
	padding: 4px 18px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #666;
	margin-bottom: 8px;
	background-color: #fff;
}

div.message table {
	border-collapse: collapse;
	font-size: smaller;
	margin-bottom: 12px;
	clear: both;
}

div.message table td {
	padding: 4px;
}
.message_head {
	margin: -4px -18px 10px -18px;
	padding: 4px 18px 0 18px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #ccc;
	background: #fff url(../Resources/unified.jpg) repeat-x left bottom;
	display: inline-block;
	width: 100%;
}

div.message div.message_head h3.author {
	display: inline;
	font-size: 13px;
	float: left;
}

div.message div.message_head span.caption {
	float: right;
}

a img {
	border: none;
}

.num {
	text-align: center;
}

div.explan {
	float: right;
	clear: both;
	width: 428px;
	padding-bottom: 12px;
}

ul#navbar div.flag {
	height: 12px;
	display: inline;
	position: absolute;
	/*background: url(../Resources/flag.png) no-repeat;*/
	padding: 3px 4px 2px 6px;
	margin: 0;
	top: 2px;
	right: 8px;
	color: #fff;
	font-size: 9px;
	z-index: 1;
	border-radius: 13px;
	background-color: #b3130d;
}

ul#navbar div.flag img {
	display: none;
}

ul.forum_preview {
	margin-bottom: 14px;
}

div.pwhint {
	padding-bottom: 4px;
	padding-left: 108px;
	clear: both;
}

.gravatar {
	float: right;
	margin: 0 0 4px 6px;
}

.gravatar_left {
	margin: 0 8px 0;
}

div.signature hr {
	float: none;
	clear: none;
}

div.signature {
	padding: 4px 18px;
	margin: 0 -18px -4px -18px;
	font-size: 90%;
	color: #333;
	background-color: #fcfec5;
	border-top: 1px solid #737373;
	clear: both;
}

div.signature p {
	padding: 0;
	margin: 0;
}

#sigwrap {
	padding: 8px;
	margin-bottom: 12px;
}

.replies_header {
	padding-top: 4px;
	padding-bottom: 8px;
	background-color: #dbdfec;
	border: 1px solid #ccc;
	margin: 0;
	padding-right: 8px;
	border-top-style: none;
	border-bottom-style: none;
}

.replies_header h3 {
	font-weight: normal;
	font-style: normal;
	text-align: right;
	padding: 0;
	margin: 0;
}

.replies_header h3 a, #latest {
	background-color: #49ae3f;
	color: #fff;
	padding: 4px 8px;
	text-decoration: none;
}

.replies_header h3 a:hover, #latest:hover {
	color: #ff9;
}

#form_container {
	clear: both;
}

.loading {
	background: url(../Resources/spinner.gif) no-repeat left top;
}

textarea#bio {
	height: 110px;
}

span.fake_link {
	text-decoration: underline;
	cursor: pointer;
	color: #39459d;
}

p.tiny, p.tiny input {
	font-size: 10px;
	line-height: 9px;
	white-space: nowrap;
}

#wrapper ul.listbox.third {
	width: 32%;
	margin-right: 2%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper ul.listbox.third:nth-of-type(3) {
	margin-right: 0;
}

#deck_ad {
	font-size: 11px;
	line-height: 15px;
	margin-top: 24px;
}

div.gist {
	clear: both !important;
}

div.allcode table td, div.allcode table, div.allcode table tr, div.allcode pre {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

div.allcode {
	clear: both !important;
	overflow: auto;
}

.pastie h2 {
	font-size: 14px;
}

div.pastie {
	margin-bottom: 14px;
}

#new_thread p {
	margin-top: .4em;
	margin-bottom: .4em;
	padding: 0;
}

.fake-link {
	cursor: pointer;
	vertical-align: middle;
}



