@charset "utf-8";
/*

# General css for all platforms starts here.

*/

* { margin:0; padding:0; }

body{
    /*background-color:#000;*/
    background-color:#dcdcdc;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#262626;
    /*line-height: 20px;*/
}
a { color:#262626; text-decoration:none; }
a:hover { color:#CA0002; }
a:hover, #topnav a:hover, #options a:hover,
#search #newto a:hover, #medsection2 #rightsection a:hover, #medsection3 #rightsection a:hover,
#rowname #head a:hover, #medsection1 a:hover, div.alert-box h4 a:hover { text-decoration:underline; }
#search #newto a, div.alert-box h4 a, #leftsection ul li a:hover { text-decoration:none; }
div#ads a:link,
div#ads a:visited,
div#ads a:active { color:#0000EE; }
h1 {
    float:left;
    font-size:20px;
    margin:10px 0 7px 0;
    width:100%;
}
h2 { font-size:18px; margin:12px 0 7px 0; }
h3 {
    clear:left;
    font-size:16px;
    margin:4px 0 6px 0;
}
p {
    clear:left;
    line-height:1.4em;
    margin:0 0 10px;
}
ul {
    margin: 0 0 5px 0;
}
ul li {
    margin: 0 0 5px 20px;
}

ul.bullet { list-style-type:disc !important; }
ul.bullet li { margin:0 0 5px 20px !important; }
ul.nobullet { list-style:none; list-style-type:none; }
ul.nobullet.nopadding li { margin-left:9px; margin-bottom:9px; }


/**** standard width style ****/

#pagecontainer{
    margin:0 auto;
    width:1245px;
    background-color: #fff;
    /*box-shadow: 2px 0 15px #e1e1e1;*/
}

#pagecontainer #leftsection ul{
    background-color: #dae6f6;
}

#pagecontainer.sports #leftsection ul {
    background: #f7d9d9;
}

#pagecontainer.business #leftsection ul {
    background: #fff8f2;
}

#pagecontainer.entertainment #leftsection ul {
    background: #fbdceb;
}

#pagecontainer.africa #leftsection ul {
    background: #f5e2d9;
}

#pagecontainer.reference #leftsection ul {
    background: #e0eadd;
}

#pagecontainer.wall #leftsection ul,
#pagecontainer.default #leftsection ul     {
    background: #daf0f5;
}



#mainbody {
    background-color: #fff;
    width: 1245px;
    margin: 0;
    padding: 0px;
    display: inline-block;
}


#headerTop {
    width: auto;
    height: auto;
    padding: 15px 15px 0 15px;
    margin-bottom: 40px;
}

#navLogo {
    float: left;
}

#navLinks {
    /*width: 455px;*/
    float: right;
}

#headerMid {
    /*width: 970px;*/
    margin: auto;
}

#mainnavinner {
    width: 100% !important;
}

#mainnav {
    width: 100%;
    float: none !important;
    display: inline-block;
}

#headerAd {
    width: 970px;
    margin: auto;
    text-align: center;
}

.dfp_leaderboard {
    margin: auto;
    width: 728px;
}

iframe img {
    margin: auto !important;
    text-align: center !important;
}

#google_image_div {
    margin: auto;
}

/*SOCIAL BUTTONS*/

#socialbtn {
    /*width: 54px;*/
    float: left;
    margin-right: 10px;
}

#socialbtn a {
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    height: 23px;
    width: 25px;
    text-indent: -9999px;
}

#socialbtn a {
    background-image: url(https://cdn.ghanaweb.live/design/top_sprite.png);
    background-repeat: no-repeat;
}

#socialbtn a.yt {
    background-position: -86px -15px;
    background-size: 222px;
    margin: 0px 4px 0 0;

}

#socialbtn a.fb {
    background-position: 0 -20px;
}

#socialbtn a.tw {
    background-position: -23px -20px;
}
/*END OF SOCIAL BUTTONS*/

/*LOGIN*/
.flexsearch--wrapper {
  height: auto;
  width: auto;
  max-width: 100%;
  overflow: hidden;
  background: transparent;
  margin: 0;
  float: left;
  /*position: static;*/
}

.flexsearch--form {
  overflow: hidden;
  position: relative;
}

.flexsearch--input-wrapper {
    width: 224px;
    height: 24px;
    overflow: hidden;
    float: left;
    background: white;
    border-radius: 10px 0 0 10px;
}

.flexsearch--input {
  width: 100%;
}

.flexsearch {
  padding: 0 25px 0 200px;
}

.flexsearch--input {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 23px;
padding: 0 0 0 10px;
border-color: #888;
border-radius: 35px;
border-style: solid;
border-width: 0;
color: #333;
font-size: 12px;
-webkit-appearance: none;
-moz-appearance: none;
width: 204px;
}

.flexsearch--submit-wrap {
    right: 155px;
    display: block;
    width: 26px;
    height: 24px;
    padding: 0;
    border: none;
    border-radius: 0 50% 50% 0;
    margin-right: 10px;
    background: #fff;
    color: #888;
    float: left;
}

.flexsearch--submit {
    background-image: url(https://cdn.ghanaweb.live/design/top_sprite.png);
    background-color: transparent;
    background-size: 185px;
    background-position: -220px -11px;
    width: 19px;
    height: 23px;
    border: none;
}

.flexsearch--input:focus {
  outline: none;
  border-color: #333;
}

.flexsearch--input:focus.flexsearch--submit {
  color: #333;
}

.flexsearch--submit:hover {
  color: #333;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #888;
}

input:-moz-placeholder {
  color: #888;
}

#loginLinks {
   float: left;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

#loginLinks a {
    padding: 5px 15px;
    float: left;
    margin-right: 10px;
    line-height: 13px;
}

#loginLinks a:hover {
    color: #000;
}

#loginLinks .logIn, #loginLinks .signUp, #loginLinks .enter, #loginLinks .logOut  {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    margin-right: 0 !important;
}

#loginLinks .enter, #loginLinks .signUp {
    margin-right: 4px !important;
}

.status {
    float: left;
    padding: 5px 5px 0 0;
    font-weight: bold;
}

/*END OF LOGIN*/

ul#mainnavinner li {
    position: relative;
}


#mainnav li a {
    color: #fff;
    display: block;
}

/*HEADER STYLE ONE*/

header#news {
    background-color: #0857c1;
    width: 100%;
    display: inline-block;
    line-height: 0;
    font-weight: 600;
    position: relative;
}



header#news.homepage,
.header#news.default {
    background-color: #0698bf;
}
#mainbody.homepage .menuheading,
#mainbody.default .menuheading{
    background-color: #0698bf;
    color: #fff;
}
#mainbody.homepage #footer,
#mainbody.default #footer {
    background-color: #0698bf;
}
#mainbody.homepage ul#footerinner li a,
#mainbody.default ul#footerinner li a {
    background-color: #0698bf;
}




header#news.sports {
    background-color: #c70100;
}
#mainbody.sports .menuheading{
    background-color: #c70100;
}
#mainbody.sports #footer{
    background-color: #c70100;
}
#mainbody.sports ul#footerinner li a{
    background-color: #c70100;
}



header#news.entertainment {
    background-color: #e31479;
}
#mainbody.entertainment .menuheading{
    background-color: #e31479;
}
#mainbody.entertainment #footer{
    background-color: #e31479;
}
#mainbody.entertainment ul#footerinner li a{
    background-color: #e31479;
}



header#news.television,
.televisionn #pagecontainß,
.television #mainbody {
    background-color: #252525;
}
#mainbody.television .menuheading{
    background-color: #252525;
}
#mainbody.television #footer{
    background-color: #252525;
}
#mainbody.television ul#footerinner li a{
    background-color: #252525;
}




header#news.wall {
    background-color: #0698bf;
}
#mainbody.wall .menuheading{
    background-color: #0698bf;
    color: #fff;
}
#mainbody.wall #footer,
#pagecontainer.default #footer {
    background-color: #0698bf;
}
#mainbody.wall ul#footerinner li a{
    background-color: #0698bf;
}


#footerinner li.fstyle a:hover{
    background-color: transparent !important;
}

#mainnavinner li.navNews {
    background: #0857c1;
}
#mainnavinner li.navSports {
    background: #c70100;
}
#mainnavinner li.navBusiness {
    background: #c4946c;
}
#mainnavinner li.navEntertainment {
    background: #e31479;
}
#mainnavinner li.navWorld {
    background: #586a58;
}
#mainnavinner li.navRadio {
    background: #252525;
}
#mainnavinner li.navWall {
    background: #0698bf;
}
#mainnavinner li.navTonaton {
    background: #077872;
    margin-right: 0 !important;
}
#mainnavinner li.navAfrica {
    background: #bb3e02;
}

#mainnavinner li.navCountry {
    background: #2f751c;
    margin-right: 0 !important;
}

ul#mainnavinner li.last, ul#footerinner li.last {  border-right:none; border: 0; }
ul#mainnavinner li.last{ padding: 11px 0; }

#topnav{ 
    height: 11px;
    overflow: hidden;
    /*padding: 3px 0 6px;*/
    padding: 10px 0 5px;
    font-size: 12px;
    margin: 0 15px 5px 15px;
    line-height: normal;
    font-weight: 600;
    
}

#topnav a{
    font-size:11px;
    color:#fff;
    text-decoration:none;
    font-weight:normal;
    padding-right:8px;
    padding-left:8px;
}


ul#mainnavinner {
    margin:0;
    padding:0;
    text-align:center;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
ul#mainnavinner li {
    list-style-type:none;
    font-weight:bold;
    font-size:16px;
    margin:0;
    padding:11px 0;
    line-height:16px;
    /* border-top: 5px solid rgba(255,255,255,0); */
    flex-grow: 1;
    border-radius: 0 22px 0 0;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-right: 1px solid rgba(255, 255, 255, 0.6);

    
    /* border-left-width: 1 ; */
}

/**HomePage Style**/

#medsection0{
    float:left;
    width:1215PX;
    font-size:11px;
    padding: 15px;
}

#left-col{
    float: left;
    width: 900px;
    padding-right: 15px;
}

#rightsection {
    width: 300px;
    float: left;
    margin: 15px 15px 0 0;
}
#medsection2 #rightsection, #medsection3 #rightsection, #medsection0 #rightsection {
    margin: 0;
}

#lead-story {
    width: 595px;
    overflow: hidden;
    height: 292px;
    float: left;
    position: relative;
    border-radius: 13px;
}

#lead-story .info {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    height: auto;
    padding: 15px 15px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=#00000000, endColorStr=#DD000000);
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent,rgb(31, 31, 31));
    background-image: linear-gradient(transparent,rgb(31, 31, 31));
    background-position-y: -1px;
    bottom: -1px;
}

#lead-story .image {
    float: none;
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: auto;
}

#lead-story .image:after {
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #1b1b1b 100%);
    margin-top: -100px;
    height: 100px;
    width: 100%;
    content: '';
}

#lead-story .info h2 {
    color: #fff;
    font-size: 24px;
    margin: 20px 0;
    line-height: 30px;
}

#lead-story .info .section, .topstory .info .section, ul.video_list .info .section {
    float: left;
    color: #ffffff;
    height: 26px;
    padding-right: 13px;
    /* border-radius: 22px; */
    border-top-right-radius: 14px;
    padding-left: 2px;
}
#lead-story .info .lead_news, .topstory .info .lead_news, ul.video_list .info .lead_news {
    background: #0857c1;
}
#lead-story .info .lead_sports, .topstory .info .lead_sports, ul.video_list .info .lead_sports {
    background: #c70100;
}
#lead-story .info .lead_business, .topstory .info .lead_business, ul.video_list .info .lead_business {
    background: #c4946c;
}
#lead-story .info .lead_entertainment, .topstory .info .lead_entertainment, ul.video_list .info .lead_entertainment {
    background: #e31479;
}
#lead-story .info .lead_world, .topstory .info .lead_world {
    background: #586a58;
}
#lead-story .info .lead_africa, .topstory .info .lead_africa {
    background: #bb3e02;
}
#lead-story .info .lead_opinions, .topstory .info .lead_opinions {
    background: #0698bf;
}
ul.topstory .section a {
    color: #fff;
}

#lead-story .info .comment {
    float: right;
    color: #b7b7b7;
}

ul.topstory {
    list-style: none;
    margin: 0;
}
ul.topstory li {
    float: left;
    width: 290px;
    margin: 15px 0 0 15px;
    height: 292px;
    background-color: #ECECEC;
    border-radius: 13px;

}
ul.topstory li:first-child {
    margin-top: 0;
}
ul.topstory li.rm-pad {
    margin-left: 0;
}

ul.topstory li .image {
    overflow: hidden;
    height: 156px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;

}
ul.topstory .info {
    /* border: solid 1px #DBDBDB; */
    border-top: none;
    height: 121px;
    padding: 15px 15px 0;
    position: absolute;
    width: 258px;
}


