﻿@import url('https://fonts.googleapis.com/css?family=Mukta');

body { font-size: .85em; font-family: arial;  margin:0; height: 100%; position:relative; }
div { box-sizing: border-box; }
a { text-decoration: none; color:inherit; }

h1 { font-size:22px; font-weight: bold; border-bottom:1px solid #DFDFDF; color:#515151;padding-top:10px; margin-bottom:0px;}
h2 { font-size:18px; font-weight: bold; border-bottom:1px solid #DFDFDF; color:#515151;padding-top:10px; margin-bottom:0px;}
h3 { font-size: 15px; font-weight: bold;color:#515151;margin-bottom:0px; padding-top:15px; }
h4, h5, h6, h7 { font-size: 16px; font-weight: bold; color:#515151; margin-bottom:0px; padding-top:15px }
.button { cursor:pointer;user-select: none;-webkit-user-select: none;-moz-user-select: none;user-select: none; -ms-user-select: none;-webkit-touch-callout: none;}


.billboard-ad { 
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    top: 155px;
}

.main-container {
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 50px;
    min-height: 100vh;
}

.main-container.mc-make-room-for-ad {
    padding-top: 310px;
}

/* SECTIONS */

.header .top-bar {
    padding: 12px 0px 12px 0px;
    color:white;
    text-align:center;
    position:relative;
    font-weight:700;
    height: 40px;
}

.header .top-bar .mobile-logo { 
    margin-left:10px; 
    background-color:#F7F7F7;
    background-color:#ffffff;
    display:table;
    padding:5px;
    display:none;
    height:39px;
    position:absolute;
    left:0px;
}

.header .top-bar .mobile-logo .m-logo-image  { float:left; }
.header .top-bar .mobile-logo .m-logo-image img { height:25px; }
.header .top-bar .mobile-logo .m-logo-text {
    float:left;
    color:#3c3c3c;
    font-weight:600;
    font-size:20px; 
    padding:0px 10px 0px 8px;
    font-family: 'Mukta', sans-serif;
    margin-top:-4px;
}

.header .top-bar .mobile-menu { 
    background-color:#ffffff;
    padding: 100px 15px 10px 15px;
    top:0px;
    z-index:200;
    height: 100vh;
    position:absolute;
    border:1px solid #b0b0b0;
    width:100%;
    display:none;
    color:#000000;
    text-align:left;
    overflow-y:scroll;  
    -webkit-overflow-scrolling: touch;
}

.header .top-bar .mobile-menu .close-menu { 
    color:#cfcfcf;
    font-size:40px;
    right:10px;
    top:3px;
    font-weight:600;
    font-family:Arial;
    position:absolute;
}

.header .top-bar .mobile-menu .menu-logo { 
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top:15px;
}

.header .top-bar .mobile-menu .menu-logo img {  width:60px; }

.header .top-bar .mobile-menu .menu-link { 
    float:left;
    width:100%;
    font-size:16px;
    padding:12px;
    background-color:#e6e6e6;
    margin-right:10px;
    border-bottom:1px solid #c6c6c6;
    cursor:pointer;
    color:#4b4b4b;
}

.header .top-bar .mobile-menu .menu-link.dark { 
    background-color:#dbdbdb;
}

.header .three-bars { 
    position:absolute;
    right:10px;
    display:none;
}

.header .three-bars img { width:30px; }

.search-icon-top {
    position:absolute;
    right:170px;
    top:12px;
    border-right:1px solid #d9d9d9;
    padding-right:18px;
}

.search-icon-top img {
    width:15px;
}

.header .top-bar .ls-link {
    position:absolute;
    right:20px;
    font-size:14px;
    top:10px;
    font-weight:600;
    cursor:pointer;
}
.header .top-bar .ls-link.signup { right:100px; }
.header .top-bar .ls-link.login { right:30px; }

.header .top-bar .ls-link.logout { right:30px; }
.header .top-bar .ls-link.settings { right:100px; }

.header .bottom-bar {
    padding: 10px 0px 10px 0px;
    color:white;
    text-align:center;
}

.header .bottom-bar {
    background-color:#F7F7F7;
    border-bottom:1px solid #C6C6C6;
    height:70px;
    position:absolute;
    width:100%;
}

.header .bottom-bar-middle {
    z-index:100;
    position:relative;
    height:70px;
}

.main-container .hover-menu {
    position:absolute;
    width:100%;
    top:108px;
    height:500px;
    z-index:20;
    display:none;
    left:0px;
}

.main-container .hm-left-side {
    display:table-cell;
    padding:25px;
    font-size:22px;
    color:white;
    text-align:left;
    border-top:1px solid #C6C6C6;
    font-family:Mukta;
    line-height:1.2;
}

.main-container .hm-left-side-inner {
    float:right;
    width:200px;
}

.main-container .hm-left-side a {
    display:block;
    padding-bottom:15px;
}

.main-container .hm-right-side {
    display:table-cell;
    padding:20px 30px 20px 30px;
    border-left:1px solid #979797;
    border-top:1px solid #C6C6C6;
    vertical-align:top;
}

.main-container .hm-right-side .hm-heading {
    font-size:28px;
    font-weight:800;
    margin-bottom:15px;
    font-family:Mukta;
    line-height:1.1;
}

.main-container .hm-right-side .hm-topic-box {
    width:33%;
    float:left;
    padding:10px;

}

.main-container .hm-right-side .hm-topic-box-heading {
    font-size:16px;
    font-weight:600;
    color:white;
    display:table;
    padding:3px 7px 3px 7px;
    margin-bottom:12px;
    border-radius:2px;
}

.thumb-box-hover-menu { 
    overflow:hidden; 
    margin-top: 10px; 
    margin-bottom: 10px; 
    padding-right:10px;
    padding:6px;
}

.thumb-box-hover-menu  .thumb-box-image {
    width:100px;
    height:90px;
    float:left;
    overflow:hidden;
    margin-right:10px;
}

.thumb-box-hover-menu  img {
    width:110px;
    float:left;
    opacity:.9;
    min-height:90px;
}

.thumb-box-hover-menu  .tb-top-text {
    font-size:15px;
    color:#575757;
    font-weight:700;
    padding-top:2px;
}

.thumb-box-hover-menu  .tb-bottom-text {
    font-size:12px;
    padding-top:2px;
    color:#5c5c5c;
    padding-top:7px;
    color:#545F3D;
}

.thumb-box-hover-menu-big { 
    overflow:hidden; 
    margin: 5px 10px 5px 5px;
    padding-right:10px;
    padding:6px;
    width:170px;
    height:220px;
    float:left;
}

.thumb-box-hover-menu-big  .thumb-box-image {
    width:100%;
    float:left;
    overflow:hidden;
}

.thumb-box-hover-menu-big  img {
    width:100%;
    float:left;
    opacity:.9;
    height:150px;
}

.thumb-box-hover-menu-big  .tb-top-text {
    font-size:18px;
    color:#575757;
    font-weight:700;
    margin-top:12px;
    float:left;
}

.thumb-box-hover-menu-big  .tb-bottom-text {
    font-size:12px;
    padding-top:2px;
    color:#5c5c5c;
    padding-top:7px;
}

.main-content-container {
    margin:0 auto;
    max-width:1200px;
    padding-left:20px;
    padding-right:20px;
}

.main-content-container .left-col {
    width:350px;
    float:left;
    height:100%;
    padding-right:20px;
}

.main-content-container .left-col .ad-skyscraper {
    float:right;
    padding-right:50px;
    padding-top:40px;
    margin-bottom:20px;
}

.main-content-container .left-col .ad {
    margin-top:25px;
    margin-left:10px;
    margin-bottom:35px;
}

.main-content-container .left-col .ad .ad-text {
    color:#C6C6C6;
    font-size:13px;
    padding-bottom:5px;
}

.main-content-container .logo  { padding-top:19px; }
.main-content-container .left-col .logo-image  { float:left; }
.main-content-container .left-col .logo-image img { height:30px; }

.main-content-container .left-col .logo-text {
    float:left;
    color:#3c3c3c;
    font-weight:600;
    font-size:22px; 
    padding:0px 0px 0px 8px;
    font-family: 'Mukta', sans-serif;
    margin-top:-2px;
}

.main-content-container .left-col.main-content { padding:10px 10px 0px 0px; }

.main-content-container .nav-bar {
    margin-left:350px;
    padding:13px 0px 20px 0px;
    font-family: 'Mukta', sans-serif;
    font-weight:500;
    font-size:17px; 
    height:100%;
    overflow:hidden;
    line-height:2.5;
}

.main-content-container .nav-bar .nb-link {
    margin-right:3px;
    margin-left:4px;
    padding:0px 5px 0px 5px;
    border:1px solid #F7F7F7;
    float:left;
}

.main-content-container .nav-bar .nb-link.selected {
    border:1px solid #bdbdbd;
    background-color:#E5E5E5;
    border-radius:3px;
}

.main-content-container .right-col {
    margin-left:350px;
    padding-left:10px;
    position:relative;
    border-left:1px solid #C6C6C6; 
    padding-bottom:10px;
}

.main-content-container .sub-page-links-bar {
    float:left;
    width:100%;
    padding-left:10px;
    padding-bottom:15px;
    margin-bottom:20px;
    border-bottom:1px solid #CBCBCB;
    margin-top:-4px;
}

.main-content-container .sub-page-link {
    float:left;
    display:block;
    padding:5px;
    background-color:#d7d7d7;
    margin-right:15px;
    border-radius:3px;
    color:#4b4b4b;
    background-color:#E5E5E5;
    border-radius:3px;
}

.main-content-container .sub-page-link.selected {
    background-color:#7e7e7e;
    color:white;
}

.main-content-container .right-col.main-content {
    display: block;
    overflow: auto;
}

.main-content-container .right-col .main-content-section { 
    width:100%; 
    margin-bottom:20px; 
    display: block;
    overflow: auto;
}

.main-content-container .right-col .main-content-section .search-container { 
    width:97%; 
    padding:12px 30px 20px 30px;
    margin-bottom:0px;
    overflow:hidden;
    position:relative;
}

.main-content-container .right-col .main-content-section .search-container.home { 
    padding:0px 0px 0px 20px;
    width:100%;
    margin-bottom:10px;
}

.main-content-container .right-col .main-content-section .search-panel-border { 
    width:100%; 
    padding:3px;
    border:1px solid #AAAAAA;
    float:left;
    border-radius:5px;
}

.main-content-container .right-col .main-content-section .search-container .search-panel { 
    width:100%; 
    padding:11px;
    border:1px solid #C9C9C9;
    float:left;
    position:relative;
}

.main-content-container .right-col .main-content-section .search-container.home .search-panel { 
    position:static;
    padding:7px;
}

.main-content-container .right-col .main-content-section .search-container .search-icon { 
    float:left;
    margin-top:2px;
}

.main-content-container .right-col .main-content-section .search-container.home .search-icon { 
    float:left;
}

.main-content-container .right-col .main-content-section .search-container .search-box { 
    float:left;
    margin-left:10px;
    border:0;
    width:90%;
    font-size:18px;
    color:rgba(133,133,133,1);
    outline:none; 
}

.main-content-container .right-col .main-content-section .search-container .search-box.home { 
    width:90%;
    margin-left:10px;
}

.browse-paging-wrapper {
    width:100%;
    padding-bottom:40px;
    text-align: center;
}

.browse-paging {
    display: inline-block;
}

.browse-paging-active, .browse-paging-inactive, .browse-paging-current
{
    text-align:center;
	height: 30px;
	width: 40px;
	border:1px solid #CBCBCB;
	padding-top:15px;
    float:left;
	margin-left: 4px;
	text-decoration: none;
	color: #646464;
	font-size:13px; 
    background-color:#FFFFFF;
}

.browse-paging-active
{
    border:1px solid #CBCBCB;
    color: #646464;
    font-weight:bold;
    background-color:#FFFFFF;
}

.browse-paging-inactive
{
    border:1px solid #EAEAEA;
    color: #DBDBDB;
    font-weight:normal;
    background-color:#FFFFFF;
}

.browse-paging-current
{
    border:1px solid #CBCBCB;
    color: #646464;
    font-weight:bold;
    background-color:#E4E4E4;
}

.search-results {
    text-align:left;
    border:1px dotted white;
    overflow:hidden;
    z-index:200;
    display:none;
    min-height:500px;
}

.search-results.home {
    border:2px solid #cecece;
    border-top:1px solid #cecece;
}

.no-results-wrapper {
    margin-top:30px;
}

.search-results .no-results {
    text-align:center;
    margin-top:0px;
    min-width:270px;
    border:1px solid #c2c2c2;
    margin:0 auto;
    margin-bottom:30px;
    padding-top:10px;
    padding-bottom:10px;
    border-radius:5px;
    color:#515151;
    max-width:500px;
    background-color:#f1f1f1;
}

.search-result {
    padding:5px 10px 5px 10px;
    overflow:hidden;
    border:1px solid;
    border-color:transparent;
    height:60px;
}

.search-results .search-result.selected {
    background-color:#e8e8e8;
    border:1px solid #D0D0D0;
}

.search-results.home .search-result.selected {
    border:1px solid white;
}

.search-results .search-result .search-thumbnail {
    float:left;
    width:60px;
    height:55px;
}

.search-results .search-result .search-thumbnail img {
    width:60px;
}

.search-results .search-result .text {
    padding-top:5px;
    padding-left:15px;
    color:#585858;
    overflow-x:hidden;
    font-size:15px;
}

.browse-links-container
{
    padding: 10px 30px 20px 30px; 
    width: 100%; 
}

.browse-link
{
    font-size:16px;
    color:black;
}

.browse-active, .browse-current
{
    text-align:center;
	height: 30px;
	width: 50px;
	border:1px solid #CBCBCB;
	padding-top:3px;
    float:left;
	margin-left: 4px;
    margin-bottom:4px;
	text-decoration: none;
	color: #646464;
	font-size:14px; 
    background-color:#FFFFFF;
    padding-top:20px;
}

.browse-active
{
    border:1px solid #CBCBCB;
    color: #646464;
    font-weight:bold;
    background-color:#FFFFFF;
}

.browse-current
{
    border:1px solid #CBCBCB;
    color: #E8E8E8;
    font-weight:bold;
    background-color:black;
}

.main-content-container .right-col .thumbs-list-left {
    width:67%;
    float:left;
}

.main-content-container .right-col .thumbs-list-right {
    width:33%;
    float:left;
    padding-left:10px;
}

.main-content-container .right-col.main-content { padding-top:20px; }

.footer {
    text-align:right;
    margin-top:60px;
    padding:20px;
    background-color:#353535;
    position: absolute;
    bottom: 0;
    width: 100%;
    color:#cecece;
}
.footer a { text-decoration:underline }

.main-content-container .left-col.topic-page .main-topic-image {
    float:right;
    padding-right:30px;
    padding-top:20px;
}

.main-content-container .left-col.topic-page .main-topic-image img {
    width:200px;
}

.main-content-container .right-col.topic-page {
    padding-left:30px;
}

.main-content-container .right-col.topic-page .topic-title {
    font-family: 'Mukta', sans-serif;
    font-size:36px;
    margin-bottom:20px;
    font-weight:700;
    line-height:1.3;
}

.main-content-container .right-col .topic-content {
    width:100%;
    border:1px solid #CECECE;
    margin-top:-1px;
    padding:20px 20px 30px 30px;
    float:left;
    min-height:500px;
}

.main-content-container .right-col .tp-section {
    float:left;
    /*display:block;
    overflow:hidden;
    display:table;*/
    line-height:1.1;
    padding:0px 10px 10px 10px;
    margin-top:20px;
    width:100%;
}

.main-content-container .right-col .tp-section.padd {
    padding-top:20px;
}

.main-content-container .right-col .forum-overview {
    padding-right:40px;
    margin-top:30px;
    color:#3d3d3d;
    font-size:14px;
}

.main-content-container .right-col .forum-buttons {
    float:left;
    padding-top:40px;
    padding-bottom:20px;
    width:100%;
    max-width:700px;

}

.main-content-container .right-col .forum-button {
    display:table;
    border:1px solid #707fa9;
    padding:8px 11px 8px 17px;
    float:left;
    margin-right:10px;
    border-radius:2px;
    cursor:pointer;
    box-shadow: 2px 2px 5px -2px rgba(133,133,133,1);
    font-size:12px;
    color:#707fa9;
    color:#565656;
    font-weight:700;
    background-color:#F7F7F7;
    position:relative;
}

.main-content-container .right-col .forum-post {
    margin-top:30px;
    border:1px solid #CECECE;
    margin-right:10px;
}

.main-content-container .right-col .forum-post .fp-header {
    background-color:#eeeeee;
    position:relative;
    border-bottom:1px solid #CECECE;
}

.main-content-container .right-col .forum-post .fp-header img {
    position:absolute;
    top:7px;
    left:5px;
    height:21px;
}

.main-content-container .right-col .forum-post .fp-header .fp-headline {
    padding:10px;
    font-weight:700;
    color:#626262;
    margin-left:24px;
}

.main-content-container .right-col .forum-post .fp-content {
    padding-bottom:50px;
    background-color:#f8f8f8;
}

.main-content-container .right-col .forum-post .fp-content .fp-post-box {
    margin:0 auto;
    padding:50px;
}

.main-content-container .right-col .forum-post .fp-content .fp-post-box .fp-submit-button {
    display:table;
    border:1px solid #cacaca;
    padding:10px 37px 10px 37px;
    float:right;
    margin-top:10px;
    border-radius:2px;
    cursor:pointer;
    box-shadow: 2px 2px 5px -2px rgba(133,133,133,1);
    font-size:12px;
    color:#636363;
    font-weight:700;
    background-color:#eaeaea;
    width:70px;
    text-align:center;
    font-size:14px;
}

.main-content-container .right-col .forum-post .fp-content .fp-post-box .fp-message {
    color:#5585a1;
    float:right;
    font-size:14px;
    padding-right:15px;
    padding-top:21px;
    font-weight:700;
}

.main-content-container .right-col .forum-post .fp-content .fp-post-box textarea {
    border:1px solid #d3d3d3;
    height:200px;
    padding:10px;
    width:100%;  
    margin:0 auto;
    width:calc(100% - 20px);
}

.main-content-container .right-col .forum-post .fp-content .fp-post-box .field-description {
    padding-bottom:10px;
    color:#535353;
}

.main-content-container .right-col .forum-post .fp-content .fp-post-box input {
    border:1px solid #d3d3d3;
    padding:10px;
    width:100%;  
    margin:0 auto;
    margin-bottom:15px;
    width:calc(100% - 20px);
}

.main-content-container .right-col .forum-button .fb-text {
    margin-left:12px;
}

.main-content-container .right-col .forum-button img {
    position:absolute;
    left:6px;
    top:6px;
}

.main-content-container .right-col .forum-button.forum-subscribe-button {
    float:right;
    margin-right:8px;
}

.forum-table {
    border-collapse: collapse;
    border:1px solid #cfcfcf;
    margin-top:30px;
    color:#3d3d3d;
    font-size:12px;
}

.forum-table a {
    color:#316AC5;
    font-size:14px;
}

.forum-table .header {
    color:#575757;
    font-weight:700;
    font-size:10px;
    background-color:#EFEFEF;
}

.forum-table td {
    padding:10px;
    border:1px solid #cfcfcf;
    vertical-align:top;
    overflow:hidden;
}

.forum-table .t1-col1 { width:15px; }
.forum-table .t1-col2 { width:432px; }
.forum-table .t1-col3 { width:97px; }
.forum-table .t1-col4 { width:60px; }

.forum-table .t2-col1 { width:15px; }
.forum-table .t2-col2 { width:400px; max-width:400px;  }
.forum-table .t2-col3 { width:129px; }
.forum-table .t2-col4 { width:60px; }

.forum-table .t3-col1 { width:15px; }
.forum-table .t3-col2 { width:492px; max-width:492px; }
.forum-table .t3-col3 { width:37px; }
.forum-table .t3-col4 { width:60px; }

.main-content-container .right-col .thread {
    width:100%;
    background-color:#F6F6F6;
    border:1px solid #CECECE;
    padding:15px;
    float:left;
}

.main-content-container .right-col .thread-subject {
    width:100%;
    font-size:24px;
    padding:40px 0px 20px 10px;
    float:left;
    font-weight:700;

}

.main-content-container .right-col .thread .paging {
    float:right;
    height:30px;
    padding-right:10px;
}

.main-content-container .right-col .thread .post {
    border: 1px solid #E7E7E7;
    background-color:white;
    padding:14px 10px 35px 0px;
    float:left;
    width:100%;
    position:relative;
    float:left;
    margin-bottom:15px;
    min-height:130px;
    overflow:hidden;
}

.main-content-container .right-col .thread .post .replied-to {
    position:absolute;
    top:7px;
    right:23px;
    font-size:9px;
    color:#7a7a7a;
}

.main-content-container .right-col .thread .post .user {
    position:absolute;
    width:90px;
    text-align:center;
    padding-top:17px;
}

.main-content-container .right-col .thread .post .user-name {
    padding-top:5px;
    font-size:10px;
    color:#494949;
}

.main-content-container .right-col .thread .post .user-image img { width:40px; margin:0 auto; }

.main-content-container .right-col .thread .post .post-text {
    float:left;
    padding:20px 30px 15px 100px;
    line-height:1.4;
    color:#313131;
}

.main-content-container .right-col .thread .post .replied-to-container {
    border:1px solid #dedede;
    float:left;
    padding:10px;
    margin-left:100px;
    margin-top:20px;
    width:78%;
    background-color:#f5f5f5;
}

.main-content-container .right-col .thread .post .replied-to-container .replied-to-button {
    position:absolute;
    cursor:pointer;
    width:30px;
}

.main-content-container .right-col .thread .post .replied-to-container .replied-to-button img {
    width:25px;
}

.main-content-container .right-col .thread .post .replied-to-container .replied-to-text {
    line-height:1.4;
    color:#313131;
    float:left;
    padding-left:35px;
    padding-top:2px;
}

.main-content-container .right-col .thread .post .post-text.bold {
    font-weight:700;
}

.main-content-container .right-col .thread .post .edit-box {
    float:left;
    padding:0px 60px 0px 100px;
    margin-top:30px;
    color:#313131;
    width:100%;
    height:0px;
    overflow:hidden;
}

.main-content-container .right-col .thread .post .post-message {
    color:#5585a1;
    float:right;
    font-size:14px;
    padding-right:10px;
    padding-top:17px;
    font-weight:700;
}

.main-content-container .right-col .thread .post .edit-box .edit-button {
    display:table;
    border:1px solid #b5b5b5;
    padding:7px 17px 7px 17px;
    margin-top:10px;
    float:right;
    border-radius:2px;
    cursor:pointer;
    box-shadow: 2px 2px 5px -2px rgba(133,133,133,1);
    font-size:12px;
    color:#636363;
    font-weight:700;
    background-color:#e6e6e6;
    margin-left:10px;
}

.main-content-container .right-col .thread .post .edit-box textarea {
    border:1px solid #d3d3d3;
    height:200px;
    padding:10px;
    width:calc(100% - 20px);
}

.main-content-container .right-col .thread .button-box {
    position:absolute;
    width:100%;
    bottom:15px;
    padding-right:5px;
}

.main-content-container .right-col .thread .button-box .post-button {
    display:table;
    border:1px solid #cacaca;
    padding:3px 17px 4px 17px;
    float:right;
    margin-right:10px;
    border-radius:2px;
    cursor:pointer;
    box-shadow: 2px 2px 5px -2px rgba(133,133,133,1);
    font-size:12px;
    color:#636363;
    font-weight:700;
    background-color:#fefefe;
    width:70px;
    text-align:center;
}

.main-content-container .right-col .tp-content.article { 
    line-height:1.8;
    width:100%;
    overflow:hidden;
    font-size:15px;
}

.main-content-container .right-col .tp-content.article ul {  margin:0; }
.main-content-container .right-col .tp-content.article h1 {  margin-bottom:10px; }
.main-content-container .right-col .tp-content.article h2 {  margin-bottom:15px; }
.main-content-container .right-col .tp-content.article h3 {  margin:0; }

.main-content-container .right-col .tp-content .tp-ad { 
    float:right;
    width:300px;
    height:250px;
    margin-left:20px;
}

.main-content-container .right-col .tp-content .tp-ad .default-ad  { 
    display:none;
}

.main-content-container .right-col .tp-content .article-reference { 
    color:#929292;
    font-size:15px;
    padding-top:20px;
}

/* COLORS */

.purple-dark { background-color:#4F426B; }
.blue-dark { background-color:#4B597B; }
.brown-dark { background-color:#74644C; }
.green-dark { background-color:#545F3D; }
.black-dark { background-color:#3E3E3E; }
.red-dark { background-color:#682020; }
.orange-dark { background-color:#A06302; }
.yellow-dark { background-color:#A69400; }

.purple-light { background-color:#8274A6; }
.blue-light { background-color:#6478A0; }
.brown-light { background-color:#9E8E76; }
.green-light { background-color:#8A9967; }
.black-light { background-color:#808080; }
.red-light { background-color:#A15F5F; }
.orange-light { background-color:#CC9134; }
.yellow-light { background-color:#D3C975; }

.purple-lighter { background-color:#; }
.blue-lighter { background-color:#E8EBF2; }
.brown-lighter { background-color:#EDE9E3; }
.green-lighter { background-color:#D4D8C8; }
.black-lighter { background-color:#ADABAB; }
.red-lighter { background-color:#F9EBEB; }
.orange-lighter { background-color:#F7EBD9; }
.yellow-lighter { background-color:#; }

.purple-font { color:#4F426B; }
.blue-font { color:#4B597B; }
.brown-font { color:#74644C; }
.green-font { color:#545F3D; }
.black-font { color:#3E3E3E; }
.red-font { color:#682020; }
.orange-font { color:#A06302; }
.yellow-font { color:#A69400; }

/* WIDGETS */

.color-bar {
    color:white;
    padding:4px;
    font-weight:700;
    font-size:13px;
    padding-left:10px;
    margin-bottom:15px;
}
.color-bar.add-space { margin-bottom:25px; }
.color-bar.grey { background-color:#A7A7A7     }

.widget-huge {
    padding-left:20px;
    cursor:pointer;
}

.widget-huge .main-text {
    width:35%;
    float:left;
    font-family: 'Mukta', sans-serif;
    padding-right:30px;
}

.widget-huge .top-text {
    font-size:45px;
    font-weight:bold;
    line-height:1;
}

.widget-huge .bottom-text {
    padding-top:10px;
    font-size:16px;
    line-height:1.1;
    color:#8a8a8a;
    font-family:Arial;
}

.widget-huge .main-text .view-button, .widget-huge-left .main-text .view-button {
    padding: 5px 10px 5px 10px;
    background-color: #7e7e7e;
    color: white;
    font-weight: 900;
    border-radius: 3px;
    margin-top: 15px;
    display: table;
}

.widget-huge .main-image {
    width:65%;
    float:left;
    border-radius: 3px
}

.widget-huge .main-image img {
    width:100%;
    border-radius: 3px
}

.widget-huge-left {
    padding-left:20px;
    cursor:pointer;
}

.widget-huge-left .main-text {
    width:65%;
    float:left;
    font-family: 'Mukta', sans-serif;
    padding-left:30px;
}

.widget-huge-left .top-text {
    font-size:40px;
    font-weight:bold;
    line-height:1;
    padding-top:3px;
}

.widget-huge-left .bottom-text {
    padding-top:10px;
    font-size:18px;
    line-height:1.1;
    color:#6b6b6b;
}

.widget-huge-left .main-image {
    width:35%;
    float:left;
}

.widget-huge-left .main-image img {
    width:100%;
}

.right-col .sub-page {
    padding-left:20px;
}

.right-col .sub-page .sub-page-headline {
    font-family: 'Mukta', sans-serif;
    width:100%;
    font-size:35px;
    font-weight:700;
    color:#3c3c3c;
    border-bottom:1px solid #C6C6C6;
    line-height:1.1;
}

.top-ten-list {
    padding-left:20px;
}

.top-ten-list .ttl-headline {
    font-family: 'Mukta', sans-serif;
    width:100%;
    font-size:35px;
    font-weight:bold;
    line-height:1.1;
    padding-top:30px;
    color:#3c3c3c;
    border-bottom:1px solid #C6C6C6;
}

.top-ten-list .ttl-sub-headline {
    font-family: 'Mukta', sans-serif;
    width:100%;
    font-size:20px;
    line-height:1.1;
    padding-top:5px;
    margin-bottom:20px;
    color:#808080;
}

.today-in-history {
    padding-left:20px;
}

.today-in-history .headline {
    font-family: 'Mukta', sans-serif;
    width:100%;
    font-size:35px;
    font-weight:bold;
    line-height:1.1;
}

.today-in-history .today {
    font-family: 'Mukta', sans-serif;
    font-size:20px;
    font-weight:700;
    width:100%;
    color:#545F3D;
    padding-top:10px;
    padding-bottom:5px;
}

.events {
    padding:10px;
    float:left;
    margin-bottom:30px;
    border-spacing: 0px;
}

.timeline-year
{
    vertical-align: top; 
    padding: 0px 7px 0px 7px; 
    text-align: center; 
    color: #E8E8E8;
    font-size:15px;
    background: url(/images/dottedline.gif) repeat-y;
    background-position: center 50%;
    background-color: #2F2A31; 
    border-bottom: 10px solid #2F2A31;
}

.year1
{
    padding-top:10px;
    height:  38px;
    background: url(/images/dot1.gif) repeat-y;
    background-position: center 50%;
}

.timeline-box2
{
    vertical-align: top; 
    width: 520px; 
    padding-top: 5px; 
    padding-left: 25px; 
    padding-bottom: 10px;
    border-left: 10px solid white; 
    border-bottom: 1px solid #E8E8E8
}

.thumb-box-question { 
    overflow:hidden; 
    margin-top:8px; 
    margin-left:10px; 
    padding-right:10px;
    padding-bottom:10px;
    cursor:pointer;
    float:left;
    border-bottom:1px solid #e5e5e5;
    width:375px;
    margin-right:2px;
}

.thumb-box-question:nth-last-child(2) {
  border-bottom:0px;
}

.thumb-box-question:nth-last-child(1) {
  border-bottom:0px;
}

.thumb-box-question  .thumb-box-image {
    width:70px;
    height:70px;
    float:left;
    overflow:hidden;
    margin-right:12px;
    border-radius: 3px
}

.thumb-box-question img {
    width:50px;
    height:50px;
    opacity:.8;
    border-radius: 3px
}

.thumb-box-question  .thumb-box-image {
    width:80px;
    height:80px;
    float:left;
    overflow:hidden;
    margin-right:12px;
    border-radius: 3px
}

.thumb-box-question img {
    width:80px;
    height:80px;
    opacity:.8;
    border-radius: 3px
}

.thumb-box-question .tb-top-text {
    font-size:11px;
    color:#9c9c9c;
}

.thumb-box-question .tb-middle-text {
    font-size:17px;
    padding-top:3px;
    color:#585858;
    overflow: hidden;
    font-weight:700;
}

.thumb-box-question .tb-bottom-text {
    font-size:12px;
    padding-top:2px;
    color:#9f3f3f;
    padding-top:7px;
}

.thumb-box-small { 
    overflow:hidden; 
    margin-top:15px; 
    margin-left:4px; 
    padding-right:10px;
    cursor:pointer;
}

.thumb-box-small  .thumb-box-image {
    width:70px;
    height:70px;
    float:left;
    overflow:hidden;
    margin-right:12px;
    border-radius: 3px
}

.thumb-box-small  img {
    width:70px;
    opacity:.8;
    min-height:70px;
    border-radius: 3px

}

.thumb-box-small  .tb-top-text {
    font-size:14px;
    color:#646464;
    font-weight:700;
    margin-top:8px;
}

.thumb-box-small  .tb-bottom-text {
    font-size:12px;
    padding-top:5px;
    color:#9f3f3f;
    overflow: hidden;
}

.thumb-box-small2 { 
    overflow:hidden; 
    margin-top:15px; 
    margin-left:4px; 
    margin-bottom:25px;
    padding-right:10px;
    cursor:pointer;
    padding-bottom:5px;
}

.thumb-box-small2  .thumb-box-image {
    width:90px;
    float:left;
    overflow:hidden;
    margin-right:12px;
    border-radius:3px;
}

.thumb-box-small2  img {
    width:90px;
    opacity:.8;
    min-height:70px;
    border-radius:3px;
}

.thumb-box-small2  .tb-top-text {
    font-size:14px;
    color:#787878;
    font-weight:700;
    margin-top:8px;
}

.thumb-box-small2  .tb-bottom-text {
    font-size:14px;
    padding-top:5px;
    color:#9d9d9d;
    overflow: hidden;
}

.thumb-box-medium { 
    overflow:hidden; 
    margin-bottom:15px; 
    margin-left:4px; 
    padding-right:10px;
    border:1px dotted white;
    padding:6px;

}

.thumb-box-medium.question { 
    width:382px;
}

.thumb-box-medium:hover { 
    cursor:pointer;
    border:1px solid #dedede;
}

.thumb-box-medium  .thumb-box-image {
    width:100px;
    height:90px;
    float:left;
    overflow:hidden;
    margin-right:10px;
    border-radius:3px;
}

.thumb-box-medium  img {
    width:110px;
    float:left;
    opacity:.9;
    min-height:90px;
    border-radius:3px;
}

.thumb-box-medium  .tb-top-text {
    font-size:13px;
    color:#9c9c9c;
}

.thumb-box-medium  .tb-middle-text {
    font-size:14px;
    padding-top:5px;
    color:#6d6d6d;
    overflow: hidden;
    font-weight:700;
}

.thumb-box-medium  .tb-top-text.topic {
    font-size:14px;
    color:#515151;
    font-weight:700;
}

.thumb-box-medium  .tb-middle-text.topic {
    font-size:13px;
    color:#a5a5a5;
    font-weight:300;
}

.thumb-box-medium  .tb-bottom-text {
    font-size:12px;
    padding-top:2px;
    color:#9f3f3f;
    padding-top:7px;
}

.thumb-box-browse { 
    overflow:hidden; 
    margin-bottom:15px; 
    margin-left:4px; 
    padding-right:10px;
    border:1px dotted white;
    padding:6px;
    cursor:pointer;
}

.thumb-box-browse  .thumb-box-image {
    width:100px;
    height:90px;
    float:left;
    overflow:hidden;
    margin-right:15px;
}

.thumb-box-browse  img {
    width:110px;
    float:left;
    opacity:.9;
    min-height:90px;
}

.thumb-box-browse  .tb-top-text {
    font-size:13px;
    color:#9c9c9c;
}

.thumb-box-browse  .tb-middle-text {
    font-size:14px;
    padding-top:5px;
    color:#6d6d6d;
    overflow: hidden;
    font-weight:700;
}

.thumb-box-browse  .tb-top-text.topic {
    font-size:16px;
    color:#515151;
    font-weight:700;
    padding-top:5px;
}

.thumb-box-browse  .tb-middle-text.topic {
    font-size:14px;
    color:#a5a5a5;
    font-weight:300;
}

.thumb-box-browse  .tb-bottom-text {
    font-size:12px;
    padding-top:2px;
    color:#9f3f3f;
    padding-top:7px;
}

.featured-topics-section { margin-top:-25px; }

.featured-topics-section { margin-top:-25px; }

.questions-section {
    margin-top:-20px; 
    margin-left:10px; 
    float:left;
}

.thumb-box-big { 
    overflow:hidden; 
    margin-left:15px; 
    padding:22px 5px 22px 5px;
    border-bottom:1px solid #e2e2e2;
    width:92%;
}

.thumb-box-big:last-child { border-bottom:0; }

.thumb-box-big  .thumb-box-image {
    width:180px;
    max-height:172px;
    float:left;
    overflow:hidden;
    margin-right:15px;
    border-radius: 3px
}

.thumb-box-big  img {
    width:180px;
    opacity:.9;
    min-height:135px;
    border-radius: 3px
}

.thumb-box-big  .tb-top-text {
    font-size:16px;
    color:#515151;
    font-weight:700;
    padding-top:3px;
}

.thumb-box-big  .tb-middle-text {
    font-size:14px;
    padding-top:5px;
    color:#8d8d8d;
    overflow: hidden;
}

.thumb-box-big  .tb-bottom-text {
    font-size:12px;
    padding-top:7px;
    color:#9f3f3f;
    overflow: hidden;
}

.thumb-box-subscription { 
    overflow:hidden; 
    margin-left:15px; 
    padding:22px 5px 22px 5px;
    border-bottom:1px solid #e2e2e2;
    width:92%;
    cursor:pointer;
}

.thumb-box-subscription:last-child { border-bottom:0;}

.thumb-box-subscription .thumb-box-image {
    width:180px;
    height:95px;
    float:left;
    overflow:hidden;
    margin-right:0px;
}

.thumb-box-subscription  img {
    width:150px;
    opacity:.9;
    min-height:135px;
}

.thumb-box-subscription .tb-top-text {
    font-size:16px;
    color:#515151;
    font-weight:700;
    padding-top:3px;
}

.thumb-box-subscription .tb-middle-text {
    font-size:15px;
    padding-top:5px;
    color:#8d8d8d;
    overflow: hidden;
}

.thumb-box-subscription  .unsubscribe-button {
    display:table;
    border:1px solid #b0b0b0;
    padding:4px 20px 4px 20px;
    float:right;
    color:#494949;
    border-radius:3px;
    background-color:#e4e4e4;
    cursor:pointer;
    box-shadow: 0px 2px 5px -2px rgba(0,0,0,1);
    z-index:200;
    font-size:14px;
    margin-top:10px;
}

.thumb-box-sub-page { 
    overflow:hidden; 
    margin-left:15px; 
    padding:22px 5px 22px 5px;
    border-bottom:1px solid #e2e2e2;
    width:92%;
    cursor:pointer;
}
.thumb-box-sub-page  .thumb-box-image {
    width:130px;
    height:115px;
    float:left;
    overflow:hidden;
    margin-right:15px;
}

.thumb-box-sub-page  img {
    width:130px;
    opacity:.9;
    min-height:135px;
}

.thumb-box-sub-page  .tb-top-text {
    font-size:16px;
    color:#515151;
    font-weight:700;
    padding-top:3px;
}

.thumb-box-sub-page  .tb-middle-text {
    font-size:15px;
    padding-top:10px;
    color:#8d8d8d;
    overflow: hidden;
}

.thumb-box-topten { 
    overflow:hidden; 
    margin-left:15px; 
    padding:22px 5px 22px 5px;
    border-bottom:1px solid #e2e2e2;
    width:92%;
    cursor:pointer;
}

.thumb-box-topten:last-child { border-bottom:0;}

.thumb-box-topten  .tb-number {

    float:left;
    font-size:30px;
    padding:10px;
    font-weight:700;
    margin-right:20px;
    color:#545F3D;
    width:50px;
}

.thumb-box-topten  .thumb-box-image {
    width:180px;
    height:135px;
    float:left;
    overflow:hidden;
    margin-right:15px;
}

.thumb-box-topten  img {
    width:180px;
    opacity:.9;
    min-height:135px;
}

.thumb-box-topten  .tb-top-text {
    font-size:16px;
    color:#515151;
    font-weight:700;
    padding-top:3px;
}

.thumb-box-topten  .tb-top-text .ttl-desc {
    font-size:15px;
    color:#6b6b6b;
    font-weight:500;
    padding-left:20px;
    font-family:Arial;
}

.thumb-box-topten  .tb-middle-text {
    font-size:15px;
    padding-top:10px;
    color:#8d8d8d;
    overflow: hidden;
}

.thumb-box-topten  .tb-bottom-text {
    font-size:12px;
    padding-top:7px;
    color:#9f3f3f;
    overflow: hidden;
}

.thumb-box-horiz { 
    overflow:hidden; 
    margin-left:15px; 
    padding:0px 5px 22px 5px;
    width:30.9%;
    cursor:pointer;
    display: inline-block;
    margin-bottom:5px;
    height:350px;
}


.thumb-box-horiz  .thumb-box-image {
    width:100%;
    height:200px;
    float:left;
    overflow:hidden;
    margin-right:15px;
}

.thumb-box-horiz  img {
    width:100%;
    opacity:.9;
    min-height:200px;
}

.thumb-box-horiz  .tb-top-text {
    font-size:18px;
    color:#515151;
    font-weight:700;
    margin-top:20px;
    float:left;
    width:100%;
}

.thumb-box-horiz  .tb-middle-text {
    font-size:14px;
    padding-top:5px;
    color:#8d8d8d;
    overflow: hidden;
    float:left;
    width:100%;
}

.thumb-box-horiz  .tb-bottom-text {
    font-size:12px;
    padding-top:7px;
    color:#9f3f3f;
    overflow: hidden;
    float:left;
    width:100%;
}

.topic-tabs {
    display:inline-block;
    margin-left:5px;
}

.topic-tab {
    background-color:#F6F6F6;
    padding:15px;
    border:1px solid #CECECE;
    display:inline-block;
    margin-left: -5px;
    font-size:12px;
    cursor:pointer;
    position:relative;
    height:45px;
}

.topic-tab .num-threads-circle {
    float:right;
    padding:4px 5px 4px 4px;
    border-radius:20px;
    background-color:#787878;
    margin-top:-3px;
    margin-left:5px;
    color:white;
    font-weight:700;
    font-size:10px;
    min-width:19px;
    text-align:center;
}

.topic-tab .num-threads-circle.hide-me { display:none; }

.topic-tab.selected {
    background-color:white;
    border-bottom:1px solid white;
    box-shadow: 3px -2px 4px -2px rgba(209,209,209,1);
    z-index:10;
}

.topic-tab:last-child { border-right:1px solid #CECECE; }

.bread-crumbs a.home-icon {
    background: transparent url(http://www.absoluteastronomy.com/images/icons/greyhome.gif) no-repeat left;
    padding: 6px 6px 5px 11px; 
    line-height:1.9;
}

.bread-crumbs a.triangle {
    font: 10px Verdana;
    font-weight: bold;
    background: transparent url(http://www.absoluteastronomy.com/images/icons/greytriangle.gif) no-repeat left;
    padding: 4px 6px 5px 11px; 
    color:  #3d3d3d;
    text-decoration: underline;
}

.bread-crumbs-last {
	font: 10px Verdana;
    background: transparent url(http://www.absoluteastronomy.com/images/icons/greytriangle.gif) no-repeat left;
    padding: 6px 6px 5px 11px; 
}

.hp {
    position: absolute;
    left: 300px;
    width: 300px;
    display: none;
    border: #c6c6c6 1px solid;
    background-color: #FFFFFF;
    font: normal 14px arial;
    line-height: 1.5;
    box-shadow: 10px 10px 17px -6px rgba(179,179,179,1);
    border-radius:5px;
    z-index:10;
}

.hpHeader
{
	padding:10px;
	background-color:#DBDBDB;
	font: 12px arial;
	font-weight: bold;
}

.hpContent { padding:15px; }

.hpImage { 
    float: left; 
    margin: 0px 0px 0px 0px;
    position:relative;
    border: 0.5em solid #FFFFFF;
    border-width: 0em 1.4em 0em 0;
}

.generic-content-container  {
    width:100%;
    max-width:850px;
    margin:0 auto;
    padding-top:30px;
    display:block;
    overflow:hidden;
    padding-bottom:50px;
}

.generic-content-container .settings-headline {
    margin-top: 20px;
    font-size: 26px;
    color: #262626;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.generic-content-container .settings-content {
    width:100%;
    border:1px solid #CECECE;
    margin-top:-1px;
    padding:40px 20px 30px 30px;
    float:left;
    min-height:500px;
}

.generic-content-container .settings-content .sc-message {
    width:80%;
    border:1px solid #CECECE;
    margin:0 auto;
    margin-top:30px;
    padding:20px;
    text-align:center;
    background-color:#F6F6F6;
}

.generic-content-container.signup  {
    width:700px;
}

.generic-content-container.signup .field-row  {
    width:100%;
    float:left;
    padding:10px;
}

.generic-content-container.signup .field-label  {
    width:35%;
    float:left;
    text-align:right;
    padding-right:20px;
    padding-top:7px;
    font-size:14px;
    font-weight:700;
    color:#454545;
}

.generic-content-container.signup .field-input  {
    width:65%;
    float:left;
}

.generic-content-container.signup .inactivate-button  {
    display:table;
    border:1px solid #b0b0b0;
    padding:4px 20px 4px 20px;
    float:left;
    color:#494949;
    border-radius:3px;
    background-color:#e4e4e4;
    cursor:pointer;
    box-shadow: 0px 2px 5px -2px rgba(0,0,0,1);
    z-index:200;
    font-size:14px;
}

.generic-content-container.signup .field-input .signup-text-box  {
    width:70%;
    border:1px solid #c4c4c4;
    padding:10px;
    box-shadow: 2px 2px 5px -2px rgba(133,133,133,1);
}

.radio {
    padding-left:10px;
    padding-top:5px;
    float:left; 
    height:100%; 
}

.radio-label {
    float:left; 
    height:100%; 
    padding-top:7px;
    padding-left:6px;
}

.generic-content-container.signup .field-input .signup-text-box:focus {
    outline: 0;
    border: 1px solid #6F9A36;
    -webkit-appearance: none;
    box-shadow: 0px 0px 13px -2px rgba(111,154,54,1);
}

.generic-content-container.signup .field-input .avatar {
    border:1px solid #cacaca;
    float:left;
}

.generic-content-container.signup .field-input .change-avatar {
    float:left;
    padding-top:6px;
    padding-left:20px;
    color:#56872f;
    text-decoration:underline;
    cursor:pointer;
}

.generic-content-container.signup .field-input textarea {
    width:100%;
    border:1px solid #c4c4c4;
    height:150px;
    font-size:14px;
}

.generic-content-container.signup .field-input .username-label {
    font-weight:700;
    padding-top:7px;
}

.generic-content-container.signup .field-input .field-help {
    float:left;
    padding-top:6px;
    padding-left:10px;
    color:#979797;
    width:100%;
}

.generic-content-container.signup .signup-message2 {
    color:#56872f;
    width: 100%;
    position:absolute;
    font-size: 16px;
    padding-top: 7px;
    text-align: right;
    font-weight:700;
    margin-right:160px;
    right:0;
}

.sigunup-button-container {
    width:100%;
    float:right;
    padding-top:20px;
    position:relative;
}

.sigunup-button-container .sigunup-button {
    display:table;
    border:1px solid #b0b0b0;
    padding:8px 20px 8px 20px;
    float:right;
    color:#56872f;
    border-radius:3px;
    cursor:pointer;
    box-shadow: 0px 2px 5px -2px rgba(0,0,0,1);
    z-index:200;
    min-width:140px;
    text-align:center;
    margin-bottom:40px;
}

.generic-content-container.signup .field-input .field-help.terms {
    padding-top:10px;
    color:#a4a4a4;
    padding-bottom:10px
}

.generic-content-container.signup .signup-headline  {
    margin-top:40px;
    font-size:26px;
    color:#262626;
    border-bottom:1px solid #bfbfbf;
    padding-bottom:5px;
    margin-bottom:30px;
}

.generic-content-container .message  {
    border:1px solid #acacac;
    background-color:#efefef;
    padding:50px 30px 50px 30px;
    margin:50px 50px 20px 50px;
    font-size:20px;
    font-weight:700;
    text-align:center;
    color:#4f4f4f;
}

.generic-content-container .login-signup  {
    margin:0 auto;
    font-size:20px;
    font-weight:700;
    color:#4f4f4f;
    display:table;
    box-shadow: -1px 1px 20px 1px rgba(181,181,181,1);
    margin-top:20px;
}

.generic-content-container .login-panel  {
    display:table;
    font-size:20px;
    font-weight:700;
    text-align:center;
    color:#4f4f4f;
    width:400px;
    padding:30px;
    padding-bottom:30px;
}

.generic-content-container .login-panel.login-signup-page  {
    padding-top:10px;
    border-left:1px solid #d9d9d9;
}

.generic-content-container .signup-panel  {
    display:table;
    font-size:20px;
    font-weight:700;
    text-align:center;
    color:#4f4f4f;
    width:400px;
    padding:30px;
    padding-bottom:50px;
}

.generic-content-container .signup-panel .label  {
    padding-bottom:30px;
    font-size:22px;
    width:100%;
    text-align:center;
    float:left;
}

.generic-content-container .signup-teaser  {
    padding:0px 20px 10px 10px;
    margin-top:30px;
    margin-bottom:10px;
    font-size:18px;
    text-align:left;
    font-weight:600;
    color:#6c6c6c;
    display:table;

}

.login-panel input, .signup-panel  input  {
    width:100%;
    background-color:#EAEAEA;
    border:1px solid #d8d8d8;
    padding:15px;
    box-sizing: border-box;
    margin-bottom:20px;
}

.login-panel .login-button, .signup-panel .login-button {
    width:100%;
    background-color:#3E3E3E;
    border:1px solid #d8d8d8;
    padding:15px;
    font-size:14px;
    color:white;
    cursor:pointer;
}

.generic-content-container .logo-small-centered  {
    position: absolute; 
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    width: 40px;
}
.generic-content-container .logo-small-centered  img  { width:40px; margin:0 auto; }

.generic-content-container .login-panel .logo-small  {
    width:100%;
    float:left;
    text-align:center;
}
.generic-content-container .login-panel .logo-small  img  { width:40px; margin:0 auto; }

.generic-content-container .login-panel .label {
    padding-top:20px;
    font-size:22px;
    width:100%;
    text-align:center;
    float:left;
}

.generic-content-container .login-panel .forgot-password {
    color:#c2c2c2;
    width:100%;
    float:left;
    font-size:14px;
    padding-top:20px;
    text-align:left;
}

.login-panel #login-message {
    color:#5585a1;
    width:100%;
    float:left;
    font-size:14px;
    padding-top:13px;
    text-align:left;
    height:38px;
}

.main-content-container .right-col .tp-post {
    width:100%;
    float:left;
    position:relative;
    padding-left:8px;
}

.main-content-container .right-col .tp-post-icon {
    float:left;
    width:30px;
    position:absolute;
    padding-top:0px;
}

.main-content-container .right-col .tp-post-icon img { width:20px; }

.main-content-container .right-col .tp-post-headline {
    float:left;
    border-bottom:1px solid #dddddd;
    margin-bottom:20px;
    width:90%;
    margin-left:37px;
    font-size:14px;
    color: #316AC5;
    padding-bottom:5px;
    line-height:1.5;
}

.main-content-container .right-col .tp-header {
    width:100%;
    float:left;
    position:relative;
}

.main-content-container .right-col .tp-header-icon {
    float:left;
    width:30px;
    position:absolute;
    padding-top:3px;
}

.main-content-container .right-col .tp-header-icon img { width:20px; }

.main-content-container .right-col .tp-header-headline {
    float:left;
    border-bottom:1px solid #C6C6C6;
    margin-bottom:30px;
    width:96%;
    margin-left:27px;
    font-size:22px;
    font-family: 'Mukta', sans-serif;
}

.timeline { margin-right:20px; }

.timeline-box
{
	float:left;
	border-left:2px solid #C6C6C6;
	margin-left:30px;
	margin-top:0px;
    margin-bottom:15px;
}

.timeline-box p.timeline {
	font-size:15px;
	padding: 0px 0px 0px 40px;
	background: transparent url(http://www.absoluteastronomy.com/images/backgrounds/greendot.gif) no-repeat top left;
	background-position: 0px 4px;
    line-height:1.4;

}

.timeline-box .timelineyear {
	color:#434345;
	font-size:15px;
	font-weight: bold;
}

.quotation-row {
	background-color: #FFFFFF;
	border-bottom: 1px solid #EAEAE8;  
	display:block;
	float:left;
    width:95%;    
    padding-bottom:5px;
    font-size:15px;
}

.quotation {
	padding: 0px 0px 0px 38px;
	background: transparent url('http://www.absoluteastronomy.com/images/icons/leftquote.gif') no-repeat top left;
	background-position: 19px 0px;
    line-height:25px;
}

.quotation img {
	display:inline;
    padding-left:3px;
}

.quote-description {
	color:#7A776B;
	padding: 0px 0px 0px 60px;
}

.more-button-container2 {
    width:100%;
    float:right;
    padding-top:20px;
    margin-top:-25px;
}

.more-button-container2 .more-button2 {
    display:table;
    border:1px solid #b0b0b0;
    padding:5px 25px 5px 25px;
    float:right;
    margin-right:30px;
    border-radius:3px;
    cursor:pointer;
    color:#545F3D;
}

.more-button-container {
    width:100%;
    float:right;
    padding-top:10px;
}

.more-button-container .more-button {
    display:table;
    border:1px solid #b0b0b0;
    padding:5px 15px 5px 15px;
    float:right;
    margin-right:25px;
    border-radius:3px;
    cursor:pointer;
    box-shadow: 0px 2px 5px -2px rgba(0,0,0,1);
}

.opacity-panel {
    height:100%;
    width:100%;
    background-color:#000000;
    opacity:0.1;
    position:fixed;
    z-index:30;
    display:none;
    overflow:hidden;
    top:0;
    z-index:100;
}

.dialog-wrapper {
    display:none;
    top:0px;
    position:absolute;
    width:100%;
}

.dialog-pane {
    margin: 0 auto;
    left: 0;
    right: 0;
    position:relative;
    box-shadow: -1px 7px 26px 2px rgba(140,140,140,1);
    background-color:#ffffff;
    text-align:center;
    z-index:100;
    border-radius: 2px;
    padding-top:10px;
    display:table;
    max-width:95%;
}

.dialog-pane .dialog-content {
    font-size:20px;   
}

.dialog-pane .ok-button-wrapper {
    font-size:16px;
    width:100%;
    float:left;
    padding:0px 20px 40px 20px;
}

.dialog-pane .ok-button-wrapper .ok-button {
    display:table;
    border:1px solid #b5b5b5;
    padding:7px 27px 7px 27px;
    margin:0 auto;
    border-radius:2px;
    cursor:pointer;
    box-shadow: 2px 2px 5px -2px rgba(133,133,133,1);
    font-size:16px;
    color:#636363;
    font-weight:700;
    background-color:#515151;
    color:white;
}


.dialog-pane .dialog-content .avatar-page {
    padding-left:40px;
    padding-right:40px;   
    float:left; 
    padding-bottom:60px;
}

.dialog-pane .dialog-content .avatar-item {
    display:inline-block;
    margin:10px;   
    width:50px;
    cursor:pointer;
}

.dialog-pane .dialog-content {
    padding:30px;
    float:left;
    width:100%;
}

.dialog-pane .close-dialog {
    position:absolute;
    right:20px;
    font-size:36px;
    color:#cccccc;
    padding-bottom:10px;
    cursor:pointer;
}

.dialog-pane .line {
    height:10px;
    background-color:#F7F7F7;
    border-top:1px solid #DBDBDB;
    margin-top:2px;
    margin-bottom:20px;
}

.dialog-pane .dialog-title {
    font-size:25px;
    font-weight:700;
    padding-bottom:0px;
}

.dialog-pane .share-reminder-header {
    margin-top:-20px;
    font-size:32px;
    font-weight:900;
    font-family:Verdana;
    color:#7c7c7c;
    border-bottom:1px solid #dcdcdc;
    padding-bottom:10px;
}

.dialog-pane .dialog-logo {
    width:50px;
    margin:0 auto;
    padding-top:10px;
    padding-bottom:10px;
}

.dialog-pane .share-button-box {
    width:100%;
    margin-top:15px;
    margin-bottom:30px;
}

.dialog-pane .share-reminder-line {
    margin-left:-20px;
    margin-bottom:20px;
}

.thread-paging {
    text-align: right;
    float:right;
    margin-top:20px;
}

.ResultsPageLinkActive
{
	text-align:center;
	width: 22px;
	border:1px solid #CBCBCB;
	padding:10px;
	float:right;
	margin-left: 4px;
	text-decoration: none;
	color: #646464;
	font: 12px arial;
	font-weight: bold; 
}

.ResultsPageLinkInActive
{
	text-align:center;
	width: 22px;
	border:1px solid #EAEAEA;
	float:right;
    padding:10px;
	margin-left: 4px;
	text-decoration: none;
	color: #8a8a8a;
	font: 12px arial; 
}

/* LINKS */

a.greylink1, a.glink1 { color: #605E53; text-decoration: none; border-bottom:1px dotted; }
a.greylink1:hover, a.glink1:hover{ color: #316AC5; }

a.bluelink2 { color: #316AC5; text-decoration: underline; font-size: 15px;  }
a.bluelink2:hover { color: #759DD9; }

/* ARTICLE STYLING */

.thumb {
	margin-bottom: .5em;
	border-style: solid;
	border-color: white;
	width: auto;
}

.thumbinner {
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}

.thumbimage {
	border: 1px solid #ccc;
}

.thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: 3px !important;
	font-size: 94%;
}

.magnify {
	float: right;
	border: none !important;
	background: none !important;
}

.magnify a, .magnify img {
	display: block;
	border: none !important;
	background: none !important;
}

.tright {
	clear: right;
	float: right;
	border-width: 1.4em 0 .8em 1.4em;
}

.wikitable { display: none }

.thumb { max-width:500px;  }

.tleft {
	float: left;
	clear: left;
	margin-right: .5em;
	border-width: 1.4em 1.4em .8em 0;
}

img.thumbborder {
	border: 1px solid #dddddd;
}


#tree {
    max-width: 550px;
    color: #8a8a8a;
    padding-bottom: 20px;
}

    #tree a {
        color: #8A9967;
    }

        #tree a:hover {
            text-decoration: underline;
        }

    #tree .breadcrumbs {
        font-size: 13px;
        color: #979797;
    }

        #tree .breadcrumbs .bc-item {
            display: inline-block;
            margin-left: 3px;
        }

            #tree .breadcrumbs .bc-item:after {
                content: "/";
                margin-left: 10px;
            }

            #tree .breadcrumbs .bc-item:last-child:after {
                content: "";
                margin-left: 0px;
            }

        #tree .breadcrumbs .home img {
            height: 12px;
        }

    #tree .answer {
        padding-top: 20px;
        color: #646464;
        font-size: 16px;
        font-family: arial;
    }

    #tree .children-wrapper {
        padding-top: 25px;
    }

h1.topic-node {
    text-decoration: none;
    border: 0;
    color: #777D63;
    margin-top: 10px;
}

#tree .children .child {
    width: 100%;
    border-bottom: 1px solid #DFDFDF;
    padding: 9px 0px 9px 0px;
    font-size: 15px;
    display: table;
    line-height: 1.4;
}

    #tree .children .child:first-child {
        border-top: 1px solid #DFDFDF;
    }

    #tree .children .child .attribute {
        text-align: left;
        width: 40%;
        display: table;
        float: left
    }

        #tree .children .child .attribute a {
            text-decoration: underline;
        }

    #tree .children .child .fact {
        text-align: right;
        width: 58%;
        display: table;
    }

#tree .attribute-heading {
    background-color: #EDEDED;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 15px;
    min-height: 27px;
}

    #tree .attribute-heading .ah-text {
        float: left;
        padding-right: 10px;
        color: #777D63;
        margin-top: -3px;
        font-weight: 900;
    }

#tree .node-heading {
    color: #777D63;
    font-size: 15px;
    font-weight: 900;
}

    #tree .node-heading.facts-page {
        margin-top: 15px;
    }

    #tree .node-heading .node-name {
        float: left;
    }

#tree .nodes .node {
    font-weight: 700;
    padding: 8px 10px 0px 10px;
    position: relative;
    font-size: 15px;
}

    #tree .nodes .node a {
        margin-left: 40px;
    }

    #tree .nodes .node .padd {
        padding-left: 40px;
        display: table;
    }

    #tree .nodes .node.indent1 {
        margin-left: 0px;
    }

    #tree .nodes .node.indent2 {
        margin-left: 20px;
    }

    #tree .nodes .node.indent3 {
        margin-left: 40px;
    }

    #tree .nodes .node.indent4 {
        margin-left: 60px;
    }

    #tree .nodes .node.indent5 {
        margin-left: 80px;
    }

    #tree .nodes .node.indent6 {
        margin-left: 100px;
    }

    #tree .nodes .node.indent7 {
        margin-left: 120px;
    }

    #tree .nodes .node.indent8 {
        margin-left: 140px;
    }

    #tree .nodes .node.indent9 {
        margin-left: 200px;
    }

    #tree .nodes .node.indent10 {
        margin-left: 220px;
    }

    #tree .nodes .node.closed:before {
        content: url(/images/tree/dots_folder_closed.png);
        position: absolute;
        top: 0px;
    }

    #tree .nodes .node.open:before {
        content: url(/images/tree/dots_folder_open.png);
        position: absolute;
        top: 0px;
    }
