
/* TOUCAN CSS RESET | v0.1.7 */

/* General
---------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

p, blockquote, q, pre, address, hr, code, samp,
dl, ol, ul, form, table, fieldset, menu {
	margin-bottom: 1.5em;
}

/* Structure
---------------------------------------- */
html {
	font-size: 100%;
}

body {
	font-family: georgia, palatino, "palatino linotype", times, "times new roman", serif;
	/* font-family: arial, helvetica, sans-serif; */
	font-size: .875em;
	line-height: 1.5;
}

/* Text
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 3em;
	line-height: 1.1;
	margin-bottom: .238em;
}

h2 {
	font-size: 2em;
	line-height: 1.15;
	margin-bottom: .357em;
}

h3 {
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: .476em;
}

h4, h5, h6 {
	margin-bottom: .571em;
}

h4 {
	font-size: 1.25em;
	line-height: 1.25;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

blockquote, q, cite {
	font-style: italic;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

code, kbd, pre, samp, tt {
	font-family: "andale mono", consolas, monaco, "lucida console", "courier new", courier, monospace;
	line-height: 1.3;
}

pre {
	/* word-wrap: break-word; */
	white-space: pre-wrap;
}

abbr, acronym, dfn {
	border-bottom: 1px dotted;
	cursor: help;
	font-variant: normal;
	font-style: normal;
}

var {
	font-style: normal;
}

center {
	text-align: center;
}

/* Hypertext
---------------------------------------- */
/*
a:link {
}

a:visited {
}

a:hover {
}

a:active {
}
*/

a:focus {
	outline: 1px dotted;
}

/* Image
---------------------------------------- */
img {
	border: 0;
}

/* List
---------------------------------------- */

ul {
	list-style: disc outside none;
}

ol {
	list-style: decimal outside none;
}

li {
	margin-left: 2em;
}

li ul, li ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1em;
}

/* Presentation
---------------------------------------- */
hr {
	border: 0;
	border-bottom: 1px solid;
}

big {
	font-size: 1.25em;
}

small, sub, sup {
	font-size: .85em;
}

sub, sup {
	line-height: 1;
}

sub {
	vertical-align: bottom;
}

sup {
	vertical-align: top;
}

del, s, strike {
	text-decoration: line-through;
}

ins {
	text-decoration: none;
	border-bottom: 1px dotted;
}

bdo {
	border-bottom: 1px dotted;
}

u {
	text-decoration: underline;
}

/* Form
---------------------------------------- */
fieldset {
	padding: 1em;
}

legend {
	font-weight: bold;
	padding: 0 .25em;
}

input, textarea, select, button {
	font-family: inherit;
	font-size: 1em;
}

input[type=button], input[type=file], input[type=image], input[type=reset], input[type=submit], 
button[type=button], button[type=reset], button[type=submit] {
	cursor: pointer;
	line-height: 1;
}

input[type=text], input[type=password], textarea {
	padding: 1px;
}

textarea {
	text-align: left;
	line-height: 1.25;
}

/* Table
---------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	/*line-height: 1.3;*/
}

caption, th, td {
	text-align: left;
	vertical-align: top;
}

th, td {
	padding: .5em 1em;
	border: 1px solid;
}

caption {
	padding-bottom: 1em;
}

th {
	font-weight: bold;
}


/* Clearfix from CSS tricks
------------------------------------------- */

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
/** Common styles **
*
* Form styling from Skeleton http://www.getskeleton.com/
*
================================================== */

html, body {
    width:100%;
    height: 100%;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    min-width:800px;
    
    text-rendering: optimizeLegibility; 
}
a {
    color: #2f82c6;
    text-decoration: none;
}

h1, h2, h3, h4 {
    font-weight: 600;
}

th, td {
    border: none;
    padding: .5em 0;
}

th {
    padding-bottom: 0;
}

abbr {
    border: 0;
    cursor: default;
}

.invisible { visibility: hidden; }