#lead-story .info .section span,
.topstory .info .section span,
ul.video_list .info .section span {
    display: inline-block;
    height: 100%;
    width: 28px;
    margin-bottom: 0px;
    background: url(https://cdn.ghanaweb.live/design/menu_icons2x.2.png) 7px 5px no-repeat;
    background-size: auto 60%;
}

#lead-story .info .section i,
.topstory .info .section i,
ul.video_list .info .section i {
    font-weight: bold;
    font-style: normal; 
    vertical-align: top;
    display: inline-block;
    padding-top: 5px;
    font-size: 12px;
    text-transform: uppercase;

}


.lead_entertainment span {
    background-position: -88px 5px !important;
}

.lead_africa span {
    background-position: -178px 5px !important;
}

.lead_business span {
    background-position: -56px 5px !important;
}

.lead_category span {
    background-position: -114px 5px !important;
}

.lead_opinions span {
    background-position: -399px 5px !important;
}

.lead_sports span {
    background-position: -26px 5px !important;
}

.lead_world span {
    background-position: -388px 5px !important;   
}



.WorldHM .image, .AfricaHM .image {
    overflow: hidden;
    width: 130px;
    height: 80px;
    float: left;
    margin: 0 10px 0 0;
}
.WorldHM h3, .AfricaHM h3 {
    width: 130px;
    float: left;
    clear: inherit;
    font-size: 17px;
    margin: 0;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
}
.WorldHM .image img, .AfricaHM .image img {
    overflow: hidden;
    width: 130px;
    height: 80px;
    float: left;
}
ul.topstory .section, .WorldHM .section, ul.topstory .section, .AfricaHM .section {
    position: absolute;
    bottom: 15px;
}
.WorldHM .section a, .video_list .section a, .AfricaHM .section a, .video_list .section a {
    color: #949494;
}

ul.topstory h3 {
    overflow: hidden;
    height:62px;
    margin-top: 0;
    margin: 0;
}

.margin-bottom {
    margin-bottom: 15px;
}

.widget-holder {
    background-color: #ececec;
    display: table;
    min-height: 153px;
    width: 100%;
    margin-top: 15px;
}
#inner-left-col .widget-holder {
    min-height: 20px;
}
.widget-holder .ad-ban {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.WorldHM {
    background-color: #586A58;
    height: 137px;
    padding: 15px 15px 0;
    position: relative;
}

.AfricaHM {
    background-color: #bb3e02;
    height: 137px;
    padding: 15px 15px 0;
    position: relative;
}

.WorldHM a, .AfricaHM a {
    color: #fff;
}

#wall_list .article-item {
    width: 213.75px;
    height: 200px;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0 15px 15px 0;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    background: #1b1b1b;
    -o-transition: all 0.3s ease-out;
}

#wall_list .article-item:last-child, #wall_list .article-item.rm-pad {
    margin-right: 0;
    }

#wall_list .article-item .section {
    padding: 3px 10px 3px 10px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    color: #000;
    transition: 0.3s;
    position: absolute;
    left: 0;
    margin-top: 0;
    z-index: 2;
}

#wall_list .article-item .image {
    float: none;
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: auto;
}

#wall_list .article-item .image:after {
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #1b1b1b 100%);
    margin-top: -100px;
    height: 100px;
    width: 100%;
    content: '';
}

#wall_list .article-item .image img {
    float: none;
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: auto;
}

#wall_list .article-item .content {
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    height: auto;
    padding: 15% 0.75rem 0.6rem 0.75rem;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=#00000000, endColorStr=#DD000000);
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent,rgb(31, 31, 31));
    background-image: linear-gradient(transparent,rgb(31, 31, 31));
    background-position-y: -1px;
    bottom: -1px;
}

#wall_list .article-item .section {
    background: #0698bf;
    color: #fff;
}
#wall_list .article-item .content .content_title {
    margin: 0;
    padding: 0;
    max-height: 136px;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
}
#wall_list .article-item .content .content_tag {
    color: #d3d3d3;
    margin-top: 5px;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    display: block;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.section-title-wall {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.section-title-wall > a {
    color: #0698bf;
}


/*VIDEOS*/
.section-title-videos {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.section-title-videos > a {
    color: #0698bf;
}

ul.video_list {
    list-style: none;
    margin: 0;
}

ul.video_list li {
    float: left;
    width: 205.7px;
    margin: 0 15px 15px 0;
    height: 270px;
    background-color: #161616;
    border-radius: 13px;
    /* border: solid 1px #DBDBDB; */
}

ul.video_list li a {
    color: #fff;
}



ul.video_list li:nth-child(4n+0) {
    margin-right: 0;
}

ul.video_list li .image .play {
    width: 20px;
    height: 20px;
    padding: 2px 5px 2px 5px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    transition: 0.3s;
    position: absolute;
    left: 15px;
    top: 15px;
    background-image: url(https://cdn.ghanaweb.live/design/play-icon2.png);
    background-repeat: no-repeat;
    background-size: 25px;
    z-index: 3;
}

ul.video_list li .image {
    overflow: hidden;
    height: 120px;
    position: relative;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

ul.video_list li .image img {
    width: 100%;
}

ul.video_list .info {
    border-top: none;
    height: 105px;
    padding: 15px 15px 0;
    position: absolute;
    width: 182px;
}

ul.video_list h3 {
    overflow: hidden;
    height: 56px;
    /*margin-top: 0;*/
    line-height: 19px;
}

ul.video_list .section, .WorldHM .section {
    position: absolute;
    bottom: -8px;
}


/*END OF VIDEOS*/


.section-title-resources {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

#footer {
    background-color: #ff663d;
    height: 25px;
    clear: both;
    width: 100%;
}

/*BANNERS*/

.med_rec {
    width: 300px;
    height: 250px;
    background: #ececec;
    margin-top: 15px;
}

.med_rec_lg {
    width: 300px;
    height: 600px;
    background: #ececec;
    margin-top: 15px;
}

.med_rec_lg_min{
    margin-top: 15px;
    width: 300px;
    min-height: 250px;
    background: #ececec;
}

/*END OF BANNERS*/

/*FOOTER*/

ul#footerinner {
    width:auto;
    margin:0;
    padding:0;
    float:left;
}
ul#footerinner li {
    float:left;
    list-style-type:none;
    padding:5px;
    color:#fff;
    font-weight:bold;
    border-right:1px solid #eef8c6;
    margin:0;
}
li#ot-sdk-btn {
    float: right !important;
    list-style-type: none !important;
    padding: 5px !important;
    color: #fff !important;
    font-weight: bold !important;
    border-right: 1px solid #eef8c6 !important;
    margin: 0 !important;
    color: #fff;
    padding: 5px;
    text-decoration: none;
    font-size: 11px !important;
}
li#ot-sdk-btn:hover {
    background: transparent !important;
    border: 0;
}
#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover {
    color: #fff;
    background-color: transparent;
    border: 0;
}
li.fstyle a{
    color:#fff;
    padding:5px;
    text-decoration:none;
}
li.fstyle a:hover{
    background-color:#0857c1 !important;
    text-decoration:underline !important;
}

a.button.brochure_btn {
    background: #d7f6db;
    font-weight: bold;
    border-color: #b5d6b9;
}

.play-icon {
    background: url(https://cdn.ghanaweb.live/design/play-icon2.png) no-repeat 50% 0;
    position: absolute;
    background-color: #e40000;
    background-size: 25px;
    left: 0;
    width: 20px;
    height: 16px;
    text-indent: -9999px;
    opacity: 0.8;
    padding: 2px 5px 2px 5px;
    font-size: 10px;
}

/*Powered by IS*/

.is {
    width: 90px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 45%;
}

.is a:hover p {
    color: white;
    text-decoration: underline;
}

.is p {
    margin: 5px 0 0;
    color: #fff;
    font-weight:bold;
}

.is p:hover {
    color: #000;
}

.is p img {
    width: 20px;
}

span.is_img {
    position: relative;
    left: 3px;
}

/*End of powered by IS*/

/*END OF FOOTER*/



/*INNER*/

#leftsection {
    float: left;
    width: 170px;
    height: 100%;
    margin: 15px 0 0 15px !important;
    /*border: 1px solid #d5e1a9;
    background-color: #eef8c6;*/
}
.menuheading {
    margin:0;
    border-bottom:1px solid #d7d7d7;
    padding:4px 0px 4px 5px;
    font-weight:bold;
    background-color:#0857c1;
}
#menuheading_advert {
    margin:0;
    border-bottom:1px solid #d7d7d7;
    padding:4px 0px 4px 5px;
    font-weight:bold;
    background-color:#0857c1;
}
#leftsection ul{
    margin:0;
    padding:0;
    list-style:none;
    width:170px;
    float:left;
    background-color:#ececec;
}
#leftsection ul li{
    list-style:none;
    margin:0;
    border-bottom:1px solid #d7d7d7;
    /*padding:4px 0px 4px 0px;*/
}
#leftsection ul.nounderline li{ border-bottom:0; }
#leftsection ul li a {
    display:block;
    font-weight:normal;
    padding-left:10px;
    text-decoration:none;
    font-size:11px;
}
#leftsection ul li a {
    color: #000 !important; 
    padding: 4px 10px !important;
    font-size: 12px;
    transition: 0.1s;
    transition-timing-function: ease-out;
}
#medsection2, #medsection3 {
    float: left;
    width: 1030px;
    background-color: #fff;
    border: 1px thin #f4f4f4;
    font-size: 12px;
    margin: 15px 15px 0 15px;
}
#inner-left-col {
    float: left;
    width: 715px;
    padding-right: 15px;
}

#inner-left-col .page_title {
    width: 695px;
    margin: 0 0 15px;
    padding: 5px 10px;
    background: #ececec;
    font-size: 15px;
    font-weight: bold;
    display: block;
}

#inner-lead-story {
    /*width: 595px;*/
    overflow: hidden;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 15px 0;
}

#inner-left-col img {
    width: 100%;
}

#inner-lead-story .left {
    width: 400px;
    overflow: hidden;
    height: 250px;
    float: left;
    position: relative;
    background: #1b1b1b;
    border-radius: 13px;
}

#inner-lead-story .left .image {
    float: none;
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: auto;
}

#inner-lead-story .left .image:after {
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #1b1b1b 100%);
    margin-top: -100px;
    height: 100px;
    width: 100%;
    content: '';
}

#inner-lead-story .left .info {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    height: auto;
    padding: 15px 15px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=#00000000, endColorStr=#DD000000);
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent,rgb(31, 31, 31));
    background-image: linear-gradient(transparent,rgb(31, 31, 31));
    background-position-y: -1px;
    bottom: -1px;
}

#inner-lead-story .info h2 {
    color: #fff;
    font-size: 24px;
    margin: 20px 0;
    line-height: 30px;
}

#inner-lead-story .info .section {
    float: left;
    color: #b7b7b7;
}

#inner-lead-story .info .comment {
    float: right;
    color: #b7b7b7;
}

.med_rec {
    width: 300px;
    height: 250px;
    background: #ececec;
    margin: 0 0 0 15px;
    float: left;
}

.inner-lead-story .med_rec {
    width: 300px;
    height: 250px;
    background: #ececec;
    margin: 0 0 0 15px;
    float: left;
}

.inner-lead-story-bottom {
    list-style: none;
    margin: 0;
}

.inner-lead-story-bottom li {
    float: left;
    width: 228px;
    margin: 0 15px 0 0;
    height: auto;
}

.inner-lead-story-bottom li:nth-child(3n+0) {
    margin-right: 0;
}

.inner-lead-story-bottom li .image {
    overflow: hidden;
    height: 120px;
    border-radius: 13px;
}

.inner-lead-story-bottom .info {
    height: 64px;
    padding: 5px 0 0;
    overflow: hidden;
}

.right-artl {
    background-color: #ececec;
    height: 103px;
    padding: 10px 10px 15px;
    position: relative;
    margin-top: 15px;
    border-top: solid 3px #0857c1;
}
.sports .right-artl.spotlight {
    border-color: #c70100;
}
.business .right-artl.spotlight {
    border-color: #c4946c;
}
.entertainment .right-artl.spotlight {
    border-color: #e31479;
}
.world .right-artl.spotlight {
    border-color: #586a58;
}
.africa .right-artl.spotlight {
    border-color: #d28e8e;
}

