body,html,p,img,h1,h2,h3,hr,textarea,div {
    padding:0;
    margin:0;
    border:0;
    outline:none;
    font:12px verdana;
    -webkit-text-size-adjust:none;
}

body {
    background:url(/img/background.jpg) no-repeat #eaeaea;
    width:100%;
}

hr {
    border-top: 1px solid #f0f0f0;
    padding:5px 0;
}

p {
    clear:both;
    padding:3px 0;
    line-height:20px;
}

h1 {
    font-size:18px;
    padding-bottom:4px;
}

h2 {
    font-size:16px;
    padding-bottom:3px;
}

h3 {
    font-size:14px;
    padding-bottom:2px;
}

a, a:visited, a:active {
    color:#58acfa;
    cursor:pointer;
    text-decoration:none;
}

a:hover {
    color:#58acfa;
    cursor:pointer;
    text-decoration:underline;
}

.header {
    position:relative;
    z-index:99;
    height:38px;
    background:#353535;
    color:#cccccc;
    text-align:center;
    min-width:800px;
}

.header a, .header a:visited, .header a:active {
    color:#ffffff;
    cursor:pointer;
    text-decoration:none;
}

.header a:hover {
    color:#ffffff;
    cursor:pointer;
    text-decoration:underline;
}

.header #blurb {
    padding:11px;
}
.header #links {
    position:absolute;
    top:11px;
    left:8px;
}
.header #tools {
    position:relative;
    top:7px;
    margin-left:auto;
    margin-right:auto;
}
.header #tools a {
    margin-right:10px;
}
.header .sep {
    color:#808080;
}

.footer {
     clear:both;
     text-align:center;
     color:#808080;
     font-size:11px;
}
.footer .sep {
    color:#dcdcdc;
}

#search {
    background:#ffffff url(../img/search.png) no-repeat 4px center;
    padding:3px 25px;
    position:absolute;
    width:150px;
    top:7px;
    right:8px;
    border:0;
    border-radius:4px;
    -moz-border-radius:4px; 
    -webkit-border-radius:4px;
}

.hide {
    display:none;
}

.content {
    position:relative;
    overflow:auto;
    margin:10px 0;
    padding:10px;
    background:#ffffff;
    width:610px;
    margin-left:auto;
    margin-right:auto;
    border-radius:8px;
    -moz-border-radius:8px; 
    -webkit-border-radius:8px;
}

.post {
    position:relative;
    clear:both;
    overflow:auto;
    padding:5px;
}

.post .avatar {
    float:left;
    margin-right:10px;
}

.post .body {
    float:left;
    color:#505050;
    width:488px;
}

.post .stats {
    position:absolute;
    top:5px;
    right:5px;
}

.post .data {
    float:left;
    width:350px;
    padding-bottom:5px;
    line-height:16px;
    font-size:13px;
}

.post .by {
    float:left;
    width:100%;
}

.post .signature {
    float:left;
    font-size:11px;
}

.post .tools {
    display:none;
    position:absolute;
    top:25px;
    right:5px;
}

.light {
    color:#888888;
}

.lighter {
    color:#c0c0c0;
}

.small {
    font-size:11px;
}

.hover {
    background-color:#f5f5f5;
}

button::-moz-focus-inner {
        padding: 0px !important;
        border: 0px none !important;
}

button, button:focus {
	background: url(../img/button.png);
	border: 1px solid #999999;
	border-left-color: #cccccc;
	border-top-color: #cccccc;
	color: #000000;
	cursor: pointer;
	height: 32px;
	display: inline;
        padding-right:5px;
        padding-left:5px;
	font-weight:bold;
        margin:5px 0;
        white-space:nowrap;
        border-radius:4px;
	-moz-border-radius:4px;
        -webkit-border-radius:4px;
}

button:active {
	background: #f4f4f4;
	border: 1px solid #cccccc;
	border-left-color: #999999;
	border-top-color: #999999;
}

button.loader {
    margin-left:5px;
    width:600px;
}

.strike {
    text-decoration: line-through;
}

.profile {
    float:left;
    padding-left:10px;
    width:444px;
}
.profile .fullname {
    font-weight:bold;
}
.profile .location {
    
}
.profile .bio {
    font-style:italic;
    color:#999999;
}
.attention {
    font-size:14px;
    text-align:center
}
.left {
    float:left;
}
.center {
    text-align:center;
}
.right {
    float:right;
}
.clear {
    clear:both;
}
.top-right {
    position:absolute;
    right:10px;
    top:10px
}
.bottom-right {
    position:absolute;
    right:10px;
    bottom:10px
}
.bottom-left {
    position:absolute;
    left:10px;
    bottom:10px
}
.spinner {
    text-align:center;
}
.more {
     position:absolute;
     top:12px;
     right:10px;
}

.tooltip {
    position:absolute;
    background:#58acfa;
    color:#ffffff;
    display:none;
    padding:10px;
    font-size:11px;
    font-weight:bold;
    z-index:999;
    box-shadow: 4px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 4px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 4px 4px rgba(0,0,0,0.1);
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

.popform {
    display:none;
    position:absolute;
    background-color:#ffffff;
    border:5px solid #353535;
    width:533px;
    box-shadow: 0 0 6px 3px #888;
    -moz-box-shadow: 0 0 6px 3px #888;
    -webkit-box-shadow: 0 0 6px 3px#888;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.popform #title {
    background:#353535;
    height:22px;
    text-align:left;
    color:#ffffff;
}
.popform #close {
    float:right;
}
.popform #avatar {
    margin:10px;
    float:left;
}
.popform #submit {
    margin-right:10px;
}
.popform #counter {
    margin-right:5px;
    font-size:22px;
    display:none;
    color:lightgray;
}
.popform #processing {
    float:left;
    padding:55px 165px;
}
#poppost textarea {
    margin-top:10px;
    float:left;
    width:366px;
    height:72px;
}
#poppost #counter {
    position:absolute;
    right:118px;
    bottom:12px;
}
.popform .social {
    margin:10px;
}
.popform button {
    position:absolute;
    right:0;
    bottom:5px
}
.huge {
    line-height:normal;
    font-size:28px;
}
.contacted {
    padding-top:18px;
    padding-left:10px;
}
.collage {
     line-height:0;
}
.feedback {
    background:url(/img/feedback.png) no-repeat;
    position:absolute;
    width:120px;
    height:120px;
    right:0;
    top:38px;
    z-index:98;
}
#message {
    background:url(/img/success.png) no-repeat 10px center #58acfa;
    color:#ffffff;
    text-indent:33px;
    font-size:14px;
    line-height:28px;
}
#message a, #message a:active, #message a:visited {
    color:#ffffff;
}
