@charset "utf-8";
/* CSS Document */
html, body { padding:0; margin:0; }
body {
}

.clear { float:none !important; height:0px !important; visibility:hidden !important; overflow:hidden !important; clear:both !important; }
.leftclear { float:none !important; height:0px !important; visibility:hidden !important; overflow:hidden !important; clear:left !important; }

div, p, li { font-family: Arial, Sans-Serif, Sylfaen; font-size:14px; }
div, p { line-height:18px; }


a { text-decoration:none; }
a:hover { text-decoration:underline; }
a, a:active, a:visited  { color: #0093DD; }

h1, h2, h3, h4, h5, h6 { color:#000;font-family:Georgia,Arial,Sylfaen; line-height:25px;}
h2 { font-size:20px; }


/*input[type=text],input[type=password], textarea {
    border: 1px solid #d1d1d1;
    font-family: Arial, Verdana, Sylfaen;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 2px 0px #d1d1d1;
    -moz-box-shadow: inset 0px 0px 2px 0px #d1d1d1;
    box-shadow: inset 0px 0px 2px 0px #d1d1d1;
    width:300px;
    text-indent:5px;
}*/
/*
input[type=text],input[type=password] {
    height: 40px;
    line-height: 40px;
}*/

input[type=submit]{
    border:none;
    font-size:30px;
    color:#212121;
    display:inline-block;
    padding:5px 10px;
    border-radius:5px;
    background:#15BDE4;
    cursor:pointer;
}

textarea { font-family:Arial,Verdana,Sylfaen; font-size:12px; }

.inputIsErr { border:1px solid #D90000; }

.formWrapper {  }
.formRow {
    height:auto;
    padding-left: 140px;
    padding-bottom: 5px;
}

.formRow .title {
    float: left;
    margin-left: -140px;
    max-width: 140px;
    height: 40px;
    line-height: 40px;
    color: #1f1f1f;
    font-size: 15px;
}

.formRow .divider {
    height: 0px;
    margin-left: -140px;
    margin-top:5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    clear: left;
}

.formRow .errInField {
    background:#D90000;
    color:#fff;
    padding:10px;
    border-radius:5px;
    text-align:left;
    clear:left;
    margin-top:5px;
}

.npr { width:1px; height:1px; overflow:hidden; z-index:-1; position:absolute; top:-5000px; left:-5000px; }
.npr1 {  }
.npr1 ul { margin:0; background:#4a4a4a;text-align:center; padding:10px 0; }
.npr1 ul li { list-style: none; list-style-image:none; display:inline-block; margin:0 10px; color:#fff; }
.npr1 ul li a { color:#fff; }

/*###### end standard ######*/

.fixedWidth {
    width: 1000px;
    min-width: 1000px;
    max-width: 1000px;
    margin:0 auto;
}

#wrapper { position:relative;  }

#head {
    background: #f0f0f0; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYWRhZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f0f0f0 0%, #dadada 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#dadada)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f0f0f0 0%,#dadada 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f0f0f0 0%,#dadada 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f0f0f0 0%,#dadada 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f0f0f0 0%,#dadada 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#dadada',GradientType=0 ); /* IE6-8 */

    height:100px;

}
#headWrapper { padding-left:220px; }
#logo { float:none; margin-left:-220px; position:absolute; padding-top:20px; }



/* main category menu */

#mainCategoryMenu {
    margin:0; padding:0; z-index:1; position:relative;
}

#mainCategoryMenu li { margin:0; padding:0 20px;  height:100px; float:left; list-style:none; list-style-image:none; }
#mainCategoryMenu li a { display:block; line-height:100px; padding-bottom:10px; vertical-align:bottom; font-size:16px; font-family: Arial, Sans-Serif, Sylfaen; color:#4A4A4A; text-decoration: none; }

#mainCategoryMenu li.special a { color:#DA251E; font-weight:bold; }
#mainCategoryMenu li:hover { background:#568A9F; }
#mainCategoryMenu li:hover a { color:#fff; text-decoration:none; }
/* end main category menu */


#searchLine {
    background: #9c9c9c; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzljOWM5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YzdjN2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #9c9c9c 0%, #999999 50%, #7c7c7c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c9c9c), color-stop(50%,#999999), color-stop(100%,#7c7c7c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #9c9c9c 0%,#999999 50%,#7c7c7c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #9c9c9c 0%,#999999 50%,#7c7c7c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #9c9c9c 0%,#999999 50%,#7c7c7c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #9c9c9c 0%,#999999 50%,#7c7c7c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9c9c', endColorstr='#7c7c7c',GradientType=0 ); /* IE6-8 */

    height:40px;
}

#searchLine input[type=text] {
    background:#4A4A4A;
    color:#979797;
    width:100%;
    border-radius:0;
    height:35px;
    line-height:35px;
    border-radius:5px;
    border:none;
}
#searchLine input[type=text]:focus {
    color:#4a4a4a;
    background:#DADADA;
}

#searchLine input[type=submit] {
    width:14px; height:14px; overflow:hidden; border:0; border-radius:0; line-height:1px; text-indent:-10000px;
    position:absolute; top:12px; right:10px;
    background:none; background-image:url("../images/search-btn.png"); background-repeat: no-repeat;
}
#searchLine input[type=submit]:hover {
   /* background-position:0px bottom;*/
}
#searchLine .fixedWidth { position:relative; padding-top:2px;}