.sports {border-color: #c70100;}
.business {border-color: #c4946c;}
.entertainment {border-color: #e31479;}
.world {border-color: #586a58;}
.opinions {border-color: #0698bf;}
.africa {border-color: #bb3e02;}

.right-artl .image {
        overflow: hidden;
    width: 130px;
    height: 80px;
    float: left;
    margin: 0 10px 0 0;
    border-radius: 13px;

}

.right-artl .image .title {
    width: 688px;
    margin: 0 0 15px;
    padding: 5px 10px;
    background: #ececec;
    font-size: 15px;
}

.right-artl .text {
    width: 130px;
    float: left;
    clear: inherit;
    font-size: 13px;
    margin: 0;
    line-height: 15px;
    color: #262626;
    height: 73px;
    overflow: hidden;
}

.spotlight {
    /*background-color: #0857c1;*/
    /*padding: 10px 10px 15px;*/
    margin-top: 0;
}

.right-artl .title {
    font-size: 13px;
    margin: 0 0 5px;
    position: initial;
    width: auto;
}

.right-artl .icon {
    width: 20px;
    background: #0857c1;
    float: right;
    padding:2px 3px;
    border-radius: 0 8px 0 0 ;
}

.right-artl.sports .icon {
    background: #c70100;
}

.right-artl.business .icon {
    background: #c4946c;
}

.right-artl.entertainment .icon {
    background: #e31479;
}


.right-artl.africa .icon {
    background: #bb3e02;
}

.right-artl.opinions .icon {
    background: #0698bf;
}



.right-artl .icon img {
    width: 100%;
}
/*.spotlight, .spotlight a {
    color: #fff;
}*/
.bottom_artl_wrap {
    margin-top: 16px;
    display: inline-block;
}
.bottom_artl_wrap .left_artl_list {
    width: 455px;
    display: inline-block;
    margin: 0 15px 0 0;
    float: left;
}
.bottom_artl_wrap .left_artl_list ul, .section_artl_wrap ul {
    list-style: none;
    margin: 0;
}
.bottom_artl_wrap .left_artl_list li {
    float: left;
    width: 141px;
    margin: 0 15px 15px 0;
    height: auto;
}
.bottom_artl_wrap .left_artl_list li:nth-child(3n+0) {
    margin-right: 0;
}
.bottom_artl_wrap .left_artl_list li .image {
    overflow: hidden;
    height: 73px;
    border-radius: 13px;
}
#bottom_artl_wrap img {
    width: 100%;
}
.bottom_artl_wrap .left_artl_list .info {
    height: 35px;
    padding: 5px 0 0;
    overflow: hidden;
}
.bottom_artl_wrap .left_artl_list .info h3 {
    font-size: 13px;
    line-height: 14px;
}
.bottom_artl_wrap .right_artl_list {
    width: 245px;
    display: inline-block;
    margin: 0;
    float: left;
}
.bottom_artl_wrap .left_artl_list .info p {
    height: 32px;
    /* overflow: hidden; */
    margin: 0;
}
.upper {
    display: inline-block;
}


.bottom_artl_wrap .left_artl_list.more_news {
    width: 715px;
    margin: 0;
     float: none; 
}
.bottom_artl_wrap .left_artl_list.more_news li {
    width: 167px;
}
.bottom_artl_wrap .left_artl_list.more_news li:nth-child(3n+0) {
    margin-right: 15px;
}
.bottom_artl_wrap .left_artl_list.more_news li:nth-child(4n+0) {
    margin-right: 0;
}
.bottom_artl_wrap .left_artl_list.more_news li .image {
    height: 90px;
}
.bottom_artl_wrap .left_artl_list.more_news li .image img {
    width: 100%;
    height: auto;
}
.bottom_artl_wrap .left_artl_list.more_news .info p {
    height: 32px;
    color: #000;
}


.left_list {
    width: 140px;
    display: inline-block;
    float: left;
    margin: 0 15px 0 0;
}
.right_ad {
    width: 300px;
    height: 600px;
    background: #ececec;
    float: left;
}
.lower {
    display: inline-block;
}
.load_more {
    margin: 15px 0;
    display: none;
}
.load_more a {
    text-align: center;
    /*width: 100%;*/
    padding: 10px;
    border-radius: 3px;
    background: #ececec;
    display: block;
    font-weight: bold;
}
.right_artl_list li {
    list-style: none;
    _line-height: 1.3em;
    list-style-type: none;
    padding: 10px 0 10px 40px;
    min-height: 22px;
     margin: 0px; 
    position: relative;
    border-bottom: solid 1px #e2e2e2
}
.right_artl_list li:first-child {
    padding-top: 0;
}
.right_artl_list li p {
    margin-bottom: 0;
    height: 35px;
    overflow: hidden;
}
.right_artl_list li img {
    width: inherit !important;
}
#load_headlines li .time {
    width: 32px;
    position: absolute;
    left: 0;
    background: #0857c1;
    color: #fff;
    font-size: 10px;
    text-align: center;
}
#load_headlines.sports li .time {
    background: #c70100;
}
#load_headlines.business li .time {
    background: #c4946c;
}
#load_headlines.entertainment li .time {
    background: #e31479;
}
#load_headlines.world li .time {
    background: #586a58;
}
.strip_title {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 0 15px 0;
}
.strip_title span {
    display: inline-block;
    height: 16px;
    vertical-align: bottom;
}
.strip_title span:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 9px;
    border-bottom: 4px solid #ececec;
}
.section_artl_wrap {
    margin-bottom: 15px;
}
.section_artl_wrap .image {
    overflow: hidden;
    width: 110px;
    height: 60px;
    float: left;
    margin: 0 10px 0 0;
    border-radius: 13px;
}
.section_artl_wrap .text {
    width: 100px;
    float: left;
    clear: inherit;
    font-size: 12px;
    height: 60px;
    overflow: hidden;
    margin: 0;
    line-height: 15px;
}
.section_artl_wrap li {
    width: 224px;
    display: inline-block;
    margin: 0 15px 0 0;
}
.section_artl_wrap li:last-child {
    margin-right: 0;
}
/*
.section_artl_wrap .title .icon {
    width: 20px;
    height: 18px;
    background: #cecece;
    float: right;
}*/

dl.resources dd a:visited { color:#0857c1; }



dl.resources {
    float:left;
    margin:0 10px 0 0;
    width:171px;
}
dl.resources:last-child {
    margin-right: 0;
}
dl.resources dt {
    /*background-color:#eef8c6;
    border:1px solid #dbe6b0;
    color:#0857c1;*/
    background-color: #ebebeb;
    border: 1px solid #ccc;
    color: #000000;
    font-size:14px;
    text-align:left;
    padding:5px 0 5px 5px;
    margin:0;
    width:164px;
}
dl.resources dt, dl.resources dd { float:none; }
dl.resources dd  { margin:5px 0 5px 7px;}

#medsection1 {
    background-color: #fff;
    float: left;
    width: 715px;
    border: 1px thin #f4f4f4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 15px 15px 15px 15px;
}
.article-left-col {
    width: 715px;
    float: left;
    margin-right: 15px;
}
.option-bar {
    background-color: #dae6f6;
    border: 1px solid #0857c1;
    float: left;
    height: 19px;
    margin: 5px 0 20px 0;
    padding: 5px 7px;
    width: 699px;
    position: relative;
}

/*END OF INNER*/



/** Brussels Airlines **/

#brussels_wrap .main_text {
    clear: inherit;
    margin: 1px 0 0 0px;
    color: #09347a;
    /* font-size: 11px; */
    line-height: 14px;
    text-align: center;
    font-size: 14px;
}
#brussels_wrap .main_text .dis {
    display: block;
    margin-bottom: 1px;
}
#brussels_wrap .main_text .book {
    font-size: 12px;
}
#brussels_wrap .main_text .dol {
    color: #f70000;
}
    #brussels_wrap {
    width: 371px;
    height: 30px;
    background-repeat: no-repeat;
    border: solid 4px #f70000;
    background-color: #f7f7f7;
    /* border-radius: 3px; */
    background-color: #ffffff;
    float: left;
    margin-bottom: 10px;
    padding: 5px 10px;
}
    #brussels_wrap a {
    color: #000;
}
    #brussels_wrap .logo {
    width: 70px;
    height: 100%;
    float: left;
    margin-right: 10px;
    text-align: center;
    background-image: url(https://cdn.ghanaweb.live/design/brussels-airlines-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 69px;
    background-position: 2px 3px;
}

/*OPINION*/

/*  article.article-item.opinion-main {
    width: 408px !important;
    height: 408px !important;
  }
  article.article-item.opinion-main p {
    color: #d3d3d3;
  }
  .new-opinion{
    float: right;
    border: none;
    font-size: 12px;
    padding: 5px 8px;
    background-color: #eb6563;
    cursor: pointer;
  }*/

/*END OF OPINION*/

table tr td {
    border: 1px solid #D5E1A9;
    padding: 0.5em;
    vertical-align: top;
}
.business table.three-column {
    background: #ececec;
    border: solid 1px #ABD9E9;
}

.business table.three-column th {
    padding: 5px;
}



div.article-right {
    float:right;
    margin:0 0 10px 10px;
    width:300px;
}

div.article-left {
    float:left;
    margin:0 15px 15px 0;
    width:300px;
}

.trinity-player-iframe-wrapper {
    width: 400px !important;
    float: left;
    margin-bottom: 10px;
    margin-top: -14px;
}

p.article-image, div.article-image {  border:1px solid #000; padding:2px; float:left; text-align:center; }
.article-image a { float:left; position:relative}
div.article-left div.noPrint { clear:both}

p.article-image img, div.article-image img { }

p.article-image .image_captionm, div.article-image .image_caption {
    margin-top:1px;
    background:#ccc;
    text-align:left;
    font-size:12px;
    font-style:italic;
    font-weight:bold; 
    float:left;
    width:100%;
}

.position {
    position: relative;
}

/*p.article-image a:hover .play-icon {
    background:url(https://cdn.ghanaweb.live/design/play-icon.png) no-repeat 50% -55px;
    }*/

div.article-right {
    float:right;
    margin:0 0 10px 10px;
    width:300px;
}

div.article-left {
    float:left;
    margin:0 15px 15px 0;
    width:300px;
}

.listen {
    display: inline-block;
    /* background: #f2f2f2; */
    /* border: solid 1px #e4e4e4; */
    float: left;
    color: red;
    margin: 0 0 10px 0;
    /* border-radius: 35px; */
    text-align: center;
    /* border: 0 !important; */
    border-left: 1px solid #c4946c !important;
    border-right: 0 !important;
}

.listen a {
    display: inline-block;
    padding: 0;
    width: auto;
}

.listen a .icon {
    display: inline-block;
    width: 14px;
    height: 20px;
    float: left;
    background: url(https://cdn.ghanaweb.live/design/listen_audio.svg);
    background-size: 13px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: 0 2px;
}

.listen a .text {
    margin: 0 5px;
    display: inline-block;
    float: left;
    line-height: 20px;
    /*color: #c70100;*/
    font-size: 14px;
}

p.article-image {  border:1px solid #000; padding:2px; float:left; text-align:center; border-radius: 13px;}
.article-image a { float:left; position:relative}
div.article-left div.noPrint { clear:both}

p.article-image img {border-top-left-radius: 13px;     border-top-right-radius: 13px;}

.article-image .play-icon {
    top: 0;
}

p.article-image .image_caption {
    margin-top:1px;
    background:#ccc;
    text-align:left;
    font-size:12px;
    font-style:italic;
    font-weight:bold; 
    float:left;
    width:100%;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;

}

.position {
    position: relative;
}

/*p.article-image a:hover .play-icon {
    background:url(https://cdn.ghanaweb.live/design/play-icon.png) no-repeat 50% -55px;
    }*/

img { border-width:0px }
#medsection1 a { color:#2a74ae; text-decoration:none }
#medsection1 a:visited { color:#5c7996; }
#medsection1 a:focus { outline:none }
.message { font-weight:bold; color:green; }
.error { font-weight:bold; color:red }
label{
    float:left;
    width:14em;
    font-weight:bold;
    text-align:right;
    margin-right:0.8em;
    margin-bottom:20px;
    clear:both
}
.submit{ margin-left:14.8em; clear:both }
fieldset{
    clear:both;
    border:1px solid black;
    width: 600px;
    padding-top:10px;
}
fieldset input { margin-right:3px; }
legend{ font-size:11px }
.fieldbox {
    float:left;
    width:350px;
    margin-bottom:15px
}
.photo_box {
    align:right;
    float:right;
    margin-left:5px;
    margin-bottom:5px
}

/* Share styles

#share{visibility:hidden;width:445px;position:absolute;top:100px;left:100px; z-index:10;}
#share .inner{width:435px;margin:5px;}
#share .inner img.cntrl {
    position:absolute;
    right:-20px;
    top:-20px;
}

#share .inner ul{width:435px;}
#share .inner li{clear:none; float:left;width:200px; margin-right:10px;}*/

#share { margin:-1px 0 0}
#share li{ /*padding-top:5px;margin-bottom:5px;*/ border:none; padding:0 5px}
#share li a{text-indent:-9999px; display:block; border:none; height:20px; width:20px; background:url(https://cdn.ghanaweb.live/design/social_sprite.png); background-position:0 0}
#share li a:hover{ }

/*.popup-box{background:#fff;padding:10px 20px;border:10px solid #0857c1;float:left;width:480px;position:fixed;top:30%;left:50%;margin:0 0 0 -250px;z-index:100;}
.popup-box .share-top{float:left;margin-bottom:5px;width:480px;}
.popup-box h3{border:0;float:left;width:480px;margin:5px 0 7px 10px;}
.popup-box ul li{list-style-type:none; clear:none; float:left;}*/




#share a.whatsapp{background-position:-21px -147px}
#share a.facebook{background-position:-20px 0}
#share a.twitter{ background-position:-20px -30px}
#share a.gplus{background-position:-20px -60px}
#share a.email{background-position:-20px -120px}
#share a.print{background-position:-20px -90px}

#share a.whatsapp:hover{background-position:-1px -147px}
#share a.facebook:hover{background-position:0 0}
#share a.twitter:hover{ background-position:0 -30px}
#share a.gplus:hover{background-position:0 -60px}
#share a.email:hover{background-position:0 -120px}
#share a.print:hover{background-position:0 -90px}

/*#share a.print{background:url(https://cdn.ghanaweb.live/design/gif_sprite3.gif) -10px -638px no-repeat;}*/



/*STICKY BANNER*/

.sticky-banner{
    position: fixed;
    top: 5px;
  }

/*END OF STICKY BANNER*/















#banner{
    float:left;
    background-color:#eef8c6;
    width:976px;
    vertical-align:middle;
    overflow:hidden;
    padding:12px;
    height:90px;
    overflow:hidden;
}

#gw_leaderboard {
    width:728px; height:90px; margin:0; padding:0; float:left;
    overflow:hidden
    }
#search{
    width:224px;

    float:right;
    background-color:#eef8c6;

    border-left:1px solid;
    padding:5px 0 5px 12px;
}

#search h5 {
    font-size:14px;
    padding-bottom:6px;

}

#search label, #search input {
    width:auto;
    clear:none;
    font-weight:normal;
    float:left;
    margin:0;

}
#search label {
    padding:0 8px 0 4px
    }

#search .srhType {
    float:left; padding:4px 0 0
    }


