@charset "utf-8";
/* CSS Document */



@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('Chunkfive-webfont.eot');
    src: url('Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('Chunkfive-webfont.woff') format('woff'),
         url('Chunkfive-webfont.ttf') format('truetype'),
         url('Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}  

	
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
 

.thumby {
	padding: 26px;
	width: 400px;
}

.main {
	background-color:#CCCCCC;
	width: 450px;

}

.style1 {
	padding: 3px;
	padding-left: 22px;
	border: #333 dashed;
}

.pic {
  float: left;
  height: 520px;
  width: 900px;
  margin: 0px;
  padding-bottom: 20px;
  overflow: hidden;
  
  -webkit-box-shadow: 5px 5px 5px #111;
          box-shadow: 5px 5px 5px #111;  
}

a:hover {
    text-decoration: underline
}

/* Typography */
h1 {
    font-family: 'ChunkFiveRegular', Georgia, serif;
    font-size: 2.5em; /* 40px / 16px */
    line-height: 1.2em; /* 48px / 40px */
    margin-bottom: .4em;/* 16px / 40px */
    margin-top: .4em; /* 16px / 40px */
}
header h1{
	margin-bottom: 0;
}
h1 img{
	max-width: 100%;

}

h2 {
    border-bottom: 0px solid #dbdbdb;
    font-family: 'ChunkFiveRegular', Georgia, serif;
    font-size: 1.5em; /* 24px/16px */
    line-height: 1em;
    margin-bottom: .666666667em; /* 16px / 24px */
    margin-top: 1em;
}

aside section {
    overflow: hidden
}
a:hover {
    text-decoration: underline
}

a {
    color: rgb(157,0,0);
    text-decoration: none;
}
/*
 * Base styles
 * --------------------------------------------------*/
body {
    background: #fff;
    color: #333;
    font: 100%/1.5em Georgia, 'Times New Roman', serif;
}


/*
 * 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: Helvetica, 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
				}
				
.logo {	margin: auto;
		}


/* 600px */
@media all and (min-width: 37.5em) {
	.slats li {
	    float: left;
		margin-right: 2.5316456%; /* 24px / 948px */
		width: 31.6455696%; /* 300/948 */
	}
	.slats li:last-child {
	    margin-right: 0;
	}
	
}
/* 860px */
@media all and (min-width: 53.75em) {
	aside{
		display: block;
		margin-bottom: 1em;
		padding: 0 1%;
		width: auto;
	}
	
	aside section{
        float: left;
        margin-right: 2%;
        width: 48%;
	}

	nav[role="navigation"] li {
	    float: left;
		border-top: 0;
	}
	nav[role="navigation"] a {
		float: left;
	}
	footer[role="contentinfo"] .top {
		float: right;
	}

}
/* 940px */
@media all and (min-width: 58.75em) {
	.main {
		display: table-cell;
		padding-right: 2.5316456%; /* 24px / 948px */
		background-color:#CCCCCC;
	}

}





/* 1300px */
@media all and (min-width: 81.25em) {
	.main section {
		display: table-cell;
		background-color:#0FC;
		margin-bottom: 1em;
		border: 3px solid #dbdbdb;
		max-width: 400px;
		
		
	}
	.main .articleInfo{
	    border-bottom: 2px solid #dbdbdb;
	}
	.main section{
		-moz-column-count: 1; /* Firefox */
		-webkit-column-count: 1; /* Safari, Chrome */
		column-count: 1;
		-moz-column-gap: 1.5em; /* Firefox */
		-webkit-column-gap: 1.5em; /* Safari, Chrome */
		column-gap: 1.5em;
		-moz-column-rule: 1px dotted #ccc; /* Firefox */
		-webkit-column-rule: 1px dotted #ccc; /* Safari, Chrome */
		column-rule: 1px dotted #ccc;
	}
}