body {
    background: #FFFFFF;
    margin: 0;
    padding: 0;
    font-size: .9em;
    font-style: normal;
    font-family: Arial, sans-serif;
    text-align: center; 
}

ul,ol {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5 {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #212525;
}

h1 {
    font-size: 24px;
    margin-bottom: 5px;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
}

h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 15px 0;
}

#section_header {
    background-color: #ad9e77;
    color: #FFFFFF;
    padding: 5px 0 5px 8px;
    margin-top: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.feature_icon {
    float:left;
    clear:left;
    margin: 0px 6px 0 0;
}

.feature_header {
    background-color: #AD9E77;
    width: 660px;
    font-weight: bold;
    color: white;
    font-size: 12pt;
    padding: 6px;
    margin-top: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.feature_description {
    line-height: 1.4em;
}
.feature_title {
    font-size: 12pt;
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0px;
}
.sub_feature {
    font-size: 13px;
    font-weight: bold;
}
.sub_feature_item {
    border-bottom: dotted thin gray;
    padding: 10px 0 10px 0;
}
.views {
    color: red;
    display: block;
    padding: 5px 0 5px 0;
}
#feature_summary {
    margin-bottom: 12px;
}

.stats_text {
    margin-top: 2px;
    float: left;
}

.stats {
    font-size: 1.0em;
    color: #666666;
    font-family: Arial, sans-serif;
    margin-top:4px;
    background-color: #f5f5f5;
    padding: 8px 6px 8px 10px;
    width: 400px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    text-align: left;
}

.alignleft {
    float: left;
    margin-right: 12px;
}

#related_content {
    position: relative;
    float: left;
    width: 300px;
    margin: 10px 30px 10px 0;
}

.related_item {
    border-top: 1px solid #ad9e77;
    padding-top: 5px;
}

.related_item:first-child {
    border-top: none;
    padding-top: 0;
}

.related_item_views {
    margin-left: 30px;
    color: #de1001;
    padding-bottom: 5px;
}

#related_content_header {
    background-color: #ad9e77;
    color: #FFFFFF;
    padding: 5px 0 5px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#related_content_block {
    margin-right: 12px;
}

#interaction_block {
    border-left: 1px solid #cccccc;
    position: relative;
    float: right;
    width: 110px;
    margin: 5px 0 10px 20px;
}

#interaction_list {
    margin-left: 5px;
    list-style: none;
}

.interaction_item {
    border-bottom: 1px dotted #cccccc;
    font-size: 12px;
    margin: 0;
    padding: 5px;
}

.interaction_icon {
    margin-right: 5px;
    padding: 5px 2px 0 5px;
    border: 0px;
    vertical-align: bottom;
}

.flash {
    font-style: italic;
    text-align: center;
    font-weight: bold;
    margin: 12px;
    padding: 12px;
    background-color: #EFFFFF;
    border: thin #29AEAD solid;
    width: 950px;
}
#happy_flash {
    color: green;
}

#sad_flash {
    color: red;
}

.error {
    color: red;
    font-size: .8em;
    font-style: italic;
}

a {
    color: #009999;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

.outer_content {
    width: 1000px;
    margin: 0px auto;
    text-align: center;
}

#header {
    height: 165px;
    background: #2AAFAF;
    margin: 0;
    padding: 0;
    width: 100%;
    top: 0;
    left: 0;
}

#v2_top_date_day {
    font-size: 2.1em;
    font-weight: bold;
    font-family: garamond, times, serif;
    border-right: thin gray dotted;
    width: 120px;
    padding-right: 10px;
    text-align: right;
}
#v2_top_date_year {
    font-size: .8em;
    font-family: arial, helvetica, sans-serif;
    float: right;
    width: 60px;
    padding-left: 10px;
}
#v2_header_top {
    text-align: left;
    width: 1000px;
    margin: 0 auto;
}
#v2_header_back {
    background-image: url('/images/v2/shared/top_back.jpg');
    background-repeat: repeat-x;
    text-align: center;
    width: 100%;
    margins: 0;
    padding: 0;
}
#v2_top_logo {
}
#v2_top_nav_login {
    width: 600px;
    height: 18px;
    margin-top: 8px;
    padding: 0;
}
#v2_top_nav, #v2_top_login {
    padding: 11px;
    font-weight: bold;
    margin: 0;
    height: 100%;
    width: 300px;
    text-align: center;
}
#v2_top_nav {
    background-color: #189A9C;
    color: #ADDBDE;
}
#v2_top_login {
    float: right;
    width: 300px;
    background-color: #188284;
    color: white;
}
#v2_top_login a {
    text-decoration: none;
    color: white;
    padding-top: 2px;
}
#v2_top_login a:hover {
    text-decoration: underline;
}
#v2_top_date {
    width: 200px;
    margin-top: 60px;
}
#v2_top_right {
    float: right;
}
#v2_top_search {
    float: right;
    clear: right;
    margin-top: 40px;
}
#v2_top_social_icons {
    float: right;
    margin-top: 40px;
}

