/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html {
background-color: #ccc;

}


body { 
  font-size: 100%;
  height:100%;
  color: #231f20;
  font-family: Helvetica, Arial, sans-serif;
  padding: 0;
  /*background: #000 url(/images/_pages/_global/backgroundRepeater.jpg) repeat;*/
  margin:0;
}



/* @license
 * MyFonts Webfont Build ID 2537069, 2013-04-23T04:53:48-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Love Ya Like A Sister Solid by Kimberly Geswein
 * URL: http://www.myfonts.com/fonts/kimberly-geswein/love-ya-like-a-sister/solid/
 * Copyright: Copyright (c) 2012, Kimberly Geswein (kimberlygeswein.com)
 * 
 * Webfont: Love Ya Like A Sister by Kimberly Geswein
 * URL: http://www.myfonts.com/fonts/kimberly-geswein/love-ya-like-a-sister/regular/
 * Copyright: Copyright (c) 2012 by Kimberly Geswein. All rights reserved.
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2537069
 * 
 * © 2013 MyFonts Inc
*/




/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/26b66d");

  
@font-face {font-family: 'Love';src: url('/css/fonts/26B66D_0_0.eot');src: url('/css/fonts/26B66D_0_0.eot?#iefix') format('embedded-opentype'),url('/css/fonts/26B66D_0_0.woff') format('woff'),url('/css/fonts/26B66D_0_0.ttf') format('truetype'),  url('/css/fonts/26B66D_0_0.svg') format('svg'); }
 
  
/*@font-face {font-family: 'Love';src: url('/css/fonts/26B66D_1_0.eot');src: url('/css/fonts/26B66D_1_0.eot?#iefix') format('embedded-opentype'),url('/css/fonts/26B66D_1_0.woff') format('woff'),url('/css/fonts/26B66D_1_0.ttf') format('truetype'); }

/*@font-face {
    font-family: 'Love';
    src: url('/css/fonts/26B66D_0_0.eot');
    src: url('/css/fonts/26B66D_0_0.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/26B66D_0_0.woff') format('woff'),
         url('/css/fonts/26B66D_0_0.ttf') format('truetype'),
         url('/css/fonts/26B66D_0_0.svg#Love') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

.love {font-family: 'Love';}



/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #fff;  }

h1 { font-family: Helvetica, sans-serif; font-size: 34px; line-height: 1em;}

h1 a { color: #fff;}
h1 a:hover {color: #6a2424;}

h2 { font-family: 'Love'; font-size: 22px;}

h3 { font-size: 24px; line-height: 1.3; margin-bottom:5px; font-weight: bold;}
h4 { font-size: 15px; margin-bottom: .5em;}
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}
.page { margin-top: 40px;}
a.evenh1 { display: block; margin-top: 15px; font-size: .9em; font-weight: bold; margin-left: 15px;}

/* Hawaiian Diacriticals
-------------------------------------------------------------- */
.aina { background: url(/images/_pages/programs/aina_dc.png) 0 0 no-repeat; padding-left: 5px;}
.kokua { background: url("/images/_pages/programs/kokua_dc.png") no-repeat scroll 20px 4px transparent;}

/* Global Classes
-------------------------------------------------------------- */
.float-left {float:left;}
.float-right {float:right;}
.clear {clear:both;}
.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center object, .float-center {margin: 0 auto;}
.relative { position: relative;}
.inline_block {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
.blockSpacing { margin-bottom: 20px;}
.noMargins { margin: 0;}
.showBlock { display: block;}
.caps { text-transform: uppercase;}
.withBorders { border: 2px solid #ccc;}
.displayBlock { display: block;}
.spacing { margin-bottom:16px; }
.col { padding:16px;}

/*clors */

.green { color: #006e3a; border-color: #006e3a;}
.light_blue { color: #8aaad9; border-color: #8aaad9;}
.blue { color: #0072bc;}
.black { color: #000;}





/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1em; /*text-indent: 2em;*/ line-height: 1.6em; font-size:14px;}



a:focus, a.active, a:hover, a.switch    				{ text-decoration: none; color:#408794;}
a, a.black:hover, a.white:hover, a.pink:hover, a.switch:hover			{ text-decoration: none; color:#0072bc; outline: none; font-weight: normal; }
a.black													{ text-decoration: none; color: #000;}
a.white													{ text-decoration: none; color: #fff;}

a.green { color: #006e3a;}
a.light_blue { color: #8aaad9;}
a.blue { color: #0072bc;}
a.black { color: #000;}
a.teal {color:#00bbce;}
a.orange { color: #faa61c;}
a.yellow { color: #FFD400;}
a.pea{ color: #a6ce3a;}
a.pink { color: #ef404a;}
a.red {color:#ba102c;}

a.green:hover, 
a.light_blue:hover, 
a.blue:hover, 
a.black:hover, 
a.teal:hover, 
a.orange:hover,
a.yellow:hover,
a.pea:hover,
a.pink:hover,
a.red:hover { color: #408794;}

a.bold, a.bold:hover { font-weight:bold;}

a.titleLink { line-height: 40px; font-size: 1.1em;}
a.more { margin-top: 14px; font-size: 1.1em;}
a.underline { text-decoration: underline;}
blockquote  {
	color:#fff;
	font-size:1.4em;
	font-style:italic;
	margin:1.5em 0;
	padding:10px;
	background: #36261e;
	}
blockquote p { margin-bottom: 0; text-indent:35px;}
blockquote p span { display: block; text-align: right;}
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin:0; padding:0; border-collapse: collapse;}
th          {  font-size: 1.2em; font-weight: bold;  text-transform: uppercase;}
th,td       { padding: 10px 10px 10px 0; border-bottom: 1px solid #000; }
tr {
}
tr.odd   { background-color: #000; }
tr.even   { background: #ccc; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

/* Forms
-------------------------------------------------------------- */
input {
	border:2px solid #c2c1bf;
	height:20px;
	margin:0;
	padding:0;
}

input.submit {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #D8D4CB;
    color: #FFFFFF;
    font-size: 1.1em;
    height: 30px;
    padding: 4px 5px 5px;
    text-transform: uppercase;
	margin-top:10px;
}

input.submit:hover {
	background: #444;
	cursor:pointer;
}


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: 11px; }
.large      { font-size: 1.2em; margin-bottom: 1.25em; }
.hide       { display: none; }
.already	{
	font-size: 12px; 
	line-height: 2;
}

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.bold		{ font-weight:bold; }
.relative { position: relative;}


h3.headline a {font-weight: bold; color:#000;}
h3.headline a:hover {font-weight: bold;}

.headlineBlog {
    display: block;
    margin-bottom:15px;
    margin-left:10px;
}

.headlinesTwo {
    display: block;
    float: left;
    margin-top: 0px;
}


