/*
* 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: 960px; margin: 0 auto; padding: 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 .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 30.1%; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 48%;   }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .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 .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }

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



/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Larger than phablet */
@media (max-width: 550px) {
  h2 { font-size: 44px; }
  h3 { font-size: 25px; }

}

p {
  margin-top: 0; }



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

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

    @media only screen and (min-width: 768px) and (max-width: 959px) {
		


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

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

    @media only screen and (max-width: 420px) {
        .container { width: 420px; }
		.container .six.columns { width:360px;}
		.six.columns img{
	margin-right: -39px; !important}
	


#menu-icon {

		/*display:inline-block;
		margin-left: 220px;	*/

	}
	
.container .four.columns{
		width: 80%;
		margin-left: 0px !important;}
	
	
	.container .twelve.columns{
		width: 90%;}
	
    
	
	.wood {
		margin-left: 20px !important;}

.element {margin-left: 40px!important;}

.simple{
	background-image: url('../images/simple_bg.png');
	background-position:top;
	background-size:contain;
	background-repeat:no-repeat;
}

.learnmore {
	background-image: url('../images/learnmore_bg.png');
	background-size:contain;
	background-position:top;
	background-repeat:no-repeat;
}

       .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .three.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.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: 90%; }
		
		        .container .four.columns,
{width: 30.6666666667% !important;}

		        .container .two.columns,
{width: 0px !important;}

.container { padding-left: none;}


        /* 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-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; padding-left: -20px !important; }

    }

        
/*  #One I made up!
================================================== */






.sub-menu-mobile{
    display: none;
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
}
.sub-menu-mobile ul{     
   width: 100%;
   padding-top: 20px; 
   margin-top: 160px !important;    
   padding-bottom: 0 !important;
   margin-bottom: 0 !important;
}
.sub-menu-mobile ul li a:hover{
    text-decoration: underline;
}
.sub-menu-mobile ul li a{
    color: #000;
    text-decoration: none;
}
.sub-menu-mobile ul li{
   
    width: 100%;
    padding: 3px 20px;    

}   

.map_wrapper{
    margin-right: 0; 
    color: #000; 
    height: 500px; 
    width:397px; 
    position:relative;    
}

.head-text-th{
    margin-top: 20px;
}

#map_canvas{    
    width:100%; height:500px;    
}

.adds_content{      
    width: 185px !important;      
    background: #FFF; color: #5B471B; font-size: 12px; 
    height: 500px; padding: 1px 8px 20px 8px; overflow-x: hidden;  overflow-y: scroll;
}

.upload_form{
    padding-top: 20px; margin-top: 100px;
}

.upload_form_2{
    padding-top: 20px; margin-top: 100px;
}

form.search input[type="text"]{
    margin-left: 20px;
}
form.search input[type="submit"]{
    margin-left: 52px;
}

@media screen and (min-width: 320px) and (max-width: 680px) {
        /*.nav ul{display: none;}*/
		
			 h5 { color: #5A471B;
		font-family:'Arial Narrow','Helvetica';
		font-weight:normal;
		font-size: 18px;
		line-height: 25px;
		}	
		
		
		.nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		/*border: 5px solid #444;*/
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;

	}

	.nav li {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	.nav:hover ul {

		display: block;

	}
	
	


        .nav{
            width: 100% !important;
            padding: 8px 0;
            top: -16px;
        }
       .nav ul, nav:active ul {  
            display: none;       
            position: absolute;
            padding: 50px 20px 20px 20px;
            background: #5a471b;                    
            top: 40px;
=        }
            
        .nav ul li span{display: none !important;}    
        .nav ul li {
                text-align: left;
                width: 100%;
                padding: 10px 0;
                margin: 0;
                display: block;
        }

        .nav ul li a:hover{
            text-decoration: underline;
        }
        .simple{
            background-image: none !important;
            background-position:right;
            background-repeat:no-repeat;      
            margin-top: 0 !important;                 
        }

        .learnmore{
            background-image: none !important;                     
        }

        .learnmore h4{
            padding-top: 0 !important;
        }

        .canvas p{           
           display: block !important;
           width: 100% !important;           
        }

        .canvas .omega{
            margin-top: 0px !important;
        }

        .wood .five{
            display: block;
            width: 100%;            
            margin: 0 0 0 10px !important;
            padding-bottom: 30px;
        }
        .wood{            
            margin: 0 0 0 3px !important;
        }

        #menu-icon{
            display: block !important;
        }

        .adds_content{
            width: 93% !important;           
        }
        .map_wrapper{
            width: 100% !important;
            padding-right: 0 !important;
            margin-right: 0 !important;                     
        }
        #map_canvas{
            width: 100%;
        }
        .head-text-th{
            margin-top: 100px !important;            
        }

        .upload_form{
            margin-top: 0 !important;
        }

        .upload_form_2{
            margin-top: 130px !important;
        }

        form.search input[type="text"]{
            margin-left: 5px !important;
            width: 100% !important;
        }

        form.search input[type="submit"]{            
            margin: 0 auto !important;
        }
		
		.container .three.columns h7{
			
		  margin-left: 30px !important;

}

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


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


    @media only screen and (max-width: 960px) {
        .container { width: 100%;}
		
/*		body {
		background-image: ('../images/background_min.png');
		padding-left: -8%; }*/
		
	
.canvas {
	padding: 15px;
	background-image:url('../images/texture.jpg') !important;
	background-repeat:repeat;
	}

	.container .offset-by-two {padding-left: 0px;}
	
  .two.columns { display: none;}
  
  .container .twelve.columns{
		width: 97%;
		max-width: 700px;}
  
  
    }



/* #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;
    }