#v2_top_social_icons img {
    border: 0;
}

#home_login_bar {
    text-align: right;
    height: 40px;
}

#header_login {
    font-size: 12px;
    padding: 12px 0 0 0;
    float: right;
    color: #5cd7d7;
}

#header_login a {
    color: white;
    text-decoration: none;
}

a.profile_button, a.login_button {
    background-color: #7dd7d7;
    padding: 3px 6px 3px 6px;
    margin-left: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

a.profile_button:hover, a.login_button:hover {
    background: #29a1a1;
}

#home_header_tagline {
    font-size: 1.4em;
    letter-spacing: -0.1px;
    color: white;
    text-align: left;
    margin-bottom: 12px;
}

#home_header_search_box {
    background-color: #29a1a1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    float: right;
    padding: 12px;
    text-align: left;
    width: 685px;
}

#home_header_search_box #search_form {
    font-size: 1.4em;
    letter-spacing: -0.1px;
    color: white;
    padding: 0;
    margin: 0;
}

#home_header_search_box input[type="text"], #query {
    font-family: Arial, Sans-Serif;
    font-size: 18px;
    color: gray;
    padding: 5px 5px 5px 8px;
    width: 350px;
    height: 40px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: none;
}

#l2_header_search_box {
    background-color: #29a1a1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    float: right;
    margin-top: 10px;
    padding: 10px;
}

#l2_header_search_box #search_form {
    padding: 0;
    margin: 0;
}

#l2_header_search_box input[type="text"], #header_search_input textfield {
    font-family: Arial, Sans-Serif;
    font-size: 18px;
    color: gray;
    padding: 5px 5px 5px 8px;
    width: 300px;
    height: 30px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: none;
}

#latest_topics_box {
    background-color: #7dd7d7;
    text-align: left;
    padding: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#latest_topics_scroller {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    width: 770px;
    height: 60px;
    display: block;
    float: left;
}

.scrolling_item {
    position: absolute;
    top: 160px;
    left: 5px;
    font-size: 1.5em;
    letter-spacing: -1px;
    padding-left: 4px;;
}

.scrolling_item_stats {
    font-size: .8em;
    letter-spacing: -0.1px;
    color: #666666;
}

#latest_topics_title {
    color: #FFFFFF;
    letter-spacing: -1px;
    font-size: 1.8em;
    float: left;
    display: block;
    width: 17%;
    margin: 12px 0 12px 18px;
}

#top_logo {
    float: left;
}

#top_button_box {
    float: right;
}

#main_content {
    clear: both;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0;
}

#social_bar {
    font-size: .75em;
    margin-top: 4em;
    margin-bottom: 4em;
}

#social_bar img {
    vertical-align: middle;
    margin-left: 10px;
}

#footer {
    background: #2AAFAF;
    border-top: 2px solid #29a1a1;
    width: 100%;
    margin-top: 40px;
    color: white;
    height: 450px;
}

#sharethis_container {
    margin-top: 18px;
    margin-bottom: 6px;
    text-align: center;
    font-size: .8em;
    background: #E7F2F2;
    height: 24px;
    padding: 8px 0 4px 0;
    width: 210px;
    -moz-border-radius: 6px;
}

#sharethis_container img {
    vertical-align: middle;
    border: 0;
}

#footer_copy {
    color: white;
    font-size: .8em;
    clear: right;
    float: right;
    margin: 15px 8px 30px 0;
}

ul#footer_nav {
    display: inline;
    list-style-type: none;
    font-size:18px;
    color: white;
    float: left;
    padding: 20px 0 0 0;
    margin: 0px;
}

