/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
	background-color:#e2e0e0;
    font-size:0.875em;
    line-height: 1.6;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #ea2039;
    text-shadow: none;
	color:#fff;
}
::selection {
    background: #ea2039;
    text-shadow: none;
	color:#fff;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
/* Commonly Use */

.left{
	float:left;	
}
.right{
	float:right;	
}
.italic{
	font-style:italic;	
}
.bold{
	font-family: 'arimobold';
}
.align-right{
	text-align:right;	
}
.align-center{
	text-align:center;	
}
.colorRed{
	color:#ea2039;	
}
.boldItalic{
    font-family: 'arimobold_italic';
	color:#3b4468;
}
.paddingTop15{
	padding-top:15px;	
}

/* Wrapper */

.wrapper{
	margin:0 auto;
	width:950px;
	*zoom: 1;
}
.wrapper:before,
.wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.wrapper:after {
    clear: both;
}

/* Navigation and Links */

/* Header Area */

#header{
	background:#fff url(../img/header-bg.gif) right top no-repeat;
	border-bottom:2px solid #c21937;
	min-width:950px;		
}
#header .wrapper{
	position:relative;
	padding-top:14px;
	z-index:1000;	
}
#header .wrapper .logo{
	padding-bottom:7px;	
}

/* Content Area */

#container-blue{
	background:#5c7697 url(../img/content-blue-bg.gif) top repeat-x;
	border-top:2px solid #3f5f79;
	min-width:950px;			
}
#container-blue .container-blue-bg{
	background:url(../img/content-blue-bg.jpg) right top no-repeat;
	min-width:950px;		
}
#container-blue .wrapper{
	padding-bottom:15px;
	padding-top:12px;	
}
#bannerArea{
	background:#fff url(../img/loader.gif) no-repeat scroll 50% 50%;
	border:1px solid #5b5d8a;
	margin-bottom:18px;		
	position:relative;	
	overflow:hidden;
	height:385px;
	
	-moz-box-shadow:0 0 5px 0 #1a1336;
    -webkit-box-shadow:0 0 5px 0 #1a1336;
    box-shadow:0 0 5px 0 #1a1336;
}
#bannerArea .cycle-slideshow{
	display:none;	
	z-index:0;	
}
#bannerArea .cycle-slide{
	width:100%;	
}
#bannerArea .bannerdesc{
	background:url(../img/banner-caption.png) right center no-repeat;
	padding:14px 24px 13px 0;
	position:absolute;	
	text-align:right;
	width:100%;
	bottom:0;
	left:0;	
	
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;		
}
#bannerArea .bannerdesc:before,
#bannerArea .bannerdesc:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#container-blue .col1{
	margin-left:24px;
	width:218px;
	float:left;	
}
#container-blue .col1.noMargin{
	margin-left:0;
}
#container-blue .col2{
	margin-left:20px;
	width:462px;
	float:left;	
}
#container-white{
	background-color:#fff;
	min-width:950px;		
}
#container-white .wrapper{
	padding-bottom:28px;
	padding-top:26px;	
}
#container-white .wrapper h4{
	font:normal 21px/1em 'arimobold';
	text-transform:uppercase;
	padding-bottom:0;
	color:#2e3057;	
}
#container-white .wrapper h4 img{
	margin-left:22px;	
}
.content-inner{
	background-color:#f6f3f3;
	border:1px solid #5b5d8a;
	overflow:hidden;	
	
	-moz-box-shadow:0 0 5px 0 #1a1336;
    -webkit-box-shadow:0 0 5px 0 #1a1336;
    box-shadow:0 0 5px 0 #1a1336;
}
#main-title{
	background:#202b59 url(../img/main-title-bg.gif) top repeat-x;
	border-bottom:2px solid	#c41d3f;
	padding:39px 12px 30px 43px;
}
.news-title{
	font:normal 2.571em/1em 'arimoregular';
	border-bottom:2px solid #ef455d;
	padding:0 0 16px 15px;
	margin-bottom:16px;
	color:#2e3157;
	*zoom: 1;	
}
.news-title:before,
.news-title:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.news-title:after {
    clear: both;
}
.news-title .date{
	padding-top:20px;
	float:right;	
}
.leftCol{
	padding:32px 26px 0 44px;
	width:598px;
	float:left;	
}
.sideBar{
	margin-top:-101px;	
	width:280px;
	float:left;	
}
.sideBar > ul{
	background-color:#fff;
	margin-bottom:0;
	padding:0;		
}
.sideBar > ul > li{
	list-style-type:none;
	background:none;
	padding:0;	
	
	-moz-box-shadow:-1px 3px 4px 0 #a5a4a4;
    -webkit-box-shadow:-1px 3px 4px 0 #a5a4a4;
    box-shadow:-1px 3px 4px 0 #a5a4a4;
}
.sideBar > ul > li:first-child{
	-moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.sideBar > ul > li:first-child h4{
	/* background:url(../img/sidebar-title-bg1.jpg) no-repeat;	*/
}
.sideBar > ul > li h4{
	background:url(../img/sidebar-title-bg2.jpg) no-repeat;	
	font:normal 1.357em/1em 'arimobold';
	text-transform:uppercase;
	padding:20px 0 0 56px;	
	height:39px;	
	color:#fff;	
}
ul.photoGallery li{list-style:none;float:left;margin:10px;overflow:hidden;width:135px;height:90px;}
ul.photoGallery li img{width:100%;}
/* Footer Area */

#footer{
	background:url(../img/footer-border-top.gif) top repeat-x;
	min-width:950px;	
}
#footer .wrapper{
	padding-bottom:10px;
	padding-top:32px;	
}
#footer .wrapper .footerAddr{
	padding-left:8px;
	width:467px;
	float:left;	
}
#footer .footerAddr p{
	line-height:1.2em;
	margin-bottom:0;
	font-size:16px;	
}
#footer .wrapper .footerRight{
	text-align:right;
	width:475px;
	float:left;	
}
#footer .footerRight p{
	margin-bottom:16px;
	color:#5e7999;
}
#footer .footerRight p:last-child{
	margin-bottom:0;	
}
#footer .footerRight p img{
	margin-left:12px;	
}
#footer .footerRight p a{
	color:#5e7999;	
}
#footer h6{
	font:normal 16px/1.2em 'arimobold';
	text-transform:uppercase;
	padding-bottom:0;	
}

