* {
    margin: 0;
    padding: 0;
    border-width: 0;
    border-color: transparent;
}

a {
    text-decoration: none;
    color: #0084b4;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style: none;
}

ul.dot li:before {
    content: "\00B7 \0020";
}

hr {
    display: none;
}

input[type="text"], input[type="password"], select, textarea {
    border: 1px solid #aaa;
}

body {
    text-align: center;
    font: .75em 'Lucida Grande', sans-serif;
    color: #333;
}

#container {
    width: 763px;
    margin: 1em auto;
    text-align: left;
    position: relative;
}

#loader {
    position: absolute;
    top: .7em;
    right: -25px;
    padding: 0;
    background-color: #FFF;
    border: 1px solid #CCC;
    font-size: 10px;
    line-height: 0;
    z-index: 999;
}

#header {
    height: auto;
    margin: 0;
    text-align: left;
}

#navigation ul {
    display: block;
    float: right;
    background-color: #FFF;
    padding: 7px 6px 7px 3px;
}

.top-nav li {
    display: inline;
    margin-left: 6px;
}

#content {
    background-color: #FFF;
}

.content-bubble-arrow {
    margin-top: .5em;
    padding-top: 11px;
    background-repeat: no-repeat;
    background-position: 25px 0;
}

td.column {
    padding: 0;
    vertical-align: top;
}

.wrapper {
    padding: 5px 10px 15px;
}

#content div.section {
    position: relative;
    padding: 10px;
    min-height: 200px;
}

#content div.section>div {
    margin: 1em 0;
}

#content div.section p {
    margin-bottom: 1em;
}

#content div.section, div.section>div {
    clear: both;
    float: none;
    position: relative;
}

#content div.section ul li {
    margin: 0;
    padding: 0 0 1em 0;
}

#side {
    padding-top: .5em;
    width: 198px;
}

#side .segment>* {
    padding-bottom: 1em;
}

#side .segment p {
    line-height: 1.6em !important;
}

#side .segment ul li {
    margin: 0;
    padding: 0 0 1em 0;
}

#side {
    margin-bottom: 10px;
}

.subpage #side {
    margin-top: 0;
}

#side_base {
    width: 199px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-left: 1px solid #bddcad;
    background-color: #dfc;
}

#side .promotion a {
    outline: none;
    color: #333;
}

#side .promotion a:hover {
    text-decoration: none;
}

#side .promotion a.definition:hover strong {
    outline: none;
    text-decoration: underline;
}

#side .promotion .definition strong {
    display: block;
    color: #0084b4;
}

#side div.section {
    padding: 13px;
}

#side h1 {
    color: #333;
    font-size: 1.1em;
    padding: 0 0 2px;
    margin-bottom: .5em;
}

#side div.section-header h3.faq-header {
    border-bottom: 1px solid #bddcad;
    color: #333;
}

#side div.msg strong {
    display: block;
    font-size: 1.4em;
}

#side div.msg h3 {
    font-size: 1.25em;
}

#side ul {
    margin: 0;
}

#side .faq-index ul {
    list-style-type: square;
    margin-left: 15px;
}

#side .faq-index li {
    margin: 10px 0;
}

#side p {
    padding: .5em 0;
}

.subpage #side {
    margin-top: 0;
}

#side ul {
    margin: 0;
}

.notify div {
    background-color: #fff;
    font-size: .9em;
    margin: 0 12px 0 24px;
    padding: 10px 3px;
    border: 1px solid #888;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#side .actions small {
    font-size: .9em;
}

#side .actions a {
    padding-left: 7px;
}

#side .user_icon>* {
    vertical-align: middle;
    padding: 0;
}

#side .user_icon img {
    float: left;
    padding-right: .8em;
}

#side .stats td {
    padding: 0;
}

#side .stats td+td {
    padding: 0 5px;
}

#profile #side .stats td+td {
    padding: 0 8px;
}

#side .stats td+td+td {
    padding: 0;
}

#side .stats a:hover {
    text-decoration: none;
}

#side .about li {
    padding-bottom: 3px;
}

ul#tabMenu li {
    border-top: 1px solid #bddcad;
}

ul#tabMenu a, #side .section h1 {
    display: block;
    padding: 13px;
    text-decoration: none;
    color: #4c4c4c;
    font-weight: bold;
    font-size: 110%;
}

#side .section h1 {
    padding: 0 0 .25em 0;
}

#following_list span {
    float: left;
    padding: 0 3px 2px 1px;
}

#following_list img {
    padding: 0;
}

#device_control label {
    margin-right: 5px;
}

#footer {
    text-align: center;
    padding: 8px 0;
    margin-top: 1.25em;
    line-height: 1;
    background: #fff;
    white-space: nowrap;
}

#footer li {
    display: inline;
    padding: 0 4px;
}

#footer li.first:before {
    content: '';
    padding-right: 0;
}

#footer {
    background-color: #fff;
    white-space: nowrap;
}

fieldset.common-form {
    margin: 10px 0;
}

fieldset.common-form p {
    margin: 0 0 5px 0;
}

fieldset.common-form th, fieldset.common-form td {
    padding: 7px 3px;
}

fieldset.common-form th {
    text-align: right;
    width: 11em;
    padding-top: 10px;
    font-weight: normal;
}

fieldset.common-form small {
    color: #777;
    font-size: .97em;
}

fieldset.common-form input[type="text"], fieldset.common-form input[type="password"], fieldset.common-form textarea, fieldset.common-form select, fieldset.common-form checkbox {
    border: 1px solid #aaa;
    padding: 4px 2px;
}