ul#footer_nav li {
    float:left;
    font-size: 18px;
    text-align: left;
    padding-right: 45px;
}

ul#footer_nav li a {
    text-decoration: none;
    color: white;
}

ul#footer_nav li a:hover {
    text-decoration: underline;
    color: white;
}

ul#footer_nav:after {
    content: "";
    display: inline;
    visibility: hidden;
}

#footer_logo {
    float: right;
    border: 0;
    margin: 15px 0 0 0;
}

.feature_box {
    width: 460px;
    text-align: left;
    padding: 20px 0 0 0;
}

.feature_box_header {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 0 0 10px 0;
}

.feature_box > ul {
    list-style-type: none;
}

.feature_box > ul > li {
    float:left;
    font-size: 1em;
}

.feature_box_item {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -0.1;
    line-height: 1.4em;
    margin-top: 10px;
    float: left;
}

.feature_box > ul:after {
    content: "";
    visibility: hidden;
    clear: both;
}

.note {
    color: #999999;
    text-align: left;
    font-size: 0.8em;
    margin-bottom: 5px;
}

#ask_a_question {
    float: right;
    width:700px;
}

#most_popular {
    float: left;
    margin-right: 30px
}

#most_recent {
    float: right;
}

#home_feature_boxes {
}

/* level 2 definitions */

#l2_outer_content {
    width: 80%;
    margin: 0 auto 0 10%;
    padding: 10px;
    text-align: center;
    background: none;
}

#l2_header {
    height: 125px;
    background: #2AAFAF;
    margin: 0;
    padding: 0;
    width: 100%;
    top: 0;
    left: 0;
}

#l2_login_bar {
    text-align: right;
    float: right;
    width:75%;
    height: 40px;
}

#l2_top_logo {
    text-align: left;
    float: left;
    width:200px;
    margin-top: 20px;
}

#l2_top_nav {
    background: #0C8A8C;
    font-size: 1.2em;
    height: 20px;
    color: white;
}

#l2_top_nav_breadcrumb {
    font-size: .9em;
    margin: 0 0 0px 10px;
    color: white;
}

#l2_top_nav_left {
    margin: 20px 0 0 20px;
    text-align: left;
    float: left;
    width: 335px;
}

#l2_top_nav_right {
    float: right;
    margin: 2px 10px 2px 0px;
    text-align: right;
    width: 40%;
}

.l2_top_nav_item {
    margin: 0 25px 0 0;
    padding: 0;
    color: white;
    font-weight: normal;
    font-size: 18px;
    text-decoration: none;
}

#l2_footer {
    background: #FFFFFF;
    margin-top: 20px;
}

#l2_left_col {
    border-right: 1px dotted #cccccc;
    width: 710px;
    float: left;
    text-align: left;
    margin-top:20px;
    padding-right: 25px;
}

#l2_right_col {
    width: 130px;
    float: right;
    margin-top: 20px;
}

.l2_right_col_adsense {
    margin-left: 12px;
    margin-bottom: 12px;
}
.l2_container {
    background-color: #EFFFFF;
    padding: 12px;
    margin-top: 16px;
    min-height: 200px;
    width: 650px;
}

.l2_page_title {
    margin: 20px 12px;
    font-size: 1.2em;
}

#right_banner {
    height: 600px;
    width: 130px;
    margin: 0px;
}

.placeholder_box {
    height: 200px;
    margin: 10px;
}

.clear_hack {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
}

/* specific sections */
/* article */

.byline {
    clear: both;
    display: block;
    padding: 10px 0 10px 0;
    font-weight:normal;
    font-size: 14px;
}

.graphic {
    float:left;
    margin: 0pt 15pt 5px 0px;
    display: block;
}

#article_title {
    font-size: 24px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    color: #de1001;
    letter-spacing: -1;
    padding-bottom: 5px;
}

#article_body {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-style: normal;
    line-height: 1.4em;
    text-align: left;
}

#article_body ul {
    margin: 0 10px 0 40px;
    padding-left: 30px;
    list-style-type:circle;
}

#article_body ol {
    margin: 0 10px 0 40px;
    padding-left:30px;
    list-style-type:decimal;
}

