@charset "utf-8";

body {
	background-color: #ffffff;
}

/* MENU */

.cct-hide{display:none;}

.al-header{
	position:fixed;
	z-index:13;
	left:0; top:0;
	width:100%;
	height:49px;
	background-color:white;
	border-bottom:1px solid #e1e1e1;
	overflow:hidden;
	font-family:"Open Sans",Arial,sans-serif;
}

.al-header .mainh{
	position:relative;
	z-index:13;
	width:100%;height:49px;
	overflow:hidden;
}

.al-header .container{
	position:relative;
	width:1260px;
	height:100%;
	margin:0 auto;
}
.al-header .container .line-frame{
	position:absolute;
	bottom:0; left:0;
	width:100%;
	height:3px;
}
.al-header .container .line-frame .tehline{
	position:absolute;
	left:0;top:0;
	width:225px;
	height:100%;
	background-color:#000000;
}
.al-header .container .logo{
	float:left;
	width:225px;
	height:100%;
	background-image:url("images/logo-news.png");
}
.al-header .container .nav{
	list-style:none;
	padding:0; margin:0;
	width:auto; height:100%;
}
.al-header .container .nav li{
	float:left;
	font-size:13px;
	color:#394043;
	text-transform:uppercase;
	margin-top:19px;
	padding-left:37px;
	padding-bottom:9px;
	cursor:pointer;
}
.al-header .container .nav .present.news{
	border-bottom:3px solid #03afe1;
}
.al-header .searchicon{
	position:absolute;
	z-index:12;
	width:50px;height:50px;
	right:0;top:0;
	background-color:white;
	background-image:url("images/searchicon.png");
	cursor:pointer;
}
.al-header .cancelicon{
	position:absolute;
	z-index:12;
	width:50px;height:50px;
	right:0;top:0;
	background-image:url("images/cancelsearchicon.png");
	cursor:pointer;
}
.al-header .container .searchbar{
	position:absolute;
	z-index:13;
	width:1000px;height:100%;
	right:0;top:0;
	background-color:#ffffff;
}
.al-header .container .searchbar .msg{
	position:absolute;
	z-index:0;
	width:auto;height:auto;
	top:15px;left:15px;
	color:#747474;
	font-size:15px;
}
.al-header .container .searchbar input[type="text"]{
	border:none;
	background-color:#ffffff;
	outline:none;
	color:black;
	padding:14px;
	width:900px;
	font-family:'open_sansregular';
	font-weight:bold;
}

.al-header .al-hmorenews{
	position:relative;
	width:100%;height:200px;
	box-sizing:border-box;
	z-index:9;
	margin-bottom:20px;
}
.al-header .al-hmorenews .content{
	width:1260px;height:100%;
	margin:0 auto;
	box-sizing:border-box;
}
.al-header .al-hmorenews .content .al-hmnbox{
	position:relative;
	float:left;
	width:20%;height:100%;
	box-sizing:border-box;
}
.al-header .al-hmorenews .content .al-hmnbox a{
	text-decoration:none;
}

.al-header .al-hmorenews .content .al-hmnadbox{
	position:relative;
	float:left;
	width:20%;height:100%;
	box-sizing:border-box;
	border:1px solid #dddddd;
}
.al-header .al-hmorenews .content .al-hmnadbox h5{
	position:absolute;
	padding:0;margin:0;
	font-weight:800;
	color:#bbbbbb;
	font-size:25px;
	top:50%;left:50%;
	margin-left:-18px;margin-top:-18px;	
}
.al-header .al-hmorenews .content .al-hmnbox .main{
	position:absolute;
	width:auto;height:auto;
	left:10px;right:10px;top:10px;bottom:10px;
	box-sizing:border-box;
	overflow:hidden;
}
.al-header .al-hmorenews .content .al-hmnbox .main .hmn-pic{
	width:100%;height:110px;
	overflow:hidden;
	background-color:#eeeeee;
}
.al-header .al-hmorenews .content .al-hmnbox .main .hmn-pic img{
	width:100%;height:auto;
}
.al-header .al-hmorenews .content .al-hmnbox .main h5{
	padding:0;margin:0;
	padding:5px;
	font-size:13px;
	color:#747474;
}
/*HOVER STUFF*/
.al-header .al-hmorenews .content .al-hmnbox:hover .main h5{color:white!important;}
.al-header .al-hmorenews.nws .content .al-hmnbox:hover{background-color:#03afe1;}
.al-header .al-hmorenews.sprts .content .al-hmnbox:hover{background-color:#f39c11;}
.al-header .al-hmorenews.lstyle .content .al-hmnbox:hover{background-color:#ff6162;}
.al-header .al-hmorenews.ent .content .al-hmnbox:hover{background-color:#e93d3d;}
.al-header .al-hmorenews.bus .content .al-hmnbox:hover{background-color:#1cbb9b;}
.al-header .al-hmorenews.tech .content .al-hmnbox:hover{background-color:#2dcc70;}
.al-header .al-hmorenews.opi .content .al-hmnbox:hover{background-color:#95a5a5;}
.al-header .al-hmorenews.gnat .content .al-hmnbox:hover{background-color:#e9bf11;}

/* SEPH HEADER */

.header{
	position:fixed;
	z-index:9999;
	height:50px;
	width:100%;
	background-color:#ffffff;
	box-sizing:border-box;
	border-bottom: 1px solid #e1e1e1;
	top: 0px;
	display: none;
}
.header .menutoggle{
	float:right;
	position:relative;
	height:50px;
	width:50px;
	background-color:#00569b;
	box-sizing:border-box;
	display: none;
	cursor: pointer;
}
.header .menutoggle .icon{
	position:absolute;
	left:5px;top:5px;bottom:5px;right:5px;
	width:auto;height:auto;
}

.menulist{
	position:fixed;
	z-index:10000;
	right:0;top:50px;bottom:0;
	width:0;
	height:auto;
	background: rgba(0, 0, 0, .90);
	overflow-x:hidden;
	font-family: 'Open Sans', Arial, sans-serif;
	z-index: 999999;
}

.menulist p {
	font-size: 14px;
	color: #ffffff;
	width: 300px;
	text-align: center;
}

.menulist h1 {
	font-size: 18px;
	color: #ffffff;
	width: 320px;
	margin: 20px auto 0;
	text-align: center;
}

.menulist h2 {
	font-size: 16px;
	color: #ffffff;
	width: 300px;
	margin: 20px 0 0 10px;
}


.menulist ul {
	font-size: 14px;
	width: 300px;
	margin: 20px 0 0 10px;
	font-weight: 700;
}

.menulist li {
	margin-bottom: 14px;
}

.menulist a, .menulist a:visited {
	text-decoration: none;
	color: #ffffff;
}

.menulist a:hover {
	text-decoration: none;
	color: #ffffff;
}

.menuline{
	position:absolute;
	width:30px;
	height:5px;
	margin-left:4px;
	margin-bottom:5px;
	background:#ffffff;
}
.menuline.f{left:0;top:5px;}
.menuline.s{left:0;top:15px;}
.menuline.t{left:0;top:25px;}

.ye_sm {
	float: right;
	color: #ffffff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	margin: -36px 10px 0 0;
	font-weight: 700;
}

.ye_sm i {
	margin-left: 10px;
}

.ye_sm i:hover {
	color: #c2c2c2;
}

.ye_sm a, .ye_sm a:visited {
	color: #fff;
}

#resp_menu {
	width: 1240px;
	margin: 0 auto;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
}

#resp_menu ul {
	height: 50px;
}

#resp_menu li {
	float: left;
	padding: 22px 0 0 43px;
}

.rm_logo {
	background-image: url(images/logo-news.png);
	width: 225px;
	height: 50px;
}

#resp_menu a, #resp_menu a:visited {
	color: #394043;
	text-decoration: none;
}

#resp_menu a:hover {
	color: #394043;
}

#resp_ml {
	width: 70px;
	height: 50px;
}

/* SUB NAV */

.al-subnav {
    width: 100%;
    height: 25px;
    margin-top: 90px;
    text-align: center;
    font: 13px 'Open Sans', sans-serif;
    text-transform: uppercase;
    
}

.al-subnav ul {
	width: auto;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
	text-align: center;
	display: inline-block;
}

.al-subnav li {
	float: left;
	margin-left: 20px;
}

.al-subnav a, .al-subnav a:visited {
	color: #394043;
}

.al-subnav a:hover {
	color: #007bc9;
}


/* CONTENT */
#article_level_wrap {
	width: 1240px;
	height: auto;
	margin: 40px auto 0;
	overflow: hidden;
}

#article_level_head {
	background-color: #ffffff;
	margin-top: 30px;
}

