/*
Theme Name:     Twenty Fourteen RL Child 
Description:    Twenty Fourteen Child Theme
Author:         Mike Simmons
Template:       twentyfourteen
*/
 
@import url("../twentyfourteen/style.css");

/* Insert your changes below this line -------- */


/* ADC This removes underlining from links */
.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a
{
	text-decoration: none;
}


/* Images in a list float left so they appear in a grid */
.page-image-1701 {
    width:780;
    margin: 0;
    padding: 10px 10px 10px 10px;
    float: left;
}    

.page-image-1701 img {
     width: 95%;
     height : 95%;
    
}
.page-image-1701 li {
        width:190px; 
	   margin-top:30px; 
	   height:150px; 
	   float:left;
	   list-style-type:none;  /* No numbering, dots or other */
    }  
}


/*this center aligns site */

.site {
	margin: 0 auto;
}
		
/*end center align code */

/* remove/adjust featured image indent (default -48px) change to 0 or more for no indent (WP 4.1) */

/*
.site-content .has-post-thumbnail .entry-header {
  margin-top: 0px;
}
*/
/* end indent code */

/* adjust padding between top of content and header  72px default */


.content-area, .content-sidebar {
  padding-top: 12px;
}

/* end adjust padding between top of content & header */


/*begin remove left sidebar code*/


@media screen and (min-width: 0px) {
   .site-content {
      margin-right: 0;
      //width: 100%;
   }
   #primary {
      width: 100%;
   }
  .content-sidebar {
      //width: 20%;
      margin-left: 0;
      padding-left: 0;
   }
   
   .site-content .entry-content {
      margin-right: 0;
      padding-right: 0;
      max-width:100%;
   }
   
   .site-content .hentry {
      max-width:100%;
   }
}
/*

@media screen and (min-width: 910px) {
	 .primary-navigation {
		 float: right;
		 margin-left: 0px;
	 }
}
.entry-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.09091;
    margin: 0px 0px 12px;
    font-family: times new roma;
    text-transform: none;
    color:#000080;
}
.widget .widget-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.71429;
    margin: 0px 0px 24px;
    text-transform: uppercase;
    font-family: times new roma;
}


*/

/*
media screen and (min-width: 1110px) {
	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
	    padding-left: 0px;
	 }
}
*/

/*
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
    max-width: 1920px;
 }
        
.comments-area {
   max-width: 1920px;
}
        
.post-navigation, .image-navigation {
   max-width: 1920px;
}
 
 
.site:before,
#secondary {
		width: 0;
		display: none;
	    }

.featured-content {
		padding-left: 0;
        }
        
.site-content, .site-main .widecolumn {
		margin-left: 0;
        }  
        
       
/*        
.hentry {
		max-width: 850px;
        }
		
.post-thumbnail img {
		width: 100%;
		} 
 */
 
/*end remove left sidebar code*/
