/*
 * 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 {
    
}

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

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * 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
   ========================================================================== */


/** Wrapper Styles **/

#siteWrapper {margin: 0 auto;min-width:250px!important;}
#mainContentWrapper {margin:0 auto;}


/** Layout Styles **/

.positionBlock {float:left;box-sizing: border-box;-moz-box-sizing:border-box;width:100%;}
.positionBlockPadding {padding:5px;}

.contentBlock {padding:10px;box-sizing: border-box;-moz-box-sizing:border-box;}
.contentSection {width:100%;}
.contentSectionPadding {}

.lt-ie8 .contentBlock {overflow:hidden;}

.clear {clear:both;height:0px;}

.desktop_100 {float:left;width:100%;}
.desktop_85 {float:left;width:85%;}
.desktop_80 {float:left;width:80%;}
.desktop_79 {float:left;width:79%;}
.desktop_75 {float:left;width:75%;}
.desktop_70 {float:left;width:70%;}
.desktop_61 {float:left;width:61%;}
.desktop_60 {float:left;width:60%;}
.desktop_55 {float:left;width:55%;}
.desktop_54 {float:left;width:54%;}
.desktop_50 {float:left;width:50%;}
.desktop_49 {float:left;width:49%;}
.desktop_46 {float:left;width:46%;}
.desktop_45 {float:left;width:45%;}
.desktop_40 {float:left;width:40%;}
.desktop_39 {float:left;width:39%;}
.desktop_35 {float:left;width:35%;}
.desktop_33 {float:left;width:33.33%;}
.desktop_30 {float:left;width:30%;}
.desktop_25 {float:left;width:25%;}
.desktop_21 {float:left;width:21%;}
.desktop_20 {float:left;width:20%;}
.desktop_15 {float:left;width:15%;}

.rightCol {float:right;}

/* Generic styles */


.fl {float:left;}
.fr {float:right;}
.inline {display:inline;}

.w100 {width:100%;}

/** Header **/
#headerWrapper {}
#headerContent {margin:auto;}

.headerBanner {position:relative;left:20%;text-align: center; top: 24px;width:55%;}
.headerLogo {position:relative;right:55%;width:20%;}
.headerInfo {text-align:right;}

/* Top Navigation **/
#topNav {float:none;}

#topNav ul {position: relative;margin:0 auto;padding:0;}
#topNav ul li {display:inline-block;background:none;padding:0;}
#topNav ul li a {display:block;}
.lt-ie8 #topNav ul li {display:inline;zoom:1;}

.navToggle_trigger {display:none;} 

/* Focal Point images (zoom on resize) */
/* Focal Point Images */

.focalPoint {width: 100%;height: auto;overflow: hidden;} 
.focalPoint img {width: 100%;max-width: 100%;height: auto;-ms-interpolation-mode: bicubic;}
.focalPoint div {position: relative; max-width: none; height: auto;}

/* Footer */

#footerWrapper li {list-style:none;}
.footerSocial {text-align:right;}

/* Super Footer */

#superFooter {margin:0 auto;}
#superFooter li {list-style:none;display:inline-block;vertical-align:top;}
.lt-ie8 #superFooter li {display:inline;zoom:1;}
#superFooter li ul li {display:block;width:auto;}


/************************************************************************************/



/* ==========================================================================
   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: 150%;
}

/*
 * 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;
	*height:1px;
}






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