#topNews { padding:10px 0; }

#homeMiddleContainer { padding-right:300px; }
#importantNews { float:right; margin-right:-300px; width:300px; background:#f0f0f0; }
#importantNews .inner { padding:10px; }
#importantNews h2 { font-size:16px; margin:0; padding:5px 0 0 0; }
#importantNews .itm { border-bottom:1px dotted #333; padding:10px 0 5px 0; }
#importantNews .info {  }

#latestNews {  }
#latestNews .inner { padding:0; margin:0; overflow:hidden; }
#latestNews .itm { float:left; width:330px; height:420px; margin:0 10px 10px 0; border-bottom:1px dotted #333; }
#latestNews .itm h2 { min-height:80px; color:#E3120B; }
#latestNews .itm h2 a { color:#000; }
#latestNews .itm .rubrik { padding-bottom:10px; font-weight:bold; font-family:Arial, sans-serif,Sylfaen; }
#latestNews .itm .rubrik a { color:#E3120B;  }
/*#latestNews .itm:nth-child(2n) { margin-right:0; }*/
#latestNews .divide { margin:20px 0 0 0; float:left; border-left:1px dotted #ccc; width:10px; height:300px; overflow:hidden; }

.news-view {
    padding-top: 20px;
    padding-right: 320px;
}

.news-view .thumb {
    margin: 10px 20px 0px 0;
    text-align:center;
    float:left;
}

.news-view h1 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

.news-view .news-data,.news-view .news-data p, .news-view .news-data div { font-size:16px; }

.news-view .interesting {
    float: right;
    width: 300px;
    margin-right: -320px;
    background: #f0f0f0;
}

.news-view .interesting .inner {
    padding: 10px;
}