#search #searchbox{
    float:left;
    padding-bottom:7px;
    width:100%;
    _width:100%;
}
#search #searchbutton{
    float:right;
}
#search #searchbox1{
    height:25px;
    border:1px solid #cecfce;
    border-radius:3px;
    color:#262626;
    width:221px;
    _width:221px;
}
#search #searchbtn, #loginFormFields input#loginbtn {
    background-color:#0857c1;
    border:none;
    color:#FFF;
    cursor:pointer;

    height:23px;
    padding:0 5px 2px;
    border-radius:3px;
    font-weight:bold;


}

.srcType {
  float: left;
  padding-top: 4px;
  width: auto;
}
#search #newto {
    float:left;
    color:#000;
    margin-top:5px;
    width:259px;
}
#search #loginem {
    float:left;
    width:96px;
    _width:86px;
}
#search #email { width:96px; _width:86px; }
#search #loginpas {
    float:left;
    width:84px;
    _margin-right:2px !important;
}
#search #password { width:84px; }
#search #loginem, #search #loginpas { padding-top:4px; margin-right:5px; }
#search #email, #search #password {
    height:19px;
    color:#262626;
    border:1px solid #cecfce;
}
#loginbtndiv {
    float:right;
}
#search #loginbtn {
    background-color:#778E1A;
    border:1px solid #CECFCE;
    color:#FFF;
    cursor:pointer;
    height:21px;
    padding:0 0 4px;
    width:64px;
}

#loginFormLinks a.logIn:target #loginFormFields {
    display: inline-block;
}

#loginFormLinks a.logIn:target #open {
    display: none;
}


#leftspacer{ height:500px; background-color:#eef8c6; }

/*#medsection2, #medsection3 {
    float:left;
    width:808px;
    _width:800px;
    background-color:#fff;
    border:1px thin #f4f4f4;
    font-size:12px;
    padding:0 0px 15px 10px;
}*/

#medsection2 #rightsection.larger, #medsection3 #rightsection.larger { width:200px; }
#medsection2 #rightsection.larger h3, #medsection3 #rightsection.larger h3,
#medsection2 #rightsection.larger p, #medsection3 #rightsection.larger p { clear:none; }
#medsection2 #rightsection img, #medsection3 #rightsection img { display:block; margin:0 auto; }
#medsection2 #rightsection .menuheading, #medsection3 #rightsection .menuheading {
    background-color:#666;
    color:#FFF;
    margin:0 0 7px 0;
    clear: left;
}
#medsection2 #rightsection p, #medsection3 #rightsection p { padding:0 8px; }
#medsection2 #rightsection a, #medsection3 #rightsection a { color:#666; text-decoration:none; width: 140px;
    overflow: hidden; margin: auto; }
/*#leftsection {
    float:left;
    width:170px;
    height:100%;
    margin:5px 0 5px 5px;
    border:1px solid #d5e1a9;
    background-color:#eef8c6;
}*/
#medsection2 a:visited, #medsection3 a:visited { color:#767676; }
#medsection3 a { color:#0000FF !important; }
#center-column {
    float:left;
    padding-right:10px;
    _padding-right:0;
    width:590px;
    _width:580px;
}
#medsection2 .adbox-center a {
    width: 140px;
    overflow: hidden;
    margin: auto;
}
#medsection2 .larger a {
    width: 180px !important;
    overflow: hidden;
    margin: auto;
}
#adsense_top {
    float:left;
    width:500px;
    text-align:right;
    background-color:#0857c1;
    height:17px;
    padding:4px 0;
}
#adsense_bottom {
    float: right;
    padding-top: 4px;
}
#first a{
    text-decoration:none;
    padding-left:2px;
    font-weight:bold
}
#first a:hover{
    text-decoration:underline;
    padding-left:2px;
    font-weight:bold
}


#options{ float:right; clear:none; }
#options a{
    font-size:11px;
    color:#fff;
    text-decoration:none;
    font-weight:normal;
    padding-right:8px;
}











#headline{
    padding-top:15px;
    padding-bottom:15px;
    font-weight:bold;
    font-size:11px
}
#newsimg{ padding-right:15px; }
#rowimg{ float:left }
#rowname{
    float:left;
    padding-right:15px;
    width:280px;
    height:75px
}
#rowname #head{
    font-weight:bold;
    font-size:11px;
    padding-bottom:10px;
}
#rowname #head a{ text-decoration:none; color:#006699; }
#rowlocation{ float:left; height:75px; }
#row{
    border-bottom:1px solid #f0f0f0;
    width:530px;
    padding-top:10px;
    padding-bottom:10px
}
#footer{
    background-color:#0857c1;
    height:25px;
    clear:both;
    width:100%;
    position: relative;
}
#footer #footerrechts {
    color:#FFF;
    width:45%;
    float:right;
    padding:3px;
    text-align:right
}

.basictab{
    clear: both;
    margin: 8px 0px 8px 0px;
    padding: 0px 0px 3px 0px;
    font-family:Verdana, Arial, Helvetica;
    font-size:11px;
    border-bottom:8px solid gray;
    list-style-type:none;
    text-align:left
}
.basictab li{ background-color:#F1F1F1; padding: 4px 10px 4px 10px ; display:inline;  margin: 0px 6px 0px 0px;}
.basictab li a{
    background-color:#F1F1F1;
    padding-bottom: 2px;
}

.basictab li a:visited{ color:blue; }
.basictab li a:hover{ color:red; }
.basictab li.selected {
    background-color:gray;
    font-weight:bold;
    color:white;
}

dt {
    float:left;
    clear:left;
    width:120px;
    text-align:right;
    font-weight:bold;
    margin-right:10px
}
dd {
    margin-left:0px;
    margin-bottom:10px;
    float:left
}

.topstory dt {
    width:65px;
    text-align:left;
    background-color:gray;
    color:white;
    padding:3px;
    margin-right:7px;
    font-size:90%;
    height:12px;
    overflow:hidden
}
.topstory dd { padding-top:3px; margin-bottom:8px }
blockquote.pull-quote {
    background:url(https://cdn.ghanaweb.live/design/png_sprite_5.png) -120px -535px no-repeat;
    margin-top:9px;
}
blockquote.pull-quote p {
    display:block;
    text-indent:20px;
    padding-bottom:3px !important;
    margin-bottom:0;
}
blockquote.pull-quote strong {
    display:block;
    text-align:right;
    padding:3px 7px 10px 0;
}

#left-column {
    float:left;
    position:relative;
    width:660px;
}
#live-radio-button, #live-tv-button  {
    height:22px;
    background:url(https://cdn.ghanaweb.live/design/png_sprite_5.png) -25px -440px no-repeat;
    text-indent:-9999px;
    display:block;
    width:90px;
    float:left;
    margin:0 0 10px 10px;
    }

#live-tv-button {
    background-position:-25px -403px;
    width:70px

}


#ads {
    float: right;
    overflow: hidden;
    margin: 20px 0;
    width: 300px;
    position: relative;
}
#ads .ad { margin-bottom:20px; clear:both }
#ads .home_job_widget {background: #f0f8ff url(https://cdn.ghanaweb.live/images/jobs-bg.png);
    background-repeat: no-repeat; background-position: 4px -20px; border:1px solid #cddce8; }
#ads .home_job_widget ul { margin: 10px 0 10px; }
#ads .home_job_widget ul li { margin-top:6px; }
#ads .home_job_widget ul li a { color: #000; font-size: 13px; }
#ads .home_job_widget ul li a:hover { color: #064b92; }
#ads .home_job_widget .job-more { 
    padding: 0px 132px;
    background: #f3f8fd;
    border-top: solid 1px #d9eaf9;
    border-bottom: solid 1px #d9eaf9;
    font-size: 13px;
    font-weight: 700;
    color: #000;}
#ads .home_job_widget .job-more:hover {
    background: #e6eff7;
}

table { border-collapse:collapse; }

table tr td.image-holder { padding:0; }

div.house-listing {
    border:1px solid #CDCDCD;
    float:left;
    height:114px;
    padding:5px;
    margin:2px 4px 2px 0;
    width:288px
}


div.object-listing {
    border:1px solid #CDCDCD;
    float:left;
    padding:5px;
    margin:2px 1px 2px 0;
    width:285px
}

#div.object-listing:hover { cursor:pointer; }
div.object-listing img {
    float:left;
    margin:0 10px 0 0;
}
div.object-listing descr_1{ float: left;  }
div.object-listing descr_2{ float: left; clear: left;}

.option-bar p {
    border-right:1px solid #c4946c;
    clear:none;
    float:left;
    margin:0 10px 0 0;
    padding-right:10px;
}
.option-bar p a { font-weight:bold; }
.option-bar ul { float:right; }
.option-bar ul li {
    border-right:1px solid #c4946c;
    float:left;
    list-style:none;
    list-style-type:none;
    padding:0 10px;
    margin:0;
}
.option-bar ul li.last, .option-bar p.last { border-right:none; padding-right:0; }
#address-listing { float:left; }
#address-listing li {
    padding:0 0 0 100px;
    list-style:none;
    list-style-type:none;
    margin:0 0 8px 0;
    width:260px;
}
#address-listing li label {
    float:left;
    font-weight:strong;
    margin:0 0 0 -115px;
    width:105px;
}
#right-photo-listing { float:right; }
#right-photo-listing li { list-style:none; list-style-type:none; }
#right-photo-listing li img { width:220px; }


div#news-flash {
    border:1px solid #666;
    background-color:#E2E2E2;
    margin-left:8px;
    float:left;
    padding:0px 15px 20px 15px;
    width:592px;
}
div#news-flash img { margin-right:10px; }
div#news-flash p { clear:none; }
div.ad-holder {
    background-color:#2A743A;
    color:#FFF;
    height:120px;
    margin:30px 0;
    text-align:center;
    width:100%;
}
.height250px { height:250px !important; }
.height600px { height:600px !important; }


.image_caption span{ padding:2px 5px; display:block; }

