.grid_1 { width:30px; }
.grid_2 { width:70px; }
.grid_3 { width:110px; }
.grid_4 { width:150px; }
.grid_5 { width:190px; }
.grid_6 { width:230px; }
.grid_7 { width:270px; }
.grid_8 { width:310px; }
.grid_9 { width:350px; }
.grid_10 { width:390px; }
.grid_11 { width:430px; }
.grid_12 { width:470px; }
.grid_13 { width:510px; }
.grid_14 { width:550px; }
.grid_15 { width:590px; }
.grid_16 { width:630px; }
.grid_17 { width:670px; }
.grid_18 { width:710px; }
.grid_19 { width:750px; }
.grid_20 { width:790px; }
.grid_21 { width:830px; }
.grid_22 { width:870px; }
.grid_23 { width:910px; }
.grid_24 { width:950px; }

.push_1 { padding-left: 40px; }
.push_2 { padding-left: 80px; }
.push_3 { padding-left: 120px; }
.push_4 { padding-left: 160px; }
.push_5 { padding-left: 200px; }
.push_6 { padding-left: 240px; }
.push_8 { padding-left: 320px; }
.push_9 { padding-left: 360px; }
.push_10 { padding-left: 400px; }
.push_12 { padding-left: 480px; }

.column, .column_right, .column_left {
    float: left;
    /*overflow: hidden;*/
    display: inline;
}

.column { margin: 0 5px }
.column_right { margin: 0 0 0 5px }
.column_left { margin: 0 5px 0 0 }

.row {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.c_row {
    width: 640px;
    margin: 0 auto;
    overflow: hidden;
}


.ui-dialog .row {
    /* 13 cols + 10px */ 
    width: 520px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 36px;
}

.ui-dialog input {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #323234;
    background-color:#F8F8F8;
    border: 1px solid #999999;
    font-size: 16px;
    padding: 4px;
}

.ui-dialog .tip {
    font-size: 12px;
    line-height: 1.3em;
}

.ellipsis {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url(/xbl/ellipsis-xbl.xml#ellipsis);
    white-space: nowrap;
    overflow: hidden;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #323234;
    background-color: white;
    font-weight: normal;
    height: 100%;
}

a {
    color: #323234;
    text-decoration: none;
}

cite {
    font-style: italic;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

h3 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 2px;
    /*border-bottom: 1px solid #D0E3ED;*/
}

h4 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
    /*border-bottom: 1px solid #D0E3ED;*/
}

p, li {
    line-height: 1.5em;
    margin-bottom: 1em;
    font-size: 14px;
}

.page a {
    text-decoration: underline;
}

.page a:hover {
    text-decoration: none;
}

ul {
    list-style-position: outside;
    list-style-type: disc;
    padding-left: 25px;
}

p.last {
    margin-bottom: 32px;
}

#flash-message {
    position: fixed;
    margin: auto;
    width: 100%;
    display: none;
    z-index: 100;
}

#flash-message p {
    background-color: rgb(209, 228, 237);
    opacity: 0.9;
    /*background-color: rgba(209, 228, 237, 0.9);*/
    padding: 5px 5px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin: 0 auto;
    width: 310px;
}

#flash-message a {
    text-decoration: underline;
    cursor: pointer;
}

#flash-message a:hover {
    color: #676566;
}

.put {
    position: relative;
}

.put .bottom {
    position: absolute;
    bottom: 0px;
}

.untitled {
    font-style: normal;
    color: #999;
}

#header {
    margin-bottom: 30px;
    padding: 30px 0 16px 0;
    border-bottom: 1px solid #d0e3ed;
    z-index: -1;
}

#header .column {
    height: 42px;
}

#tagline h2 {
    font-size: 19px;
    font-weight: normal;
    color: #01669a;
    padding-top: 25px;
}

#menu {
    padding-top: 25px;
}

#main-message h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #01669a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.33);
    height: 60px;
    line-height: 59px;
    background-color: #d1e3ed;
    margin-bottom: 22px;
    padding-bottom: 0;
}

#dashboard-title h3,
#login h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 32px;
}

.btn-inline {
    font-size: 14px;
    font-family: inherit;
    text-align: center;
    font-weight: bold;
    border: none;
    cursor: pointer;
    color: #333;
    line-height: 24px;
}

#menu {
    text-align: right;
}

#menu a {
    font-size: 14px;
    font-family: inherit;
    text-align: center;
    border: none;
    cursor: pointer;
    color: #333;
    padding: 4px 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

#menu #btn-signin {
    background-color: #d0e3ed;
    font-weight: bold;
    margin-left: 2px;
}