#headings {
	width: 1240px;
	height: auto;
	margin: 0 auto;
}

#headings a, #headings a:visited, #headings a:hover {
	color: #555555;
	text-decoration: none;
}

hgroup h1 {
	font: 48px 'Vollkorn', sans-serif;
	font-weight: 400;
	color: #474747;
	
}

hgroup h2 {
	font: 18px 'Open Sans', sans-serif;
	font-weight: 700;
	color: #555555;
	text-transform: uppercase;
}

#alh-wrap {
	width: 1240px;
	height: auto;
	overflow: hidden;
	margin: 15px auto 0;
	font-family: 'Open Sans', sans-serif;
}

#socmed {
	width: 250px;
	height: auto;
	overflow: hidden;
	float: left;
}

#socmed span {
	font-size: 22px;
	color: #007bc9;
	background: none!important;
	padding: 0px!important;
	border: 0px!important;
}

.stButton .st-sharethis-counter2 {
	display: none!important;
}


#socmed img {
	float: left;
	margin-right: 10px;
}

#sm-number {
	float: left;
	font-size: 14px;
	font-weight: 700;
	color: #7c7c7c;
}

#comments-number {
	float: left;
	font-size: 14px;
	font-weight: 700;
	color: #7c7c7c;
	margin-top: 5px;
}

#comments-number a, #comments-number a:visited, #comments-number a:hover {
	color: #7c7c7c;
	text-decoration: none;
}

#alh-byline {
	width: auto;
	height: auto;
	float: left;
	font-size: 14px;
	color: #7c7c7c;
	font-weight: 700;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding: 0 10px;
}

#alh-byline a, #alh-byline a:visited, #alh-byline a:hover {
	color: #007bc9;
	text-decoration: none;
}

#alh-postdate {
	width: auto;
	height: auto;
	color: #7c7c7c;
	font-size: 14px;
	float: left;
	padding: 0 10px;
}

#alh-postdate a, #alh-postdate a:visited, #alh-postdate a:hover {
	color: #007bc9;
	text-decoration: none;
	font-weight: 700;
}

#alh-byline h5 {
	margin-top: 7px;
}

#alh-byline i {
	color: #007bc9;
	font-size: 22px;
}

#main_edpick_list {
	float: left;
	width: 200px;
	height: auto;
	margin-right: 20px;
}

#mp_label {
	font: 16px 'Open Sans', sans-serif;
	color: #747474;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
}

#mp_label2 {
	font: 16px 'Open Sans', sans-serif;
	color: #747474;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
}


#edpic_box {
	width: 200px;
	height: auto;
	margin: 10px 0 20px 0;
}

#edpic_box_border{
	width: 8px;
	height: 128px;
	float: left;
}

#epfeat {
	width: 192px;
	height: auto;
	overflow: hidden;
	background-image: url(images/defimg.jpg);
	padding: 0px;
}

#edpic_box img {
	width: 100%;
	float:left;
}

.ebd_newsinfo {
	background-color: #00adef;
}

.ebd_sports {
	background-color: #f39c11;
}

.ebd_business {
	background-color: #1cbb9b;
}

.ebd_lifestyle {
	background-color: #ff6162;
}

.ebd_entertainment {
	background-color: #e93d3d;
}

.ebd_technology {
	background-color: #2dcc70;
}

.ebd_opinion {
	background-color: #95a5a5;
}

.ebd_globalnation {
	background-color: #e9bf11;
}

.ebd_ex {
	background-color: #493096;
}


#edpic_box h5 {
	font: 700 14px/18px 'Open Sans', Arial, sans-serif;
	margin-top: 10px;
}

#edpic_box a, #edpic_box a:visited, #edpic_box a:hover {
	color: #747474;
	text-decoration: none;
}

#main_article {
	width: 700px;
	height: auto;
	float: left;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
}

#main_article b {
	font-weight: 700;
}

#main_article strong {
	font-weight: 700;
}

#main_article em {
	font-style: italic;
}

#art_img {
	width: 300px;
	float: right;
	margin-left: 20px;
	height: auto;
}

#art_img p {
	font-family: Arial, sans-serif;
	font-size: 12px!important;
	line-height: 16px!important;
	color: #7c7c7c;
	font-weight: 700;
}

#feat_img {
	width: 100%;
	margin-bottom: 20px;
	height: auto;
	background-color: #f0f0f0;
	display: none;
}

#feat_img p {
	font-family: Arial, sans-serif;
	font-size: 12px!important;
	line-height: 16px!important;
	color: #7c7c7c;
	font-weight: 700;
	padding: 10px 10px;
}

#art_img img {
	width: 100%;
}

#feat_img img {
	width: 100%;
}


article {
	overflow: hidden;
	margin-bottom: 10px;
	height: auto;
}

#main_article h2 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 14px;
	color: #474747;
	line-height: 20px;
}

#mobile_byline {
	display: none;
	height: auto;
	width: 300px;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
}

#mobile_byline a, #mobile_byline a:visited, #mobile_byline a:hover {
	color: #007bc9;
	text-decoration: none;
}

#mobile_byline h6 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #474747;
	font-weight: 700;
}

#mobile_byline h5 {
	font-size: 14px;
	margin-bottom: 14px;
	color: #474747;
	line-height: 18px;
	font-style: italic;
}