div.alert-box { background-color:#E0F3FF; padding:4px 6px; }
div.alert-box h4 {
    font-size:12px;
    font-style:italic;
    padding:8px 0 0;
    margin:0 0 6px 0;
}
div.alert-box.tv-icon {
    background-image:url(https://cdn.ghanaweb.live/design/tv-icon.gif);
    background-position:6px 6px;
    background-repeat:no-repeat;
}
div.alert-box.tv-icon h4 { padding:8px 0 0 33px; }
/* Archive Section */
#year-breakdown { width:160px; }
#year-breakdown h4 {
    background-color:#262626;
    color:#FFF;
    clear:both;
    text-align:center;
    padding:4px 0;
    width:100%;
}
#year-breakdown ul, #month-breakdown ul { float:left; width:100%; }
#year-breakdown ul li, #month-breakdown ul li {
    color:#CCC;
    float:left;
    list-style:none;
    list-style-type:none;
    margin:0 0 2px 0;
    text-align:center;
    padding:8px 0;
    width:40px;
}
#month-breakdown {
    background-color:#CCC;
    border:1px solid #262626;
    padding:4px 5px;
    margin:0 10px 0 10px;
    width:70px;
}
#month-breakdown h5 {
    font-size:13px;
    margin:0 0 6px;
    text-align:center;
}
#month-breakdown ul li {
    color:#262626;
    padding:4px 0 4px 10px;
    text-align:left;
    width:100%;
}
#month-breakdown ul li a { font-weight:bold; }
#month-breakdown ul li strong {
    float:right;
    margin:0 9px 0 0;
    width:35px;
}
.highlighted-item {
    background-color:#FFE7FF;
    border:1px solid #330D3C;
    padding:8px 8px 2px;
    min-height:80px;
    _height:80px;
    margin:10px 0;
}
#medsection3 .highlighted-item {
    display:inline-block;
    min-height:70px;
    padding-bottom:5px;
}
#medsection3 .highlighted-item a {
    height:auto;
    width:auto;
}
#medsection3 .highlighted-item h3, #medsection3 .highlighted-item p {
    float:left;
    width:100%;
}
#medsection3 .highlighted-item p {
    width:50%;
}
.highlighted-item a {
    float:left;
    height:76px;
    margin:0 9px 9px 0;
}
.highlighted-item h3 {
    font-size:14px;
    *float:left;
    float:left;
    margin-top:0;
    width:130px;
}
.highlighted-item h3, .highlighted-item p { clear:none; }
.highlighted-item h3 a {
    color:#e31479;
    height:auto;
    float:left;
    margin:0;
}
/*.highlighted-item .img-container { float:left; margin:0 9px 9px 0; width: 100px; height: 75px; overflow: hidden };*/
.highlighted-item .img-container { float:left; margin:0 9px 9px 0; width: 282px; height: 131px; overflow: hidden }
.business-popular .img-container { width: 100px; height: 75px; };
.highlighted-item img { float:left; margin:0 9px 9px 0;  }
.highlighted-item.center, .ad-holder.center { margin:10px auto; width:300px; }
#flash-banner { margin:5px 0 15px 0; }
/* stock listing */
#stock-listing {
    background-color:#98B9D7;
    border:1px solid #ABD9E9;
    float:right;
    margin-top:5px;
    /*width:200px;*/
    width:186px;
}
#stock-listing h3 {
    background-color:#E0F3FF;
    color:#c4946c;
    font-size:12px;
    margin:0 0 5px 0;
    padding:4px;
    _width:208px;
}
#stock-listing dl {
    font-size:10px;
    padding-left:4px;
    padding-bottom:10px;
    width:180px;
}
#stock-listing dl dt { color:#000; text-align:left; }
#stock-listing dl.two-column dt { width:100px; }
#stock-listing dl.two-column dd { width:85px; }
#stock-listing dl.three-column dt { width:50px; }
#stock-listing dl.three-column dd { width:60px; }
.business-highlighted-item {
    background-color:#E0F3FF;
    border:1px solid #ABD9E9;
    float:left;
    margin:5px 0;
    padding:8px 8px 8px 175px;
}
.business-highlighted-item img { float:left; margin-left:-165px; }
.business-highlighted-item h3 a { color:#c4946c; }
dl.date-breakout { margin:8px 0; width:100%; }
dl.date-breakout dt {
    float:left;
    font-weight:bold;
    margin-left:5px;
    text-align:left;
    width:75px;
}

dl.date-breakout dd {
    /*background:url(https://cdn.ghanaweb.live/design/darkgreen_square_bullet.png) no-repeat left center;*/
    height:12px;
    width:7px;
    background:url(https://cdn.ghanaweb.live/design/png_sprite_5.png) -45px -263px no-repeat;
    clear:left;
    margin:5px 0px 15px 50px;

    padding-left:12px;

    width:100%;
}

dl.date-breakout dd.nobullet { background-image:none; padding-left:0; }

dl.normal dt {
    text-align:left;
    margin-bottom:5px;
    width:100%;
}
dl.normal dd {
    clear:left;
    padding-left:15px;
    width:100%;
}
.generic-panel {
    background-color:#E2E2E2;
    border:1px solid #c70100;
    margin:10px 0;
}
.generic-panel .menuheading { margin-bottom:8px; }
.generic-panel img {
    display:block;
    margin:0 auto;
}
/*mmmm Generic Classes mmmm*/
p.caption {
    font-weight:bold;
    padding:5px 4px 0 4px !important;
    text-align:center;
}
.floatLeft { float:left; margin:0 6px 0 0; }
.floatRight {
    clear:none;
    float:right;
    margin:0 0 0 6px;
}
.noTopMargin { margin-top:0 !important; }
.paddedBorder { border:1px solid #0857c1; padding:2px; }


.videosec{
    float:left;
    background-color:#999;
    padding:0px 8px 8px 8px;
    color:white;
    width:316px;
    height:auto;
}
.videosec h3 {
    clear:left;
    font-size:120%;
    margin-bottom:2px;
}
.videosec img { float:left; margin-right:8px; }
.videosec .v_headline{
    float:left;
    width:155px;
    height:80px;
    overflow-y:auto;
    overflow-x:hidden;
    scrollbar-base-color:#eef8c6;
}
.videosec .videodate{
    float:left;
    width:155px;
    padding-bottom:5px;
    font-size:10px;
    font-weight:bold;
}
.tinted-box {
    border:1px solid #666;
    margin-bottom:10px;
    padding:10px 10px 20px;
}
.tinted-box h2 {
    margin-top:0;
}
.tinted-box img { margin:0 15px 8px 0;}
.adbox-center {
    float:left;
    margin-right:10px;
    width:160px;
}
/** Video News Column Ends **/
.pagination_bar { width:715px; padding-bottom: 10px; }
.pagination_bar h1 {
    clear:none;
    float:left;
    width:auto;
}
.pagination_bar .pagination {
    height: 50px;
    width: auto;
    float:right;
    margin-top:10px;
    margin-bottom: 5px;
    vertical-align:bottom;
}
.pagination_bar .pagination a {
    border:1px solid black;
    border-top:1px solid black;
    display:inline-block;
    padding: 3px;
    margin-left:3px;
}
.pagination_bar .pagination .disabled {
    border:1px solid #808080;
    background-color:white;
    display:inline-block;
    padding: 3px;
    margin-left:3px;
    color:#808080;
}
.pagination_bar .pagination .current {
    border:1px solid black;
    background-color:#c0c0c0;
    display:inline-block;
    padding: 3px;
    margin-left:3px;
}

#comment_area { width:100%; background-color:#eeeaea; /*margin: 0 0 0 10px;*/ }

#comment_area h3 {
    background-color:#404040;
    color:white;
    font-size:100%;
    padding:3px;
}
#comment_area .google {
    margin-right:10px;
    padding:0px 6px 6px 0px;
    border-width:1px;
    border-style:none solid none none ;
    float:left;
}

#comment_area .threads {
    clear: both;
    width: 100%;
    margin-top: 15px;
}

#comment_area   .comment {
    #width: 100%;
    padding-left: 6px;
    padding-right:6px;
}

/* 
#comment_area .line1 { height:21px; background-color:#eeeaea; }

#comment_area .mlabel {
    width:100px;
    font-weight:bold;
    float:left;
}
#comment_area .line_active {
    height:21px;
    background-color:#dcd6d6;
    font-weight:bold;
}
#comment_area .subject {
    height:21px;
    width:350px;
    float:left;
    overflow:hidden;
}
#comment_area .subject_txt {
    font-size:90%;
    height:21px;
    padding-top:2px;
    padding-left:3px;
    overflow:hidden;
}
#comment_area .author {
    font-size:90%;
    height:21px;
    width:184px;
    float:left;
    overflow:hidden;
}
#comment_area .dtime {
    font-size:80%;
    height:21px;
    width:57px;
    padding-right:3px;
    float:right;
    overflow:hidden;
}
#comment_area .im_n {
    float:left;
    height:21px;
    width:9px;
    background:url(https://cdn.ghanaweb.live/design/gif_sprite3.gif) -7px -436px no-repeat;


}
#comment_area .im_m {
    float:left;
    height:21px;
    width:10px;
    background:url(https://cdn.ghanaweb.live/design/gif_sprite3.gif) -7px -401px no-repeat;
}
#comment_area .im_c {
    float:left;
    height:21px;
    width:7px;
    background:url(https://cdn.ghanaweb.live/design/gif_sprite3.gif) -7px -489px no-repeat;

}
#comment_area .im_t {
    float:left;
    height:21px;
    width:10px;
    background:url(https://cdn.ghanaweb.live/design/gif_sprite3.gif) -5px -464px no-repeat;

}
#comment_area .im_l {
    float:left;
    height:21px;
    width:8px;
    background:url(https://cdn.ghanaweb.live/design/gif_sprite3.gif) -4px -520px no-repeat;
}
#comment_area .im_i {
    float:left;
    height:21px;
    width:10px;
    background:url(https://cdn.ghanaweb.live/design/gif_sprite3.gif) -5px -549px no-repeat;
} */
#comment_area .im_3 {
    float:left;
    /*width:9px;
    height:21px;
    background-image:url(https://www.ghanaweb.biz/GHP/img/sil2/3.gif); */
    height:20px;
    width:8px;
    background:url(https://cdn.ghanaweb.live/design/gif_sprite3.gif) -0px -556px no-repeat;
}
#comment_area .im_2 {
    float:left;
    /*width:9px;
    height:21px;
    background-image:url(https://www.ghanaweb.biz/GHP/img/sil2/2.gif); */
    height:20px;
    width:9px;
    background:url(https://cdn.ghanaweb.live/design/gif_sprite3.gif) -0px -556px no-repeat;
}


.style_table_1 { clear: both; margin: 0px; padding: 0px; border-collapse: collapse; border: 2px solid; border-color: grey;}
.style_table_1 td { padding:3px 6px 6px 5px; vertical-align: top; }
.style_table_1 th { padding:3px 6px 6px 5px;text-align: left; font-weight:bold; background-color: gray; color: white }
.style_table_1 .label {font-weight: bold;}

.classified { width: 605px; clear: both; background-color: #EEEEEE; float:left}
.classified .header { height: 40px; width: 601px; background-color: #303838; color: white; padding: 2px;}
.classified .datetime {width: 100px; float: left; font-size: 80%; vertical-align: top;}
.classified .title {width: 400px; float: left; font-size: 110%; font-weight:bold;  padding: 6px 0px 6px 0px; text-align: center;}
.classified .nr {width: 100px; float: right; font-size: 80%; text-align: right;}
.classified .content    {padding: 4px 10px; float:left; width:585px;}
.classified .imgbox {float: right; margin-left: 10px; margin-bottom:10px; }

.search_result { width: 700px; clear: both; margin-bottom: 10px; }
.search_result .URL { color: green; }

.profile {
    float: left;
    width: 400px;
    margin-left: 5px;
}

.profile dl {
    width: 100%;
}

.profile dt {
    clear: both;
    text-align:right;
    margin-bottom:5px;
    width: 120px;
}
.profile dd {
    float: left;
    padding-left:15px;
    width: 255px;
}


/* Easy CSS Tooltip - by Koller Juergen [www.kollermedia.at] */
 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; }
 /*a:hover {text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span
{
    /* display:none; */
    /* padding:10px; */
    /* margin-left:8px; */
    /* background:#ffffff; */
    /* width:350px; */
    /* text-decoration:none; */
}

a.tooltip:hover
{
    text-decoration:none !important;
}


.line1.commentLevel2 {
    margin-left: 30px;
}

.line1.commentLevel2 {
    margin-left: 60px;
}



.threads-listings{ width:100%;}
.float-left{ float:left;}
.threads-listings #thread-rows{height:30px;}
.threads-listings #topic{width:58%;}
.threads-listings #author{width:20%;}
.threads-listings #date{width:20%;}


.option_bar{ width:auto; }
.option_bar div  { float:left;}


/*-------------*/
.clear{ clear:both;}

.profile-listing{
    margin-bottom:5px;
    width:168px;
    border:1px solid #cccccc;
    position:relative;
    height:74px;
    clear: both;
}
.square-picture
{
    margin:5px;
    float:left;
    position:absolute;
    margin-left:-4px;
    margin-top:-5px;
    clip:rect(10px, 70px, 70px, 10px);
}

.descr{
    margin:5px;
    position:relative;
    float:right;
    width:92px;
    text-align:left;
}

/* musicians Page CSS */

.musician-main-div{width:100%;}
.musician-main-div #musician-column{float:left; width:30%; margin:5px;}

#adsense_leaderboard{
    text-align: center; clear: both; padding: 6px;
}

.hmLeftNav {float:left; margin:15px 18px 15px 0; width:160px;}
.hmResources{float:left;}
.rightNavSection{height:600px;margin-bottom:10px;}
.leagueTable{float:left; width:130px;}
.featPlayer{width: 120px; float: right; margin-top: -10px;}
#navigation_advert2{margin-top:2px; margin-bottom:6px; margin-left:4px;}
#newsGoogleAd{background-color:#CACACA; border:1px solid #666; width:275x; text-align:center; padding:4px;}

/*Begin NEW entertainment news */
.entNewsPtn .column1, .entNewsPtn .column2 {width:285px; float:left;}
.entNewsPtn .column1 {margin:0 20px 0 0;}