#article_body a {
    text-decoration: underline;
}

/* user (mystuff) */

#mystuff_header {
    text-align: left;
}

.form_tip {
    font-size: .8em;
    font-style: italic;
    color: gray;
}

#user_info_photo {
    float: left;
    margin: 12px 8px 12px 8px;
}

#user_info_basic{
    width: 500px;
    margin-left: 82px;
}

#user_form label,#register_form label {
    font-weight: normal;
    text-align: right;
    width: 180px;
    margin-top: 10px;
    float: left;
    clear: left;
}

#user_form input,#register_form input {
    text-align: left;
    margin-top: 10px;
    width: 180px;
    margin-left: 10px;
    display: inline;
}

#user_form #cancel,#register_form #cancel {
    margin-left: 10px;
    margin-top: 10px;
}

#user_form #submit,#user_form #cancel,#register_form #submit,#register_form #cancel  {
    display: block;
    width: 60px;
}

#user_form  #submit,#register_form #submit {
    margin-left: 189px;
}

#user_info_basic>h2 {
    color: red;
}

#user_info_basic h3 {
    color: #999999;
    font-weight: bold;
    margin: 3px;
}

#user_info_basic .stats {
    float: left;
    width: 400px;
    background-color: #f5f5f5;
}

#user_info_basic #edit_link a {
    font-family: arial, helvetica, sans-serif;
    margin: 3px;
}

#user_info_basic table {
    width: 360px;
}

#user_info_basic th {
    text-align: right;
    font-weight: bold;
    width: 100px;
}

#user_info_basic td {
    border-bottom: #999999 thin dotted;
    text-align: left;
}

#user_info_basic tr:last-child td {
    border-bottom: none;
}

#user_info_contact {
}

#ask_a_question {
    margin: 12px 0;
    font-weight: bold;
    display: block;
    float: left;
    width: 500px;
}

.user_friend {
    font-weight: bold;
    border-bottom: thin gray dotted;
    float: left;
    margin-top: 20px;
    width: 500px;
}

.friend_list {
    margin-top: 20px;
} 

.friend_list li {
    list-style: none;
    float: left;
}

.friend_actions {
    float: right;
    font-weight: normal;
}

.user_friend_extra {
    color: gray;
    font-size: 12px;
    font-weight: bold;
    float: left;
    margin-top: 6px;
}

.mystuff_box {
    margin: 0 auto 0 auto;
}

.mystuff_tabs_ul {
    text-align: left;
    margin: 12px 0 6px 0;
    padding: 0;
    list-style: none;
}

.mystuff_tabs_li {
    list-style: none;
    display: inline;
}

.myinfo_tab {
    text-decoration: none;
    font-size: .8em;
    font-weight: bold;
    padding: 6px 16px;
    border-top: thin solid black;
    border-left: thin solid black;
    border-right: thin solid black;
    -moz-border-radius: 4px 4px 0 0 ;
}

.myinfo_inactive {
    background-color: #2AAFAF;
    color: white;
    border-bottom: black thin solid;
    z-index: 0;
}

.myinfo_active {
    color: #2AAFAF;
    background-color: white;
    border-bottom: solid white thin;
    z-index: 20;
}

.myinfo_tab:hover {
    background-color: #E7F2F2;
    border: thin solid black;
    border-bottom: solid white thin;
    color: black;
}

.myinfo_tab:active {
    background-color: white;
    color: red;
    border-color: black;
    border-bottom: thin solid white;
}

.myinfo_content {
    margin: 0 18px 0 0;
    background-color: white;
    padding: 10px 20px;
    border: thin solid black;
    min-height: 400px;
    height: auto;
    text-align: left;
    z-index: 10;
}

/* for Internet Explorer */
/*\*/
* html .myinfo_content {
    height: 400px;
}

/**/

#login_prompt {
    width: 700px;
    padding: 12px;
    margin-bottom: 20px;
}
#login_table th {
    text-align: left;
    font-weight: normal;
}
#login_table th.required {
    text-align: left;
    font-weight: bold;
}

#login_table td {
    text-align: left;
}
#member_login {
    clear: left;
}
#myinfo_content2, #myinfo_content3, #myinfo_content4 {
    display: none;
}

#register_form {
    display: block;
    text-align: left;
    float: left;
}