#main_article h5 {
	font-size: 14px;
	margin-bottom: 14px;
	color: #474747;
	line-height: 18px;
	font-style: italic;
}

#main_article h6 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #474747;
	font-weight: 700;
}

#main_article p {
	font-size: 14px;
	color: #474747;
	margin: 0 0 14px 0;
	line-height: 22px;
}

#main_article a, #main_article a:visited, #main_article a:hover {
	color: #007bc9;
	text-decoration: none;
}

#apq_box {
	width: 300px;
	height: auto;
	border-left: 4px solid #007bc9;
	font: 22px 'Vollkorn', sans-serif;
	font-style: italic;
	color: #474747;
	padding: 20px 0 20px 10px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#comments_wrap {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}


#latestnews_art {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	text-align: justify;
}

#latestnews_art a, #latestnews_art a:visited, #latestnews_art a:hover {
	color: #474747;
	text-decoration: none;
}

#latestnews_art h5 {
    font: 700 14px/18px "Open Sans",Arial,sans-serif;
    overflow: hidden;
    max-height: 56px;
    text-align: left;
    margin-top: 10px;
}

#lna {
	width: 165px;
	height: auto;
	vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

#lna_img {
	width: 165px;
	height: 110px;
	overflow: hidden;
	background-image: url(images/defimg.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100%;
}

#lna_img img {
	width: 100%;
	height: 100%;
}

.edpicksmob {
	display: none;
}

#inqmore {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#art_tags {
	width: 100%;
	font: 700 14px/18px "Open Sans",Arial,sans-serif;
	color: #474747;
	margin-bottom: 20px;
	margin-top: 20px;
}

#art_disc {
	width: 100%;
	font: 12px/14px "Open Sans",Arial,sans-serif;
	color: #474747;
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	padding: 10px 0;
	margin-bottom: 20px;
}

#art_disc2 {
	width: 100%;
	font: 12px/16px Arial,sans-serif;
	color: #474747;
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	padding: 10px 0;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 20px;
}

#related_art {
	width: 100%;
	font: 14px/18px "Open Sans",Arial,sans-serif;
	margin-bottom: 20px;
}

#related_art h3 {
	font-size: 14px;
	font-weight: 700;
	color: #474747;
	margin-bottom: 10px;
}

#related_art ul {
	width: 100%;
	list-style: square;
}

#related_art li {
	margin-left: 14px;
	list-style-type: square;
	color: #474747;
	margin-bottom: 10px;
}

#related_art li:before {
	color: #474747;
}

#main_article ul {
	font-family: 'Open San', Arial, sans-serif;
	font-size: 14px;
	color: #474747;
}

#main_article ul li {
	font-family: 'Open San', Arial, sans-serif;
	font-size: 14px;
	color: #474747;
	line-height: 22px;
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 20px;
}

#main_article ol {
	font-family: 'Open San', Arial, sans-serif;
	font-size: 14px;
	color: #474747;
}

#main_article ol li {
	font-family: 'Open San', Arial, sans-serif;
	font-size: 14px;
	color: #474747;
	line-height: 22px;
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 20px;
}




/* PSEUDO SIDEBAR */
#sidebar1 {
	width: 300px;
	height: auto;
	float: right;
}

#populartab {
	width: 300px;
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
}

#edpictab {
	width: 300px;
	height: auto;
	margin-bottom: 20px;
	display: none;
	overflow: hidden;
}


#sb_boxlist {
	width: 300px;
	overflow: hidden;
	margin: 10px 0 10px 0;
}

#sb_featimg {
	float: left;
	overflow: hidden;
	width: 138px;
	height: 86px;
}

#sb_bg {
	float: left;
	width: 8px;
	height: 86px;
}

#sbf img {
	width: 100%;
	height: 100%;
}

#sbf {
	width: 130px;
	height: 86px;
	overflow: hidden;
	float: right;
	background-image: url(images/defimg_sb.jpg);
}

#sb_info {
	float: right;
	height: 86px;
	width: 152px;
	overflow: hidden;
}

#sb_boxlist a, #sb_boxlist a:visited, #sb_boxlist a:hover {
	color: #656565;
	text-decoration: none;
}


#sb_boxlist h5 {
	font: 700 14px/18px 'Open Sans',Arial,sans-serif;
    overflow: hidden;
    max-height: 56px;
}

#sb_boxlist h6 {
	font: 12px/14px Arial, sans-serif;
	color: #656565;
	margin-top: 10px;
}

#fbpagelike {
	width: 300px;
	height: 130px;
	margin-bottom: 20px;
}

#twitter_follow {
	width: 300px;
	height: auto;
	margin-bottom: 20px;
	text-align: center;
}

#ltvideos {
	width: 300px;
	height: auto;
	margin-top: 10px;
}

#ltvideos a, #ltvideos a:visited, #ltvideos a:hover {
	color: #656565;
	text-decoration: none;
}

#vthumb {
	width: 100%;
	overflow: hidden;
}

#vthumb img {
	width: 100%;
	z-index: 1;
}

#ltvideos h6 {
	font: 14px/18px 'Open Sans', sans-serif;
	color: #656565;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 700;
}

#vidplay {
	background-image: url(images/videoplay.jpg);
	width: 80px;
	height: 27px;
	position: absolute;
	z-index: 2;
	margin: 132px 0 0 10px;
	text-align: right;
}

#vidplay p {
	font: 14px/18px 'Open Sans', sans-serif;
	color: #ffffff;
	padding: 5px 10px 0 0;
}

.gr-ms {

}

.gmn_m {
	margin-bottom: 20px;
	overflow:hidden;
}


/* FOOTER */

footer {
	background-color: #efefef;
	padding-bottom: 20px;
	z-index: 15;
	position: relative;
}

.footersw{
	margin:0 auto;
	width:150px;
	height:auto;
	cursor:pointer;
	font-family:"FontAwesome";
	padding-top: 10px;
}

#art_footer {
	width: 1240px;
	height: 46px;
	margin: 0px auto 0;
	overflow: hidden;
}

#art_footer a, #art_footer a:visited, #art_footer a:hover {
	color: #6d6d6d;
	text-decoration: none;
}

#footer_box {
	width: 200px;
	height: auto;
	float: left;
	overflow: hidden;
	margin: 0px 30px 0 10px;
}


#footer_box h5 {
	font: 700 14px/18px 'Open Sans',Arial,sans-serif;
    overflow: hidden;
    max-height: 56px;
    color: #6d6d6d;
    border-bottom: 1px solid #c5c5c5;
    margin-top: 20px;
    padding-bottom: 5px;
}

#footer_box ul {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin-top: 10px;
}

#footer_box li {
	line-height: 22px;
}

.fbx_left {
	float: left;
	width: 100px
}

.fbx_right {
	float: right;
	width: 80px;
}

.fbx_icons {
	width: 30px;
	height: 30px;
}

#footer_box img {
	float: left;
	margin: 10px 10px 0 0;
}