/* Classes */

.feature-box{
	background:#283053 url(../img/blue-bg1.gif) left repeat-y;
	border:1px solid #5b5d8a;
	position:relative;	
	
	-moz-box-shadow:0 0 5px 0 #1a1336;
    -webkit-box-shadow:0 0 5px 0 #1a1336;
    box-shadow:0 0 5px 0 #1a1336;
}
.feature-box .label{
	background:url(../img/showcase-caption.png) -9px top no-repeat;
	text-align:right;
	position:absolute;
	width:100%;
	height:56px;
	bottom:0;
	left:0;	
}
.col2 .feature-box .label{
	background-position:right top;	
}
.feature-box .label h4{
	font:normal 1.571em 'arimoregular';
	padding-right:16px;
	padding-top:15px;
	color:#fff;	
}
.feature-box .label p{
	font:normal 1.143em/1.2em 'arimoregular';
	padding-right:16px;
	padding-top:12px;
	color:#fff;	
}
.feature-box .label a{
	display:block;	
	color:#fff;	
}
.feature-box .label a:hover{
	text-decoration:none;
	color:#000;	
}
.feature-box .label p strong{
	display:block;	
}
.feature-box aside{
	background:#283053 url(../img/blue-bg1.gif) left repeat-y;
	float:left;
	width:50%;	
}
.feature-box aside.right{
	background:#283053 url(../img/blue-bg2.gif) left repeat-y;
	float:left;
	width:50%;	
}
.feature-box aside article{
	min-height:100px;
	padding:8px 20px 51px;	
}
.feature-box aside h5{
	font:normal 1.571em 'arimoregular';
	padding-bottom:0;
	color:#fff;	
}
.feature-box aside h5 a{
	color:#fff;	
}
.feature-box aside h5 a:hover{
	text-decoration:none;
	color:#e8233a;	
}
.feature-box aside p{
	margin-bottom:.6em;
	line-height:1.2em;
	font-size:0.929em;
	color:#fff;	
}
.feature-box aside p small,
.feature-box aside p small a{
	color:#4f4e68;	
}
.news-post{
	padding:0;	
	*zoom: 1;
}
.news-post:before,
.news-post:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.news-post:after {
    clear: both;
}
.news-post li{
	list-style-type:none;
	padding:0 0 30px 0;
	margin-left:30px;
	width:280px;
	float:left;	
}
.news-post li:nth-child(2n+1){
	margin-left:0;
	clear:both;	
}
.news-post li h4{
	background:#2e3157 url(../img/sidebar-title-bg3.jpg) top no-repeat;
	font:normal 1.286em/1.2em 'arimoregular';
	padding:5px 0 5px 48px;
	vertical-align:middle;
	display:table-cell;
	width:232px;
	height:49px;
	color:#fff;	
}
.news-post li h4 a{
	color:#fff;	
}
.news-post li h4 a:hover,
.news-post li.white h4 a:hover{
	text-decoration:none;
	color:#ea2039;	
}
.news-post li h4 .date{
	padding-top:10px;
	float:right;	
}
.news-post li.steelblue h4{
	background:#31688e url(../img/sidebar-title-bg4.jpg) top no-repeat;
}
.news-post li.redviolet h4{
	background:#2e3157 url(../img/sidebar-title-bg5.jpg) top no-repeat;
}
.news-post li.violetsteelblue article{	
	-moz-box-shadow:0 0 5px 0 #afaeae;
    -webkit-box-shadow:0 0 5px 0 #afaeae;
    box-shadow:0 0 5px 0 #afaeae;	
}
.news-post li.violetsteelblue h4{
	background:#31688e url(../img/sidebar-title-bg6.jpg) top no-repeat;
	height:33px;
}
.news-post li.violetsteelblue .desc{	
	background-color:#fbf9f9;
}
.news-post li.bluevioletsteel article{	
	-moz-box-shadow:0 0 5px 0 #afaeae;
    -webkit-box-shadow:0 0 5px 0 #afaeae;
    box-shadow:0 0 5px 0 #afaeae;	
}
.news-post li.bluevioletsteel h4{
	background:#2e3157 url(../img/sidebar-title-bg7.jpg) top no-repeat;
	height:33px;
}
.news-post li.bluevioletsteel .desc{	
	background-color:#fbf9f9;
}
.news-post li .desc{
	background-color:#d8dbe1;
	padding:15px 20px 2px 20px;
	min-height:122px;	
}
.news-post li.white article{
	background-color:#fbf9f9;	
	
	-moz-box-shadow:0 0 5px 0 #afaeae;
    -webkit-box-shadow:0 0 5px 0 #afaeae;
    box-shadow:0 0 5px 0 #afaeae;
}
.news-post li.white h4{
	background:none;
	border-bottom:2px solid #f0465f;
	padding:13px 10px 10px 26px;
	font-size:1.7em;
	color:#2e3157;
	width:244px;
	height:auto;		
}
.news-post li.white h4 a{
	color:#2e3157;
}
.news-post li.white .desc{
	background:none;
}
.news-post li.bgclear h4{
	background:none;
	border-bottom:2px solid #f0465f;
	padding:13px 10px 10px 26px;
	font-size:1.7em;
	color:#2e3157;
	width:244px;
	height:auto;		
}
.news-post li.bgclear h4 a{
	color:#2e3157;
}
.news-post li.bgclear .desc{
	background:none;
}


