/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */


/* #Base 960 Grid
================================================== */
.container{ 
    position: relative; 
	width: 1000px; 
	margin: 0 auto; 
	padding: 0 0 20px 0; 
}
.container .column,
.container .columns{ 
    float: left; 
	display: inline; 
	margin-left: 10px; 
	margin-right: 10px; 
}
.row{ 
    margin-bottom: 20px; 
}

/* Nested Column Classes */
.column.alpha, .columns.alpha{ 
    margin-left: 0; 
}
.column.omega, .columns.omega{ 
    margin-right: 0; 
}

/* Base Grid */
.container .one.column,
.container .one.columns{ width: 40px; }
.container .two.columns{ width: 100px; }
.container .two-half.columns{ width: 120px; }/*bio left side*/
.container .two-quarter.columns{ width: 150px; height:210px; }/*bio small pictures only add height for safari,chrome/IE*/
.container .three.columns{ width: 160px; }
.container .three-half.columns{ width: 180px; }
/*.container .four.columns{ width: 220px; }*/
.container .four.columns{ width: 200px; }
.container .four-half.columns{ width: 220px; }/*application process page blue box*/
#footer .container .four.columns{ width: 220px; }
.container .five.columns{ width: 280px; }
.container .six.columns{ width: 340px; }
.container .seven.columns{ width: 400px; }
.container .eight.columns{ width: 460px; }
.container .eight_half.columns{ width: 480px; }
.container .eight-half.columns{ width: 500px; }
.container .nine.columns{ width: 520px; }
.container .ten.columns{ width: 580px; }

.container .ten_half.columns{ width: 640px; }

.container .eleven.columns{ width: 640px; }
.container .twelve.columns{ width: 700px; }
.container .thirteen.columns{ width: 760px; }
.container .fourteen.columns{ width: 820px; }
.container .fifteen.columns{ width: 880px; }
.container .sixteen.columns{ width: 940px; }
.container .seventeen.columns{ width: 980px; }
	
.container .one-third.column{ width: 300px; }
.container .two-thirds.column{ width: 620px; }

.container .b-and-s.columns{ width: 520px; }

/* Offsets */
.container .offset-by-one{ padding-left: 60px;  }
.container .offset-by-two{ padding-left: 120px; }
.container .offset-by-three{ padding-left: 180px; }
.container .offset-by-four{ padding-left: 240px; }
.container .offset-by-five{ padding-left: 300px; }
.container .offset-by-six{ padding-left: 360px; }
.container .offset-by-seven{ padding-left: 420px; }
.container .offset-by-eight{ padding-left: 480px; }
.container .offset-by-nine{ padding-left: 540px; }
.container .offset-by-ten{ padding-left: 600px; }

.container .offset-by-ten_half{ padding-left: 640px; }

.container .offset-by-eleven{ padding-left: 660px; }
.container .offset-by-twelve{ padding-left: 720px; }
.container .offset-by-thirteen{ padding-left: 780px; }
.container .offset-by-fourteen{ padding-left: 840px; }
.container .offset-by-fifteen{ padding-left: 900px; }

.container .offset-by-b-and-s{ padding-left: 540px; }


/* Customize Float */
.container .floated{ float: left; display: inline; margin: 0; padding: 0 20px ; }
.container .floated-bottom10{ float: left; display: inline; margin: 0 0 10px; margin-right: 0; padding: 0 20px ; }


.container .one.floated{ width: 40px;  }
/*.container .two.floated{ width: 100px; }*/
.container .two.floated{ width: 120px; }/*link to usjlp bottom of the leadershi*/
.container .three.floated{ width: 160px; }
.container .three-half.floated{ width: 180px; }/*blue box for contact info on guideline page*/
.container .four.floated{ width: 220px; }
.container .five.floated{ width: 280px; }
.container .six.floated{ width: 340px; }
.container .seven.floated{ width: 400px; }
.container .seven-half.floated{ width: 450px; }
.container .eight.floated{ width: 460px; }
.container .eight-half.floated{ width: 480px; }/*link on grants awarded*/
.container .nine.floated{ width: 520px; }
.container .ten.floated{ width: 580px; }

.container .ten_half.floated{ width: 640px; }

.container .eleven.floated{ width: 640px; }
.container .eleven-half.floated{ width: 640px; }
.container .twelve.floated{ width: 700px; }
.container .thirteen.floated{ width: 760px; }
.container .fourteen.floated{ width: 820px; }
.container .fifteen.floated{ width: 880px; }
.container .sixteen.floated{ width: 940px; }
.container .seventeen.floated{ width: 980px; }