#copyr {
	text-align: center;
	font: 14px 'Open Sans',sans-serif;
	color: #6d6d6d;
	margin: 20px 0 0 0;
	padding-top: 20px;
}

.gr-ms {
	font: 16px 'Open Sans', sans-serif;
	color: #747474;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
}

#chatfollows {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	/* display: none; */
}

#chatfollows img {
	margin: 10px 10px 0 0;
}


/* ADS */

#elb-as {
	width: 970px;
	height: 90px;
	 
	margin: 20px auto 0;
	text-align: center; 
	background-repeat: no-repeat;
}

#bb	{
	width: 300px;
	height: auto;
	margin: 0 0 20px 30px;
	float: right;
	overflow:hidden;
	position:relative;
}

#bb_adv {
	width: 300px;
	height: 20px;
	text-align: center;
	display: none;
	font: 11px 'Open Sans', sans-serif;
	border-top: 1px solid #e1e1e1;
}

#bbadwrap {
	width: 300px;
	height: 250px;
	text-align: center;
}

#widesky {
	width: 300px;
	height: 600px;
	text-align: center;
	margin-top: 20px;
	
}

#banner468 {
	width: 468px;
	height: 60px;
	text-align: center;
	margin: 20px auto;

}

#cdnews {
	text-align: center;
}


/* FONT Resize */
#ft_rez {
	width: 700px;
	margin: 10px auto;
	text-align: right;
	font-family: 'Open Sans';
	font-size: 16px;
	font-style: italic;
	color: #007bc9;
	display: none;
	overflow: hidden;
}

#ft_rez a, #ft_rez a:visited, #ft_rez a:hover {
	color: #007bc9;
	text-decoration: none;
}

#ft_rez img {
	float: right;
	margin-left: 3px;
}



/*1024px = Tablet Landscape */
@media only screen and (min-width: 1024px) and (max-width: 1279px){

.header .menutoggle {
	display: block;
	background-color: 
}

.header {
	background-color: #007bc9;
	border: none;
	display: block;
}

.al-header {
	display: none;
}

.ye_sm {
	display: none;
}

#resp_menu {
	width: 123px;;
	margin: -50px auto 0;
}

.mnav {
	display: none;
}

.rm_logo {
	background-image: url(images/mlogo.png);
	background-repeat: no-repeat;
	width: 150px;
	background-position: 50% 50%;
	background-size: 100%;
}

.al-subnav {
	display: none;
}

#elb-as {
	margin: 60px auto 0;
	text-align: center;
}

#widesky {
	width: 300px;
	height: 250px;
	text-align: center;
	margin-top: 20px;
}

#article_level_head {
	width: 1024px;
	margin-top: 10px;
}

#headings {
	width: 1004px;
}


#alh-wrap {
	width: 1004px;
	margin-left: 10px;
}

#mobile_byline {
	display: none;
}


#article_level_wrap {
	width: 1004px;
	margin-top: 20px;
}

#main_edpick_list {
	display: none;
}

#main_article {
	width: 680px;
}

#bb {
	width: 300px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	margin: 0 0 20px 20px;
}

#bb_adv {
	width: 300px;
	display: block;
	font-size: 11px;
	padding: 5px 0;
	color: #007bc9;
}

#bbadwrap {
	margin: 0 auto;
}

#bb_adv i {
	padding-top: 10px;
}

.edpicksmob {
	display: block;
}

#apq_box {
	width: 300px;
}

#art_footer {
	display: none;
}

.footersw {
	display: none;
}

#footer_box {
	width: 880px;
}

#copyr {
	padding: 20px 20px;
	font-size: 12px;
}


#sidebar1 {
	width: 300px;
}


#populartab {
	width: 300px;
}



#widesky {
	margin: 20px auto 0;
}

.tbl_n {
	margin-bottom: 20px;
}

#art_tags {
	display: none;
}

#banner468 {
	width: 468px;
	height: 60px;
}

#cdnews {
	display: none;
}

footer {
	padding-bottom: 0px;
}

#chatfollows {
	display: block;
}

#main_article p {
	font-size: 16px;
	line-height: 24px;
}

#main_article p {
	font-size: 16px;
	line-height: 24px;
}

#ft_rez {
	width: 95%;
	margin: 0 auto 20px;
	display: block;
}



}

/*900px = Tablet Portrait */
@media only screen and (min-width: 900px) and (max-width: 1023px){

.header .menutoggle {
	display: block;
	background-color: 
}

.header {
	background-color: #007bc9;
	border: none;
	display: block;
}

.al-header {
	display: none;
}

.ye_sm {
	display: none;
}

#resp_menu {
	width: 123px;;
	margin: -50px auto 0;
}

.mnav {
	display: none;
}

.rm_logo {
	background-image: url(images/mlogo.png);
	background-repeat: no-repeat;
	width: 150px;
	background-position: 50% 50%;
	background-size: 100%;
}

.al-subnav {
	display: none;
}

#elb-as {
	margin: 60px auto 0;
	width: 468px;
	height: 60px;
	text-align: center;
}

#widesky {
	width: 300px;
	height: 250px;
	text-align: center;
	margin-top: 20px;
}


#article_level_head {
	width: 900px;
	margin-top: 10px;
}

#headings {
	width: 880px;
}

#headings h1 {
	font-size: 28px;
	line-height: 34px;
	color: #555;
}

#headings h2 {
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
}

#alh-wrap {
	width: 880px;
	margin-left: 10px;
}



#article_level_wrap {
	width: 880px;
	margin-top: 20px;
}

#main_edpick_list {
	display: none;
}

#main_article {
	width: 880px;
}

#bb {
	width: 300px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	margin: 0 0 20px 20px;
}

#bb_adv {
	width: 300px;
	display: block;
	font-size: 11px;
	padding: 5px 0;
	color: #007bc9;
}

#bbadwrap {
	margin: 0 auto;
}

#bb_adv i {
	padding-top: 10px;
}

#mobile_byline{
	/* display: block; */
}

.edpicksmob {
	display: block;
}

#lna {
	width: 210px;
}

#lna_img {
	width: 210px;
	height: 110px;
}

#art_img {
	width: 300px;
}


#apq_box {
	width: 300px;
}

#art_footer {
	display: none;
}

.footersw {
	display: none;
}

#copyr {
	padding: 20px 20px;
	font-size: 12px;
}


#sidebar1 {
	width: 880px;
}


#populartab {
	width: 880px;
}

#ltvideos {
	width: 230px;
    float: left;
    margin-right: 15px;
	height: 215px;
}

#vidplay {
	margin-top: 95px;
}

#sb_boxlist {
	width: 350px;
	float: left;
	margin-right: 10px;
}

#sb_info {
	width: 195px;
}

#widesky {
	margin: 20px auto 0;
}

#fbpagelike {
	text-align: center;
	width: 880px;
}

#twitter_follow {
	width: 880px;
}

.gmn_m {
	display: none;
}