#menu a:hover {
    background-color: #d0e3ed;
}

.btn-inline:hover {
    background-color: #d0e3ed;
}


.hidden {
    display: none;
}

.edit #lbl-title:hover {
    background-color: #ffff40;
}

#lbl-title form {
    background-color: white;
}

#lbl-title button:hover {
    background-color: #d0e3ed;
}

#lbl-title button {
    font-size: 14px;
    font-family: inherit;
    text-align: center;
    font-weight: bold;
    border: none;
    cursor: pointer;
    color: #333;
    line-height: 24px;
    margin: 2px 10px 0 0;
}

#lbl-title input {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 2px;
    border: 1px solid #ccc;
    width: 100%;
}

/***************
 * Edit button *
 ***************/

#btn-append {
    font-size: 14px;
    font-weight: bold;
    color: #02669d;
    width: 95px;
    padding: 6px 6px 6px 26px;
    background: #d1e3ee url(/img/plus_small.png) no-repeat 6px 50%;
    cursor: pointer;
}

.btn-append-off {
    background-image: url(/img/plus_gray_small.png) !important;
}

#add-links-container {
    position: fixed;
    width: 100%;
    margin: auto;
    top: 120px;
    z-index: 0;
}

#btn-add-links {
    cursor: pointer;
    color: #01669A;
    background: url(/img/plus_big.png) no-repeat 8px 50% #d1e3ee;
    padding: 6px 6px 6px 42px;
    font-size: 14px;
    float: right;
    font-weight: bold;
    width: 84px;
    border: 8px solid #f7f7f7;
}

#btn-add-url a {
    color: white;
}

.btn-append-off {
    color: #323234 !important;
    background-color: #dadbdd !important;
}

#lbl-append {
    padding: 6px;
}

.lbl {
    line-height: 14px;
    color: #323234;
    display: block;
    font-weight: normal;
    font-size: 12px;
}

#btn-edit-mode {
    font-family: inherit;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.33);
    font-size: 16px;
    line-height: 32px;
    padding-left: 20px;
    background: transparent no-repeat 0 50%;
    cursor: pointer;
}

#urlist-title .column_right {
    text-align: right;
}

#urlist-title a.close {
    background-image: url(/img/lock_closed.png);
}

#urlist-title a.open {
    background-image: url(/img/lock_open.png);
}

#urlist-author {
    padding-bottom: 7px;
}

/****************
 * Urlist stuff *
 ****************/

.urlist-container {
    margin-bottom: 32px;
    overflow: hidden;
}

ol.urlist {
    list-style-type: none;
}

ol.urlist li {
    height: 80px;
    border-top: 1px solid #d0e4ed;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0px;
}

ol.urlist li:hover {
    background-color: #e8f1f6;
}

ol.urlist li.selected {
    background-color: #f8f8f8;
}

ol.urlist span.number,
ol.urlist span.urlink,
ol.urlist span.controls {
    display: block;
    margin: 0 5px;
    overflow: hidden;
    position: relative;
    float: left;
    padding-top: 14px;
    height: 64px;
}

ol.urlist span.number {
    width: 46px;
    margin-right: 5px;
    text-align: right;
    background: transparent no-repeat 10% 50%;
}

ol.urlist span.urlink {
    width: 520px;
    margin: 0 5px;
    padding-left: 4px;
}

ol.urlist span.urlink a:hover span.url {
    text-decoration: underline;
}

ol.urlist span.urlink span.title {
    display: block;
    font-size: 16px;
    color: #323234;
    padding-bottom: 1px;
}

ol.urlist span.urlink span.url,
ol.urlist span.urlink span.meta,
p.meta {
    color: #323234;
    display: block;
    font-weight: normal;
    font-size: 12px;
}

ol.urlist span.urlink span.url a {
    color: #323234;
}

ol.urlist span.urlink span.meta,
p.meta {
    color: #999;
}

ol.urlist span.urlink span.meta a,
p.meta a {
    color: #999;
}

ol.urlist span.urlink span.meta a:hover,
p.meta a:hover {
    text-decoration: underline;
}

ol.urlist span.controls {
    display: block;
    background: transparent no-repeat 10% 50%;
    text-indent: -999999px;
    width: 30px;
    margin-left: 5px;
    text-align: center;
}

#urlist-edit {
    width: 640px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.edit ol.urlist li {
    border-top: 1px solid #d0e4ed;
}

.edit ol.urlist li:hover {
    background-color: #e8f1f6;
}

.edit ol.urlist li:hover span.number {
    background-image: url(/img/drag_grip.png);
}