.container .b-and-s.floated{ width: 520px; }


/* Customize Float Sidebar */
.floated.sidebar {top: 0; bottom: 0; }
.floated.sidebar.right { float-right; right: 0; left: auto; }
.floated.sidebar.left { float: left; left: 0; right: auto; }
.floated.right { float: right; }
/*====================================================================== */

/* Higher than standard 960 (desktop devices)

====================================================================== */

@media only screen and (max-width: 960px) {

.container{ 
	width: 940px; 
}
.container .ten.floated {
    width: 480px;
}
.container .seventeen.floated {
    width: 900px;
}
.container .twelve.floated {
    width: 630px;
}
#footer .container .four.columns {
    width: 200px;
}
.container .seven.columns {
    width: 300px;
}
.container .seven.floated {
    width: 380px;
}
.container .eleven.floated {
    width: 580px;
}
.container .nine.floated {
    width: 480px;
}
.container .b-and-s.floated {
    width: 480px;
}

}

/* #Tablet (Portrait)　ipad 縦
================================================== */

/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {
.container{ width: 750px; }
.container .column,
.container .columns{ margin-left: 10px; margin-right: 10px;  }
.container .eight_half.columns{ width: 300px; }
.column.alpha, .columns.alpha{ margin-left: 0; margin-right: 10px; }
.column.omega, .columns.omega{ margin-right: 0; margin-left: 10px; }
.alpha.omega{ margin-left: 0; margin-right: 0; }
#footer .container .four.columns{ width: 167px; }
.container .one.column,
.container .one.columns{ width: 28px; }
.container .two.columns{ width: 76px; }
.container .two-quarter.columns{ width: 110px; }/*bio small pictures*/
.container .three.columns{ width: 124px; }
.container .four.columns{ width: 167px; }
.container .four-half.columns{ width: 100%; padding:5px 0 10px 0;}/*application process page blue box*/
.container .five.columns{ width: 220px; }
.container .six.columns{ width: 230px; }

.container .seven.columns{ width: 236px; }/*footer copy right*/
.container .eight.columns{ width: 364px; }
.container .nine.columns{ width: 412px; }
.container .ten.columns{ width: 460px; }

.container .ten_half.columns{ width: 508px; }

.container .eleven.columns{ width: 508px; }
.container .twelve.columns{ width: 556px; }
.container .thirteen.columns{ width: 604px; }
.container .fourteen.columns{ width: 652px; }
.container .fifteen.columns{ width: 700px; }
.container .sixteen.columns{ width: 748px; }

.container .one-third.column{ width: 236px; }
.container .two-thirds.column{ width: 492px; }
.container .b-and-s.columns{ width: 412px; }

/* Offsets */
.container .offset-by-one{ padding-left: 48px; }
.container .offset-by-two{ padding-left: 96px; }
.container .offset-by-three{ padding-left: 144px; }
.container .offset-by-four{ padding-left: 192px; }
.container .offset-by-five{ padding-left: 240px; }
.container .offset-by-six{ padding-left: 288px; }
.container .offset-by-seven{ padding-left: 336px; }
.container .offset-by-eight{ padding-left: 384px; }
.container .offset-by-nine{ padding-left: 432px; }
.container .offset-by-ten{ padding-left: 480px; }

.container .offset-by-ten_half{ padding-left: 528px; }

.container .offset-by-eleven{ padding-left: 528px; }
.container .offset-by-twelve{ padding-left: 576px; }
.container .offset-by-thirteen{ padding-left: 624px; }
.container .offset-by-fourteen{ padding-left: 672px; }
.container .offset-by-fifteen{ padding-left: 720px; }
		
.container .offset-by-b-and-s{ padding-left: 432px; }
		
/* Customize Float */
.container.floated{ width: 678px; }
.container .floated{ margin: 0; padding: 0 18px; }
.container .floated-bottom10{ margin: 0 0 10px; padding: 0 18px; }
.container .one.floated{ width: 28px; }
.container .two.floated{ width: 85px; }/*leadership page bottom link to usjlp*/
.container .three.floated{ width: 124px; }
.container .four.floated{ width: 165px; }
.container .five.floated{ width: 250px; }/*footer nav menu*/
.container .six.floated{ width: 268px; }
.container .seven.floated{ width: 310px; }/*contact page main content*/
.container .eight.floated{ width: 364px; }
.container .eight-half.floated{ width: 370px; }/*link on grants awarded*/
.container .nine.floated{ width: 380px; }
.container .ten.floated{ width: 420px; }

.container .ten_half.floated{ width: 420px; }

.container .eleven.floated{ width: 400px; } /*home page main content*/ 
.container .eleven-half.floated{ width: 480px; } /*resource, faq page main content*/ 
.container .twelve.floated{ width: 500px; }
.container .thirteen.floated{ width: 604px; }
.container .fourteen.floated{ width: 652px; }
.container .fifteen.floated{ width: 700px; }
.container .sixteen.floated{ width: 748px; }	

.container .b-and-s.floated{ width: 380px; }
	
}