.tbl_n {
	margin-bottom: 20px;
}

#art_tags {
	display: none;
}

#banner468 {
	width: 468px;
	height: 60px;
}

#cdnews {
	display: none;
}

footer {
	padding-bottom: 0px;
}

#chatfollows {
	display: block;
}

#main_article p {
	font-size: 16px;
	line-height: 24px;
}

#ft_rez {
	width: 95%;
	margin: 0 auto 20px;
	display: block;
}



}

/*800px = Tablet Portrait */
@media only screen and (min-width: 800px) and (max-width: 899px){

.header .menutoggle {
	display: block;
	background-color: 
}

.header {
	background-color: #007bc9;
	border: none;
	display: block;
}

.al-header {
	display: none;
}

.ye_sm {
	display: none;
}

#resp_menu {
	width: 123px;;
	margin: -50px auto 0;
}

.mnav {
	display: none;
}

.rm_logo {
	background-image: url(images/mlogo.png);
	background-repeat: no-repeat;
	width: 150px;
	background-position: 50% 50%;
	background-size: 100%;
}

.al-subnav {
	display: none;
}

#elb-as {
	margin: 42px auto 0;
	width: 468px;
	height: 60px;
	text-align: center;
}

#widesky {
	width: 300px;
	height: 250px;
	text-align: center;
	margin-top: 20px;
}


#article_level_head {
	width: 768px;
	margin-top: 10px;
}

#headings {
	width: 748px;
}

#headings h1 {
	font-size: 28px;
	line-height: 34px;
	color: #555;
}

#headings h2 {
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
}

#alh-wrap {
	width: 768px;
}

#socmed {
	width: 748px;
	margin-left: 10px;
}

#comments-number {
	float: right;
}

#sm-number {
	float: right;
	margin-left: 470px;
}

#alh-byline {
	display: none;
}

#alh-byline h5 {
	display: none;
}

#alh-postdate {
	display: none;
}

#article_level_wrap {
	width: 748px;
	margin-top: 20px;
}

#main_edpick_list {
	display: none;
}

#main_article {
	width: 748px;
}

#bb {
	width: 300px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	margin: 0 0 20px 20px;
}

#bb_adv {
	width: 300px;
	display: block;
	font-size: 11px;
	padding: 5px 0;
	color: #007bc9;
}

#bbadwrap {
	margin: 0 auto;
}

#bb_adv i {
	padding-top: 10px;
}

#mobile_byline{
	display: block;
	width: 780px;
}

.edpicksmob {
	display: block;
}

#lna {
	width: 175px;
}

#lna_img {
	width: 175px;
	height: 110px;
}

#art_img {
	width: 300px;
}


#apq_box {
	width: 300px;
}

#art_footer {
	display: none;
}

.footersw {
	display: none;
}

#footer_box {
	width: 748px;
}

#copyr {
	padding: 20px 20px;
	font-size: 12px;
}


#sidebar1 {
	width: 748px;
}


#populartab {
	width: 748px;
}

#ltvideos {
	width: 230px;
    float: left;
    margin-right: 15px;
	height: 200px;
}

#vidplay {
	margin-top: 95px;
}

#sb_boxlist {
	width: 350px;
	float: left;
	margin-right: 10px;
}

#sb_info {
	width: 195px;
}

#widesky {
	margin: 20px auto 0;
}

#fbpagelike {
	text-align: center;
	width: 748px;
}

#twitter_follow {
	width: 748px;
}

.gmn_m {
	display: none;
}

.tbl_n {
	margin-bottom: 20px;
}

#art_tags {
	display: none;
}

#banner468 {
	width: 468px;
	height: 60px;
}

#cdnews {
	display: none;
}

footer {
	padding-bottom: 0px;
}

#chatfollows {
	display: block;
}

#main_article p {
	font-size: 16px;
	line-height: 24px;
}

#ft_rez {
	width: 95%;
	margin: 0 auto 20px;
	display: block;
}



}

/*768px =Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 799px){

.header .menutoggle {
	display: block;
	background-color: 
}

.header {
	background-color: #007bc9;
	border: none;
	display: block;
}

.al-header {
	display: none;
}

.ye_sm {
	display: none;
}

#resp_menu {
	width: 123px;;
	margin: -50px auto 0;
}

.mnav {
	display: none;
}

.rm_logo {
	background-image: url(images/mlogo.png);
	background-repeat: no-repeat;
	width: 150px;
	background-position: 50% 50%;
	background-size: 100%;
}

.al-subnav {
	display: none;
}

#elb-as {
	margin: 30px auto 0;
	width: 468px;
	height: 60px;
	text-align: center;
}

#widesky {
	width: 300px;
	height: 250px;
	text-align: center;
	margin-top: 20px;
}


#article_level_head {
	width: 768px;
	margin-top: 10px;
}

#headings {
	width: 748px;
}

#headings h1 {
	font-size: 28px;
	line-height: 34px;
	color: #555;
}

#headings h2 {
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
}

#alh-wrap {
	width: 768px;
}

#socmed {
	width: 748px;
	margin-left: 10px;
}

#comments-number {
	float: right;
}

#sm-number {
	float: right;
	margin-left: 470px;
}

#alh-byline {
	display: none;
}

#alh-byline h5 {
	display: none;
}

#alh-postdate {
	display: none;
}

#article_level_wrap {
	width: 748px;
	margin-top: 20px;
}

#main_edpick_list {
	display: none;
}

#main_article {
	width: 748px;
}

#bb {
	width: 300px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	margin: 0 0 20px 20px;
}

#bb_adv {
	width: 300px;
	display: block;
	font-size: 11px;
	padding: 5px 0;
	color: #007bc9;
}

#bbadwrap {
	margin: 0 auto;
}

#bb_adv i {
	padding-top: 10px;
}

#mobile_byline{
	display: block;
}

.edpicksmob {
	display: block;
}

#lna {
	width: 175px;
}

#lna_img {
	width: 175px;
	height: 110px;
}

#art_img {
	width: 300px;
}


#apq_box {
	width: 300px;
}

#art_footer {
	display: none;
}

.footersw {
	display: none;
}

#footer_box {
	width: 748px;
}

#copyr {
	padding: 20px 20px;
	font-size: 12px;
}


#sidebar1 {
	width: 748px;
}


#populartab {
	width: 748px;
}

#ltvideos {
	width: 230px;
    float: left;
    margin-right: 15px;
	height: 200px;
}

#vidplay {
	margin-top: 95px;
}

#sb_boxlist {
	width: 350px;
	float: left;
	margin-right: 10px;
} 

#sb_info {
	width: 195px;
}

#widesky {
	margin: 20px auto 0;
}

#fbpagelike {
	text-align: center;
	width: 748px;
}

#twitter_follow {
	width: 748px;
}

.gmn_m {
	display: none;
}

.tbl_n {
	margin-bottom: 20px;
}

#art_tags {
	display: none;
}

#banner468 {
	width: 468px;
	height: 60px;
}

#cdnews {
	display: none;
}

footer {
	padding-bottom: 0px;
}

#chatfollows {
	display: block;
}

#main_article p {
	font-size: 16px;
	line-height: 24px;
}

#ft_rez {
	width: 95%;
	margin: 0 auto 20px;
	display: block;
}



}

/*600px =Tablet Portrait */
@media only screen and (min-width: 600px) and (max-width: 767px){

.header .menutoggle {
	display: block;
	background-color: 
}

.header {
	background-color: #007bc9;
	border: none;
	display: block;
}

.al-header {
	display: none;
}

.ye_sm {
	display: none;
}

#resp_menu {
	width: 123px;;
	margin: -50px auto 0;
}