.edit ol.urlist li:hover span.number:hover {
    /*background-image: url(/img/drag_hover.png);*/
    cursor: pointer;
}

.edit ol.urlist li.moving:hover span.number:hover {
    cursor: move;
}

.edit ol.urlist li:hover span.controls {
    background-image: url(/img/cross.png);
}

.edit ol.urlist li:hover span.controls:hover {
    background-image: url(/img/cross_hover.png);
    cursor: pointer;
}

/*************
 * Dashboard *
 *************/

ol.dashboard span.number,
ol.dashboard span.urlink,
ol.dashboard span.controls {
    height: 45px !important;
}

ol.dashboard li {
    height: 63px !important;
}

ol.dashboard li:hover span.controls {
    background: url(/img/cross.png) no-repeat 50% 50%;
}

ol.dashboard li:hover span.controls:hover {
    background-image: url(/img/cross_hover_blue.png);
    cursor: pointer;
}

ol.dashboard span.urlink {
    width: 408px;
    margin: 0 5px;
    padding-left: 12px;
}

ol.dashboard span.urlink span.updates {
    font-weight: bold;
}

ol.dashboard li.updated span.urlink span.updates {
}

ol.dashboard li.updated span.urlink span.increment {
    color: red;
    font-weight: bold;
}

.dashboard-container {
    margin-bottom: 32px
}

.dashboard-container div.menu {
    margin: 0;
    padding: 0;
    border: 3px solid #d1e4ed;
}

.dashboard-container div.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #d1e4ed;
}

.dashboard-container div.menu ul li a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    display: block;
    padding-left: 8px;
    color: #323234;
}

.dashboard-container div.menu ul li {
    line-height: 2em;
    margin: 0;
}

.dashboard-container div.menu ul li:hover,
.pagination a:hover {
    background-color: #e8f1f6;
}

.dashboard-container div.menu ul li.current,
.pagination a.current {
    background-color: #d1e4ed;
    font-weight: bold;
}

.dashboard-container div.menu form.search {
    margin: 10px 0;
}

.dashboard-container div.menu form.search input.empty {
    color: #ccc;
}

.dashboard-container div.menu form.search input {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: none;
    width: 95px;
    margin-left: 8px;
    display: inline;
    font-size: 14px;
    color: #1a1a1a;
    padding: 2px 0 0 2px;
    height: 18px;
}

.dashboard-container div.menu form.search button {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0;
    height: 18px;
    border: 1px solid #ccc;
    width: 26px;
    height: 22px;
    display: inline;
    background: url(/img/search.png) no-repeat 50% 50%;
    text-indent: -999999px;
    font-size: 14px;
    cursor: pointer;
}


.dashboard-container div.menu form.search button:hover {
    background-color: #e8f1f6;
}

.pagination a {
    display: block;
    border: 1px solid #ccc;
    text-align: center;
    height: 25px;
    line-height: 25px;
    color: #323234;
}

#add-url {
    margin-bottom: 48px;
}

.big-txt_13 {
    width: 500px;
}

.big-txt {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #323234;
    background-color:#F8F8F8;
    border: 1px solid #999999;
    font-size: 20px;
    height: 30px;
}

#btn-done {
    border: 5px solid #e5e5e5;
    display: block;
}

#btn-clear-all {
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 0 #FFFFFF;
}

#commands {
    margin-bottom: 32px;
}

#footer {
    text-align: center;
    margin-bottom: 36px;
    border-top: 1px solid #ccc;
    padding-top: 16px;
}

#footer ul {
    display: inline;
    margin: 0px
}

#footer ul li {
    display: inline;
    margin: 0 30px;
    color: #656565;
    font-weight: bold;
}

#footer a {
    color: #656565;
}

.not-yet {
    text-decoration: line-through;
    color: #999
}

.btn {
    font-family: inherit;
    height: 34px;
    text-align: center;
    line-height: 33px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    background-color: #00659b;
    border: none;
    cursor: pointer;
    display: block;
}

.btn-gray {
    background-color: #e7eaef;
    border: 1px solid #999;
    color: #00659b;
    text-shadow: none;
    margin-top: 5px;
    display: block;
}

.btn-gray:hover {
    background-color: #d0e3ed !important;
}

.btn:hover {
    background-color: #3399cc;
}

.normal {
    background-color: #e7eaef;
    color: #00659b;
    text-shadow: none;
}

.normal:hover, .normal.hover {
    background-color: #d0e3ed;
    cursor: pointer;
}

#urlist-link {
    margin: 0 5px 24px 5px;
}

#urlist-link-box {
    width: 630px;
    background-color: #f7f7f7;
    padding-top: 10px;
    overflow: hidden;
}