#noscript, #old-browser {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 99999999;
    background: #fff;
}
#noscript h1, #old-browser h1 {
    margin-top: 250px;
    margin-bottom: 30px;
}
#noscript p, #old-browser p {
    width: 550px;
    font-size: 14px;
    margin: 0 auto 16px auto;
}

#old-browser {
    display: none;
}

ul.unstyled {
  list-style: none;
  margin-left: 0;
}

ul.unstyled li {
    margin: 0;
}

/* #Buttons
================================================== */

.button, 
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background: #eee; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
    
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 4px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    cursor: pointer;
    margin: 0 0 20px 0;
    line-height: 21px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    
.button:hover, 
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    color: #222;
    background: #eee; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
    
    border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa; }

.button:active, 
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
    background: #eee; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.3)), color-stop(100%,rgba(255,255,255,.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* W3C */
    border: 1px solid #888;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa; }

.button.full-width, 
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width { 
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center; }

.disabled {
    cursor: default !important;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=70);
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    text-shadow: none !important;
    -webkit-font-smoothing: antialiased;
}

/* List actions */

.list-action,
input.list-action {
    display: inline-block;

    padding: 2px 6px;
    margin: 0 0 0 5px;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    background: #eee;
    text-shadow: 0 1px rgba(255, 255, 255, .75);

    color: #444;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    text-decoration: none;
}

.list-action.remove,
input.list-action.remove {
    color: #C43C35;
}

.list-action.remove:hover,
input.list-action.remove:hover {
    background: #C43C35;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, .25);
    border: none;
}

/* #Forms
================================================== */

form { 
    margin-bottom: 20px; }
fieldset { 
    margin-bottom: 20px; }
input[type="text"], 
input[type="password"],
input[type="email"],
textarea, 
select {
    border: 1px solid #ccc;
    padding: 6px 7px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff; }
select { 
    padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus, 
textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea {
    min-height: 60px; }
label,
legend { 
    display: block;
    font-weight: bold;
    font-size: 13px;  }
select { 
    width: 220px; }
input[type="checkbox"] {
    display: inline; }
label span,
legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444; }


/* Errors & messages
================================================== */

.errorlist, .all-errors {
    list-style-type: none;
    color: #FF0000;
    margin-bottom: 5px;
}

.errorlist li, .all-errors {
    margin-left: 0;
}

.messages-wrapper {
    position: fixed;
    top: 0;
    z-index: 90;
    width: 100%;
    text-align: center;
    
    display: none;
}

ul.messages {
    display: inline-block;
    background: #FFF;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 10px 20px;
    margin: 0 auto;
    list-style-type: none;
    
    font-size: 14px;
    
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    box-shadow: 0px 0px 15px rgba(0,0,0,.3); /* Opera 10.5, IE9, Chrome 10+ */
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,.3); /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.3); /* Saf3.0+, Chrome */
    
    border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px; 
    -webkit-border-bottom-right-radius: 4px;
    
    border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px; 
    -webkit-border-bottom-left-radius: 4px;
}

.messages li {
    margin: 0;
}

.messages .error {
    color: #F70101;
}
/* ================================================== */


/* Socialregistration buttons
================================================== */

.social-signup {
}

.social-signup ul {
    list-style-type: none;
}

.social-signup li {
    margin: 0;
}

.social-signup form {
    margin: 0;
    display: inline;
}

.social-signup .connect-button a, .green-button {
    display: block;
    cursor: pointer;
    margin: 0 0 20px 0;
    
    background-color: #92C929;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#92C929), to(#6BB135)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #92C929, #6BB135); /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient(top, #92C929, #6BB135); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #92C929, #6BB135); /* IE10 */
    background-image:      -o-linear-gradient(top, #92C929, #6BB135); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #92C929, #6BB135);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#92C929', EndColorStr='#6BB135'); /* IE6–IE9 */
    
    border-radius: 4px;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;  
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
    
    box-shadow: 0px 2px 4px rgba(0,0,0, .2);
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0, .2);
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0, .2);
    
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    
    border: 1px solid #6BB135;
    
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    padding: 5px 7px 5px 7px;
    text-align: center;
    margin-top: 0px;
}