.mnav {
	display: none;
}

.rm_logo {
	background-image: url(images/mlogo.png);
	background-repeat: no-repeat;
	width: 150px;
	background-position: 50% 50%;
	background-size: 100%;
}

.al-subnav {
	display: none;
}

#elb-as {
	margin: 30px auto 0;
	width: 468px;
	height: 60px;
	text-align: center;
}

#widesky {
	width: 300px;
	height: 250px;
	text-align: center;
	margin-top: 20px;
}


#article_level_head {
	width: 600px;
	margin-top: 10px;
}

#headings {
	width: 544px;
}

#headings h1 {
	font-size: 28px;
	line-height: 34px;
	color: #555;
}

#headings h2 {
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
}

#alh-wrap {
	width: 566px;
}

#socmed {
	width: 544px;
	margin-left: 10px;
}

#comments-number {
	float: right;
}

#sm-number {
	float: right;
	margin-left: 270px;
}

#alh-byline {
	display: none;
}

#alh-byline h5 {
	display: none;
}

#alh-postdate {
	display: none;
}

#article_level_wrap {
	width: 544px;
	margin-top: 20px;
}

#main_edpick_list {
	display: none;
}

#main_article {
	width: 544px;
}

#bb {
	width: 544px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	margin: 0 auto 20px;
}

#bb_adv {
	width: 544px;
	display: block;
	font-size: 11px;
	padding: 5px 0;
	color: #007bc9;
}

#bbadwrap {
	margin: 0 auto;
}

#bb_adv i {
	padding-top: 10px;
}

#mobile_byline{
	display: block;
	width: 580px;
}

.edpicksmob {
	display: block;
}

#lna {
	width: 130px;
}

#lna_img {
	width: 130px;
	height: 80px;
}

#art_img {
	width: 200px;
}


#apq_box {
	width: 530px;
}

#art_footer {
	display: none;
}

.footersw {
	display: none;
}

#footer_box {
	width: 544px;
}

#copyr {
	padding: 20px 20px;
	font-size: 12px;
}


#sidebar1 {
	width: 544px;
}


#populartab {
	width: 544px;
}

#ltvideos {
	width: 250px;
    float: left;
    margin-right: 15px;
	height: 215px;

}

#vidplay {
	margin-top: 105px;
}

#sb_boxlist {
	width: 271px;
	float: left;
}

#sb_info {
	width: 120px;
}

#widesky {
	margin: 20px auto 0;
}

#fbpagelike {
	text-align: center;
	width: 544px;
}

#twitter_follow {
	width: 544px;
}

.gmn_m {
	display: none;
}

.tbl_n {
	margin-bottom: 20px;
}

#art_tags {
	display: none;
}

#banner468 {
	width: 468px;
	height: 60px;
}

#cdnews {
	display: none;
}

.simplePullQuote {
	width: 544px!important;
}

.simplePullQuote  p {
	padding-right: 11px;
}

footer {
	padding-bottom: 0px;
}

#chatfollows {
	display: block;
}

#main_article p {
	font-size: 16px;
	line-height: 24px;
}

#ft_rez {
	width: 95%;
	margin: 0 auto 20px;
	display: block;
}



}

/*568px =iPhone Landscape */
@media only screen and (min-width: 568px) and (max-width: 599px){

.header .menutoggle {
	display: block;
	background-color: 
}

.header {
	background-color: #007bc9;
	border: none;
	display: block;
}

.al-header {
	display: none;
}

.ye_sm {
	display: none;
}

#resp_menu {
	width: 123px;;
	margin: -50px auto 0;
}

.mnav {
	display: none;
}

.rm_logo {
	background-image: url(images/mlogo.png);
	background-repeat: no-repeat;
	width: 150px;
	background-position: 50% 50%;
	background-size: 100%;
}

.al-subnav {
	display: none;
}

#elb-as {
	margin: 30px auto 0;
	width: 468px;
	height: 60px;
	text-align: center;
	overflow:hidden;
}

#widesky {
	width: 300px;
	height: 250px;
	text-align: center;
	margin-top: 20px;
}


#article_level_head {
	width: 566px;
	margin-top: 10px;
}

#headings {
	width: 544px;
}

#headings h1 {
	font-size: 28px;
	line-height: 34px;
	color: #555;
}

#headings h2 {
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
}

#alh-wrap {
	width: 566px;
}

#socmed {
	width: 544px;
	margin-left: 10px;
}

#comments-number {
	float: right;
}

#sm-number {
	float: right;
	margin-left: 270px;
}

#alh-byline {
	display: none;
}

#alh-byline h5 {
	display: none;
}

#alh-postdate {
	display: none;
}

#article_level_wrap {
	width: 544px;
	margin-top: 20px;
}

#main_edpick_list {
	display: none;
}

#main_article {
	width: 544px;
}

#bb {
	width: 544px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	margin: 0 auto 20px;
}

#bb_adv {
	width: 544px;
	display: block;
	font-size: 11px;
	padding: 5px 0;
	color: #007bc9;
}

#bbadwrap {
	margin: 0 auto;
}

#bb_adv i {
	padding-top: 10px;
}

#mobile_byline{
	display: block;
	width: 540px;
}

.edpicksmob {
	display: block;
}

#lna {
	width: 130px;
}

#lna_img {
	width: 130px;
	height: 80px;
}

#art_img {
	width: 200px;
}


#apq_box {
	width: 530px;
}

#art_footer {
	display: none;
}

.footersw {
	display: none;
}

#footer_box {
	width: 544px;
}

#copyr {
	padding: 20px 20px;
	font-size: 12px;
}


#sidebar1 {
	width: 544px;
}


#populartab {
	width: 544px;
}

#ltvideos {
	width: 250px;
    float: left;
    margin-right: 15px;
	height: 210px;
}

#vidplay {
	margin-top: 105px;
}

#sb_boxlist {
	width: 271px;
	float: left;
}

#sb_info {
	width: 120px;
}

#widesky {
	margin: 20px auto 0;
}

#fbpagelike {
	text-align: center;
	width: 544px;
}

#twitter_follow {
	width: 544px;
}

.gmn_m {
	display: none;
}

.tbl_n {
	margin-bottom: 20px;
}

#art_tags {
	display: none;
}

#banner468 {
	width: 468px;
	height: 60px;
}

