/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5 Nov, 2014, 6:05:49 PM
    Author     : Admin
*/

/*
*
*   Basic Reset
*
*/

*{margin: 0;padding: 0;outline: 0;}
body{font-size: 12px;font-family: 'verdana'; }

/*
*
*   Header Style
*
*/

.topbar-wrap
{
    width: 100%;
    min-width: 1000px;
    height: auto;
    clear: both;
    text-align: center;
    background-color: #F0F0F8;
    border-bottom: 1px solid #DDDDDD;
}
.topbar
{
    width: 1000px;
    height: auto;
    margin: auto;
    text-align: left;
    padding: 8px 0px;
}
.topbar p a
{
    color: #333333;
    padding: 8px;
    text-decoration: none;
    border-right: 1px solid #DDDDDD;
}
.topbar p a:first-child
{
    border-left: 1px solid #DDDDDD;
}
.topbar p a:hover
{
    color: #005C84;
    text-decoration: underline;
}
.header-wrap
{
    width: 100%;
    min-width: 1000px;
    height: auto;
    clear: both;
    text-align: center;
}
header
{
    width: 1000px;
    height: auto;
    margin: auto;
}
.logo
{
    width: 500px;
    height: 90px;
    margin: auto;
}
.logo img
{
    max-width: 100%;
    height: 100%;
    margin: auto;
}
.space
{
    width: 500px;
    height: 90px;
    float: right;
}
.nav-wrap
{
    width: 100%;
    min-width: 1000px;
    height: auto;
    clear: both;
    text-align: center;
    -webkit-background: linear-gradient(#005C84,#003851);
    -moz-background: linear-gradient(#005C84,#003851);
    -ms-background: linear-gradient(#005C84,#003851);
    -o-background: linear-gradient(#005C84,#003851);
    background: linear-gradient(#005C84,#003851);
}
nav
{
    width: 1000px;
    height: auto;
    margin: auto;
    padding: 10px 0px;
    text-align: left;    
}
nav a 
{
    color: #FFFFFF;
    padding: 10px 25px;
    font-weight: 500;
    margin-left: -3.8px;
    text-decoration: none;
    font-weight: 600;
    border-right: 1px solid #336E89;
}
nav a:first-child
{
    margin: 0px;
    border-left: 1px solid #336E89;
}
nav a:hover
{
    color: #222222;
    -webkit-background: linear-gradient(#FFFFFF,#F0F0F8,#E0E0E8);
    -moz-background: linear-gradient(#FFFFFF,#F0F0F8,#E0E0E8);
    -ms-background: linear-gradient(#FFFFFF,#F0F0F8,#E0E0E8);
    -o-background: linear-gradient(#FFFFFF,#F0F0F8,#E0E0E8);
    background: linear-gradient(#FFFFFF,#F0F0F8,#E0E0E8);
}

#nav-wrap
{
    width: 100%;
    min-width: 1000px;
    height: auto;
    clear: both;
    text-align: center;
    -webkit-background: linear-gradient(#005C84,#003851);
    -moz-background: linear-gradient(#005C84,#003851);
    -ms-background: linear-gradient(#005C84,#003851);
    -o-background: linear-gradient(#005C84,#003851);
    background: linear-gradient(#005C84,#003851);
}
#nav-wrap nav
{
    width: 1000px;
    height: auto;
    margin: auto;
    padding: 10px 0px;
    text-align: left;    
}
#nav-wrap nav a 
{
    color: #FFFFFF;
    padding: 10px 19px;
    font-weight: 500;
    margin-left: -3.8px;
    text-decoration: none;
    font-weight: 600;
    border-right: 1px solid #336E89;
}
#nav-wrap nav a:first-child
{
    margin: 0px;
    border-left: 1px solid #336E89;
}
#nav-wrap nav a:hover
{
    color: #222222;
    -webkit-background: linear-gradient(#FFFFFF,#F0F0F8,#E0E0E8);
    -moz-background: linear-gradient(#FFFFFF,#F0F0F8,#E0E0E8);
    -ms-background: linear-gradient(#FFFFFF,#F0F0F8,#E0E0E8);
    -o-background: linear-gradient(#FFFFFF,#F0F0F8,#E0E0E8);
    background: linear-gradient(#FFFFFF,#F0F0F8,#E0E0E8);
}



/*
*
*   Home Page 
*   Content Style
*
*/

.content-wrap
{
    width: 100%;
    min-width: 1000px;
    height: auto;
    clear: both;
    text-align: center;
}
.content
{
    width: 1000px;
    height: auto;
    margin: auto;
    text-align: left;
    
}
.inner-content
{
    float: left;
    width: 1000px;
    box-shadow: 0px 0px 8px #888888;
    background-color: #FFFFFF;
}
.epaper-wrap
{
    width: 700px;
    height: auto;
    float: left;
}
.pages
{
    width: 700px;
    height: auto;
}
.pages img
{
    margin-top: 24px;
    cursor: pointer;
    opacity: .8;
}
.pages img:hover
{
    opacity: 1;
}
.epaper
{
    width: 700px;
    height: auto;
    margin: 0;
    position: relative;
}
.epaper img
{
    box-shadow: 0px 0px 1px #AAAAAA;
}
.sidebar-wrap
{
    width: 300px;
    height: auto;
    float: right;
    text-align: center;
}
.sidebar-heading
{
    color: #003851;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0px 3px;
    text-align: center;
    background-color: #F0F0F8;
    border-bottom: 3px double #AAAAAA;
}
.sidebar-element
{
    width: 300px;
    height: 80px;
    margin-bottom: 4px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #AAAAAA;
}
.sidebar-element:hover
{
    opacity: .8;
}
.element-image
{
    float: left;
    width: 88px;
    height: 78px;
    box-shadow: 0px 0px 3px #AAAAAA;
}
.element-image img
{
    width: 84px;
    height: 74px;
    padding: 2px;
}
.element-text
{
    float: left;
    width: 205px;
    height: 65px;
    overflow: hidden;
}
.element-text p
{
    color: #003851;
    font-size: 13px;
    padding: 2px 5px;
    text-align: justify;
}

/*  Story Page  */

.headline
{
    color: #003851;
    padding: 10px;
    font-size: medium;
    font-weight: 600;
    text-align: left;
}
.story-image
{
    width: 700px;
    height: auto;
    box-shadow: 0px 0px 5px #AAAAAA;
}
.story-image img
{
    width: 100%;
    height: auto;
    max-height: 400px;
}
.story-detail
{
    color: #005B9A;
    font-size: small;
    padding: 10px;
    text-align: justify;
    text-indent: 20px;
}


/*  Gallery Page  */

.photo-gallery
{
    width: 700px;
    height: auto;
    text-align: center;
}
.photo
{
    width: 200px;
    height: 130px;
    padding: 4px;
    margin: 6px 4px;
    box-shadow: 0px 0px 4px #AAAAAA;
    display: inline-block;
}
.photo img
{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.pagination
{
    padding: 10px;
    background-color: #F0F0F8;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
.pagination a
{
    color:  #003851;
    font-weight: 600;
    text-decoration: none;
}


/*  Contact Page  */

.contact-image
{
    width: 700px;
    height: auto;
    box-shadow: 0px 4px 5px #18548D;
}
.contact-image img
{
    width: 100%;
}

/*
*
*   Footer Style
*
*/

.footer-wrap
{
    width: 100%;
    min-width: 1000px;
    height: auto;
    clear: both;
    position: relative;
    text-align: center;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    background-color: #F0F0F8;
}
footer
{
    color: #222222;
    width: 1000px;
    padding: 4px 0px;
    margin: auto;
    text-align: left;
    clear: both;
}
.credit a
{
    color: #222222;
    font-size: 10px;
    text-decoration: none;
}
.credit a:hover
{
    color: #005C84;
    text-decoration: underline;
}

/*  News Page  */


.news-wrap
{
    width: 1000px;
    height: auto;
    float: left;
    text-align: center;
}
.news-box
{
    width: 900px;
    height: auto;
    padding: 6px;
    display: inline-block;
    margin: 4px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 1px 2px #005B9A;
}
.news-box:hover
{
    background:rgba(0,91,154,.8);
}
.photo-news
{
    display: inline;
}
.photo-news img
{
    float: left;
    width: 40%;
    height: 225px;
    margin-right: 15px;
}
.headline-wrap
{
    text-align: justify;
    margin: 2px 0px;
}
.headline-wrap p
{
    font-size: 14px;
    font-weight: 600;
    height: auto;
    max-height: 37px;
    overflow: hidden;
}
.headline-wrap a
{
    color: inherit;
    text-decoration: none;
}
.partial-detail
{
    text-align: justify;
    height: auto;
    max-height: 72px !important;
    overflow: hidden;
}

/*  Query Form  */

.query_form input
{
    width: 85%;
    padding: 8px;
    margin: 5px auto;
    border: 1px solid #AAA;
    border-radius: 3px;
}
.query_form input[type=submit]
{
    color: #FFFFFF;
    font-weight: 600;
    cursor: pointer;
    max-width: 160px;
    -webkit-background: linear-gradient(#005C84,#003851);
    -moz-background: linear-gradient(#005C84,#003851);
    -ms-background: linear-gradient(#005C84,#003851);
    -o-background: linear-gradient(#005C84,#003851);
    background: linear-gradient(#005C84,#003851);
}
.query_form input[type=submit]:hover
{
    box-shadow: 0px 0px 4px #003851;
}

/*  Epaper News  */
.overarea
{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    transition: all 0.5s linear;
    border: 2px solid #D62329;
    background-color: #003951;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
.overarea:hover
{
    opacity: 0.5;
}
.full_enews
{
    margin: 4% auto;
    max-width: 100%;
    max-height: 90%;
    text-align: center;
    overflow-y: auto;
}
.full_enews_image
{
    padding: 8px;
    margin: auto;
    background-color: #FFF;
    border: 8px solid #B2B2B2;
    border-radius: 10px;
}

/*  Ad Place  */

.leaderboard
{
    width: 500px;
    height: 90px;
    max-width: 500px;
}
.skyscraper_left
{
    width: 120px;
    height: 600px;
    max-width: 120px;
    max-height: 600px;
    position: absolute;
    top: auto;
    left: 10px;
}
.skyscraper_right
{
    width: 120px;
    height: 600px;
    max-width: 120px;
    max-height: 600px;
    position: absolute;
    top: auto;
    right: 10px;
}

/*  Bottom Ads  */

.bottom-ads-wrapper
{
    width: 100%;
    min-width: 1000px;
    height: auto;
    clear: both;
    text-align: center;
}
.bottom-ads
{
    width: 980px;
    margin: auto;
    height: auto;
    padding: 10px;
    clear: both;
    text-align: center;
    box-shadow: 0px 0px 6px #666666;
}
.medium-rectangle
{
    width: 300px;
    height: auto;
    max-height: 250px;
    margin: auto;
    float: left;
    margin-bottom: 10px;
    display: inline-block;
}

/*  Archive Epaper  */
#epaperdate
{
    color: inherit;
    height: 30px;
    width: 116px;
    margin-top: -20px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

/*  Feedback Form  */
.feedbackform
{
    width: 500px;
    padding: 25px;
    margin: auto;
    display: inline-block;
    border: 1px solid #AAA;
    border-radius:10px;
}
.feedbackform label
{
    color: #003951;
    width: 150px;
    font-weight: 600;
    text-align: center;
    vertical-align: top;
    display: inline-block;
}
.feedbackform input,.feedbackform textarea
{
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    padding: 8px;
    margin: auto;
    border: 1px solid #CDCDCD;
    border-radius: 3px;
    margin-bottom: 10px;
    display: inline-block;
}
.feedbackform input[type=submit]
{
     -webkit-background: linear-gradient(#005C84,#003851);
    -moz-background: linear-gradient(#005C84,#003851);
    -ms-background: linear-gradient(#005C84,#003851);
    -o-background: linear-gradient(#005C84,#003851);
    background: linear-gradient(#005C84,#003851);
    color: #FFF;
    font-weight: 600;
    cursor: pointer;    
}