/** ----------------------------------------------------------
 *
 * Contains the generic theme typography styles
 *
 *    Include your notes or table of contents here
 *
 *    Include color hex's or values of your grid
 *      #000             - body
 *      #B80000             - links, headings
 *      #D80000             - links on hover
 *      5px Vertical grid   - based on multiples of 5px, eg 10px, 15px, 20px, 25px...
 *
 *    @author Your Name <email@gmail.com>
 *
 * ------------------------------------------------------- */

/* custom message classes */
.message.bad {
    background-color:#f9d0d0; 
    border: 1px solid #be0000;
    padding: 5px;
}
.message.good {
    background-color:#ecf9d0; 
    border: 1px solid #8fbe00;
    padding: 5px;
}

/* TEMPLATE CUSTOM FONTS */
  /* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 20, 2012 06:04:25 AM America/New_York */
  @font-face {
      font-family: 'CamboRegular';
      src: url('../webfonts/Cambo-Regular-webfont.eot');
      src: url('../webfonts/Cambo-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/Cambo-Regular-webfont.woff') format('woff'), url('../webfonts/Cambo-Regular-webfont.ttf') format('truetype'), url('../webfonts/Cambo-Regular-webfont.svg#CamboRegular') format('svg');
      font-weight: normal;
      font-style: normal;
  }
  @font-face {
      font-family: 'WebSymbolsRegular';
      src: url('../webfonts/websymbols-regular-webfont.eot');
      src: url('../webfonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/websymbols-regular-webfont.woff') format('woff'), url('../webfonts/websymbols-regular-webfont.ttf') format('truetype'), url('../webfonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
      font-weight: normal;
      font-style: normal;
  }
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 2, 2013 */



@font-face {
    font-family: 'Oswald-Bd';
    src: url('../webfonts/oswald-bold-webfont.eot');
    src: url('../webfonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/oswald-bold-webfont.woff') format('woff'), url('../webfonts/oswald-bold-webfont.ttf') format('truetype') ,url('../webfonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Oswald-Lt'; 
    src: url('../webfonts/oswald-light-webfont.eot');
    src: url('../webfonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/oswald-light-webfont.woff') format('woff'), url('../webfonts/oswald-light-webfont.ttf') format('truetype'), url('../webfonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Oswald-Reg';
    src: url('../webfonts/oswald-regular-webfont.eot');
    src: url('../webfonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/oswald-regular-webfont.woff') format('woff'), url('../webfonts/oswald-regular-webfont.ttf') format('truetype'), url('../webfonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* BASE TYPOGRPHY */
body {
	background-color: #fff;
	background-image:url('../images/BG-2.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 14px;
    line-height: 21px;
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal; 
}
  body a { text-decoration: none; color: #12438F }
  
  body a:link { 
      -webkit-tap-highlight-color: #FC3; 
      /*color:#000 */
  }


/* HEADERS */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
     font-family: 'Oswald-Reg','Oswald-Lt', 'Oswald-Bd', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;    
		font-weight: normal;
    color: #000;
}
.typography h1 { font-size: 30px; 
  line-height: 34px; 
  margin: 0 0 25px 0; 
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
}
.typography h2 { font-size: 28px; line-height: 35px; margin-bottom: 15px; }
.typography h3 { font-size: 22px; line-height: 30px; margin-bottom: 10px; }
.typography h4 { font-size: 18px; line-height: 25px; margin-bottom: 5px; }
.typography h5 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
.typography h6 { font-size: 14px; line-height: 20px; margin-bottom: 5px; }


/* PARAGRAGHS */
	
.typography p { margin: 0 0 20px; color: #000; }
 
.typography .small {
	font-size: 11px; line-height: 16px; color: #000; letter-spacing: .75px; margin-bottom:5px;}
	
.typography .line { border-bottom: 1px dotted #aaa; padding-bottom: 2px; }
	
.typography .orangeline { border-bottom:1px solid #fff32b; padding-bottom: 2px;}

.typography .intro {
      font-size: 22px;
	  font-weight:400;
      line-height: 32px;
      margin-bottom: 20px;
  }
.typography em,
em { 
    font-style: italic; 
}


.fc { font-style: italic !important;
}

::-moz-selection {
    background: #fff32b;
    color: #000;
    text-shadow: none;
}
::selection {
    background: #fff32b;
    color: #000;
    text-shadow: none;
}


/* LINKS */
.typography a, 
.typography a.intro {
    color: #063061;

    text-decoration: none;
}
  .typography a:hover { 
     color: #000;
	text-decoration:none;
  }
  .typography a:focus { }


/* colors
-------------------------------------------- */

.green {color:#693 !important;}

.blue {color:#063061 !important;}

.bluebg {background-color:#063061 !important; color: #fff !important;}


.black {color:#000 !important;}

.gray {color:#929ca1 !important;}
	
.orange {color:#FFF32B !important;}

.green-blue {color:#00839f !important;}

.ltblue { color: #a0cfef !important;}

.red { color: #C00 !important;
}

.graybg {
	color:#fff !important;
	background-color:#929ca1;
	padding:4px;
} 

/* LIST STYLES
-------------------------------------------- */
.typography ul, 
.typography ol,
.typography dl { margin: 0 0 0px 25px; padding-bottom:10px }
.typography ul li { list-style-type: square; margin:0; padding-bottom: 10px; }
  .typography li { }

.typography ul.list{
	padding: 5px 0;
	list-style:url('../images/bullGr.gif');
	
}
.typography ul.listorange{
	list-style:url('../images/bullO.gif');
}

/* TABLE STYLES
-------------------------------------------- */
.typography table {
    border-collapse: collapse;
    border: 1px solid #dedede;
    border-spacing: 0;
    margin: 0 0 10px;
    text-align: left;
}
  .typography table tr:nth-child(even) {
      background-color: #efefef
  }
  .typography table tr.even,
  .typography table th,
  .typography thead td {
      background-color: #efefef
  }
  .typography table td,
  .typography table th {
      padding: 2px 5px;
      border: 1px solid #ddd;
      vertical-align: top;
  }
  .typography table th {
      font-weight: bold;
  }


/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
    text-align: left
}
.typography .center {
    text-align: center
}
.typography .right {
    text-align: right
}


/* IMAGES 
-------------------------------------------- */
.typography img {
   /* border: 5px solid #d7d7d7;*/
    height: auto;
    background: #fff url(../images/ajax-loader.gif) no-repeat center center;
}
.typography img.left {
    float: left;
    max-width: 50%;
    margin: 5px 5px 5px 0;
}
.typography img.right {
    float: right;
    max-width: 50%; /* Responsive width */
    margin: 5px 0 5px 5px;
}
.typography img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both;
}
.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
}
.typography .captionImage { width: 100%; margin-top: 5px; }
.typography .captionImage img { margin: 0; }
  .typography .captionImage.left {
    float: left;
    margin: 5px 30px 20px 0px;      
  }
  .typography .captionImage.right{
    float: right;
    margin: 5px 0 20px 30px;
  }
  .typography .captionImage.left[style],
  .typography .captionImage.right[style] {
    max-width: 50%; /* Overides core width to make responsive */
  }
  .typography .captionImage.left img,
  .typography .captionImage.right img {
    float: none;
    max-width: none;
    width: 100%;
  }
  .typography .captionImage.left img {
    margin-right: -10px;
  }
  .typography .captionImage.right img {
    margin-left: -10px;
  }
  .typography .captionImage.right p {
    margin-left: -10px;
    text-align: left;
    margin-left: -10px;
  }
.typography .captionImage.leftAlone{
  float:none;
  margin: 0 20px 20px 0px;
}
.typography .captionImage.center{
  margin: 0 auto 20px;
}
.typography .captionImage p {
  clear: both;
  margin: 5px 0;
  font-style: italic;
  color: #888;
}


/* BLOCKQUOTES
-------------------------------------------- */
.typography blockquote {
  background: transparent url(../images/blockquote.png) no-repeat 0px 6px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #565656;
  display: block;
  font-style: italic;
  margin: 0 0 20px;
  float: right;
  text-indent: 30px;
  width: 50%;
  margin-left: 5%;
  clear: both;
}
.typography blockquote p {
  font-size: 17px;
  line-height: 25px;
}
.typography pre {
  background: #F7F7F7;
  border: 1px solid #E4E4E4;
  font-family: Courier, monospace;
  margin: 0 0 20px 0;
  padding: 15px;
  clear: both;
}

/* ADDRESS
-------------------------------------------- */
address {
  display: block;
  margin-bottom: 20px;
}