#cdnews {
	display: none;
}

.simplePullQuote {
	width: 544px!important;
}

.simplePullQuote  p {
	padding-right: 11px;
}

footer {
	padding-bottom: 0px;
}

#chatfollows {
	display: block;
}

#main_article p {
	font-size: 16px;
	line-height: 24px;
}

#ft_rez {
	width: 95%;
	margin: 0 auto 20px;
	display: block;
}



}

/*480px =iPhone Landscape */
@media only screen and (min-width: 480px) and (max-width: 567px){

.header .menutoggle {
	display: block;
	background-color: 
}

.header {
	background-color: #007bc9;
	border: none;
	display: block;
}

.al-header {
	display: none;
}

.ye_sm {
	display: none;
}

#resp_menu {
	width: 123px;;
	margin: -50px auto 0;
}

.mnav {
	display: none;
}

.rm_logo {
	background-image: url(images/mlogo.png);
	background-repeat: no-repeat;
	width: 150px;
	background-position: 50% 50%;
	background-size: 100%;
}

.al-subnav {
	display: none;
}

#elb-as {
	margin: 30px auto 0;
	width: 468px;
	height: 60px;
	text-align: center;
	overflow:hidden;
}

#widesky {
	width: 300px;
	height: 250px;
	text-align: center;
	margin-top: 20px;
}


#article_level_head {
	width: 480px;
	margin-top: 10px;
}

#headings {
	width: 460px;
}

#headings h1 {
	font-size: 28px;
	line-height: 34px;
	color: #555;
}

#headings h2 {
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
}

#alh-wrap {
	width: 480px;
}

#socmed {
	width: 460px;
	margin-left: 10px;
}

#comments-number {
	float: right;
}

#sm-number {
	float: right;
	margin-left: 200px;
}

#alh-byline {
	display: none;
}

#alh-byline h5 {
	display: none;
}

#alh-postdate {
	display: none;
}

#article_level_wrap {
	width: 460px;
	margin-top: 20px;
}

#main_edpick_list {
	display: none;
}

#main_article {
	width: 460px;
}

#bb {
	width: 460px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	margin: 0 auto 20px;
}

#bb_adv {
	width: 460px;
	display: block;
	font-size: 11px;
	padding: 5px 0;
	color: #007bc9;
}

#bbadwrap {
	margin: 0 auto;
}

#bb_adv i {
	padding-top: 10px;
}

#mobile_byline{
	display: block;
	width: 460px;
}

.edpicksmob {
	display: block;
}

#lna {
	width: 110px;
}

#lna_img {
	width: 110px;
	height: 60px;
}

#art_img {
	width: 100%;
}


#apq_box {
	width: 100%;
}

#art_footer {
	display: none;
}

.footersw {
	display: none;
}

#footer_box {
	width: 460px;
}

#copyr {
	padding: 20px 20px;
	font-size: 12px;
}


#sidebar1 {
	width: 460px;
}


#populartab {
	width: 460px;
}

#ltvideos {
	width: 460px;
}

#vidplay {
	margin-top: 222px;
}

#sb_boxlist {
	width: 460px;
}

#sb_info {
	width: 300px;
}

#widesky {
	margin: 20px auto 0;
}

#fbpagelike {
	text-align: center;
	width: 460px;
}

#twitter_follow {
	width: 460px;
}

.gmn_m {
	display: none;
}

.tbl_n {
	margin-bottom: 20px;
}

#art_tags {
	display: none;
}

#banner468 {
	width: 468px;
	height: 60px;
}

#cdnews {
	display: none;
}

.simplePullQuote {
	width: 460px!important;
}

.simplePullQuote  p {
	padding-right: 11px;
}

.alignright {
    float:right;
	width: 100%!important;
}

.alignleft {
    float:left;
	width: 100%!important;
}

footer {
	padding-bottom: 0px;
}

#chatfollows {
	display: block;
}

#main_article p {
	font-size: 16px;
	line-height: 24px;
}

#ft_rez {
	width: 95%;
	margin: 0 auto 20px;
	display: block;
}



}

/*375px =iPhone portrait */
@media only screen and (min-width: 375px) and (max-width: 479px){

.header .menutoggle {
	display: block;
	background-color: 
}

.header {
	background-color: #007bc9;
	border: none;
	display: block;
}

.al-header {
	display: none;
}

.ye_sm {
	display: none;
}

#resp_menu {
	width: 123px;;
	margin: -50px auto 0;
}

.mnav {
	display: none;
}

.rm_logo {
	background-image: url(images/mlogo.png);
	background-repeat: no-repeat;
	width: 150px;
	background-position: 50% 50%;
	background-size: 100%;
}

.al-subnav {
	display: none;
}

#elb-as {
	width: 320px;
	height: 50px;
	margin: 74px auto 0;
	overflow:hidden;
}

#widesky {
	width: 300px;
	height: 600px;
	text-align: center;
	margin-top: 20px;
}


#article_level_head {
	width: 375px;
	margin-top: 10px;
}

#headings {
	width: 355px;
}

#headings h1 {
	font-size: 28px;
	line-height: 34px;
	color: #555;
}

#headings h2 {
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
}

#alh-wrap {
	width: 375px;
}

#socmed {
	width: 355px;
	margin-left: 10px;
}

#comments-number {
	float: right;
}

#sm-number {
	float: right;
	margin-left: 85px;
}

#alh-byline {
	display: none;
}

#alh-byline h5 {
	display: none;
}

#alh-postdate {
	display: none;
}

#article_level_wrap {
	width: 355px;
	margin-top: 20px;
}

#main_edpick_list {
	display: none;
}

#main_article {
	width: 355px;
}

#bb {
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	margin-right: 30px;
}

#bb_adv {
	display: block;
	font-size: 11px;
	padding: 5px 0;
	color: #007bc9;

}

#bb_adv i {
	padding-top: 10px;
}

#mobile_byline{
	display: block;
	width: 355px;
}

.edpicksmob {
	display: block;
}

#lna {
	width: 170px;
}

#lna_img {
	width: 170px;
	height: 97px;
}

#art_img {
	margin-right: 30px;
}


#apq_box {
	width: 355px;
}

#art_footer {
	display: none;
}

.footersw {
	display: none;
}

#footer_box {
	width: 355px;
}

#copyr {
	padding: 20px 20px;
	font-size: 12px;
}


#sidebar1 {
	width: 355px;
}


#populartab {
	width: 355px;
}

#ltvideos {
	width: 355px;
}

#vidplay {
	margin-top: 162px;
}

#sb_boxlist {
	width: 355px;
}

#sb_info {
	width: 200px;
}

#widesky {
	margin: 20px auto 0;
}

#fbpagelike {
	text-align: center;
	width: 355px;
}

#twitter_follow {
	width: 355px;
}

.gmn_m {
	display: none;
}

.tbl_n {
	margin-bottom: 20px;
}

#art_tags {
	display: none;
}

