﻿@charset "utf-8";
html{overflow-y:scroll;}
body{margin:0; padding:0; font-size:13px; font-family:Georgia, "Times New Roman", Times, serif; color:#737373; /*background-color:#ffffff;*/}
.text {
    line-height:30px;
    font-family:sans-serif;
    font-size:16px;
    color:#737373;
    text-align:justify;
}

.clear:after{content:"."; display:block; height:0; clear:both; visibility:hidden; line-height:0;}
.clear{display:block; clear:both;}
html[xmlns] .clear{display:block;}
* html .clear{height:1%;}

a{outline:none; text-decoration:none;}

code{font-weight:normal; font-style:normal; font-family:Georgia, "Times New Roman", Times, serif;}

.fl_left, .imgl{float:left;}
.fl_right, .imgr{float:right;}

img{margin:0; padding:0; border:none; line-height:normal; vertical-align:middle;}
.imgholder, .imgl, .imgr{padding:4px; border:1px solid #D6D6D6; text-align:center;}
.imgl{margin:0 15px 15px 0; clear:left;}
.imgr{margin:0 0 15px 15px; clear:right;}

/* ----------------------------------------------HTML 5 Overrides------------------------------------- */

address, article, aside, figcaption, figure, footer, header, nav, section{display:block; margin:0; padding:0;}

/* ----------------------------------------------Wrapper------------------------------------- */

div.wrapper{display:block; width:100%; text-align:left; margin:auto;}
div.wrapper a{color:#FF6600; }

.row1, .row2, .row3, .row4{color:#989898; }

.row1{/*border-top:5px solid #666666;*/ /*background:#6699ff;*/ background:#0e3d7e;}
.row2{/*border-top:1px solid #ECECEC; border-bottom:1px solid #ECECEC;*/ background:#8E0000; width:100%;}
.row3{}
.row4{border-top:1px solid #ECECEC;}
.row5{ background:#2C2C2C; color:#ffffff; }


/* ----------------------------------------------Generalise------------------------------------- */

#header{
    display:block;
    /*width:1060px;*/
    margin:0 auto;
    padding:0;
    /*background:#6699ff;*/
    background:#0e3d7e;
}
#topnav{
    display:block;
    /*width:1060px;*/
    margin:0 auto;
    padding:0;
    background:#8E0000;
}
#container, #footer, #copyright{display:block; width:1060px; margin:0 auto; padding:0;}
.container{display:block; width:1060px; margin:0 auto; padding:0;}

h1{margin-top:30px; padding:0; font-size:28px; font-weight:bold; text-align:center; text-decoration:underline; line-height:normal; color:#000000; }
h2, h3, h4, h5, h6{margin:0; padding:0; font-size:16px; font-weight:bold; line-height:normal; color:#000000; }

address{font-style:normal;}

blockquote, q{display:block; padding:8px 10px; color:#979797; background-color:#ECECEC; font-style:italic; line-height:normal;}
blockquote:before, q:before{content:'� '; font-size:26px;}
blockquote:after, q:after{content:' �'; font-size:26px; line-height:0;}

.one_quarter, .two_quarter, .three_quarter{display:block; float:left; margin:0 0 0 20px;}
.one_quarter{width:225px;}
.two_quarter{width:470px;}
.three_quarter{width:715px;}

.one_third, .two_third{display:block; float:left; margin:0 0 0 30px;}
.one_third{width:300px;}
.two_third{width:630px;}

.first, .one_quarter:first-child, .two_quarter:first-child, .three_quarter:first-child, .one_third:first-child, .two_third:first-child{margin-left:0;}
.four_quarter, .three_third{width:100%; float:none; margin-left:0; clear:both;}

/* ----------------------------------------------Header------------------------------------- */

#header{
    position:relative;
    /*border-top:5px solid #666666;*/
     /*padding:45px 0 40px;*/

}

#header #hgroup{float:left;}
#header #hgroup h1, #header #hgroup h2{font-weight:normal; font-style:normal; text-transform:none;}
#header #hgroup h1{font-size:46px;}
#header #hgroup h1 span{font-size:36px; text-transform:uppercase;}
#header #hgroup h1 a{color:#000000; }
#header #hgroup h2{font-size:12px; text-align:right;}

#social{
    display:inline-block; 
    position:absolute; 
    top:0; 
    right:0; 
    margin:0 0 0 0 ; 
    padding:10px 15px; 
    list-style:none; 
    color:#000000; 
    float:right;
    text-align:right;
    /*background-color:#ECECEC;*/
}
#social{border-radius:0 0 10px 10px;}
#social li{
    /*display:block;*/
    display:inline-block;
    /*margin:10px 0 0 10px;*/

}
#social li a{
    color:#ffffff;
    font-size:16px;
    font-family:sans-serif;
}
#social li:first-child{margin-left:0;}

/* ----------------------------------------------Content Area------------------------------------- */

#container{padding:0px 0 50px 0; line-height:1.6em;}
#container h1, #container h2, #container h3, #container h4, #container h5, #container h6{margin-bottom:20px;}
#container section{display:block; width:100%; margin:0 0 40px 0; padding:0;}
#container .last{margin:0;}
#container .more{text-align:right;}

/* ------Content----- */

#container #content{float:left; width:630px; margin-bottom:0;}

/* Comments */

#comments ul{margin:0 0 40px 0; padding:0; list-style:none;}
#comments li.comment_odd, #comments li.comment_even{margin:0 0 10px 0; padding:15px; list-style:none;}
#comments li.comment_odd{color:#666666; background-color:#F7F7F7;}
#comments li.comment_odd a{color:#FF6600; background-color:#F7F7F7;}
#comments li.comment_even{color:#666666; background-color:#E8E8E8;}
#comments li.comment_even a{color:#FF6600; background-color:#E8E8E8;}
#comments article, #comments header{display:block; width:100%;}
#comments figure{float:right; margin:0 0 10px 10px; padding:3px; border:1px solid #DEDACB; text-align:center;}
#comments figure img{float:inherit;}
#comments header address{font-weight:bold;}
#comments header time{font-size:smaller;}
#comments article section{margin:0; padding:0;}
#comments article section p{margin:10px 5px 10px 0; padding:0;}

/* ------Right Column----- */

#container #right_column{float:right; width:300px;}

aside h2{padding-bottom:8px; font-size:16px; text-transform:uppercase; border-bottom:5px solid #CCCCCC; text-align:right;}

/* ----------------------------------------------Footer------------------------------------- */

#footer{padding:30px 0; line-height:1.6em;}

#footer section h2.title{margin-bottom:30px; font-size:13px; font-weight:normal; text-transform:uppercase;}

/* ------Team----- */

#footer section.two_quarter ul{margin:0; padding:0; list-style:none;}
#footer section.two_quarter ul li{margin:30px 0 0 0;}
#footer section.two_quarter ul li:first-child{margin-top:0;}
#footer section ul li figure{display:block; width:100%;}
#footer section ul li figure div{margin-bottom:0;}
#footer section ul li figure div img{}
#footer section ul li figure figcaption{}
#footer section ul li figure figcaption p{}
#footer section ul li figure figcaption p strong{}

/* ------Blogposts----- */

#footer section article{margin-top:25px; padding:0;}
#footer section article:first-child{margin-top:0;}
#footer section article header, #footer section article address, #footer section article time, #footer section article p{margin:0; padding:0;}
#footer section article p{margin-top:10px;}
#footer section article header strong{display:block; width:100%; font-size:14px; font-weight:bold; text-transform:none;}
#footer section article address, #footer section article time{font-size:10px; font-style:normal;}

/* ----------------------------------------------Copyright------------------------------------- */

#copyright{padding:20px 0;}
#copyright, #copyright a{color:#ffffff; background-color:#2C2C2C;}
#copyright p{margin:0; padding:0;}


/*-----------------------------------------------------------------------------------------------------------*/

/*<<============== START! Blink Flash Notification ===========================>>*/
        
.NewBlink {
    background-color:red;
    color:white!important;
    text-decoration:wavy;
    font-family:'Times New Roman';
    font-size:12px;
    font-weight:700 bolder;

    
    padding-left:3px;
    padding-right:3px;
    margin-left:5px;
    margin-right:4px;
    
    border-radius: 5px;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.NewBlink:before{
    content:" NEW ";
}
@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
/*<<============== New! Blinker ===========================>>*/
.NewBlinkText {
    background-color:red;
    color:white!important;
    text-decoration:wavy;
    font-family:Calibri!important;
    font-size:16px;
    font-weight:700 bolder;

    
    padding-left:3px;
    padding-right:3px;
    margin-left:5px;
    margin-right:4px;
    
    border-radius: 5px;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.NewBlinkText:before{
    content:"";
}
@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

/*<<============== END!  ===========================>>*/