html {
  padding:0;
  margin:0;
  height:100%;
  width:100%;
  }
  
  	body { 
  	background: #D3D1D3;
	margin:0;
	}
	
	
	
	
/* photo area   */
	
	.photohead { 
	  background: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
		),
		url(../images/greenriver/bucketgreen.jpg) no-repeat center center; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
  
	  height:800px;
	  width: 100%;
	  padding:0;
	  margin:0;
		}
		



	.logo{
	padding:10px;
	}



  .pagetext {
   top: 50px;
   position: absolute; 
   right: 100px; 
   width:450px;
	color: #CCCCCC;
	}

   


	.pagetext h2 {
	font-fmaily:"Avant Garde", "Avenir Black";
	font-size:48pt;
	color:#FFFFFF;
	}
	

	
	.pagetext p {
	color: #C4D5D7;
    font-family: "Avant Garde", "Avenir Black";
	font-size: 18pt;
	font-style: italic;
	line-height: 1.45;
	 	}




	.pagetext a {
	color: #36b6dd;
	text-decoration: none;
	display: inline-block;
	margin: 0 1em 0 0;
	padding: 0.2em 0;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 2px;
	font-size: 1 em;
	}

	.pagetext a:hover,
	.pagetext a:focus {
	outline: none;
	color: #fff !important;
	}
	
		.ticker {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-style:normal;
	padding-bottom:0;
	margin-bottom:0;
	font-size:1.5em;
	}
	
	
	/* Rounded center split and bottom rounded */
	
	.bigHalfCircle {
	margin-top:-100px;
	}
	
	.HalfCircleInverse {
	background-color: #2a2e39;
	}
	
	/* story area   */

	.content {
	font-family: "Avant Garde", Tahoma;
	width: 700px;
	margin:auto;
	padding: 25px  0 15px 50px;
	color:#333333;
	letter-spacing:.5;
	line-height:1.5;	
	}

	.current {
	border-bottom: 1px solid #000;
	border-color: initial;
	}
	
	
	hr {
	
	margin: 0 auto;
	height:1px;
	background:#fff;
	border-bottom:3px solid #2a2e39;
	border-top:1px solid #2a2e39;
	
	}
	
	.content h2 {
	font-family:"Avant Garde", "Avenir Black";
	margin-left: -150px;
	font-size:36px;
	color:#2a2e39;
	}


	.sideimage {
	float:left;
	margin:10px 20px 10px -150px;
	width:500px;
	border-top: 2px solid #2a2e39;
	border-bottom:5px solid #2a2e39;
	padding:5px 0 3px 0;
	}
	
	.sideimage img {
	width:500px;
}

	.byline {
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	color: #666;
	font-size: 13px;
	padding-top: 5px;
	}
	
	.credit{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #2a2e39;
	font-size: 14px;
	text-align:right;
		margin:0;

	}
	
	.sidebar {
	background: #FFFFFF; 
	margin-top:50px;
	}
	
	h3 {
	font-size:24px;
	color:#2a2e39;
	}
	
	.sidebartxt {
	padding: 50px;
	}
	
	.sidebartxt a {
		color: #36b6dd;
	text-decoration: none;
	}
	
	
	.sidebartxt a:hover{
	color:#2a2e39;
	}
	
	.sidebartxt p {
font-family: "Avant Garde", Tahoma;
	color:#2a2e39;

	}
	
	
	
	.footer {
	background:#2a2e39;
	}
	
	.foottext { 	
	display: block;
	color: #D3D1D3;
	font-size: 12px;
	padding: 5px;
	opacity:.5;
    }
	
	span {
	float:right;
	}
	
	



  /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
	


	.content h2 {
	margin-left: 0px;
	font-size:25px;
	color:#2a2e39;
	}
	
	.content {
	width: 95%;
	margin:0;
	padding: 2px;
	}
	
	.sideimage {
	margin:10px;
	}
	


    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
	
	.pagetext {
   width:80%;
   margin:5px;
   left: 10px;
   }
   
   	h2 {
	font-size:30px;
	}
	
	.sideimage {
	margin:10px;
	width:100%;
	}
	
	.sideimage img {
	width:100%;
}

	

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
	
		.pagetext {
   width:80%;
   margin:5px;
   left: 10px;
   }
   
   	h2 {
	font-size:30px;
	}
	
	.sideimage {
	margin:10px;
	width:100%;
	}
	
	.sideimage img {
	width:100%;
}
	}
	

	