#banner468 {
	width: 300px;
	height: 250px;
}

#cdnews {
	display: none;
}

.simplePullQuote {
	width: 355px!important;
}

.simplePullQuote  p {
	padding-right: 11px;
}

.alignright {
    float:right;
	width: 100%!important;
}

.alignleft {
    float:left;
	width: 100%!important;
}

footer {
	padding-bottom: 0px;
}

#chatfollows {
	display: block;
}

/* FONT Resize */
#ft_rez {
	width: 95%;
	margin: 0 auto 20px;
	display: block;
}

}

/*360px =iPhone portrait */
@media only screen and (min-width: 360px) and (max-width: 374px){

.header .menutoggle {
	display: block;
	background-color: 
}

.header {
	background-color: #007bc9;
	border: none;
	display: block;
}

.al-header {
	display: none;
}

.ye_sm {
	display: none;
}

#resp_menu {
	width: 123px;;
	margin: -50px auto 0;
}

.mnav {
	display: none;
}

.rm_logo {
	background-image: url(images/mlogo.png);
	background-repeat: no-repeat;
	width: 150px;
	background-position: 50% 50%;
	background-size: 100%;
}

.al-subnav {
	display: none;
}

#elb-as {
	width: 320px;
	height: 50px;
	margin: 74px auto 0;
	overflow:hidden;
}

#widesky {
	width: 300px;
	height: 250px;
	text-align: center;
	margin-top: 20px;
}


#article_level_head {
	width: 360px;
	margin-top: 10px;
}

#headings {
	width: 340px;
}

#headings h1 {
	font-size: 28px;
	line-height: 34px;
	color: #555;
}

#headings h2 {
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
}

#alh-wrap {
	width: 360px;
}

#socmed {
	width: 340px;
	margin-left: 10px;
}

#comments-number {
	float: right;
}

#sm-number {
	float: right;
}

#alh-byline {
	display: none;
}

#alh-byline h5 {
	display: none;
}

#alh-postdate {
	display: none;
}

#article_level_wrap {
	width: 340px;
	margin-top: 20px;
}

#main_edpick_list {
	display: none;
}

#main_article {
	width: 340px;
}

#bb {
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	margin-right: 20px;
}

#bb_adv {
	display: block;
	font-size: 11px;
	padding: 5px 0;
	color: #007bc9;
}

#bb_adv i {
	padding-top: 10px;
}

#mobile_byline{
	display: block;
	width: 340px;
}

.edpicksmob {
	display: block;
}

#lna {
	width: 165px;
}

#lna_img {
	width: 165px;
	height: 97px;
}


#art_img {
	margin-right: 20px;
}


#apq_box {
	width: 340px;
}

#art_footer {
	display: none;
}

.footersw {
	display: none;
}

#footer_box {
	width: 340px;
}

#copyr {
	padding: 20px 20px;
	font-size: 12px;
}


#sidebar1 {
	width: 340px;
}


#populartab {
	width: 340px;
}

#ltvideos {
	width: 340px;
}

#vidplay {
	margin-top: 154px;
}

#sb_boxlist {
	width: 340px;
}

#sb_info {
	width: 190px;
}

#widesky {
	margin: 20px auto 0;
}

#fbpagelike {
	text-align: center;
	width: 340px;
}

#twitter_follow {
	width: 340px;
}

.gmn_m {
	display: none;
}

.tbl_n {
	margin-bottom: 20px;
}

#art_tags {
	display: none;
}

#banner468 {
	width: 300px;
	height: 250px;
}

#cdnews {
	display: none;
}

.simplePullQuote {
	width: 340px!important;
}

.alignright {
    float:right;
    margin: 5px 20px 20px 0px!important;
	width: 300px!important;
}

footer {
	padding-bottom: 0px;
}

#chatfollows {
	display: block;
}

#main_article p {
	font-size: 16px;
	line-height: 24px;
}

/* FONT Resize */
#ft_rez {
	width: 95%;
	margin: 0 auto 20px;
	display: block;
}


}


/*320px =iPhone portrait */
@media only screen and (min-width: 320px) and (max-width: 359px){

.header .menutoggle {
	display: block;
	background-color: 
}

.header {
	background-color: #007bc9;
	border: none;
	display: block;
}

.al-header {
	display: none;
}

.ye_sm {
	display: none;
}

#resp_menu {
	width: 123px;;
	margin: -50px auto 0;
}

.mnav {
	display: none;
}

.rm_logo {
	background-image: url(images/mlogo.png);
	background-repeat: no-repeat;
	width: 150px;
	background-position: 50% 50%;
	background-size: 100%;
}

.al-subnav {
	display: none;
}

#elb-as {
	width: 320px;
	height: 50px;
	margin: 74px auto 0;
	overflow:hidden;
}

#widesky {
	width: 300px;
	height: auto;
	text-align: center;
	margin-top: 20px;
}


#article_level_head {
	width: 320px;
	margin-top: 10px;
}

#headings {
	width: 300px;
}

#headings h1 {
	font-size: 28px;
	line-height: 34px;
	color: #555;
}

#headings h2 {
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
}

#alh-wrap {
	width: 320px;
}

#socmed {
	width: 300px;
	margin-left: 10px;
}

#comments-number {
	float: right;
}

#sm-number {
	float: right;
	margin-left: 20px;
}

#alh-byline {
	display: none;
}

#alh-byline h5 {
	display: none;
}

#alh-postdate {
	display: none;
}

#article_level_wrap {
	width: 300px;
	margin-top: 20px;
}

#main_edpick_list {
	display: none;
}

#main_article {
	width: 300px;
}

#bb {
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}

#bb_adv {
	display: block;
	font-size: 11px;
	padding: 5px 0;
	color: #007bc9;
}

#bb_adv i {
	padding-top: 10px;
}

#mobile_byline{
	display: block;
	width: 320px;
}

.edpicksmob {
	display: block;
}

#lna {
	width: 145px;
}

#lna_img {
	width: 145px;
	height: 97px;
}

#art_footer {
	display: none;
}

.footersw {
	display: none;
}

#footer_box {
	width: 300px;
}

#copyr {
	padding: 20px 20px;
	font-size: 12px;
}

.gmn_m {
	display: none;
}

.tbl_n {
	margin-bottom: 20px;
}

#art_tags {
	display: none;
}

#banner468 {
	width: 300px;
	height: 250px;
}

#cdnews {
	display: none;
}

.simplePullQuote {
	width: 286px!important;
}

footer {
	padding-bottom: 0px;
}

#chatfollows {
	display: block;
}

#main_article p {
	font-size: 16px;
	line-height: 24px;
}

/* FONT Resize */
#ft_rez {
	width: 95%;
	margin: 0 auto 20px;
	display: block;
}


}

#main_article ol,#main_article ul{
	padding-left:20px;
}

#elb-as{
	margin-bottom:20px;
}

@media all and (min-width:0px) and (max-width:719px){
	#lna_img,#lna{
		width:100%;
		height:auto;
	}
}