body {
    font-family:Helvetica,Arial,Sans-serif;
    margin:0;
    padding:0;
    line-height:1.4em;
}

input[type=text] {
    border:1px solid black;
    height:21px;
    width:275px;
    padding:2px;
    font-size:16px;
}

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

a:hover {
    text-decoration:underline;
}
a:visited {
    color:#DDDDDD;
}

img {
    border-width:0px;
}

p {
    margin: 0 0 1.5em;
}

.errors {
    color:red;
    font-weight:bold;
}

#row_1 {
    padding: .1em;
    background-color:#3C65C8;
    position:relative;
}

#quest {
    display:none;
}

#row_2 {
    width: 68em;
    margin:0 auto;
    margin-top:10px;
}
.hide {
    display:none;
}

#sub_row {
    width: 68em;
    padding-left: 1em;
    display:block;
    margin: 0 auto;
    height:70px;
    text-align:left;
}

#col_left_a a {
    height:40px;
    display:block;
    color: #FFFFFF;
}
#col_left_a {
    width: 200px;
    margin:0;
    padding:0;
    font-weight:bold;
    float:left;
    font-size:1.5em;
    display:block;
    margin-top:.2em 0 0;
}

.dum {
    height:40px;
}

.nav {
    text-align:right;
    display:inline;
    margin-right:50px;
}

.nav li {
    margin: 0 0 0 1.5em;
    display: inline;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.nav li a {
    color: #FFFFFF;
    font-size:1.1em;
    text-decoration: none;
}

.nav li a:hover {
    text-decoration: underline;
}

.nav ul {
    margin-bottom:0px;
}
.title_input {
    font-size:18px;
    font-weight:bold;
    padding:3px;
}
.help_bubble {
    background: transparent url('/images/titlebubble.png') no-repeat top right;
    font-size:18px;
    width:285px;
    height:76px;
    position:absolute;
    padding:10px;
    margin-left:5px;
}

.howto_bubble {
    background: transparent url('/images/howtobubble.png') no-repeat top right;
    font-size:18px;
    width:285px;
    height:203px;
    position:absolute;
    padding:10px;
    margin-left:5px;
    top: 100px;
    right:40px;
}

.howto_bubble span {
    margin-left:5px;
    width:240px;
    float:right;
}

.help_tweet {
    font-size:15px;
    line-height:1.1em;
    padding:5px;
}

.title_bubble {
    display:none;
    top:75px;
    right:70px;
}

.option_bubble {
    display:none;
    top:188px;
    right:115px;
}

.create_bubble {
    display:none;
    top:40%;
    right:18.5%;
}

.help_bubble span {
    margin-left:5px;
    width:240px;
    float:right;
}

.submit_input {
    font-size:30px;
    position:absolute;
    right:180px;
    bottom:100px;
    font-weight:bold;
}
.bar {
    height: 40px;
    overflow:visible;
    margin:10px;
}

.color0 {
    background-color: #3CBAC8;
    border: 2px solid #3C65C8;
}

.color1 {
    background-color: #F19181;
    border: 2px solid #F14718;
}

.color2 {
    background-color: #93EDD4;
    border: 2px solid #00DDD4;
}

.color3 {
    background-color: #F9CB8F;
    border: 2px solid #F9CB1F;
}

.bar div {
    padding-left:15px;
    padding-top:5px;
    width: 400px;
}

.innerbar {
    width: 400px;
}
#tweet {
    width: 600px;
    height: 52px;
    position: relative;
    margin:5px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #DDDDDD;
    padding-top:10px;
}

.tw_time {
    font-size:10px;
    font-weight:bold;
    right:0px;
    bottom:-10px;
    position:absolute;
}

.q_time {
    position:absolute;
    bottom:71px;
    left:230px;
    font-size:12px;
}

.also {
    position:absolute;
    bottom: 100px;
    font-size: 14px;
    left: 50px;
}

#header {
    font-size:28px;
    font-weight:bold;
    margin:0;
    padding:0;
}

.thumb {
    float:left;
    padding: 2px;
    margin-right:4px;
    height:48px;
    width:48px;
}

.name {
    padding: 2px;
}

.action {
    position: absolute;
    right: 10px;
    top: 8px;
    line-height: 1.25em;
}
.tweet_body {
    line-height:1.1em;
}

.answer_block {
    height:10px;
    width:100%;
    background: transparent url('/images/border-top2.png') no-repeat scroll 0 0;
}

#ab_r {
    background: transparent url('/images/border-right.png') repeat-y scroll bottom right;
    position:relative;
}

#ab_l {
    background: transparent url('/images/border-left.png') repeat-y scroll top left;
}

#ab_b {
    padding-bottom: 100px;
    background: transparent url('/images/border-bottomq3.png') no-repeat scroll bottom left;
}

#title {
    font-weight:bold;
    font-size: 18px;
    line-height:1.1em;
    margin-top:5px;
    margin-bottom:5px;

}

.hey {
    width: 810px;
    margin: 0 auto;
}
.outerbar {
    position:relative;
}
#info {
    padding:20px;
    padding-left:40px;
}

#answers {
    width: 650px;
    margin-left: 50px;
}
#col_left {
    float:left;
    width:40%;
}
#col_left_q {
    float:left;
    width:50%;
}
#about_row {
    background-color:#FFFAAF;
    position:relative;
    height:4em;
}
#about_left {
    padding-top:5px;
    padding-top:.3em;
    font-size:1.1em;
    float:left;
}

#about_left span {
    font-size:.9em;
}

#about_right {
    float:right;
}

#about_right img {
   margin-top:4px;
}
#col_right {
    float:left;
}
#col_right_q {
    float:left;
    width:50%;
}

#latest_a {
    float:right;
}
#info_head {
}
#banner {
    margin:5px;
    padding:5px;
    width:100%;
}

#create_fp {
    float:left
}
#info_fp {
    float:right;
    width:45%;
}
.clr {
    clear:both;
}
.create_b {
    width:150px;
    height:60px;
    font-size:23px;
    text-align:center;
    margin:0 auto;
}
.create_b div {
    margin-top:10px;
}

.latest {
    font-size:1.7em;
    font-weight:bold;
    float:left;
    margin-bottom:10px;
}

.more {
    float:right;
    margin-right:5em;
}
#trend_row {
    margin-top:0px;
    height:30px;
    background-color:#3C65C8;
    color:#FFFFFF;
}
#trends {
    width: 68em;
    padding-left: 1em;
    margin: 0 auto;
    display:block;
    padding:3px;
}
.trend {
    float:left;
    margin-left:10px;
}
#user_polls {
    border:2px solid black;
}
.col {
    border-right-style:solid;
    border-right-width:1px;
    border-right-color:black;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:black;
    height:30px;
    float:left;
}
.ubar {
    background-color:#3C65C8;
    font-weight:bold;
    color:#FFFFFF;
    text-align:center;
    padding-top:5px;
}

.ubar span {
    font-size:18px;
}
.title_col {
    width:45%;
}
.url_col {
    width:20%;
}
.age_col {
    width: 15%;
}
.count_col {
    width: 19.7%;
    border-right-style:none;
}

.col p{
    margin-top:2px;
    padding:3px;
}
