@import url('https://fonts.googleapis.com/css?family=Lobster');
@import url('https://fonts.googleapis.com/css?family=Raleway');

@charset "utf-8";
/* CSS Document */

html, body, nav {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

ul {
list-style-type: none;
}




h2 {
	font-family: Lobster, sans-serif;
	padding-left:25px;
	padding-right:25px;
 }
 
/* there are a maximum of four columns and they have at least 260 px wide */

article {
	background-color:#F4F4F4;
	
  -webkit-columns: 4 260px;
     -moz-columns: 4 260px;
          columns: 4 260px;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
-webkit-column-rule-color: #0F3; /* Chrome, Safari, Opera */
    -moz-column-rule-color: #0F3; /* Firefox */
        column-rule-color: #0F3;
	
}

article-crown {
  -webkit-columns: 1 900px;
     -moz-columns: 1 900px;
          columns: 1 900px;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}



/* images have a margin */
.thumby {
	padding: 0px;
	border-color: white;
	border-width:10px;	
    border-style:solid;
	margin-top: 22px;
	margin-left: 22px;
	margin-right: 22px;
}

/* images have a small margin */
.thumbshell {
	padding: 0px;
	border-color: white;
	border-width:10px;	
    border-style:solid;
	margin-left: 22px;
	margin-right: 22px;
}

/* top images are 90% wide, unless the page is over 860 wide (below) */
.crowny {
	width: 90%;
	padding: 0px;
	border-color: white;
	border-width:10px;	
    border-style:solid;
	margin-top: 22px;
	margin-left: 22px;
	margin-right: 22px;
}


/* all of the divs in article have these rounded corners */
.main {
	background-color:#C0FBA4
	-webkit-border-radius: 0em 1em;
	 -moz-border-radius: 0em 1em;
	 border-radius: 0em 1em;
	 
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */

}

/* some divs in article have checkered backgrounds */
.maine {
	background-color:#E5E5E5;
}

/* a few of the divs have a different accent color. pinkish */
.main-accents {
	background-color:#F2ECF2;
}

.cool-chunks {
	background-image:url(../redesign/checkerboard_small.jpg);
}

/* list items  */

.clumped {
    list-style-type:none;
}

.clump {
	display: inline;
	line-height: 2em;
	background-color:#FFF;
	margin: 10px;
	padding: 0px;
	font-family: Raleway, Gadget, sans-serif;
}

/* the text in the divs has plenty of space */
.style1 {
	padding-bottom: 16px;
	padding-left: 22px;
	padding-right: 22px;
	border: #333 thick;
	font-family: Raleway, sans-serif;
    line-height: 1.6em; 

}

/* the text in the long lists have a little margin */
.roomy {
	padding-left: 12px;
	padding-right: 12px;
	font-family: Raleway, sans-serif;
	font-size:16px;
	line-height: 1em;
	display: inline-block;
    }

.title {
	width:98%;
	margin:auto;
}

strong { font-family: Raleway, serif;
    font-size: 1.0em;
   text-decoration: none;
   color:#666666; }
   
a {
	text-decoration: none;
	color: #666666;
}

a:hover {
    text-decoration: underline;
	color: red;
}

a:visited {
	color: #510006;
}

/* Typography */
h1 {
    font-family: Lobster, Georgia, serif;
    font-size: 2.5em; /* 40px / 16px */
    line-height: 1.2em; /* 48px / 40px */
    margin-bottom: .4em;/* 16px / 40px */
    margin-top: .4em; /* 16px / 40px */
}

/*
 * Nav
 ** --------------------------------------------------*/
#nav-collapse{
	display: none;
	color: #fff;
	text-align: right;
	width: 100%;
	padding: .225em 0 .225em 0;
}
#nav-collapse.active{
	display: block;
}
 
nav[role="navigation"] {
    background-color: #9D0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9D0000), to(#800505));
    background-image: -webkit-linear-gradient(top, #9D0000, #800505);
    background-image: -moz-linear-gradient(top, #9D0000, #800505);
    background-image: -ms-linear-gradient(top, #9D0000, #800505);
    background-image: -o-linear-gradient(top, #9D0000, #800505);
    background-image: linear-gradient(to bottom, #9D0000, #800505);
    font-family: Raleway, Arial, serif;
    overflow: hidden;
    text-transform: uppercase;
    width: 100%;
}
nav[role="navigation"] ul{
	margin-bottom: 0;
}
nav[role="navigation"] ul.hide{
	display:none;
}
    nav[role="navigation"] li.active a {
        color: #fff;
        font-weight: bold;
		font-size: 13px;
    }

        nav[role="navigation"] li a:active {
            color: #FFF;
        }
        nav[role="navigation"] li a:hover,
        nav[role="navigation"] li a:focus {
            color: #fff;
        }
    nav[role="navigation"] ul {
        margin: 0;
    }
	nav[role="navigation"] li{
		padding: .225em 1.1em .225em 0;
		border-top: 1px solid #333;
		font-size: 13px;
		
	}
    nav[role="navigation"] a {
        color: #ddd;
		display: block;
        text-decoration: none;
    }
	footer[role="contentinfo"] {
	    background: rgb(34,34,34);
	    border-top: 5px solid #ccc;
	    color: rgb(143,143,143);
	}
	    footer[role="contentinfo"] .inner {
	        overflow: hidden
	    }
	    footer[role="contentinfo"] .top {
	        color: rgb(143,143,143);
			padding-right: 0;
	    }
	        footer[role="contentinfo"] .top a:after {
	            content: " \25B2 ";
	            font-weight: bold;
	        }

	    footer[role="contentinfo"] h1 {
	        text-align: center
	    }
	    footer[role="contentinfo"] ul {
	        margin-bottom: 0
	    }
	    footer[role="contentinfo"] h1 {
	        /* 20px / 40px */
	        margin-left: .5em;
	        margin-right: .5em;
	    }
		footer nav[role="navigation"] {
		    background: rgb(34,34,34);
		    background-image: none;
			font-size: .9em;
		}
		    footer nav[role="navigation"] li.active a {
		        color: #CCC;
		        font-weight: bold;
		    }
		    footer nav[role="navigation"] li a:active {
		        color: #CCC
		    }
		    footer nav[role="navigation"] li a:hover,
		    footer nav[role="navigation"] li a:focus {
		        color: #EEE
		    }
		    footer nav[role="navigation"] a {
		        color: #999
				}
	
	

	
/* 860px */
@media all and (min-width: 56em) {
	
	nav[role="navigation"] li {
	    float: left;
		border-top: 0;
	}
	nav[role="navigation"] a {
		float: left;
	}
	footer[role="contentinfo"] .top {
		float: right;
	}

.crowny {
	width: 900px;
	}
}	