.news-view .interesting .itm {
    padding:10px 10px 10px 80px;
    border-bottom:1px dotted #d3d3d3;
}
.news-view .interesting .itm:hover { background:#DBDBDB; }

.news-view .interesting .itm .th {
    float: left;
    margin-left: -70px;
}

.news-view .interesting .itm .ttl {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    font-size: 12px;
    font-family: Arial, Georgia, Sylfaen;
}
.news-view .interesting .itm .ttl:hover {  text-decoration:none; }



#footer { background:#4A4A4A; padding:20px 0; }

#footerMenu { text-align:center; }
#footerMenu li { display:inline-block; height:20px; line-height:20px; padding:0 20px; }
#footerMenu li a { color:#fff; text-decoration:none; font-family:Georgia, Arial, Sylfaen; font-size:16px; }

#footerMenu li a:hover { text-decoration:underline;}


.pagebarFocused { height:30px; padding-top:25px; }
.pagebarFocused > span {
    width:30px; height:30px; display:block; float:left; background:#e6e6e6; text-decoration:none; text-align:center; line-height:30px; border-radius:5px; margin-right:9px; margin-bottom:20px; color:#14a646;
}
.pagebarFocused > span:hover { background:#cccccc; }
.pagebarFocused > span.next { margin-left:4px; }
.pagebarFocused > span.prev { margin-right:12px; }
.pagebarFocused > span.dotsLeft { margin-left:0px; display:none; }
.pagebarFocused > span.dotsRight { margin-right:0px; display:none; }
.pagebarFocused > span a { text-decoration:none; display:block; width:30px; height:30px; line-height:30px; border-radius:9px; }
.pagebarFocused > span > span {  }
.pagebarFocused > span a, .pagebarFocused > span > span { }

.pagebarFocused > span a:hover, .pagebarFocused > span a.current { background:#cccccc; }





/* sharer */
.px-share-bar {
    margin: 0;
    padding:0;
    white-space: nowrap
}

.px-share-bar:hover .share-icon {
    opacity: 1;
    -ms-filter: none;
    filter: none
}

.px-share-bar li {
    display: inline-block;
    cursor: pointer
}

.px-share-bar li:first-child a {
    padding-left: 0
}

.px-share-bar li a {
    color: #e3120b;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    font-family: Arial;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 15px;
    margin: 1px
}

.px-share-bar li a p {
    margin: 0
}

.px-share-bar li .label {
    margin-left: 4px
}

.px-share-bar li .icon-wrapper {
    width: 16px;
    height: 16px;
    overflow: hidden
}

.px-share-bar li .share-icon {
    background-image: url(../images/social-sharer.png);
    width: 40px;
    height: 40px;
    display: block;
    background-position: 0 -40px;
    background-repeat: no-repeat;
    -webkit-background-size: 322px 160px;
    -moz-background-size: 322px 160px;
    background-size: 322px 160px;
    margin-left: -12px;
    margin-top: -12px;
    opacity: .6;
    -ms-filter: "alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -webkit-transition: opacity 100ms ease-out;
    -moz-transition: opacity 100ms ease-out;
    -o-transition: opacity 100ms ease-out;
    -ms-transition: opacity 100ms ease-out;
    transition: opacity 100ms ease-out
}

.px-share-bar li:hover.share-twitter .share-icon {
    background-position: 0 0
}

.px-share-bar li:hover.share-facebook .share-icon {
    background-position: -40px 0
}

.px-share-bar li:hover.share-linkedin .share-icon {
    background-position: -80px 0
}

.px-share-bar li:hover.share-google .share-icon {
    background-position: -120px 0
}

.px-share-bar li:hover.share-email .share-icon {
    background-position: -160px 0
}

.px-share-bar li:hover.share-pinterest .share-icon {
    background-position: -200px 0
}

.px-share-bar li.share-twitter .share-icon {
    background-position: 0 -40px
}

.px-share-bar li.share-facebook .share-icon {
    background-position: -40px -40px
}

.px-share-bar li.share-linkedin .share-icon {
    background-position: -80px -40px
}

.px-share-bar li.share-google .share-icon {
    background-position: -120px -40px
}

.px-share-bar li.share-email .share-icon {
    background-position: -160px -40px
}

.px-share-bar li.share-pinterest .share-icon {
    background-position: -200px -40px
}
/* end sharer */



.lastIssue { position:relative; height:395px; }
.lastIssueCanvas { position:absolute; top:0px; left:0px; background: rgba(0,0,0,0.6); display:none; }
.lastIssue:hover .lastIssueCanvas { display:block; }
.lastIssueInner { height:395px; width:280px; display:table-cell; vertical-align:middle; text-align:center;  }

.lastIssueInner a {
    display: block;
    width: 150px;
    line-height:30px;
    font-size:14px;
    text-decoration:none;
    margin:10px auto;
    text-align:center;
    font-family: "Times New Roman", Arial, Sylfaen;
    background: #f3f2f0;
    border-radius: 3px;


}

.rSocial { padding:10px 0; text-align:center; }
.rSocial a {
    display:inline-block; width:28px; height:28px; overflow:hidden; margin:0 19px;
    background-repeat:no-repeat; background-image:url("../images/social-sharer.png");
}

.rSocial a.fb { background-position:-106px -26px; }
.rSocial a.tw { background-position:-24px -26px; width:34px; margin-right:14px; }
.rSocial a.gplus { background-position:-267px -26px; }
.rSocial a.you { background-position:-506px -26px; }



.archiveDates { padding:0 0 30px 0; overflow:hidden;}
.archiveDates h2 a { text-decoration:none; color:#DA251E;  }