#urlist-link .row {
    width: 590px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 20px 10px 20px;
}

#urlist-link .first {
}

#urlist-link .c_row {
    width: 590px;
    padding: 0 20px;
    margin-bottom: 10px;
}

#urlist-link h4 {
    line-height: 30px;
    padding-bottom: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.33);
}

#btn-edit-mode:hover {
    text-decoration: underline;
}

#txt-urlink, #txt-edit-link {
    width: 346px;
}

#txt-urlink {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #323234;
    background-color:#F8F8F8;
    border: 1px solid #999999;
    font-size: 20;
    font-weight: normal;
}

.page {
    margin-bottom: 32px;
}

.page h3 {
    height: 24px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
}

.page a {
    text-decoration: underline;
}

.page a:hover {
    text-decoration: none;
}

#footer p.cite {
    text-align: left;
    font-size: 12px;
    margin-top: 64px;
    padding-top: 8px;
    padding-left: 4px;
}

.bookmarklet .edit-mode-on {
    background: url(/img/lock_open.png) no-repeat 0px 50%;
    padding-left: 18px;
}

.bookmarklet .push_1 {
    padding-left: 30px;
}

.bookmarklet p {
    font-size: 20px;
}

#ipad-user p {
    font-size: 14px;
}

#ipad-user strong {
    font-weight: bold;
    background-color: #d0e3ed;
    padding: 0 2px;
    cursor: pointer;
}

#ipad-user textarea {
    width: 340px;
    height: 100px;
    border: 5px solid #00659b;
    padding: 2px;
}

#btn-bookmarklet {
    display: block;
    height: 120px;
    width: 240px;
    font-size: 200px;
    text-decoration: none;
    color: rgba(0,0,0,0);
    background: url(/img/bookmarklet.png) no-repeat;
    display: block;
    overflow: hidden;
}

#btn-bookmarklet:hover {
    background-image: url(/img/bookmarklet_hover.png);
}

/*********
 * login *
 *********/

#login {
    margin-bottom: 64px;
}

#login h4 {
    font-size: 24px;
    padding-bottom: 16px;
}

#login li a {
    text-decoration: underline;
}

#login li a:hover {
    text-decoration: none;
}

#login p {
    margin-bottom: 0px;
}

#login .signin-status {
    margin-bottom: 46px;
}

#login .signin-status div.column {
    padding-top: 10px;
    padding-bottom: 10px;
}

#login #first-time {
    border-right: 1px solid #ccc;
}

#login ul {
    list-style-type: none;
    padding: 10px;
    background-color: #f7f7f7;
}

#login li {
    margin: 0px;
}

#login .signin-methods div.container {
    padding-left: 355px;
    width: 250px;
}

#login .signin {
    font-size: 24px;
    font-weight: bold;
    height: 65px;
    line-height: 65px;
    display: block;
    padding-left: 82px;
    color: #323234;
    background-color: #d1e3ee;
    text-decoration: none;
}

#login .signin:hover {
    background-color: #02659d;
    color: white;
}

#signin-twitter {
    background: url(/img/t_black.png) no-repeat 0 center;
    margin-bottom: 10px;
}

#signin-twitter:hover {
    background-image: url(/img/t_white.png);
}

#signin-google {
    background: url(/img/g_black.png) no-repeat 0 center;
}

#signin-google:hover {
    background-image: url(/img/g_white.png);
}

#welcome h3 {
    margin-bottom: 30px;
}

#welcome p {
    font-size: 22px;
}

#welcome a {
    color: #01669A;
}

/**
 * Feedback
 ***********/

#feedback-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

/*
#feedback {
    width: 960px;
}*/

#feedback div.label {
    width: 110px;
    cursor: pointer;
}

#feedback h3 {
    background-color: #00659B;
    color: white;
    font-size: 16px;
    padding: 5px;
    width: 100px;
    text-align: center;
}

#feedback h3:hover {
    background-color: #3399cc;
}

#feedback h4 {
    font-size: 16px;
}

#feedback-form {
    width: 310px;
}

#feedback .field-comment {
    color: #656565;
    font-style: italic;
}

#feedback-form form {
    background: white;
    border-top: 4px solid #00659B;
    border-right: 4px solid #00659B;
    border-left: 4px solid #00659B;
    padding: 20px;
    overflow: hidden;
}

#feedback-form input {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 6px;
}

#feedback-form textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    border: 1px solid #ccc;
    width: 100%;
    height: 90px;
    margin-bottom: 16px;
}

#btn-feedback-submit {
    width: 110px;
    float: right;
    font-size: 16px;
}