.social-signup .connect-button a:hover, .green-button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9AD42C), to(#73BD39)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #9AD42C, #73BD39); /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient(top, #9AD42C, #73BD39); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #9AD42C, #73BD39); /* IE10 */
    background-image:      -o-linear-gradient(top, #9AD42C, #73BD39); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #92C929, #73BD39);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#9AD42C', EndColorStr='#73BD39'); /* IE6–IE9 */
}

.social-signup .connect-button a:active, .green-button:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#73BD39), to(#9AD42C)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #73BD39, #9AD42C); /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient(top, #73BD39, #9AD42C); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #73BD39, #9AD42C); /* IE10 */
    background-image:      -o-linear-gradient(top, #73BD39, #9AD42C); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #73BD39, #9AD42C);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#73BD39', EndColorStr='#9AD42C'); /* IE6–IE9 */
}


.social-signup .connect-button a strong, .green-button strong {
    color: #fff;
    font-weight: 600;
}

.social-signup .connect-button a:hover, .green-button:hover {
    text-decoration: none;
}

.social-signup .connect-button a img, .green-button img {
    margin-right: 7px;
    margin-bottom: -3px;
    height: 16px;
    width: 16px;
}



/* Channel list */

ul.channel-list {
    list-style-type: none;
    border-top: 1px solid #ddd;
}

ul.channel-list li.channel {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

ul.channel-list li.channel .channel-info {
    float: left;
}

ul.channel-list li.channel .info {
    color: #ccc;
}

ul.channel-list li.channel .name {
    display: block;

    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}

ul.channel-list li.channel .actions {
    float: right;
    margin-top: 10px;
    color: #ccc;
}

ul.channel-list li.channel .actions a {
    color: #333;
}

ul.channel-list li.channel .actions a:hover {
    text-decoration: underline;
}

ul.channel-list li.channel .actions .active {
    display: block;
}

ul.channel-list li.channel .actions .inactive {
    display: none;
}

ul.channel-list li.channel .actions a.button {
    margin-top: -2px;
    margin-bottom: 5px;
    width: 68px;
    
    text-align: center;
    line-height: 12px;
    padding: 4px 0;
}

.no-channels {
    font-family: georgia, palatino, "palatino linotype", times, "times new roman", serif;
    font-style: italic;
    font-size: 16px;
    color: #aaa;
}

span.hash {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    color: #969696;
    margin-right: 1px;
}
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  
  /* Uncomment for shadow */
  /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }
  
	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}


#facebox .popup{
  position:relative;
  border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
}

#facebox .content {
  display:table;
  width: 370px;
  padding: 10px;
  background: #fff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close{
  position:absolute;
  top:5px;
  right:5px;
  padding:2px;
  background:#fff;
}
#facebox .close img{
  opacity:0.3;
}
#facebox .close:hover img{
  opacity:1.0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
/*********************************

    Layout - Flatpage (Django)

    FIXME: Clean tag names when redoing the landing page

*/

html {
    padding: 0;
}

body {
    padding: 0;
    background: #F9F9F9;
}

/* Header
================================================== */

#flat-header-wrapper {
    width: 100%;
    height: 60px; /* TODO: 110 px for banner */
    background: url('../../img/flat-header.png%3F87d82befb23d') #1e1e1e repeat-x;
    background-color: #1e1e1e;
    border-bottom: 1px solid #fff;
}

#banner-container {
    background-color: #92C929;
    height: 50px;
}

#banner {
    padding-top: 10px;
    text-align: center;
    font-size: 18px;
}

#banner a {
    color:#ffffff;
}

#banner a:hover {
    text-decoration: underline;
}

#flat-header {
    width: 900px;
    margin: 0 auto;
    padding: 0;
    color: #eee;
}

#flat-header #logo {
    margin-top: 11px;
    float: left;
}

#flat-header .actions {
    float: right;
    margin-top: 20px;
    color: #ccc;
}

#flat-header .actions {
    list-style-type: none;
}