/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
.container { width: 260px; }
.container .columns,
.container .column { margin: 0; }

.container .one.column,
.container .one.columns,
.container .two.columns,
.container .three.columns,
.container .four.columns,
.container .five.columns,
.container .six.columns,
.container .seven.columns,
.container .eight.columns,
.container .nine.columns,
.container .ten.columns,

.container .ten_half.columns,

.container .eleven.columns,
.container .twelve.columns,
.container .thirteen.columns,
.container .fourteen.columns,
.container .fifteen.columns,
.container .sixteen.columns,
.container .one-third.column,
.container .two-thirds.column,
.container .b-and-s.columns
  { width: 260px; }

/* Offsets */
.container .offset-by-one,
.container .offset-by-two,
.container .offset-by-three,
.container .offset-by-four,
.container .offset-by-five,
.container .offset-by-six,
.container .offset-by-seven,
.container .offset-by-eight,
.container .offset-by-nine,
.container .offset-by-ten,

.container .offset-by-ten_half,

.container .offset-by-eleven,
.container .offset-by-twelve,
.container .offset-by-thirteen,
.container .offset-by-fourteen,
.container .offset-by-fifteen,
.container .offset-by-b-and-s
 { padding-left: 0; }
		
/* Customize Float */
.container.floated { width: 240px; }
.container .floated { float: left; padding: 0 10px; }
.container .floated-bottom10 { float: left; padding: 0 10px; }
.floated.sidebar { position: relative; }
.container .three.floated{ width: 220px; }
.container .one.floated,
.container .two.floated,

.container .four.floated,
.container .five.floated,
.container .six.floated,
.container .seven.floated,
.container .eight.floated,
.container .nine.floated,
.container .ten.floated,

.container .ten_half.floated,

.container .eleven.floated,
.container .eleven-half.floated,
.container .twelve.floated,
.container .thirteen.floated,
.container .fourteen.floated,
.container .fifteen.floated,
.container .sixteen.floated,
.container .b-and-s.floated
 { width: 240px; }
}

/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.container { width: 500px; }
.container .columns,
.container .column { margin: 0; }
.container .six.columns{width:500px;}
.container .eleven.floated{width:500px;}
.container .nine.columns{width:500px;}
.container .four.columns{width:250px;}
.container .seven.columns{width:200px; float:right;}
.container .two-quarter.columns{ width: 130px; margin: 10px;}/*bio small pictures*/
.container .one.columns,
.container .two.columns,
.container .three.columns,

.container .five.columns,      
.container .seven.columns,
.container .eight.columns,
        
.container .ten.columns,

.container .ten_half.columns,

.container .eleven.columns,
.container .twelve.columns,
.container .thirteen.columns,
.container .fourteen.columns,
.container .fifteen.columns,
.container .sixteen.columns,
.container .one-third.column,
.container .two-thirds.column { width: 380px; }

.container .b-and-s.columns{width:500px;}

			
/* Customize Float */
.container .floated { float: left; padding: 0 10px; }
.container .floated-bottom10 { float: left; padding: 0 10px; }
.floated.sidebar { position: relative; }
.container .seventeen.floated { width: 480px; }
.container .nine.floated{width: 480px;}
.container .twelve.floated{width: 480px;}
.container .three.floated{width: 110px; float:right;}/*blue small box in grants pages*/
.container .one.floated,
.container .two.floated,

.container .four.floated,
.container .five.floated,
.container .six.floated,
.container .seven.floated,
.container .eight.floated,

.container .ten.floated,

.container .ten_half.floated,


.container .thirteen.floated,
.container .fourteen.floated,
.container .fifteen.floated,
.container .sixteen.floated { width: 360px; }

.container .b-and-s.floated{width: 480px;}
}

/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after { 
    content: "\0020"; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; 
}
.row:after,
.clearfix:after { clear: both; }
.row,
/*.clearfix { zoom: 1; }*/

/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