.entNewsPtn h2 { border-top:3px solid #f8c0f8; color:#ff9000; font-size:16px; font-weight:normal; margin:0; padding:3px 0 2px; float:left; width:100%}
.entNewsPtn h2 a { color:#ff9000 !important;}
.entNewsPtn ul { list-style-type:none; background:url(https://cdn.ghanaweb.live/design/ent-dash.gif) bottom left repeat-x; clear:both; margin:0 0 15px; padding:0; width:100%;}
.entNewsPtn ul li {background:url(https://cdn.ghanaweb.live/design/ent-dash.gif) repeat-x; padding:8px 0; margin:0 0 1px 0 !important; list-style-type:none; clear:both}
.entNewsPtn li a.bullet { background:url(https://cdn.ghanaweb.live/design/bullet_ent.gif) no-repeat 2px 4px; padding-left:12px; display:block}


.entHeadline {background:url(https://cdn.ghanaweb.live/design/ent-dash.gif) repeat-x; width:100%; padding:12px 0; float:left;}
.entHeadline a, .entHeadlineMain {font-weight:bold; font-size:14px;}
.entHeadline a img, .entHeadlineMain a img {float:left; border:1px solid #fff;}
.entHeadline a img {margin:0 5px 0 0;}
.entHeadline a:hover img, .entHeadlineMain a:hover img {border:1px solid #ff9000}

.entHeadlineMain {float:left; padding:0 0 10px; position:relative; width:100%;}
.entHeadlineMain h2 { position:absolute; top:5px; left:-3px; width:auto; font-size:10px; text-transform:uppercase; border:1px solid #f8c0f8; padding:2px 5px; background:#FFFFFF}

.entNewsPtn a.archiveLink { font-weight:bold;}

.entNewsPtn ul li.break {}
.entNewsPtn ul li.break a img {float:left; margin-right:5px; border:1px solid #e7e7e7}
.entNewsPtn ul li.break a:hover img { border:1px solid #ff9000}
.entNewsPtn li.break { background:#e7e7e7; padding:6px; font-weight:bold; float:left; border:1px solid #666; margin-bottom:8px;}



/*End NEW entertainment news */


/* Recommended links on homepage css - Lionel
-------------------------------------------------------------- */
.featLks {
    width:198px;
    border:1px solid #dbe6b0;
    }

.featLks a {
    text-decoration:none
    }

.featLks h2.hd {
    background:#f5fdd6;
    }

.featLks ul {
    margin:5px 4px;
    }

.featLks li {
    margin:4px 0 8px 0;
    padding:0px;
    }

.featLks li a {
    color:#262626 !important;
    }

.featLks li a:hover {
    color:#0857c1 !important;
    }

/* facebook like links on  sections - Lionel
-------------------------------------------------------------- */

/* CPC ADS - Lionel
-------------------------------------------------------------- */
.memberAdsContainer {float:left; width:160px; padding:0; border:1px solid #DBE6B0; border:none; margin:0 0 10px;}
.memberAdHeading {background:#999;padding: 4px;font-weight:bold;color:#FFFFFF;}
.memberAdHeading a {font-weight:normal; float:right; color:#FFFFFF; font-size:10px; text-decoration:underline;}
.memberAdHeading a:hover {text-decoration:none;}
.memberAd { border:1px solid #D3D3D3; border-top:none; float:left; padding:5px 4px 5px 4px; width:150px; font-size:11px}
.memberAdsContainer div.last {border:none;}
.memberAd a{text-decoration:none;word-wrap: break-word;}
.memberAd .title {font-weight:bold;}
.memberAd .title a { color:#262626 !important}
.memberAd .title a:hover {text-decoration:underline; color:#7E961C;}
.memberAd .info {color:#7d7d7d; font-style:italic; clear:left; float:left; margin:2px 0 0;}
.memberAd .info:hover {text-decoration:underline}
.adText {color:#262626; font-size:10px;}
.adText:hover {text-decoration:underline; color:#262626;}
.memberAd a img {float:left; margin:3px 5px 0 0; border:1px solid #f2f2f2;}
.memberAd a:hover img {border:1px solid #000;}

.memberAdsContainer ul { margin:0; list-style-type:none}
.memberAdsContainer ul li { margin:0;}
.memberAdsContainer ul li a { float:left}
.scrollContainer { height:467px; overflow:hidden; position:relative; background:#9a9a9a;}
.memberAdsContainer h2 { font-weight:normal; font-size:14px; text-align:center; margin:0; line-height:18px;  background:#9a9a9a; padding:5px 0;}
.memberAdsContainer h2 a { color:#FFF}





h2.hd {
    font-size:13px;
    border-bottom:1px solid #dbe6b0;
    font-weight:bold;
    color:#0857c1;
    padding:3px 3px 3px 4px;
    margin:0 !important;
    }

/* search form on the different section of the portal*/

.portalSearch {
    width:593px;
    padding:10px 0 10px 10px;
    float:left;
    background:#f2f2f2;
    border:1px solid #ebebeb;
    margin:0 0 15px;
    font-size:12px;
    }

.portalSearch ul {
    list-style-type:none;
    width:100%;
    float:left
    }

.portalSearch li {
    margin:0px;
    float:left;
    margin:0 10px 0 0;
    }

.portalSearch label {
    margin:0;
    width:auto;
    font-weight:normal;
    clear:none
    }

.portalSearch li label {
    padding:4px 5px 0 0;
    }

.portalSearch li input {
    font-size:13px;
    padding:0 3px;
    }

.portalSearch select {
    height:20px;
    margin:0 0 0 0;
    padding:1px ;
    }

.portalSearch option {
    padding:3px 5px;
    }

.portalSearch li input, .portalSearch select {
    font-size:13px;
    color:#747272;
    height:22px;
    border:1px solid #b6b5b5;
    }

.portalSearch li input {
    height:20px
    }

.srhBtnDiv  {
    width:583px;
    width:100%;
    float:left
    }

.srhBtn {
    border:1px solid #5a3307;
    background:#1c4611;
    float:right;
    color:#FFFFFF;
    font-size:11px;
    padding:1px 9px;
    margin:0 12px 0 0;
    }

.chkTit {
    float:left;
    margin:2px 0 0 53px;
    }

.srhBtnDiv label {
    padding:2px 0 0 5px;
    font-size:11px;
    }


/*
classifieds search
*/
.srhClassifieds input, .srhClassifieds select {
    width:235px;
    }
/*
hotels search
*/
.srhhotels input {
    width:168px;
    }

.srhhotels select {
    width:125px;
    }



/* additional style for home page to display election banner, main - Lionel
-------------------------------------------------------------- */
#top-stories dl.topstory { width:330px;}

#top-stories dl.topstory dd { widows:313px; height:14px; overflow:hidden}

#ghElections-button {position:absolute; right:20px; top:175px; width:90px; height:35px; overflow:hidden; text-indent:-9999px; background:url(https://cdn.ghanaweb.live/election2012/hm_elections_banner.jpg) no-repeat}


/* Style for Election 2012 results on homepage - Lionel
-------------------------------------------------------------- */
.canListHome{float:left;width:740px}
.canListHome h1,.canListHome h2{font-size:14px;margin-bottom:3px}
.canListHome .canWrapper{background:none repeat scroll 0 0 #808080;float:left;margin-bottom:1px;padding:9px 2px 10px 10px;width:729px}
.canListHome .can{background:none repeat scroll 0 0 #fff;height:126px;margin:0 6px 0 0;padding:4px 5px;position:relative;width:75px;float:left}
.canListHome .embImg{margin-left:0;margin-right:5px;margin-top:0;width:20px; float:left}
.canListHome .parDet h5{float:left;font-size:12px;font-weight:bold;margin:1px 3px 2px 0}
.canListHome .canImg{border:1px solid #000;margin:1px 0;width:73px}
.canListHome span.canName{display:inline-block;font-size:11px;padding:0 2px;text-align:center;width:71px}
.canResults2{color:#262626;font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:11px;line-height:150%;margin-bottom:1px;vertical-align:top}
.canResults2 th{background:none repeat scroll 0 0 #808080;color:#fff;font-size:12px;padding:3px 15px;text-align:center;text-transform:uppercase}
.canResults2 th,.canResults2 tr td{border-bottom:1px solid #e0e0e0;border-right:1px solid #e0e0e0}
.canResults2 tr td{border-left:medium none;border-top:medium none;padding:3px;vertical-align:top;text-align:center}
.legend{clear:left;width:100%;position:relative;padding:2px 0}
.legend span{display:inline-block;padding:2px 5px;margin-right:1px;font-weight:bold}
.legend a{position:absolute;right:0;color:#2a74ae;text-decoration:underline;font-weight:bold}
.legend a:hover{color:#262626;text-decoration:none}
.canListHome .winner,.legend span{background:#faef6e}


/* additional style for Newsarchive - Lionel
-------------------------------------------------------------- */
#daysOpinions dt {
    background:#fca615;
    color:#000;
}


/* additional style for business default - Lionel
-------------------------------------------------------------- */
#center-column .bizHome{width:610px;}
#center-column .bizHome .column1{width:300px !important; padding:2px 10px 2px 0px}
#center-column .bizHome .column2{width:300px !important; padding:2px 0}
.bizHome .highlighted-item h3{width:164px;}


/* blog list style on main news page - Lionel
-------------------------------------------------------------- */
.blogLinks {float:left; margin:0 18px 15px 0; width:160px; clear:left}
.blogLinks div {margin:0 0 15px 0; float:left;line-height:130%; }
.blogLinks h5 {clear:both; border:1px solid #666666; background:#d1d1d1; border-top:none; padding:2px 6px; width:146px; color:#666666; font-weight:normal; font-size:10px }
.blogLinks h5 a {font-weight:bold;}

.blogLinks div.blg_country h5{ border-color:#947f68; background:#2f751c }
.blogLinks div.blg_opinions h5 {border-color:#e8b20b; background:#fff284  }
.blogLinks div.blg_entertainment h5 {border-color:#330d3c; background:#ffe7ff }
.blogLinks div.blg_business h5 {border-color:#3ccaff; background:#e0f3ff  }

.blogLinks .doc,
.blogLinks .ok,
.blogLinks .vero,
.blogLinks .bex,
.blogLinks .sam,
.blogLinks .kojo {
    display:block;
    width:160px;
    height:83px;
    background:url(https://cdn.ghanaweb.live/design/blogs_sprite_v3.jpg) 0 0;
    }

.blogLinks .ok { background-position:0 -83px}
.blogLinks .vero { background-position:0 -166px}
.blogLinks .bex { background-position:0 -249px}
.blogLinks .sam { background-position:0 -332px}
.blogLinks .kojo { background-position:0 -415px}



/* new layout for photo archive/reports - Lionel
-------------------------------------------------------------- */

.photoArchive {

    }

.photoArchive td {
    width:25%;
    vertical-align:middle;
    }

.photoArchive tr.caption td {

    vertical-align:top;
    text-align:center
    }

.photoArchive img {
    width:100%;
    height:auto
    }

/* additional style for photo archive/reports
-------------------------------------------------------------- */
.overButton {
    font-size: 20px;
    font-weight: bold;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #FFFFFF;
    width: 30px;
    height:29px;
    line-height:29px;
    text-align:center;
    vertical-align:middle;
    border: 1px solid;
    margin: 0 0 5px;
}


.gallery_nav td a:hover{
    text-decoration:none !important;
}
.gallery_nav{
    width:100%;
    float:left;
    margin-top:-8px;
}

.prevPhoto{
    left:5px;
}

.nextPhoto{
    right:5px;
}

.photoArchive:hover .overButton {
    display: block;
}

.gridwrapper{
    line-height: 1.5;
   -webkit-column-count: 3;
   -webkit-column-gap:   0;
   -moz-column-count:    3;
   -moz-column-gap:      0;
   column-count:         3;
   column-gap:           0;
   clear: both;
}

#share { visibility:visible !important}


/* additional style for trending article flames
-------------------------------------------------------------- */

.speechIcon {
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
  height: 22px;
  line-height: 22px !important;
  text-align: center;
  width: 27px !important;
  font-family:Tahoma, Geneva, sans-serif;
  overflow:hidden
}

.speechIcon{
    background: url(https://cdn.ghanaweb.live/design/comments-sprite.png) no-repeat;
    background-position:100% 2px;
    margin-left: 3px !important;
}
.speechIcon sup { font-size:7px;}

.graySpeechIcon,
.yellowSpeechIcon,
.orangeSpeechIcon,
.redSpeechIcon {
    background: url(https://cdn.ghanaweb.live/design/sprite5.png) no-repeat;
    background-position:100% -17px;
    width: 13px !important;
    height: 18px !important;
    margin: -1px 0 0 0 !important;
}

.yellowSpeechIcon {
    background-position:100% -34px;
    color:#262626;
}

.orangeSpeechIcon{
    background-position:100% 0;
    color:#262626;
}

.redSpeechIcon{
    background-position:100% -52px;
}

div.twoColumn div.column1 .topstory dd{
    width: 179px;
}

/* additional style for outbrain widget
-------------------------------------------------------------- */
.AR_3 ul, .AR_3 ul li{
    margin-left: 0;
}

.AR_3 ul { padding-right:5px;}


.AR_3 .rec-link {
  color: #262626 !important;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 1.4em;
}

.AR_3 .ob_dual_left, .AR_3 .ob_dual_right {
  float: left;

  width: 295px !important;
}
.AR_3 .ob_dual_left,
#outbrain_widget_0 .ob_dual_left {
  padding-right:12px !important;
}


.chimney-home{
  float: left;
  overflow: hidden;
  width: 200px;
  margin: 0 0 20px;
}


#thelogo img{ width:auto; height:64px; }

ul#mainnavinner .current {
    /* border-color: #000; */
    border-right:1px solid #fff ;
    border-top:4px solid #fff ;
    margin-top: -4px;;
    border-left:1px solid #fff ;

}

/**** end standard width style ****/


/*-------------------------------------------------------------------------------------------------------------------------------*/

#wall_side {
    background: #e7e7e7;
}

#wall_side article.wall_grid_item {
    width: 145px;
    height: 160px;
    border-radius: 3px;
    overflow: hidden;
    float: left;
    margin: 0 10px 10px 0;
    background-size: cover;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease 0s;
    position: relative;
}

#wall_side .with-image:hover {
    background-size: cover !important;
}

#wall_side .with-image .title {
    background: rgba(255, 255, 255, 0.8);
    width: 104px;
    position: absolute;
    bottom: 0px;
    padding: 5px;
    margin: auto;
    border: solid 1px white;
    transition: all 0.5s;
}

#wall_side .with-image:hover .title {
    background: #fff;
}

#wall_side .with-image .title h2 {
    width: 100%;
    max-height: 77px;
    font-size: 13px;
    color: #4c4c4c;
    margin: 0;
}

#wall_side .with-image span.author {
    color: #4c4c4c;
}

#wall_side .with-image .info {
    width: 116px;
    /*height: 185px;*/
}

#wall_side .with-image .item_top .image {
    width: 146px;
    height: 160px;
    margin-bottom: 5px;
    overflow: hidden;
}

#wall_side .classifieds.with-image .item_top .image {
    width: 136px;
    height: 110px;
    margin-bottom: 5px;
    overflow: hidden;
}

#wall_side .with-image .item_bottom {
    display: none;
}

#wall_side .wall_grid_item:nth-child(2n+0) {
    margin-right: 0;
}

#wall_side .item_top {
    width: 100%;
    height: 88%;
    border-bottom: solid 1px #efefef;
    /*position: relative;*/
}

#wall_side .item_top .image img {
    width: 100%;
}


/*---------------------------------------------------*/

#wall_side .opinion {
    background: #fff9e8;
}

#wall_side .opinion:hover {
    background: #fdf3d7;
}

#wall_side .opinion.with-image {
    background: #fff;
}

#wall_side .opinion.with-image:hover {
    background: #fff;
}

#wall_side .opinion .section {
    background: #fdecb8;
    border-left: solid 2px #ffc100;
}

#wall_side .opinion:hover .section {
    background: #ffc100;
}


/*---------------------------------------------------*/

#wall_side .discussion {
    background: #ffe8e8;
}

#wall_side .discussion:hover {
    background: #fdd7d7;
}

#wall_side .discussion.with-image {
    background: #fff;
}

#wall_side .discussion.with-image:hover {
    background: #fff;
}

#wall_side .discussion .section {
    background: #fdb8b8;
    border-left: solid 2px #ff0000;
}

#wall_side .discussion:hover .section {
    background: #ff0000;
}


/*---------------------------------------------------*/

#wall_side .sayitloud {
    background: #e8ffee;
}

#wall_side .sayitloud:hover {
    background: #d0f7d6;
}

#wall_side .sayitloud.with-image {
    background: #fff;
}

#wall_side .sayitloud.with-image:hover {
    background: #fff;
}

#wall_side .sayitloud .section {
    background: #b8fdc7;
    border-left: solid 2px #2c9419;
}

#wall_side .sayitloud:hover .section {
    background: #2c9419;
}


/*---------------------------------------------------*/

#wall_side .dating {
    background: #ffe8fa;
}

#wall_side .dating:hover {
    background: #f3d5ed;
}

#wall_side .dating.with-image {
    background: #fff;
}

#wall_side .dating.with-image:hover {
    background: #fff;
}

#wall_side .dating .section {
    background: #ffdffa;
    border-left: solid 2px #ea5dd7;
}

#wall_side .dating:hover .section {
    background: #ea5dd7;
}


/*---------------------------------------------------*/

#wall_side .funeral {
    background: #f6f6f6;
}

#wall_side .funeral:hover {
    background: #e5e4e4;
}

#wall_side .funeral.with-image {
    background: #fff;
}

#wall_side .funeral.with-image:hover {
    background: #fff;
}

#wall_side .funeral .section {
    background: #e0e0e0;
    border-left: solid 2px #595959;
}

#wall_side .funeral:hover .section {
    background: #595959;
}


