

/* Created by http://freehtml5templates.com */
/* basics */

/* reset */
* {
	margin: 0;
	padding: 0;
}

#cssmenu {
    display: none;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
	}

/* standard body */
body {
	margin: 0 auto;
	width: 960px;
	font: 14px/20px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	background: #271408 url("../images/bodybkg.gif") repeat;
	}
	
/* standard alignments */
.alignleft {
	float: left;
	}

img.alignleft {
	margin: 5px 10px 0 0; 
	}

.alignright {
	float: right;
	}

img.alignright {
	margin: 5px 0 0 10px; 
	}
	
.center {
	text-align: center;
	}
	
.fleft {
	text-align: left;
	float: left;
	margin-left: 20px;
	}
	
.fright {
	float: right;
	text-align: right;
	margin-right: 20px;
	}
	
.fcentered {
	text-align: center;
	}

/* Hx tags */

h1 {
	font-size: 48px;
	padding: 20px 0;
	text-shadow: 2px 2px 2px #000;
	color: #967647;
	}

h2 {
	font-size: 24px;
	padding: 20px 0;
	}

h3 {
	font-size: 18px;
	padding: 10px 0;
	}

p {
	padding-bottom: 20px;
	}
        
td {
    padding-left: 10px;
    padding-right: 20px;
}

/* nav */

nav {
	position: absolute;
	width: 960px;
	background-color: rgba(72,56,20,1);
	/* curved border radius */
	border-radius: 10px;
	}

nav ul {
	margin: 0 auto;
	width: 960px;
	list-style: none;
	}

nav ul li {
	float: left;
	}
		
nav ul li a {
	display: block;
	margin-right: 20px;
	width: 140px;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	color: #f2ede7;
	}
			
nav ul li a:hover {
	color: #d6a965;
	}
			
nav ul li.selected a {
	color: #d6a965;
	}
			
nav ul li.subscribe a {
	margin-left: 20px;
	padding-left: 33px;
	text-align: left;
	background: url("../images/rss.png") left center no-repeat;
	}

/* intro */

#intro {
	position: relative;
	margin: 43px 0px 0px 0;
        padding: 5px 0px 5px 0px;
        background-repeat: no-repeat;
        
	/* background size */
        background-size: 100%;
	
	/* curved border radius */
	border-radius: 10px;
        
        width: 100%;
        height: 100%;
	}
	
#intro h2, #intro p {
	position: relative;
	z-index: 9999;
	width: 350px;
	}
	
#intro h2 {
	padding: 0 0 20px 0;
	font-weight: normal;
	color: #fff;
	}
	
#intro p {
	padding: 0;
	color: #d6a965;
	}
	
header h2 {
	clear: both;
}

/* content and sidebar layout */

#content {
	position: relative;
	margin-top: 50px;
	float: left; 
	width: 920px; 
	margin:20px 5px 10px 0; 
	padding:5px 20px 5px 20px;
	background-color: #f2ede7;
	
/* curved border radius */
	border-radius: 10px;
}

/* columns */

#content ul.column {
	width: 100%;
	padding: 0;
	margin: 10px 0;
	list-style: none;
}

#content ul.column li {
	float: left;
	width: 230px; /*Set default width*/
	padding: 0;
	margin: 5px 0;
	display: inline;
}

#content .block {
	height: 355px;
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 20px;
	background: #d6a965; /*Original #d6a965; */
/* curved border radius */
	border-radius: 10px;
}

#content .block a {
	color: #FFF;
	}
        
.outline li a {
	color: #695e53;
	}
	
.outline li a:hover {
	color: #fff;
	}
	
#content .block img {
  /*Flexible image size with border*/
	padding: 5%;
	background:#fff;
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation IE 6/7 */
	}
      
#content.bios .block img {
	width: 92%;
	height: auto;
}

#innercontent.rangers img {
	width: 95%;
	height: auto;
}

#content .block h2 {
    line-height: 105%;  /* Used to prevent multiline headers getting squished on the homepage */
}
/* end of column configuration */

/* The Modal (background) */
.modal-custom {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	}

	/* Modal Content */
	.modal-content-custom {
	background-color: #f2ede7;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	border-radius: 15px;
	}

	/* The Close Button */
	.modal-close-custom {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	}

	.modal-close-custom:hover,
	.modal-close-custom:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	}

/* footer */
footer {
	width: 960px;
	clear: both;
	color: #f2ede7;
	overflow: hidden;
	padding-top: 10px;
	background-color: rgba(72,56,20,1);
	/* curved border radius */
	border-radius: 10px;
	height: 200px;
	margin-bottom: 10px;
	}
	
footer section {
width: 300px;
float: left;
padding: 0 10px;
}

footer section h2 {
margin-top: 0;
}

footer section p {
  font-size: 12px;
  padding-bottom: 1px;
	}

footer section a {
	color: #999;
	}
	
footer section a:hover {
	color: #FFF;
	text-decoration: none;
	}
	
/* for inner pages */

/* content and sidebar layout */

#innercontent {
	float: left; 
	width: 610px; 
	margin:20px 5px 10px 0; 
	padding:5px 20px 5px 20px;
	background-color: #d6a965; /*Original #d6a965; */
	