#facebook_login {
    display: block;
    text-align: left;
    float: left;
}

#login_box {
    display: block;
    text-align: left;
    float: left;
}

/* search */

.search_header {
    margin-bottom: 0;
}

.search_section_title {
    margin: 0px;
}

.search_section_hr {
    height: 1px;
    margin-top: 0px;
    color: black;
}

.search_results {
    text-align: left;
    margin-left: 4em;
    width: 650px;
    margin: 0px;
    padding: 0px;
}

.search_result_article {
    margin-top: 6px;
    width: 680px;
}

.search_result_question {
    margin-top: 6px;
    width: 680px;
}

#search_results_google {
}

/* questions */

#rating_container {
    border-top: 1px dotted #cccccc;
    padding-top: 15px;
}

.user_question > a {
    width: 600px;
}

#question_container {
    margin-top: 20px;
    text-align: left;
}

#question_comments {
    margin-top: 10px;
    font-style: italic;
}

#question_short {
    font-style: italic;
}

#question_long {
    margin: 8px 0;
}

h4.comment_title {
    font-weight: bold;
    margin: 0px;
}

h3.comment_title {
    color: #212525;
    font-weight: normal;
    margin: 0 0 5px 0;
}

.comment {
    display: block;
    background: #f5f5f5;
    padding: 15px;
    font-size: .8em;
    color: #212525;
    margin-bottom:10px;
    -moz-border-radius: 4px;
}

.comment_author {
    color: #212525;
    margin-bottom: 0px;
    font-weight: bold;
    float: left;
}

.comment_textarea {
    width: 485px;
    height: 200px;
}

.comment_body {
    width: 550px;
    float: left;
    padding: 0 10px 0 10px;
    margin: 0 10px 0 10px;
    border-left: 1px #999999 dotted;
}

#comment_form input {
    text-align: left;
    margin-top: 10px;
    width: 180px;
    margin-left: 10px;
    float: left;
}

#comment_form textarea {
    text-align: left;
    margin-top: 10px;
    width: 400px;
    height: 80px;
    margin-left: 10px;
    float: left;
}

#comment_form #submit {
    margin-left: 200px;
    margin-top: 10px;
    float: left;
    clear:left;
}

#comment_form label {
    font-weight: bold;
    text-align: right;
    width: 150px;
    margin-left: 0px;
    margin-top: 10px;
    display: block;
    clear: left;
    float: left;
    background-color: #f5f5f5;
    border: thin solid #f5f5f5;
    -moz-border-radius: 4px;
}

#captcha_render {
    margin-top: 10px;
    margin-left: 10px;
    display: block;
    float: left;
    vertical-align: top;
}

#captcha_render input {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 10px;
}

.quiz_note {
    padding: 12px;
    margin-top: 20px;
}
#takeaway_header {
    font-size: 1.1em;
    background-color: #29B2B5;
    color: white;
    margin-bottom: 8px;
    padding: 6px;
    margin-right: auto;
    float: left;
}
#right_email, #right_share {
    border-top: thin solid #D6D3D6;
    margin: 0 12px;
    padding: 12px 0;
}
#right_like { margin: 0 12px;}

#quiz_like_share {
    width:280px;
    background-color: white;
    padding: 12px 8px 8px 8px;
    border: thin solid #D6D3D6;
}

/* tweet */

#tweet_header {
    color: white;
    text-align: left;
    font-weight: bold;
    background-color: #ad9e77;
    margin-left: 12px;
    -moz-border-radius: 4px;
    width: 238px;
    padding: 4px 4px 4px 8px;
}

.tweet {
    list-style: none;
    padding-left: 12px;
    text-align: left;
    width: 250px;
    margin-bottom: 12px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.tweet, .query {
    font-family: Georgia, serif;
    font-size: 100%;
    color: #085258; }
.tweet .tweet_list, .query .tweet_list {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #8ADEE2; }
.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
    text-transform: uppercase; }
.tweet .tweet_list li, .query .tweet_list li {
    overflow-y: auto;
    overflow-x: hidden;
    padding: .5em; }
.tweet .tweet_list li a, .query .tweet_list li a {
    color: #0C717A; }
.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
    background-color: #91E5E7; }
.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
    padding-right: .5em;
    float: left; }
.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
    vertical-align: middle; }