/*---------------------------------------------------*/

#wall_side .religion {
    background: #f6f6f6;
}

#wall_side .religion:hover {
    background: #e5e4e4;
}

#wall_side .religion.with-image:hover {
    background: #fff;
}

#wall_side .religion .section {
    background: #e0e0e0;
    border-left: solid 2px #595959;
}

#wall_side .religion:hover .section {
    background: #595959;
}


/*---------------------------------------------------*/

#wall_side .classifieds {
    background: #f6f6f6;
}

#wall_side .classifieds:hover {
    background: #e5e4e4;
}

#wall_side .classifieds.with-image {
    background: #fff;
}

#wall_side .classifieds.with-image:hover {
    background: #fff;
}

#wall_side .classifieds .section {
    background: #e0e0e0;
    border-left: solid 2px #595959;
}

#wall_side .classifieds:hover .section {
    background: #595959;
}


/*---------------------------------------------------*/

#wall_side .cpc {
    background: #93abb7;
}

#wall_side .cpc .info {
    height: 141px;
    position: initial;
}

#wall_side .cpc .section {
    background: #d5e7f1;
    color: #000 !important;
    /* border-left: solid 2px #ff0000; */
}

#wall_side .cpc ul {
    list-style-type: none;
    padding: 0;
    margin: 25px 0 0;
}

#wall_side .cpc li {
    /* width: 100%; */
    height: 44px;
    padding: 6px 6px;
    margin: 0 0 5px 0;
    background: #d5e7f1;
}

#wall_side .cpc li img {
    display: none;
}

#wall_side .cpc li:nth-child(1) {
    /*border-bottom: solid 1px white;*/
}

#wall_side .cpc li:hover {
    background: #bdedfb;
}

#wall_side .cpc li p {
    width: 100%;
    height: 45px;
    float: right;
    font-size: 11px;
    line-height: 12px;
    overflow: hidden;
    margin: 0;
}

#wall_side .cpc li p span {
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    margin-bottom: 5px;
    display: inline-block;
}


/*---------------------------------------------------*/

#wall_side .info {
    width: 115px;
    height: 120px;
    bottom: 20px;
    position: absolute;
    padding: 10px;
}

#wall_side .item_top p {
    /*  padding: 10px;
    bottom: 5px;
    position: absolute;*/
}

#wall_side article.wall_grid_item:hover .section {
    color: #fff;
}

#wall_side .item_top .section,
#wall_side .cpc .section {
    padding: 2px 5px 2px 4px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    color: #000;
    transition: 0.3s;
    position: absolute;
    left: 10px;
    /*bottom: 175px;*/
    margin-top: 10px;
}

#wall_side .item_top .image {
    width: 14137px5px;
    height: 160px;
    margin-bottom: 5px;
    overflow: hidden;
}

#wall_side .title {
    width: 115px;
    position: absolute;
    bottom: 10px;
    padding: 0;
}

#wall_side .title h2 {
    width: 100%;
    max-height: 61px;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    color: #5a5a5a;
    margin: 5px 0;
    display: inline-block;
    overflow: hidden;
}

#wall_side span.author {
    color: #9e9e9e;
    font-size: 11px;
}

#wall_side .item_bottom {
    width: 87%;
    background: #f3f3f3;
    padding: 5px 10px 6px;
    font-size: 11px;
    color: #9e9e9e;
    border-top: 1px solid #eaeaea;
    position: absolute;
    bottom: 0;
}

#wall_side span.date {
    width: 80px;
    /*display: inline-block;*/
    text-align: center;
}

#wall_side span.comment {
    float: right;
    display: none;
}

#wall_side .wall_grid_item a:hover span.date,
#wall_side .opinion a:hover span.date {
    /*color: black !important;*/
}


/*TONATON WIDGETS NEW*/

#tonaton_widget_main {
    width: 290px;
    height: auto;
    margin: 0 !important;
    background: #009877;
    overflow: hidden;
    padding: 5px;
}

#tonaton_widget_main .head {
  width: auto;
    height: 30px;
    padding: 5px 0 5px;
    border-radius: 3px;
    background: transparent;
}
a.s {
    display: inline-block;
    width: 100% !important;
}
#tonaton_widget_main .head .title {
    width: auto;
    margin: 0;
    font-size: 20px;
    color: #fff;
    float: left;
    padding: 5px 3px;
    font-weight: normal;
}
#tonaton_widget_main .head span {
    width: auto;
    float: right;
}

#tonaton_widget_main .head span img {
    width: 90px;
}
#tonaton_widget_main .lead_category {
    display: inline-block;
    width: 100%;
}
#tonaton_widget_main .post_btn {
    display: inline-block;
    padding: 6px 5px 0 2px;
    width: auto;
    background: #009877;
    margin-bottom: 10px;
}
#tonaton_widget_main .doorstep {
    display: inline-block;
    padding: 0px 5px 0 2px;
    width: auto;
    background: #009877;
}
.door_delivery {
    width: 200px;
    display: inline-block;
    float: left;
}
.door_delivery .shield {
    width: 30px;
    height: 40px;
    display: inline-block;
    float: left;
    margin: 3px 5px 0 0;
}
.door_delivery .text {
    width: 150px;
    height: auto;
    display: inline-block;
    float: left;
}
.door_delivery .text .title {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}
.door_delivery .text .desc {
    font-size: 12px;
    margin: 0;
}
#tonaton_widget_main ul {
    width: auto;
    display: inline-block;
    padding: 0;
    list-style-type: none;

}
#tonaton_widget_main .category_name {
    font-size: 13px !important;
    color: #ffffff;
    font-weight: initial;
    margin: 0;
    padding: 0 !important;
}
#tonaton_widget_main .lead_category ul a:last-child li {
  margin-right: 0;
}

#tonaton_widget_main .lead_category ul a li {
    width: 23.6%;
    padding: 2px;
    background: transparent;
    margin: 0;
    position: relative;
}
#tonaton_widget_main .lead_category ul a li:hover {
    background: transparent;
}
#tonaton_widget_main span.qty {
    font-size: 10px;
    font-weight: 400;
    color: #727272;
    bottom: 13px;
    position: absolute;
    display: block;
    width: 100%;
}
#tonaton_widget_main .lead_category ul li .image {
    width: auto;
    height: auto;
    margin: auto;
}
#tonaton_widget_main .lead_category ul li .image img {
    width: 100%;
}
#tonaton_widget_main .lead_category ul a li {
    float: left;
    text-align: center;
}
li.electronics {
    background-image: url(./electronics.png);
    background-size: contain;
}
#tonaton_widget_main img{
    width: 100%;
}

/*END OF TONATON WIDGETS*/


#side_video_wrap {
    width: 268px;
    height: auto;
    background: #EBEBEB;
    border: solid 1px #CCCCCC;
    padding: 15px;
}

#side_video_wrap .title {
    margin: 0 0 15px;
    position: initial;
    width: 100%;
}



#side_video_wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
#side_video_wrap ul li:nth-child(2n+0) {
    margin-right: 0;
}
#side_video_wrap ul li {
    float: left;
    width: 126px;
    margin: 0 15px 15px 0;
    height: auto;
}
#side_video_wrap ul li .image {
    overflow: hidden;
    height: 65px;
    background: #ccc;
}
/*.play-icon {
    background: url(https://cdn.ghanaweb.live/design/play-icon2.png) no-repeat 50% 0;
    position: absolute;
    background-color: #e40000;
    background-size: 25px;
    left: 0;
    width: 20px;
    height: 16px;
    text-indent: -9999px;
    opacity: 0.8;
    padding: 2px 5px 2px 5px;
    font-size: 10px;
}*/

#side_video_wrap ul li .image img {
    width: 100%;
}
#side_video_wrap ul li .info {
    width: 126px;
    height: 35px;
    padding: 5px 0 0;
    overflow: hidden;
    position: inherit;
}
#side_video_wrap ul li .info p {
    height: 32px;
    font-size: 12px;
    line-height: 1.4em;
    margin: 0;
    overflow: hidden;
}

.ui-datepicker table tr th{
    background-color: transparent !important;
}




/*POPUP STYLE*/


.popup_btn {
    display: inline-block;
    padding: 2px 15px;
    border: 2px solid #0074ba;
    border-radius: 5px;
    transition: background .3s;
    text-decoration: none;
    color: #000;
}
.btn:hover {
  background: #00898E;
}
.popup {
  position: fixed;
  padding: 50px 30px;
  max-width: 500px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  visibility: hidden;
  opacity: 0;
  display: none;
  /* "delay" the visibility transition */
  -webkit-transition: opacity .5s, visibility 0s linear .5s;
  transition: opacity .5s, visibility 0s linear .5s;
  z-index: 1;
  text-align: center;
}
.popup:target {
  visibility: visible;
  opacity: 1;
  display: block;
  /* cancel visibility transition delay */
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.popup-close {
  position: absolute;
  padding: 10px;
  max-width: 500px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: rgba(255,255,255,.9);
}
.popup .close {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 10px;
  color: #000;
  transition: color .3s;
  font-size: 2em;
  line-height: .6em;
  font-weight: bold;
  text-decoration: none;
}
.popup .close:hover {
  color: #ff0000;
}

img.newsletter_img {
    width: 40%;
}

.popup h2 {
    font-size: 30px;
    color: #000;
}

.close-popup {
  background: rgba(0,0,0,.7);
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  /* "delay" the visibility transition */
  -webkit-transition: opacity .5s, visibility 0s linear .5s;
  transition: opacity .5s, visibility 0s linear .5s;
}
.popup:target + .close-popup {  
  opacity: 1;
  visibility: visible;
  /* cancel visibility transition delay */
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.popup form {
    margin: 20px 0 0;
}

.popup .newsletter_input {
    width: 60%;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    border: solid 2px #e2e2e2;
}

.popup .newsletter_btn {
    background: #0857c1;
    padding: 12px 30px;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    border: 0;
}

.popup .newsletter_btn:hover {
    background: #596d01;
}

.appreciate {
    width: 90%;
    margin: auto;
}

.popup .thanks_text {
    background: #e6fb8a;
    padding: 13px 30px;
    /* border: solid 1px #e6fb8a; */
    border-radius: 5px;
}

.popup .tosite {
    text-decoration: none;
    color: #000;
}

/*END OF POPUP STYLE*/

/* New tonaton homepage */

/*TONATON WIDGET*/

#tonaton_widget_wide {
    width: 880px;
    height: 180px;
    margin: 0 !important;
    background: #009877;
    overflow: hidden;
    padding: 10px;
}

#tonaton_widget_wide .head {
  width: 220px;
    height: auto;
    float: left;
    text-align: right;
}
a.s {
    display: inline-block;
}
#tonaton_widget_wide .head .title {
    width: auto;
    margin: 0;
    color: #fff;
    padding: 5px 0;
    font-size: 42px;
    font-weight: normal;
}
#tonaton_widget_wide .head span {
    width: 150px;
    display: inline-block;
}

#tonaton_widget_wide .head span img {
    width: 100%;
}
#tonaton_widget_wide .lead_category {
    display: inline-block;
    width: 640px;
    float: left;
    margin-left: 5px;
}
#tonaton_widget_wide .post_btn {
    display: inline-block;
    width: auto;
    background: #009877;
    margin: 10px 0 0;
}
.door_delivery .shield {
    width: 30px;
    height: 40px;
    display: inline-block;
    float: left;
    margin: 3px 5px 0 0;
}
#tonaton_widget_wide ul {
    width: auto;
    display: inline-block;
    padding: 0;
    list-style-type: none;

}

#tonaton_widget_wide .lead_category ul li {
    width: 108px;
    padding: 0 4px;
    background: transparent;
    margin: 0;
    position: relative;
    float: left;
}
#tonaton_widget_wide .post_btn a {
    display: inline-block;
}

/* end of tonaton homepage */
/* Country */
.reference .menuheading {
    background-color: #2f751c;
    color: #fff;

}