fieldset.common-form input[type="text"], fieldset.common-form input[type="password"] {
    width: 12em;
}

fieldset.common-form td[colspan="2"] {
    text-align: right;
}

fieldset.common-form label {
    white-space: nowrap;
    font-weight: normal;
}

fieldset.common-form ul li {
    padding: 5px 0;
}

fieldset.common-form ul li label {
    display: block;
    font-weight: bold;
}

fieldset.common-form ul li label sup {
    color: #888;
}

fieldset.common-form table.input-form th {
    vertical-align: top;
}

fieldset.vertical-form label, fieldset.vertical-form input {
    display: block;
}

fieldset.vertical-form input {
    margin-top: 1em;
    margin-bottom: 1em;
}

fieldset.vertical-form input[type="text"] {
    width: 165px;
}

div.direct-message-box fieldset.standard-form {
    width: 548px;
    padding: 10px 90px;
}

.buttons input, .buttons button {
    margin: 0 3px;
}

.buttons a button {
    margin: 0;
}

input.submit, button, input[type=submit], input[type=button], input[type="file"]>input[type="button"] {
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #e6e6e6;
    border: 1px solid #ccc;
    padding-top: 1px solid #fff;
    font-size: x-small;
    padding: 4px 8px;
    vertical-align: top;
    cursor: pointer;
}

input.submit:hover, button:hover, input[type=submit]:hover, input[type="file"]>input[type="button"]:hover {
    background-color: #d5d5d5;
}


.follow-actions p {
    padding-left: 14px;
}

ol.statuses li {
    position: relative;
    padding: .7em 0 .6em 0;
    border-bottom: 1px dashed #D2DADA;
    line-height: 1.1em;
}

ol.statuses li:first-child {
    border-top: 1px dashed #D2DADA;
}

ol.statuses .thumb img {
    width: 48px;
    height: 48px;
}

ol.statuses span.meta a, .hentry .meta a {
    color: #999;
}

ol.statuses .actions a {
    display: block;
    text-decoration: none;
    padding: 3px 8px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    visibility: hidden;
}

ol.statuses li:hover .actions a, ol.statuses li.hover .actions a {
    visibility: visible;
}

.person .thumb img {
    height: 48px;
    width: 48px;
}

#flash p {
    background-color: #fff;
    font-size: 2.12em;
    line-height: 1.2em;
    padding: .5em;
    font-weight: bold;
}

.bulletin p, .bulletin h2 {
    margin-left: 60px !important;
}

.bulletin img {
    vertical-align: middle;
    float: left;
}

.bulletin h2 {
    font-size: 1.2em;
    margin-bottom: .5em;
}

.first {
    margin-top: 0;
    padding-top: 0;
}

.offscreen {
    position: absolute;
    left: -9999px;
    overflow: hidden;
}

.round {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.round-right {
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.round-left {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

#profilebox h1, #profilebox h2 {
    font-weight: normal;
}

#profilebox h2 {
    margin-top: .5em;
    font-size: 1.3em;
}

div#profilebutton small {
    line-height: 1.25em;
}

body#profile ol.statuses li {
    padding-bottom: .8em;
    padding-left: .5em;
}

body#show .thumb img {
    width: 48px;
    height: 48px;
}

body.search#users .hentry td.status-body div {
    width: 370px;
}

body#oauth_clients #content div.section {
    margin-top: 50px;
}

body.oauth_clients #content div.section {
    margin: 1em 10px;
}

.oauth_clients div.section h2 {
    padding: 10px 0;
}

.oauth_clients table.input-form {
    width: 500px;
    margin-top: 20px;
}

.oauth_clients .common-form .input-form input[type=text] {
    width: 300px;
}

.oauth_clients .common-form .input-form input[type=file] {
    width: 270px;
}

.oauth_clients .common-form .input-form textarea {
    height: 100px;
    width: 300px;
}

.oauth_clients #content h1 {
    margin: 10px 15px 0;
    font-size: 2em;
}

.app-details th {
    font-size: 1.1em;
    vertical-align: top;
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
}

.app-details th, .app-details td {
    padding: 3px 8px;
}

ul.app-list label {
    font-size: .9em;
    line-height: 1.2;
}

ul.app-list strong, .app-details strong {
    font-size: 1.3em;
}

ul.app-list p {
    margin: 2px 0 0 !important;
    line-height: 1.3 !important;
}

ul.app-list li.suspended label, ul.app-list li.suspended label a, ul.app-list li.suspended span {
    color: #963b3b;
}

li.revoked label, li.revoked span, li.revoked p, li.revoked img, li.revoked small {
    opacity: .5;
    filter: alpha(opacity = 50);
}

ul.app-list li.inactive span {
    color: #666;
    font-weight: bold;
}

ul.app-list small, .app-details small {
    color: gray;
}

#content div.section ul.app-list li {
    margin: 15px 0;
    clear: both;
}

#content ul.app-list li img {
    margin: 0 8px 25px;
    vertical-align: middle;
    float: left;
}

.oauth_clients #content img {
    margin: 0;
    border: 1px solid #999;
    height: 73px;
    width: 73px;
}

.app-details h2 {
    padding: 0 !important;
}

.app-details li label {
    font-weight: bold;
}

.app-details ul {
    margin: 70px 0;
    display: block;
    clear: both;
}

.app-details li small {
    font-size: .8em;
}

.app-details ul li {
    font-size: 1.1em;
    padding: 3px 0 !important;
}

.app-details code {
    border-top: 1px solid #aaa;
    display: block;
    padding: 8px 0 15px;
}

