* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

/*
* Layout
*/

.bar {
    font-size: 0.8em;
}

.bar a {
    display: block;
    float: left;
    padding: 2px 5px;
    border: 0;
    border-style: solid;
    border-right-width: 1px;
}

.bar a.first {
    font-weight: bold;
}

.access_key {
    font-size: 0.8em;
    border: 0;
    border-style: dotted;
    border-bottom-width: 1px;
	position: relative;
	top: -1px;
}

#main {
    margin: 10px 5px;
}

#status_update {
    margin-bottom: 5px;
}

#status_update textarea {
    width: 100%;
    max-width: 400px !important;
    padding: 1px;
    font-family: 'Lucida Grande', sans-serif;
}

#status_update input {
    padding: 1px 5px;
    cursor: pointer;
}

#timeline {
    list-style: none;
}

#timeline li {
    padding: 5px;
    clear: both;
}

#timeline .avatar {
    display: block;
    float: left;
    width: 35px;
    height: 35px;
}

.show_avs .timeline_data {
    margin-left: 40px;
}

#timeline .timeline_top {
    margin-bottom: 2px;
}

#timeline .timeline_top .name {
    font-weight: bold;
    font-size: 0.9em;
}

#timeline .timeline_top small {
    float: right;
}

.users .timeline_top {
    font-weight: bold;
    font-size: 0.9em;
}

.users .timeline_top small {
    font-weight: normal;
}

.status_options {
    margin-bottom: 2px;
}

.status_options a {
    padding: 1px 4px;
    margin-right: 2px;
    border-width: 1px;
    border-style: solid;
    font-size: 0.7em !important;
}

#pagination {
    margin-top: 5px;
    text-align: center;
}

#btm_info {
    font-size: 0.8em;
    text-align: right;
}

/*
* Sign in
*/

#sign_in {
    text-align: center;
    margin: 40px 0;
}

#sign_in p {
    margin-bottom: 10px;
}

#sign_in p, #sign_in img {
    margin-left: auto;
    margin-right: auto;
}

/*
* User info
*/

#user_box img {
    float: left;
}

#user_info {
    line-height: 120%;
}

.show_avs #user_info {
    margin-left: 53px;
}

#user_options {
    padding: 3px 0;
    margin-bottom: 5px;
    clear: both;
}

.show_avs #user_options {
    padding-left: 53px;
}

/*
* Settings
*/

.settings label {
    display: block;
}

.settings input, .settings select {
    padding: 2px 1px;
    margin-bottom: 5px;
}

.settings select {
    min-width: 100px;
}

#avatar_upload img {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.settings .submit {
    clear: both;
}

/*
* Errors/notifications
*/

#successbox, #errorbox {
    margin-bottom: 5px;
    text-align: center;
    padding: 2px 5px;
}

#error p {
    margin-top: 5px;
}


/* Hacks
 ------------ */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