.reference #leftsection ul li a {
    /* background-color: #2f751c; */
    /* colorgb(4, 2, 2)fff !important; */
}
.reference #accessmenu, .reference #adsense_top, header#news.reference, .reference #footer, .reference ul#footerinner li a {
    background-color: #2f751c;
}
.business #accessmenu, .business #adsense_top, header.business, 
.business #footer, .business ul#footerinner li a, .business .menuheading {
    background-color: #c4946c !important;
}
/*End of Country*/

/*Africa*/
header#news.africa, .africa #footer,header#news.bbc, .bbc #footer {
    background-color: #bb3e02;
}
.africa .menuheading, .bbc .menuheading {
    background-color: #bb3e02;
    color: #fff;
}

.twi_news {
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    margin: 0 0 2px 0;
}
.twi_news a {
    font-size: 13px;
    color: #ffffff !important;
    margin: 1px 0 2px 0;
    display: block;
    background: #0857c1;
    padding: 5px 8px 5px 25px;
    border-radius: 4px;
}
.twi_news a:before {
    content: '';
    background-image: url(https://cdn.ghanaweb.live/design/twi_news_white.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 20px;
    display: inline-block;
    float: left;
    position: absolute;
    margin: -2px 0 0 -24px;
}
.twi-video-overlay{
    background: #000;
    width: 52%;
    height: 100%;
    position: absolute;
    left: 48%;
    opacity: 0.65;
    top: 0;
}
.twi-video-overlay-text {
    position: absolute;
    left: 48%;
    color: #CCC;
    font-weight: bold;
    width: 52%;
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
    top: 60%;
    transform: translate(0%, -50%);    
}
.twi-video-overlay-text .twi_news{
    width: 40px;
    height: 40px;
    float: none;
}
.twi-video-image-container{
    position: relative;
}
.twi-play-button{
    width: 40px;
    display: block;
    margin: 0 auto 10px auto;
}
.twi-play-button .play-btn__svg{
    fill: #CCC;
}
div.article-image{
    margin-bottom: 10px;
}
div.article-image a{
    float: none;
    position: unset;
}


#liveAudioActionButtons {
    min-width: 100px;
}

.play-back-recorded-audio,
#live-audio-action-buttons #pause,
#live-audio-action-buttons #cancel,
#live-audio-action-buttons #stop {
    display: none;
}

.flex {
    display: flex;
}

.btn {
    background-color: transparent;
    border: none;
    height: auto;
    padding: 0;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    /* width: 200px; */
}

.rounded-btn {
    border-radius: 25px;
    padding: 5px;
    width: 35px;
}

.flex-direction {
    flex-direction: row;
}



.flex-align-center {
    align-items: center;
}


/* comment */
#comment_area .comment {
    /* border:2px solid #000; */
    background: #ededed;
    border-radius: 12px;
    padding: 12px 16px 18px;
    margin: 12px 0;
}

.comment h3 {
    margin: 0 0 6px 0;
}

.comment input,
.comment textarea {
    border-radius: 8px;
    border: 1px solid #999;
    font-size: 14px;
    line-height: 150%;
    padding: 8px 10px;
}

.comments_form b {
    display: inline-block !important;
}

div#comment_area b {
    margin: 5px 0;
    padding-top: 10px;
    display: inline
}

.comment-bottom input[type="submit"] {
    margin: 10px 0 0;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background: #333;
    padding: 8px 20px;
    cursor: pointer
}

.threads {
    /* border:1px solid #ff0000; */
    background: #fff;
    /* border-radius:12px; */
    /* padding:0 16px 18px; */
    margin: 12px 0;

}

#comment_area .author {
    background: url(https://cdn.ghanaweb.live/design/tip2.png) 16px 100% no-repeat;
    /* padding: 0; */
    margin: 0;
    padding: 0 0 12px 8px;
    position: relative;
}



#comment_area .subject {
    background: #ededed;
    border-radius: 10px;
    padding: 12px 15px 8px;
    margin-bottom: 18px;
    border: 1px solid #919191;
    margin-top: -1px
}

#comment_area .line_active .subject {
    /* background: none;
    border-radius: 10px;
    padding: 12px 15px 0; */
    /* margin-bottom: 18px; */
    /* border: none;
    margin-top: 0 */
}

.comment_opt {
    border: none;
    padding: 6px 0;
    text-align: left;
}

.comment_opt a {
    /* color: #333;
    font-weight: bold;
    text-decoration: underline */
}

.comment_body {
    display: block
}


.subject .tooltip {
    background: none;
    /* padding:0; */
    padding: 10px 0 6px;
    color:#333 !important;
    
}

b.comment_title,
div#comment_area .subject_txt b.comment_title {
    display: none
}

.article_share .comment {
    padding: 5px 10px;
    margin: 0;
    background: nones
}

.voice_comment {
    display: none;
}

.disable_button {
    /* pointer-events: none; */
    background-color: #ccc;
    /* opacity: 0.4; */
    cursor: not-allowed !important;
}

/* desktop */
.comment-top {
    display: inline-block
}


.text_comment_lb,
.voice_comment_lb {
display:inline-block;
padding:0 10px 0 4px;
}

.text_comment_lb span,
.voice_comment_lb span {
display:inline-block;
height:18px;
width:26px;
background:url(https://cdn.ghanaweb.live/design/menu_icons2x.3.png) no-repeat -654px 0px; 
background-size: auto 130%
}


.voice_comment_lb span {
background-position:-700px 0px;
}


.opt_reply, .opt_report {
font-weight:normal;
margin-right:8px;
font-size:90%
}

.opt_reply span, .opt_report span {
display:inline-block;
height:18px;
width:20px;
background:url(https://cdn.ghanaweb.live/design/menu_icons2x.3.png) no-repeat -576px 0px; 
background-size: auto 100%;
vertical-align:bottom
}

.opt_report span {
background-position: -612px 0px;

}


#loginLinks a {
    text-align: right;
}

#loginLinks a {
    padding-right: 0;
    margin-right: 0;

}

#loginLinks .login_icon,
#loginLinks .logout_icon {
    width: 24px;
    height: 23px;
    display: inline-block;
    background: url(https://cdn.ghanaweb.live/design/live_sprite.png);
    background-size: 215px;
    background-position: -106px 0px;
    background-repeat: no-repeat;
    margin: -4px 3px -2px 0;
}

#loginLinks .logout_icon {
    background-position: -130px 0px;
}

#mainnavinner li.navLifestyle {
    background: #fda429;
}

#mainbody.lifestyle .menuheading {
    background-color: #fda429;
    color: #fff;
}


#pagecontainer.lifestyle #leftsection ul {
    background: #fff5e8;
}


#mainnavinner li.navSil {
    background: #005b7f;
}

header#news.lifestyle,
#mainbody.lifestyle #footer,
#pagecontainer.lifestyle #footer {
    background-color: #fda429;
}

header#news.sil,
#pagecontainer.sil #footer {
    background-color: #005b7f;
}


#mainnavinner li.navLifestyle {
    background: #fda429;
}

#mainbody.sil .menuheading {
    background-color: #005b7f;
    color: #fff;
}


#pagecontainer.sil #leftsection ul {
    background: #e3edf1;
}

#pagecontainers,
.africa .option-bar {
    background-color: #f5e2d9;
    border-color: #bb3e02;
} 



.open-button {
    width: 29px !important;
    height: 22px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    position: absolute;
    cursor: pointer;
    border-bottom: 0;
    top: 18px;
    right: 10px;
    z-index: 9999;
    border-bottom: 0;
    background: transparent;
    border: 0;
}


.open-button:hover {
  border-bottom: 0;
}

.open-button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  /*border-radius: 2px;*/
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.open-button span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}

.open-button span:nth-child(2) {
  top: 8px;
  transform-origin: left center;
}

.open-button span:nth-child(3) {
  top: 16px;
  transform-origin: left center;
}

.open-button.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
  left: 3px;
}

.open-button.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.open-button.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 18px;
  left: 3px;
}




.newspage .mobile-menu {
    background-color: #0857c1;
}


.sportspage .mobile-menu {
    background: #c70100;
}

.businesspage .mobile-menu {
    background: #c4946c;
}

.entertainmentpage .mobile-menu {
    background: #e31479;
}

.silpage .mobile-menu {
    background: #005b7f;
}

.lifestylepage .mobile-menu {
    background: #fda429;
}

.worldpage .mobile-menu {
    background: #78967a;
}


.countrypage .mobile-menu {
    background: #2f751c;
}
.referencepage .mobile-menu {
    background: #2f751c;
}

.tvpage .mobile-menu {
    background: #252525;
}

.wallpage .mobile-menu {
    background: #0698bf;
}

.africapage .mobile-menu, .bbcpage .mobile-menu {
    background: #bb3e02;
}


.mobile-menu {
    width: 100%;
    top: 54px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    min-height: 100%;
    height: 100%;
    background: #0857c1;
    margin: 0;
    position: inherit;
    display: none;
  }

  .mobile-menu {
    width: 220px;
    top: 54px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    /* min-height: 100%; */
    height: 160px;
    background: #0857c1;
    margin: 0;
    position: absolute;
    display: none;
  }

  .menu_body_lock {
	overflow: hidden !important;
	height: 100%;
	background: rgba(0, 0, 0, 1);
}

.menu_body_lock::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100% !important;
	background: #bcbcbc;
}


  @media (min-width: 1024px) {
    .mobile-menu {
      /* float: right;
      position: relative;
      left: auto;
      right: auto;
      bottom: auto;
      top: auto;
      min-height: auto;
      height: auto;
      padding: 0;
      width: auto;
      background: transparent; */
      /*display: block;*/
    }
  }
  .mobile-menu.open {
    display: block;
  }


  .referencepage .mobile-menu {
    background: #2f751c;
}

.wallpage .mobile-menu {
    background: #0698bf;
}



/*NEWSPAGE*/
.news .mobile-menu {
    background-color: #0857c1;
}
/*END OF NEWSPAGE*/

/*SPORTSPAGE*/
.sports .mobile-menu {
    background: #c70100;
}
/*END OF SPORTSPAGE*/

/*BUSINESSPAGE*/
.business .mobile-menu {
    background: #c4946c;
}
/*END OF BUSINESSPAGE*/

/*ENTERTAINMENTPAGE*/
.entertainment .mobile-menu {
    background: #e31479;
}
/*END OF ENTERTAINMENTPAGE*/

/*SILPAGE*/
.sil .mobile-menu {
    background: #005b7f;
}
/*END OF SILPAGE*/

/*LIFESTYLEPAGE*/
.lifestyle .mobile-menu {
    background: #fda429;
}
/*END OF LIFESTYLEPAGE*/



/*WORLDPAGE*/
.world .mobile-menu {
    background: #78967a;
}
/*END OF WORLDPAGE*/

/*COUNTRY*/
.country .mobile-menu {
    background: #2f751c;
}
.reference .mobile-menu {
    background: #2f751c;
}
/*END OF COUNTRY*/

/*TVPAGE*/
.tv .mobile-menu {
    background: #252525;
}

/*END OF TVPAGE*/

/*WALLPAGE*/
.wall .mobile-menu {
    background: #0698bf;
}
/*END OF WALLPAGE*/

/*AFRICAPAGE*/

.africa .mobile-menu, .bbc .mobile-menu {
    background: #bb3e02;
}

/*END OF AFRICAPAGE*/


.sub_links {
    /* margin: 0 15px; */
    /* border-top: 1px solid #fff; */
    width: 100%;
    float: left;
    /* box-sizing: border-box; */
}

.sub_links ul {
    margin: 0;
    padding: 10px 0;
   list-style-type: none;
   font-size: 16px;

}

.sub_links li {
    margin-bottom: 4px;
}

.sub_links a {
    color: #fff;
    line-height: normal;
}


.sub_title, .section-title  {
    color: #fff;
    margin: 15px 0;
    font-weight: bold;
    font-size: 16px;
}

.sub_title.panel_title,
.section-title  {
    border-bottom: 2px solid #0698bf;
}

.sub_title.panel_title a,
.section-title a {
    color:#fff !important;
    border-top-right-radius: 16px;
    background-color: #0698bf;
    padding: 8px 20px;
    display: inline-block;
}

.sub_title.panel_title.entertainment, .section-title.entertainment {
    border-color: #e31479;
}

.sub_title.panel_title.entertainment a, .section-title.entertainment a {
    background-color: #e31479;
}

.sub_title.panel_title.news, .section-title.news {
    border-color: #0857c1;
}

.sub_title.panel_title.news a, .section-title.news a {
    background-color: #0857c1;
}

.sub_title.panel_title.sports, .section-title.sports {
    border-color: #c70100;
}

.sub_title.panel_title.sports a, .section-title.sports a {
    background-color: #c70100;
}

.sub_title.panel_title.business, .section-title.business {
    border-color: #c4946c;
}

.sub_title.panel_title.business a, .section-title.business a {
    background-color: #c4946c;
}

.afcon-news.list .image{ border-radius: 13px;}

.section-title {
    /* font-size: 24px;
    font-weight: bold;
    margin-bottom: 6px; */
}

/* .section-title a {
    color: #0857c1;
} */

/* .section-title.entertainment a {
    color: #e31479;
}

.section-title.sports a {
    color: #c70100;
}

.section-title.business a {
    color: #c4946c;
} */

.home-spots li {
    margin-top: 0 !important;
}


.home-spots.videos {
    background: #252525;
    padding :0 15px;
    margin: 10px 0 15px;
    border-radius: 13px;
}