#flat-header .actions li {
    float: left;
}

#flat-header .actions a {
    margin-left: 5px;
    color: #fefefe;
    font-size: 12px;
}

#flat-header .actions a.bold {
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}

/* Content
================================================== */

#flat-main {
    background: #fff;
    padding: 30px;
    margin: 40px auto 20px auto;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

    box-shadow: 0px 1px 5px rgba(0,0,0,.2); /* Opera 10.5, IE9, Chrome 10+ */
    -moz-box-shadow: 0px 1px 5px rgba(0,0,0,.2); /* FF3.5+ */
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.2); /* Saf3.0+, Chrome */
}

#flat-main.width-460 {
    width: 460px;
}

#flat-main.width-650 {
    width: 650px;
}

#flat-main.width-840 {
    width: 840px;
}

#flat-main #main {
    padding: 0;
}

#flat-main h2 {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#flat-main p, #flat-main pre {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 21px;
}

/* Table forms */

#flat-main form {
    margin-bottom: 0;
}

#flat-main table label {
    padding: 6px 4px;
    margin-right: 10px;
}

#flat-main table input[type="text"],
    #flat-main table input[type="password"],
    #flat-main table input[type="email"],
    #flat-main table textarea,
    #flat-main table select {
        margin-bottom: 0;
    }

/* Footer
================================================== */

#flat-footer {
    padding-bottom: 20px;

    text-align: center;
    font-size: 12px;
    color: #808080;
}

#flat-footer a {
    color: #808080;
}

#flat-footer a:hover {
    text-decoration: underline;
}

#flat-footer-tip {
    color: #808080;
}
/* TOS styling */

#flat-main.tos ul.bullets, #flat-main.tos ol {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 21px;
}

#flat-main.tos li {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 21px;
}
/*********************************

    Blog

*/

#blog {
    width: 100%;
}

#blog .back-to-blog {
    margin-bottom: 20px;
}

#blog h2 {
    border-bottom: none;
    margin: 0 0 10px 0;
    padding: 0;
}

#blog h2 a {
    color: #333;
}

#blog h2 a:hover {
    text-decoration: underline;
}

#blog hr {
    border: 0;
    margin: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid white;
}

#blog div.post {
    margin-bottom: 30px;
}

#blog div.author {
    font-size: 12px;
    border-bottom: 5px;
    color: #ccc;
}

#blog div.author a {
    font-weight: bold;
    color: #a6a6a6;
}

#blog div.comment-count {
    font-size: 1.2em;
    border-bottom: 5px;
}

#blog .userpic {
    margin-right: 3px;
    margin-bottom: -4px;
}

#blog div.author .date-posted {
    color: #ccc;
}

#blog div.post-body {
    margin: 20px 0;
    font-size: 1.25em;
}

#blog div.post-body p, #blog div.post-body pre {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 21px;
}

#blog div.post-body img {
    max-width: 620px;
    border: 5px solid #F5F5F5;
}

#blog div.post-body img.no-border {
    border: none;
}

#blog div.post-body pre {
    padding-left: 30px;
    margin-bottom: 25px;
}

#blog div.post-body h3 {
    font-size: 1.5em;
}

#blog #comments h3 {
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0
}

#blog div.comment {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

#blog div.comment.last {
    border-bottom: none;
}

#blog div.comment .author {
    margin-bottom: 10px;
}

#blog div.comment .author img {
    height: 18px;
    width: 18px;
}

#blog div.comment .author .username {
    font-weight: bold;
    color: #333;
    margin-right: 3px;
}

#blog form.delete-comment-form {
    display: inline;
}

#blog div.comment-body {
    clear: both;
    margin-top: 5px;
    
    font-size: 12px;
}

#blog #add-comment {
    margin-top: 20px;
}

#blog #add-comment textarea {
    width: 634px;
    height: 40px;
}

#blog .comments-closed {
    text-align: center;
    font-family: georgia, palatino, "palatino linotype", times, "times new roman", serif;
    font-style: italic;
    font-size: 22px;
    color: #aaa;
}