body {
    background-color: #ddddbb;
    text-align: left;
}

body, textarea, input {
    font-family: 'Lucida Grande', sans-serif;
    font-size: 0.9em;
    color: #333;
}

a {
    color: #0084b4;
    text-decoration: none;
}

a:hover {
    color: #0084b4;
    text-decoration: underline;
}

#container {
    width: 524px;
    margin: 0em auto;
    padding: 0;
}

#header {
    text-align: center;
    margin: 1em 0 0 0;
    padding: 0;
}

#main-container {
    position: relative;
    margin: 0em auto;
    padding: 3em 1em 0.5em 1em;
    background-color: white;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    zoom: 1;
}

#footer {
    margin: 1em 0 1em 0;
    padding: 0.5em;
    text-align: center;
    font-size: 0.9em;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    background-color: white;
}

#footer span {
    margin-left: 0.2em;
    margin-right: 0.2em;
}

#error-message {
    text-align: center;
    font-size: 1.5em;
    margin: 0 0 2em 0;
}

.logo {
    width: 480px;
    margin: 0 auto;
    text-align: right;
}

#notifications div {
    width: 508px;
    margin: 0 auto 1em auto;
    padding: 0.1em 8px;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}

#auth-info {
    font-size: 0.8em;
    position: absolute;
    top: 0;
    right: 0;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -webkit-border-top-right-radius: 0.5em;
    -webkit-border-bottom-left-radius: 0.5em;
    background-color: #eee;
    text-align: center;
    margin: 0em;
    padding: 0.5em;
}

.tweet {
    position: relative;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    min-height: 60px;
    width: 480px;
    margin: 0 auto;
}

.tweet .profile-img {
    display: block;
    height: 48px;
    width: 48px;
    position: absolute;
    left: 0;
    margin: 6px 0 0 0;
    padding: 0;
}

.tweet .profile-img img {
    width: 48px;
    height: 48px;
    border: 0;
    margin: 0;
}

.tweet .message {
    width: 420px;
    margin-left: 60px;
}

.tweet p {
    margin: 0;
}

.tweet .message a.user {
    font-weight: bold;
}

.tweet .created-at {
    font-family: georgia;
    font-style: italic;
    font-size: 0.8em;
    color: #999;
    margin: 0;
}

.tweet .created-at a {
    color: #999;
    text-decoration: none;
}

.tweet .created-at a:hover {
    text-decoration: underline;
}

.getnew {
    width: 480px;
    margin: 0 auto;
    font-size: 0.8em;
    text-align: right;
}

#post {
    width: 480px;
    margin: 0 auto;
    padding: 1em 0 0.5em 0;
}

#post h2,
#post h3 {
    margin-bottom: 0.2em;
}

#post .header {
    position: relative;
    line-height: 2em;
    zoom: 1;
}

#remaining {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 2em;
    font-family: 'Georgia';
    color: #ccc;
    margin: 0;
    padding: 0;
}

#reply-action-area {
    overflow: hidden;
    position: relative;
    margin-top: 0.5em;
    height: 2em;
}

#reply-action-area .action {
    position: absolute;
    top: 0;
    right: 0;
}

.error-notice {
    display: none;
    color: #8a1f11;
}

#post textarea,
#post input {
    margin: 0;
    border: 1px solid #aaa;
}

#post textarea {
    width: 476px;
    padding: 4px 2px;
}

#post input {
    padding: 4px 2px;
}

#post input.button {
    padding: 0.2em 0.5em;
}

#description {
    margin-top: -1.5em;
}

#featured {
    overflow: hidden;
    margin-top: 1em;
    padding-bottom: 1em;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    background-color: #b7cbc9;
    zoom: 1;
}

#featured h2 {
    margin-bottom: 0.5em;
    text-align: center;
    font-weight: normal;
    font-size: 1.2em;
}

#featured .tweet {
    float: left;
    width: 246px;
    font-size: 0.8em;
    margin: 0 6px 0 6px;
    border: 0;
    padding: 0;
}

#featured .tweet .profile-img img {
    width: 32px;
    height: 32px;
}

#featured .tweet .message {
    width: auto;
    margin-left: 48px;
    padding: 1em;
    border: 0;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    background-color: white;
}

#featured .tweet .arrow {
    display: block;
    height: 11px;
    width: 11px;
    position: absolute;
    left: 37px;
    top: 16px;
    padding: 0;
    background-image: url(../images/left-triangle.gif);
    background-repeat: no-repeat;
}