.news-post li p{
	margin-bottom:10px;
	font-size:13px;	
}
.widget-sponsors .sponsors{	
    -moz-box-shadow:-1px 2px 4px 0 #a5a4a4;
    -webkit-box-shadow:-1px 2px 4px 0 #a5a4a4;
    box-shadow:-1px 2px 4px 0 #a5a4a4;
	padding:46px 10px 60px;
	text-align:center;
}
.widget-sponsors .sponsors p{
	margin-bottom:26px;	
}
.widget-news{
	background-color:#afbccc;	
}
.list-news{
	margin-bottom:0;
	padding:0;	
}
.list-news li{
	border-bottom:3px solid #8a9db4;
	padding:20px 25px 10px;
	list-style-type:none;	
}
.list-news li:last-child{
	border-bottom:none;
}
.list-news li h5{
	font:normal 1.571em 'arimoregular';
	padding-bottom:4px;
	color:#2e3157;	
}
.list-news li h5 a{
	color:#2e3157;
}
.list-news li h5 a:hover{
	text-decoration:none;
	color:#ea2039;	
}
.list-news li p{
	margin-bottom:8px;
	line-height:1.2em;
	font-size:0.929em;	
}
.list-news li p small{
	color:#6e7691;	
}
.img-right{
	margin:0 0 10px 22px;
	float:right;	
}
.date{
	font:normal 11px 'arimoitalic';
	color:#9292a5;	
}

/*
 border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	
	-moz-box-shadow:0 0 5px 0 #012443;
    -webkit-box-shadow:0 0 5px 0 #012443;
    box-shadow:0 0 5px 0 #012443;
	
	position:relative;
	behavior: url(js/PIE.htc);		
*/

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Style adjustments for viewports 768px and over go here */
  /* rules for iPad in landscape orientation */

}

@media only screen and (max-width: 767px) {
  /* Mobile Layout: 320px. */
  	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* Wide Mobile Layout: 480px	 
  /* Style adjustments for viewports 480px and over go here */
  /* iPhone, Android, Blackberry rules here */ 
  	
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