/* curved border radius */
	border-radius: 10px;
}

#fullinnercontent {
	float: left; 
	width: 920px; 
        margin:20px 5px 10px 0;
        padding:5px 20px 5px 20px;
	background-color: #d6a965; /*Original #d6a965; */
	
/* curved border radius */
	border-radius: 10px;
}

aside {
	float: right;
	text-align: left; 
	width: 300px; 
	padding:0;
	margin-top: 10px;
	}

/* article */
.articlecontent header p, .blogPost header p a {
	font-size: 14px;
	font-style: italic;
	color: #777;
	}

.articlecontent p a {
	color: #695e53;
	}
	
.articlecontent p a:hover {
	color: #fff;
	}
	
.articlecontent header p a:hover {
	text-decoration: none;
	color: #000;
	}
	
/* box shadow on pics */
.articlecontent img {
	box-shadow: 3px 3px 7px #777;
	}
        
.articlecontent ol {
    padding-bottom: 20px;
} 

.articlecontent ul {
    padding-bottom: 20px;
} 
        
.articlecontent li {
    margin-left: 25px;
}
        
.closepara p{
    padding-bottom: 1px;
}

.boxedtext {
	border: 3px dotted black;
	width: 80%;
	margin: 0 auto;
}

/* sidebar */
aside section {
	margin: 10px 0 0 10px;
	padding: 10px 15px;
	background-color: #d6a965; /*Original #d6a965; */
	
/* curved border radius */
	border-radius: 10px;
	}

aside section ul {
	margin: 0 0 0 20px;
	color: #FFF;
	}
	
aside section ul li a {
	display: block;
	text-decoration: none;
	color: #695e53;
	}
		
aside section ul li a:hover {
	text-decoration: underline;
	color: #fff;
	}

article ul li a {
	color: #695e53;
	}
		
article ul li a:hover {
	color: #fff;
	}

.google-maps {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
        }

.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}

#logo_container img {
        width: 5%;
        height: auto;
        float: left;
		bottom: 5px;
		right: 5px;
		padding: 10px 10px 10px 10px;
}
    
.select-css {
	display: block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 10em .5em .8em;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.select-css option {
	font-weight:normal;
}

.tab { 
    margin-left: 1.0em; 
}

.nobull {
    list-style-type: none;
}

ul.nobull ul {
    list-style-type: none;
}

ul.nobull li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1000px) {
    
    nav, aside {
        display: none;
    }

    #cssmenu {
        display: block;
    }
    
    body {
	margin: 0 auto;
	width: 100%;
	font: 16px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	background: #271408 url("../images/bodybkg.gif") repeat;
    }
        
    #innercontent {
	float: left; 
	width: 95%; 
	margin:10px 5px 10px 0; 
	padding:5px 5px 5px 5px;
	background-color: #d6a965;
	
    /* curved border radius */
	border-radius: 10px;
    }
    
    #fullinnercontent {
        width: 95%;
    }
    
    /* article */
    .articlecontent header p, .blogPost header p a {
	font-size: 16px;
	font-style: italic;
	color: #777;
    }
        
    /* footer */
    footer {
        width: 100%;
        height: auto;
        clear: both;
        color: #f2ede7;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #271408;
        /* curved border radius */
        border-radius: 10px;
        margin-bottom: 10px;
    }

    footer section {
        width: 80%;
        float: left;
        padding: 0 10px;
    }

    footer section h2 {
        margin-top: 0;
    }

    footer section p {
        font-size: 12px;
        padding-bottom: 1px;
    }

    /* intro */

	#intro {
		position: relative;
			margin: 0px;
			padding: 0px;
		background: url("../images/FM_Header_No_Logo.png");
			background-repeat: no-repeat;
			
		/* background size */
			background-size: 100%;
		
		/* curved border radius */
		border-radius: 10px;
			
			width: 100%;
			height: 100%;
	}

    #intro h2, #intro p {
        position: relative;
        z-index: 9999;
        width: 60%;
    }

    #intro h2 {
        padding: 0 0 20px 0;
        font-weight: normal;
        color: #fff;
    }

    #intro p {
        padding: 0;
        color: #d6a965;
    }
            
    #content {
		position: relative;
		margin-top: 50px;
		float: left;
		width: 90%; 
		margin:10px 5px 10px 0; 
		padding:5px 20px 5px 20px;
		background-color: #f2ede7;
		
		/* curved border radius */
        border-radius: 10px;
    }

    /* columns */

    #content ul.column {
        width: 90%;
        padding: 0;
        margin: 10px 0;
        list-style: none;
    }

    #content ul.column li {
        float: left;
        width: 230px; /*Set default width*/
        padding: 0;
        margin: 5px 0;
        display: inline;
    }

    #content .block {
        height: 375px;
        font-size: 1em;
        margin-right: 10px; /*Creates the 10px gap between each column*/
        padding: 20px;
        background: #d6a965;
        /* curved border radius */
        border-radius: 10px;
    }

	#content.bios .block {
		height: auto;
	}
    /* end of column configuration */
}